@charset "utf-8";
/* CSS Document */

.iso_table .iso_pdf{
	padding: 0.5em 1.5em;
}

/*iso_table*/

div#main table.iso_table {
	border-collapse:collapse;
	border:none;
	margin-bottom:10px;
	width: 100%;
	font-size: 0.8125rem;
}

.sp div#main table.iso_table {
	width: 600px !important;
	max-width: 600px !important;
}

div#main table.iso_table th{
	text-align:left;
	padding:4px;
	background-color:#f0f0f0;
	border:#c2c5c5 1px solid;
	color:#363434;
	line-height:1.3;
}

div#main table.iso_table td {
	vertical-align:top;
	border:#c2c5c5 1px solid;
	padding:4px 3px;
	line-height:1.3;
}

td.spec {
	text-align:right;
	white-space:nowrap;
}

td.types, th.types {
	white-space:nowrap;
	text-align:center;
}

/*th,td*/
.spec{
	width: 22%;
}
.date{
	width: 12%;
}
.types{
	width: 6%;
}
.num{
	width: 18%;
}
.reg{
	width: 18%;
}

/**/

div#main table.iso_table td.no_border {
	border:none;
	}

div#main table.iso_table td.txt_r {
	text-align:right;
}

div#main table.iso_table td.note {
	border-top:#CCCCCC 1px solid;
	padding:6px 0px 20px 0px;
}

div#main table.iso_table td.note p.note {
	font-size:88%;
	margin-left:0px;
	margin-bottom:0px;
}


/*risk_opportunity_table*/

div#main table.risk_opportunity_table {
	border-collapse:collapse;
	border:none;
	margin-bottom:10px;
	width:100%;
	font-size: 0.8125rem;
}

div#main table.risk_opportunity_table thead th {
	text-align:center;
	padding:6px;
	background-color:#ddd;
	border:#c2c5c5 1px solid;
	color:#363434;
	/*line-height:1.3;*/
	font-size: 110%;
}
div#main table.risk_opportunity_table thead tr.big th {
	font-size: 120%;
	font-weight: bold;
	color: #0B5CB5;
}

div#main table.risk_opportunity_table tbody th,
div#main table.risk_opportunity_table tbody td {
	border:#c2c5c5 1px solid;
}

div#main table.risk_opportunity_table tbody th {
	font-size: 110%;
	font-weight: bold;
	color: #2180C2;
	padding: 10px;
	background-color:#f0f0f0;
}

div#main table.risk_opportunity_table tbody td {
	padding: 10px;
}

div#main table.risk_opportunity_table tbody td.hyouka {
	text-align: center;
	vertical-align: middle;
}

div#main table.risk_opportunity_table tbody td {}


/*sp*/
.sp div#main table.risk_opportunity_table{
	width: 600px !important;
	max-width: 600px !important;
	font-size: 0.8125rem;
}
