@charset "utf-8";
/* CSS Document */

.main {
	height: 278px;
	position: relative;
	background: url("../images/facility/main.jpg") no-repeat;
}

.main h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	left: 110px;
	top: 85px;
	color: #FFF;
}

.main h1 span {
	font-size: 25px;
	display: block;
}

.content01 {
	background: url("../images/company/back1.png") no-repeat top left;
	padding: 130px 0 0;
}

.content01 ul {
	text-align: center;
}

.content01 ul li {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	margin: 0 40px 40px;
}

.content01 ul li h2 {
	font-size: 28px;
	font-weight: bold;
	color: #0A1F31;
	text-align: left;
	line-height: 100%;
	margin-bottom: 15px;
}

.content01 ul li p {
	margin-top: 10px;
	line-height: 180%;
	text-align: left;
	font-size: 16px;
}

.content02 {
	background: url("../images/common/back3.png") no-repeat right bottom;
	margin-top: 50px;
	position: relative;
	padding-bottom: 520px;
}

.content02 ul {
	text-align: left;
}

.content02 ul li {
	width: 245px;
	height: 155px;
	background: url("../images/facility/back.png") no-repeat;
	position: relative;
	display: inline-block;
	margin: 10px;
}

.content02 ul li .textbox {
	position: absolute;
	top: 25px;
	left: 30px;
	text-align: left;
}

.content02 ul li .textbox h2 {
	font-size: 26px;
	font-weight: bold;
}

.content02 ul li .textbox p {
	font-size: 16px;
	line-height: 160%;
	margin-top: 10px;
}



