@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-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

#conts .box dl{
	margin: 0 15px;
	text-align: left;
}

#conts .box dt{
	float: left;
	clear: left;
	line-height: 1.5;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#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: 90px;
}

#conts .box dd span{
	font-weight: bold;
	color: #f03;
}

#conts .box dd.none{
	padding-bottom: 8px;
	background: none;
}

#conts .box ul{
	background-color: #F5F5F5;
	border: 1px solid #EFEFEF;
	text-align: center;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#conts .box ul li{
	display: inline;
}

#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;
}

