@charset "utf-8";
@import "common/0-import.css";
#conts {
	line-height: 1.4;
	font-size: 1.2em;
}

#conts .box{
	padding: 0 27px 10px;
}

#conts #pageGuide{
	margin-bottom: 10px;
}

#conts .box h3{
	margin: 20px 0 5px 10px;
}

#conts .box dl{
	margin: 0 15px;
	text-align: left;
}

#conts .box dt{
	padding: 15px 0 10px 36px;
	background: url(../image/uservoice-icon01.gif) no-repeat left 15px;
	float: left;
	clear: left;
	line-height: 1.5;
}

#conts .box dd{
	_padding-left: 132px;
	background: url(../image/uservoice-line01.gif) repeat-x left bottom;
	text-align: left;
	display: block;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 135px;
}

#conts .box dd span{
	font-weight: bold;
	color: #f03;
}

#conts .box dd.none{
	padding-bottom: 8px;
	background: none;
}


#conts .box ul{
	margin: 0 12px;
	padding: 8px 0;
	background-color: #F5F5F5;
	border: 1px solid #EFEFEF;
	text-align: center;
}

#conts .box ul li{
	display: inline;
}
.float-img {
	float: left;
	margin-right: 10px;
}


#conts .box ul li a{
	padding: 0 5px;
}

#conts .box ul li.none a{
	text-decoration: none;
}

#conts .box ul li.back{
	margin-left: 10px;
	padding: 0 0 0 13px;
	background: url(../image/uservoice-icon02.gif) no-repeat left top;
}

