@charset "utf-8";


.lower-title{
	background: url(../images/title-bg.jpg) no-repeat left top;
	background-size: cover;
}
/* news */
#news .tb1 dt{
	text-align: left;
	width: 140px;
	padding-left: 15px;
}
@media screen and (max-width:768px){
	.lower-title{
		background: url(../images/title-bg.jpg) no-repeat left top;
		background-size: auto 100%;
	}
	#news .tb1 dt{
		padding: 10px;
	}
}

/*-----------------------------
	main
------------------------------*/

/* h2 */
#main h2{
	margin-bottom:30px;
}
/* dl */
#main dl{
	clear:both;
	border-bottom:1px solid #EAECEF;
	overflow:hidden;
}
#main dl dt{
	float:left;
	width:110px;
	padding:10px 0 10px 12px;
	background:url(../../common/images/icon.png) no-repeat left 15px;
}
#main dl dd{
	float:left;
	padding:10px 0;
}
#main dl dd a{
	text-decoration:underline;
}
/* detail */
#main .detail{
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#main .detail .date{
	clear:both;
	padding:8px 0 8px 12px;
	background:url(../../common/images/icon.png) no-repeat left 13px;
	border-bottom:1px solid #EAECEF;
	overflow:hidden;
}
#main .detail p{
	margin-bottom:25px;
}
#main .detail .pdf{
	padding-left:30px;
	line-height:22px;
	background:url(../images/pdf.png) no-repeat left top;
}

