@charset "utf-8";

h1.tit{
	margin-bottom:0;
	background:url(../images/industrial_waste/h1_bg.png)no-repeat center center;
	background-size:cover;
}


/* #cont1 */
#cont1{
	padding-bottom:50px;
	background:url(../images/industrial_waste/cont1_bg.png)repeat-y center center;
}
#cont1 h2{
	line-height:110px;
	background-color:#fff;
	font-size:22px;
	color:#315a9e;
}
#cont1 ul{
	margin-bottom:20px;
}
#cont1 ul li{
	display:inline-block;
	vertical-align:top;
	margin:-30px 0px 0;
}
#cont1 p{
	width:420px;
	margin-right:20px;
	display:inline-block;
	vertical-align:top;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont1 > img{
	width:440px;
}


#cont1 + dl{
	width:900px;
	margin:50px auto 80px;
	text-align:left;
}
#cont1 + dl > dt{
	display:inline-block;
	margin:30px 0 -15px;
	padding-left:15px;
	padding-right:35px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#315a9e url(../images/industrial_waste/tit_bg.png)no-repeat right center;
	position:relative;
	z-index:1;
}
#cont1 + dl > dd{
	padding:25px;
	background-color:rgba(224,230,240,0.5);
}
#cont1 + dl > dd table{
	width:100%;
	text-align:center;
}
#cont1 + dl > dd table tr:nth-child(odd){
	background-color:#fff;
}
#cont1 + dl > dd table th,
#cont1 + dl > dd table td{
	border-right:1px solid #315a9e;
	border-top:1px solid #315a9e;
}
#cont1 + dl > dd table tr:first-child th{
	background-color:#315a9e;
	color:#fff;
	border-right:1px solid #fff;
}
#cont1 + dl > dd table tr:first-child th:last-child{
	border-right:none;
}
#cont1 + dl > dd table tr:nth-child(n+2) th{
	height:54px;
	color:#315a9e;
}
#cont1 + dl > dd table th:first-child{
	width:134px;
	padding:0 30px;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#cont1 + dl > dd table td:last-child{
	border-right:none;
}
#cont1 + dl > dd table td:nth-of-type(2){
	width:238px;
	padding:0 55px;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#cont1 + dl > dd table td a{
	color:#315a9e;
	text-decoration:underline;
}
#cont1 + dl > dd dl{
	line-height:1.5;
}
#cont1 + dl > dd dl dt{
	letter-spacing:0.1em;
	padding-right:1em;
	float:left;
	font-weight:bold;
	color:#315a9e;
	border-right:1px solid #315a9e;
}
#cont1 + dl > dd dl dd{
	padding-left:11em;
}