@charset "UTF-8";

@import url("../common/css/reset.css");
@import url("../common/css/base.css");

/* -----------------------------------------------------------------
Title: feature.css
Created: 2010-06-11
Last Modified: 2010-06-11
------------------------------------------------------------------ */

body#feature #main ol li{
	width:400px;
	height:auto;
	background:url(../common/images/icon01.png) left center no-repeat;
	padding-left:19px;
	font-size:1.4em;
}

body#feature .section{
	width:557px;
	height:auto;
	overflow:hidden;
	clear:both;
	margin:10px 0 20px 0;
}

body#feature .section p.imgbox{
	width:278px;
	height:auto;
	float:left;
	text-align:center;
	padding:1em 0;
}

body#feature .section p.imgbox2{
	width:557px;
	height:auto;
	float:left;
	text-align:center;
	padding:1em 0;
}

body#feature .section p.imgbox2 img{
	margin:0 29px;
}
