@charset "UTF-8";

/* ////////////////////////////////////////
#feature
//////////////////////////////////////// */

.feature-section {
	padding:50px 0px;
	border-bottom:1px solid #bbc2c6;
}

.feature-section .left {
	width:480px;
}

.feature-section .right {
	width:450px;
	padding-top:30px;
}

.feature-section #speedo-3way-bag{
	padding-top:65px;
}

.feature-section h4  {
	padding-left:10px;
	padding-bottom:40px;
}

.feature-section dl { 
	padding-bottom:20px;
}

.feature-section dl dt { 
	width:50px;
	float:left;
}

.feature-section dl dd { 
	width:390px;
	float:left;
	font-size:1.2em;
}

.feature-section dl dd  strong { 
	display: block;
	font-size:1.2em;
}

.feature-section ul {
	clear:both;
	padding-top:50px;
	list-style: none;
	text-align: center;
	padding-bottom:10px;
}

.feature-section ul li {
	display: inline;
	padding:0px 30px;
}

