@charset "UTF-8";


/* contents area
-------------------------------------------------------------------------------- */
#main #safety h1 {
	background-color: #00a874;
}

#main #safety h2 {
	color: #00a874;
	background: url(../images/bg_tit.gif) repeat-x left bottom;
}

#main #safety h2 span {
	border-left: solid 4px #00a874;
}

#main #safety h3 {
	background: #e9fff0;
	color: #00a874;
}

#main #safety table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
	box-sizing: border-box;
}

#main #safety table th, #main #safety table td {
	text-align:center;
	padding:7px;
	letter-spacing:1px;
	line-height:140%;
}

#main #safety .box {
	border:5px solid #e0ead4;
	background:#edf4e5;
	padding:15px 30px 10px 30px;
}

body:first-of-type sup {
	vertical-align: top;
}

/* Page
-------------------------------------------------------------------------------- */

/* investigation
-------------------------------------------------------------------------------- */

table.investigation ol {
	margin-left: 0 !important;
}

table.investigation ol li,
ol.square-decimal li{
	list-style-type: none !important;
	padding-left: 20px;
}

ol li.num1 {
	background: url(../images/num1.gif) no-repeat scroll left 0px transparent;
}

ol li.num2 {
	background: url(../images/num2.gif) no-repeat scroll left 0px transparent;
}

ol li.num3 {
	background: url(../images/num3.gif) no-repeat scroll left 0px transparent;
}

ol li.num4 {
	background: url(../images/num4.gif) no-repeat scroll left 0px transparent;
}

p.nov-tbl-title {
	margin-bottom:5px !important;
}

table.investigation {
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	/*min-width: 650px;*/
	width:100%;
}

table.investigation th {
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 5px;
	width: 120px;
	text-align: left !important;
	vertical-align: text-top;
}

table.investigation td {
	text-align: left !important;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;

}

dl.dec_squ dd{
	background: url(../images/dec_squ.gif) no-repeat scroll left 5px transparent;
	margin: 0;
	padding-left: 10px;
}

.no-pad li{
	padding-left: 0 !important;
	vertical-align: top;
}

#main dl.points dt {
	clear: left;
	float: left;
	width: 36px;
	vertical-align: top;
	text-align: center;
}

#main dl.points dd {
	padding-left: 38px;
	margin-left: 0;
}


.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

#main #safety div.hit-contact {
	margin: 5px 5px 10px 20px;
}

div.situation-box {
	border: 1px solid #000;
	margin: 0 0 20px;
	width: 100%;
}

p.situ-title {
	background: #eee;
	font-weight: bold;
	padding: 5px;
	text-align: left !important;
}

#main #safety div.situation-box table {
	margin: 0 auto 0 20px;
	width: auto;
}

body #main .safety-bottom-navi a {
	background: url("../images/icon_arrow_nav_next.gif") no-repeat scroll left center transparent;
}

div#main div#mvp-page-navi{
	display : none;
}
@media screen and (max-width: 767px){
	table.investigation th,
	table.investigation td{
		display: block;
	}
	table.investigation th{
		width: 100%;
	}
}
/*20160818 add �v�����g����css*/
@media print{
	#main #safety p img{
		max-width:100%;
	}
/*table������list�ɉ摜���g�p�����Ă����ꍇ*/
	div.table-scroll table td ol li.num1,
	div.table-scroll table td ol li.num2,
	div.table-scroll table td ol li.num3{
		background-size:10px;
	}

}
