@charset "utf-8";
@import "../template.css";
/* CSS Document */

#conts h2 {
	background: url(../../img/make_sign/example/h2_back.jpg) left center;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	color: #000;
	font-size: 16px;
	margin-bottom: 30px;
}

#conts h3 {
	margin-bottom: 12px;
}

#conts p {
	line-height: 1.7;
	color: #333;
	margin-bottom: 15px;
}

#conts p.center {
	text-align: center;
	margin-bottom: 30px;
}

#conts p.inner {
	background-color: #AECCF4;
	padding: 6px;
	margin: 0 3px 34px;
}

#conts p.inner img.first {
	margin-right: 6px;
}

#conts dl {
	margin-bottom: 60px;
}

#conts dl.mb10 {
	margin-bottom: 10px;
}

#conts dl dt {
	float: left;
	clear: left;
	background-color: #D1E1F4;
	width: 150px;
	line-height: 1;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 7px 0 8px 10px;
	border-right: 3px solid #fff;
}

	*html #conts dl dt {
		width: 163px;
	}
	
#conts dl dt.pb20 {
	padding-bottom: 21px;
}
	
#conts dl dd {
	background-color: #f1f1f1;
	padding: 7px 0 9px 15px;
	margin: 1px 0 3px 160px;
}

#conts div.mb10 {
	margin-bottom: 10px;
}

