
/* CSS Document */
body div#contents ul.list-pagelink{
	padding-left:0;
	margin-left:0;
}
body div#contents ul.list-pagelink li a {
	display: block;
	padding: 8px 0 5px 20px !important;
	background: url(/shared/img/arw_anc.png) no-repeat left center !important;
	white-space: nowrap;
	color: #666 !important;
}

body div#contents h2 {
	clear: both;
	width: 970px;
	background: none;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: none;
	margin: 0;
}
body div#contents h2 span {
	clear: both;
	width: 920px;
	background: none;
	padding: 0;
	display: block;
	padding: 25px 10px 24px 40px;
	background-color: #f4f4f4;
	background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff);
	background-image: -ms-linear-gradient(top, #f4f4f4, #ffffff);
	background-image: -o-linear-gradient(top, #f4f4f4, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
	background-image: linear-gradient(top, #f4f4f4, #ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0)";
	font-size: 20px;
	position: relative;
	color: #001eaa;
}
body div#contents h2 span:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -12px;
	background: url(/product/img/icn_spec.png) no-repeat left top;
}


body div#contents #Area1,body div#contents #Area2,body div#contents #Area3,body div#contents #Area4,body div#contents #Area5,body div#contents #Area6,body div#contents #Area7,body div#contents #Area8  {
	clear:both;
	padding-bottom:80px;
}

body div#contents .clmNaviBlock {
	clear:both;
	padding:10px 0 0;
}
body div#contents .clmNaviBlock ul {
	float:right;
	border-right:1px dotted #666666;
}
body div#contents .clmNaviBlock ul li {
	float:left;
	border-left:1px dotted #666666;
}
body div#contents .clmNaviBlock ul li a {
	display:block;
	padding:0 15px;
	color:#3399cc;
	text-decoration:none;
	white-space:nowrap;
}
body div#contents .clmNaviBlock ul li a:hover {
	text-decoration:underline;
}
body div#contents .clmRoundBlock {
	clear:both;
	overflow:hidden;
	margin-top:10px;
}
body div#contents .clmRoundBlock h3 {
	display:block;
	margin:0;
	padding:0;
	border:none;
	width:100%;
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
body div#contents .clmRoundBlock.open h3 {
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
body div#contents .clmRoundBlock h3 a {
	display:block;
	position:relative;
	clear: both;
	margin:0;
	padding:10px 10px 7px 50px;
	color:#1403a5;
	font-weight:normal;
	font-size:20px;
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: linear-gradient(top, #ffffff, #e0e0e0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0)";
	border:none;
	cursor:pointer;
	text-decoration:none;
}
body div#contents .clmRoundBlock h3 a:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -12px;
	background: url(/product/img/icn_plus.png) no-repeat left top;
}
body div#contents .clmRoundBlock.open h3 a:after {
	background: url(/product/img/icn_minus.png) no-repeat left top;
}
body div#contents .clmTableBlock {
	clear:both;
	display:none;
}
body div#contents .clmTableBlockInner {
	clear:both;
	padding-top:15px;
	border:1px solid #ccc;
	border-top:none;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	overflow:hidden;
}
body div#contents .clmTableBlock table {
	font-size:14px;
	width:100%;
	border:none;
	padding:0;
	margin:0;
}
body div#contents .clmTableBlock table th {
	padding:5px;
	background-color:#d9d9d9;
	text-align:center;
	vertical-align:middle;
	width:165px;
	border-left:1px solid #999;
	border-top:1px solid #999;
}
body div#contents .clmTableBlock table th a {
	color:#3399cc;
	text-decoration:underline;
	font-weight:bold;
}
body div#contents .clmTableBlock table th.firstChild {
	width:auto;
	border-left:none;
}
body div#contents .clmTableBlock table th.wAuto {
	width:auto;
}
body div#contents .clmTableBlock table td {
	padding:5px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	text-align:center;
}
body div#contents .clmTableBlock table tr.ttlCategory td {
	border-left:none;
	background-color:#d9d9d9;
	text-align:left;
}
body div#contents .clmTableBlock table td.ttlLeft{
	border-left:none;
	text-align:left;
}
body div#contents .clmTableBlock ul {
	clear:both;
	padding:15px 0px 20px;
	font-size:14px;
}
body div#contents .clmTableBlock ul li {
	clear:both;
	padding-top:5px;
	position:relative;
	padding-left:2.0em;
}
body div#contents .clmTableBlock ul li span.mark {
	position:absolute;
	width:2.0em;
	top:5px;
	left:0;
}
body div#contents .clmTableBlock ul li a {
	color:#3399cc;
}



/*20161017*/
.tL{
	text-align: left !important;
}
.tableFWN a{
	font-weight: normal !important;
}



/*20190315 table上部ラインなし h4指定追加*/

body div#contents ul.list-pagelink2{
	padding-left:0;
	margin-left:0;
    width:100%;
}
body div#contents ul.list-pagelink2 li a {
	display: block;
	padding: 8px 0 5px 20px !important;
	background: url(/shared/img/arw_anc.png) no-repeat left center !important;
	white-space: nowrap;
	color: #666 !important;
}

body div#contents .clmTableBlockInner2 {
	clear:both;
	border:1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
}

body div#contents h4 {
	clear: both;
	width: 970px;
	text-align: center;
	margin: 0;
	display: block;
	padding: 30px 0px 10px 0px;
	font-size: 18px;
	font-weight:normal;
	color: #001eaa;
}

ul.list-pagelink {
    width: 100% !important;
}

.remarks {
    background-color: #f8f8f8;
    padding: 15px 30px;
    line-height: 1.5;
    margin-top: 10px;
margin-botom: 10px;
}
div#contents span.Channel-record {
    width: 80px;
    padding: 2px;
    background: #48C430;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
}
div#contents span.timesift {
    width: 120px;
    padding: 2px;
    background: #112ed4;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
margin-left:5px;
}



