  @charset "utf-8";
/* CSS Document */


/*iso_table*/

div#main table.approach_table {
	border-collapse:collapse;
	border:none;
	margin-bottom:10px;
	width:100%;
	font-size: 0.875rem;
}

div#main table.approach_table thead th {
	text-align:center;
	padding:4px;
	background-color:#ddd;
	border:#c2c5c5 1px solid;
	color:#363434;
	/*line-height:1.3;*/
	font-size: 0.9375rem;
}
div#main table.approach_table thead tr.big th {
	font-size: 0.9375rem;
	font-weight: bold;
	color: #0B5CB5;
}

div#main table.approach_table tbody th,
div#main table.approach_table tbody td {
	border:#c2c5c5 1px solid;
}

div#main table.approach_table tbody th {
	font-size: 0.9375rem;
	font-weight: bold;
	color: #2180C2;
	padding: 10px;
	background-color:#f0f0f0;
}

div#main table.approach_table tbody td {
	padding: 10px;
}

div#main table.approach_table tbody td.hyouka {
	text-align: center;
	vertical-align: middle;
}

div#main table.approach_table tbody td {}

table.hanrei{
	width: 100%;
	font-size: 0.8125rem;
}

/*sp*/
.sp div#main table.approach_table{
	width: 600px !important;
	max-width: 600px !important;
}
.sp div#main table.approach_table,
.sp div#main table.approach_table thead th,
.sp div#main table.approach_table thead tr.big th,
.sp div#main table.approach_table tbody th{
	font-size: 0.8125rem;
}


