@charset "utf-8";

#mv{
	background: none;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 1080px;
}

#header .logo{
	text-align: center;
	margin: 0px;
	padding: 25px 0px 45px;
}


#news-detail{
	margin: 0px auto;
	padding: 65px 0px;
	width: 1080px;
}

#news-detail h1{
	margin: 0px;
	padding: 0px;
}

#news-detail .news-detail-block{
	margin: 0px;
	padding: 50px 0px 70px;
	background: url(../images/line.jpg) no-repeat center bottom;
}

#news-detail .news-detail-block .img{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}

#news-detail .news-detail-block .news-detail-right{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 540px;
}

#news-detail .news-detail-block .news-detail-right h2{
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: bold;
	color: #f57300;
	margin: 0px;
	padding: 10px 0px 0px;
}

#news-detail .news-detail-block .news-detail-right h3{
	margin: 0px;
	padding: 5px 0px 0px;
	line-height: 1.3rem;
	font-size: 1rem;
	font-weight:bold;
}

#news-detail .news-detail-block .news-detail-right .text{
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 1.6rem;
	font-size: .9rem;
}

#news-detail .back-top{
	margin: 0px;
	padding: 30px 0px 0px;
	line-height: 1.3rem;
	font-size: .9rem;
	text-align: center;
}






