@charset "UTF-8";
/* CSS Document */

#wrapper {
	background:url(../img/introduction-bg.png) no-repeat top center;
	background-size:100%;
}

/*----------index----------*/

.index-cont {
	width:681px;
	padding:30px 38px 80px 42px;
}

.index-cont h2 {
	color:#006837;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-bottom:30px;
}

.index-cont h2 span {
	color:#f15a24;
}

.index-cont h2 strong {
	color:#006837;
	font-size:18px;
	font-weight:bold;
}

.index-cont p {
	font-size:14px;
	line-height:26px;
	font-weight:normal;
}
