@charset "UTF-8";
/* CSS Document */

#title{
	width:100%;
	height:374px;
	background:url(../construction/image/construction.jpg) no-repeat bottom;
	text-align:center;
	color:#FFF;
	}
#construction{
	width:100%;
	margin:0 auto;
	font-size: 16px;
	background-color:#e8e8e8;
	padding:80px 0 50px;
	}
#construction .cont{
	width:810px;
	height:210px;
	margin:0 auto 55px;
	padding:60px 45px;
	background-color:#FFF;
	position: relative;
	}
#construction .cont .text{
	width:530px;
	float:left;
	margin:40px 50px 0 20px;
	}
#construction .cont .text .bold{
	font-size:24px;
	font-weight:bold;
	}
#construction .cont .text p{
	font-size:16px;
	margin-top:20px;
	line-height:1.8;
	}
#construction .cont .img{
	float:right;
	}
#construction .cont .step{
	width:110px;
	height:127px;
	position: absolute;
	top:-40px;
	left:45px;
	}