@charset "UTF-8";

/* intro
-------------------------------------*/
#main p.intro {
	font-size: 0.94em;
	line-height: 230%;
	text-align: center;
	margin-bottom: 50px;
}


/* feature
-------------------------------------*/
#main .feature {
	margin: 0 auto;
	width: 920px;
	overflow: auto;
	zoom: 1;
}

#main .feature > div {
	float: left;
	width: 236px;
	padding: 0 35px;
	position: relative;
	height: 360px;
}

#main .feature > div.center {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

#main .feature h3 {
	text-align: center;
	padding: 15px 0;
	border-top: 4px solid rgb(0, 159, 232);
}

#main .feature img {
	text-align: center;
	max-width: inherit;
}

#main .feature p {
	font-size: 0.81em;
	line-height: 160%;
	padding: 10px 0;
}

#main .feature a.more {
	display: block;
	width: 145px;
	height: 27px;
	position: absolute;
	bottom: 10px;
	right: 35px;
}

/* pageHeader
-------------------------------------*/
#pageHeader {
	height: 500px;
	border: none;
}

#pageHeader.spirit {
	background: url(../img/strength/bg_ttl_spirit.png) no-repeat center center;
}

#pageHeader.training {
	background: url(../img/strength/bg_ttl_training.png) no-repeat center center;
}

#pageHeader.suggest {
	background: url(../img/strength/bg_ttl_suggest.png) no-repeat center center;
}

#pageHeader h2 {
	text-align: center;
}

#pageHeader h2 > img {
	margin-top: 90px;
}


/* detail
-------------------------------------*/
#main .detail {
	margin: 0 auto 100px;
	width: 850px;
	overflow: hidden;
	zoom: 1;
}

#main .detail h3 {
	color: #646464;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

#main .detail p {
	font-size: 0.94rem;
	line-height: 175%;
	padding-bottom: 1.25rem;
}

#main .detail img.p_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#main .detail img.p_left02 {
	margin-left: 20px;
	margin-bottom: 10px;
}
#main .detail img.p_left {
	float: left;
	margin-right: 20px;
}

