@charset "utf-8";
/* CSS Document */
#htmlData {
	width: 100%;
	overflow: hidden;
	background-size: 90%;
}

#htmlData h1 { font:bold 2.1em/2.1 'NG'; color:#0a68b3; }
#htmlData h1 > span { font:bold 1em/1.7 'NG'; color:#0095da; }
#htmlData h2 { font:bold 1.7em/1.7 'NG'; color:#024D5B; margin-top:30px; margin-bottom:5px; }
#htmlData h3 { font:bold 1.4em/1.4 'NG'; color:#0b0b0b; margin-top:10px; margin-bottom:5px; }

#htmlData h2.first { margin-top:0; }

#htmlData article { }
#htmlData article li { /*position:relative; margin-top:17px; width:100%; font:bolder 1.3em/2.2 'NG'; color:#757575; overflow:hidden;*/}
#htmlData article p { font:normal 1.2em/2.2 'NG'; color:#757575; overflow:hidden; }
#htmlData article p span.con_tit { font:bold 1em/2.2 'NG'; color:#757575; overflow:hidden; }
#htmlData article p.right { float:right }
#htmlData article p.clear { clear:both }
#htmlData article p.indent-1 { text-indent:-1.3em; padding-left:1.3em; }
#htmlData article p.indent-4 { text-indent:-5.3em; padding-left:5.3em; }
#htmlData article .data { float:left; margin-left:10px; font:inherit; }
#htmlData article .line { position:absolute; bottom:1px; left:15px; border-bottom:1px solid #d1d1d1; width:100%; height:1px; }


#htmlData .box2 {
	width: 100%;
	/*float: left;*/
	margin-bottom: 20px;
}

#htmlData table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	/*font:1.3em/2.2 'NG';*/
	color:#555555;
	}
#htmlData table tr {
	border-bottom:1px solid #e1e1e1;
	text-align: center;
	}	
#htmlData table th {
	/*font:bold 90%/1.8 'NG'; color:#212121;*/
	border-top:1px solid #C73901;
	background-color:#f3f3f3;
	text-align: center;
	padding:10px 0 10px 0;
	}
#htmlData table td {
	/*font:bold 90%/1.8 'NG'; color:#212121;*/
	padding:10px 0 10px 0;
	}

.pl20 { padding-left:20px;}

.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt60 { margin-top:60px;}

.ml30 { margin-left:30px;}
.ml20 { margin-left:20px;}

.b_rig { border-right:1px solid #e1e1e1;}
.b_left { border-left:1px solid #e1e1e1;}

.icon_01 {background:url('../images/050101_icon_01.gif') no-repeat 0 3px; padding-left:20px}


.downbox { border:2px solid #2B8E2A; background-color:#E0E5FA; padding:10px 0 10px 0; display:inline-block; width:200px; }


/*@media all and (max-width:991px) {
	#htmlData .box1 img { width:100%;}
	#htmlData .box2 img { width:100%;}
}*/

@media (max-width:767px) {

	#htmlData .box1 img { width:80%;}
	#htmlData .box2 img { width:80%;}
}


@media (max-width:480px) {

	#htmlData .box1 img { width:100%;}
	#htmlData .box2 img { width:100%;}
}


