@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/facilities/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
.lay1,
.lay2 {
	padding-top: 40px;
}
.lay1 .col1,
.lay2 .col1 {
	width: 339px;
}
.lay1 .col2,
.lay2 .col2 {
	width: 361px;
}
.lay1 {
	background-image: url(../../images/facilities/index/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.lay1 .col1 {
	float: left;
}
.lay1 .col2 {
	float: right;
	text-align: right;
}
.lay2 {
	background-image: url(../../images/facilities/index/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.lay2 .col1 {
	float: right;
}
.lay2 .col2 {
	float: left;
}
.lay3 {
	padding-top: 40px;
}


/* sec1
------------------------------------------------------------ */
#sec1,
#sec2 {
	padding-top: 40px;
}
#sec2 p.bt {
	text-align: center;
}

