@charset "UTF-8";
/* 文字コード：UTF-8 */

.content .ct_table h3{
}

.content .ct_table table.expand {
	width:100%;
}

/* table */
.content .ct_table table {
	border-collapse:collapse;
	empty-cells:show;
}

.content .ct_table table th,
.content .ct_table table td{
	border:solid 1px #ccc;
}

.content .ct_table table th {
	padding:5px 8px 4px 8px;
	background-color:#e8eeee;
	font-size:85%;
	font-weight:bold;
}

.content .ct_table table td {
	padding:8px 8px 6px 8px;
	font-size:100%;
	vertical-align:top;
}

.content .ct_table.sp_table{ display:none; }