@charset "utf-8";


/* contents
---------------------------------------- */
#feature #contents .featureBox {
	width: 800px;
	margin-bottom: 20px;
	float: right;
	background: url(../../feature/img/feature_bg.gif) repeat-y;
}

#feature #contents .featureBox .featureBoxBottom {
	background: url(../../feature/img/feature_bg_bottom.gif) left bottom no-repeat;
}

#feature #contents .innerBox {
	padding: 12px 20px 20px;
}

#feature #contents .innerBox p.btn {
	margin-top: 12px;
	text-align: center;
}

#feature #contents .featureBox dl {
	background: url(../../feature/img/border_dot.gif) left bottom no-repeat;
	margin-bottom: 25px;
	padding: 0 0 20px 16px;
}

#feature #contents .featureBox dl dt {
	margin: 13px 10px 0 0;
	float: left;
}

#feature #contents .featureBox dl dd {
	float: left;
}

#feature #contents .featureBox dl img {
	vertical-align: top;
}

#feature #contents .featureBox p.featureImage {
	text-align: center;
	background: url(../../feature/img/border_dot.gif) left bottom no-repeat;
	margin-bottom: 20px;
	padding: 0 0 25px 0;
}

#feature #contents .featureBox p.btn {
	margin-bottom: 5px;
}


