@charset "utf-8";
@import "../../../common/css/0-import.css";

#conts h2 {
	margin-bottom: 35px;
}

#conts h3 {
	margin: 0 10px 7px 10px;
	border-bottom: 1px #999 solid;
	clear: both;
	color: #CA961E;
	font-size: 15px;
}

#conts h4 {
	margin: 0 0 8px 11px;
	*margin-bottom: 5px;
	padding-top: 3px;
}

#conts p {
	line-height: 1.5;
	margin-left: 11px;
	margin-bottom: 13px;
}

#conts dl {
	margin: 0 0 0 9px;
}

#conts dl dt {
	font-weight: bold;
}

#conts dl dd {
	padding: 0 10px 0 93px;
	margin-bottom: 8px;
}

#conts dl dd.last {
	margin-bottom: 22px;
}

#conts ul {
	margin: 0 0 0 10px;
}

#conts ul li {
	padding-left: 9px;
	background: url(../img/wakuwaku/icon01.gif) no-repeat left 6px;
}

	*html #conts ul li {
		background: url(../img/wakuwaku/icon01.gif) no-repeat left 6px;
	}
	
	*+html #conts ul li {
		background: url(../img/wakuwaku/icon01.gif) no-repeat left 6px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts ul li {
		background: url(../img/wakuwaku/icon01.gif) no-repeat left 7px;
	}

}

