@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  TOPページのCSS
=================================================================== */



/*----------------------------------------------------------------------------------
		 								TOPページ
------------------------------------------------------------------------------------*/
#mainimg {
	background: url(../images/index/bg_mainimg.png) center top no-repeat;
    width: 100%;
	height: 690px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: visible;
}
.mainimgIn {
	width: 950px;
	margin: 0 auto;
}
.mainimgIn h1 {
	text-align: left;
	padding: 110px 0 0 0;
}

div#contents h2 {
    float: left;
	margin: 50px 0 0 0;
}
div#contents h3 {
    float: left;
    margin: 20px 0 80px 0;
}
