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

/* main-img-top */

.main-img {
	background-image: url(images/main-img.jpg);
}


/*contents*/

.contents-box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.contents-box p {
	font-size: 14px;
	line-height: 1.6em;
}

/*banner-box*/

.banner-box {
	margin-bottom: 40px;
}

.banner-box2 {
	margin-bottom: 60px;
}


/*features*/


.features {
	background-image: url(images/feature-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	height: 592px;
}


.features div {
	margin-left: 20px;
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 25px;
	padding-bottom: 30px;
	clear: both;
	width: 470px;
}

.features div.end {
	background-image: none;
}

.features h4 {
	font-size: 23px;
	font-weight: lighter;
	color: #29ABE2;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "HG丸ゴシックM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
	margin-bottom: 5px;
}

.features p {
	position: static;
	margin-bottom: 0px;
	padding-left: 10px;
}

