﻿@charset "utf-8";
/***********************/
/* インフォメーション  */
/***********************/
table.table_information {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 0px;
  	border-collapse: collapse;
	width: auto;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

table.table_information caption {
	color: black;
	font-size: 12pt;
}

table.table_information td {
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	color: #7C7C7C;
	font-size: 9pt;
	line-height: 130%;
	background-color: #fff;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

table.table_information th {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #C0C0C0;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 0px;
}

table.table_information em {
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	color: #838478;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
}

table.table_information img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***********************/
/* エラーメッセージ    */
/***********************/
/* 表示しない時のスタイル */
div.div_hidden {
	display: none;
}
/* 表示する時のスタイル */
div.div_errtitle{
	color: red;
	font-weight: bold;
}
div.div_errmsg{
	margin: 0px 0px 0px 10px;
	color: red;
}

