@charset "UTF-8";


body{
	background: #e8e7dc;
	}

#Cont01 {
	background:url(../images/img_mainbg.jpg) no-repeat;
	min-height: 640px;
	background-position: center top;
}

/*背景画像の拡大指定 */
@media screen and (min-width: 1400px){#Cont01 {	background-size: contain;}}

 
#Cont01 .contttl{
	color: #fff;
	padding: 50px 0 0 0;
}

#Cont01  .contttl hr{
	height: 2px;
	background-color: #ffffff;
	border: none;
	color: #ffffff;
}

/* CSS Document */

