@charset "utf-8";

#fixedBox h3  {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 16px;
	color:#9D6C32;
}

#fixedBox .contWrap  {
	padding: 22px 42px;
	height: auto;
	width: 832px;
	background-color: #FFF;
}
#fixedBox .contWrap .ttlBox {
	width: 156px;
	padding-right: 22px;
	float: left;
	height: 55px;
	vertical-align: bottom;
	position: relative;
}
#fixedBox .contWrap .ttlBox img {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}
#fixedBox {
	height: auto;
}
#fixedBox .contWrap .contBox {
	width: 662px;
	float: left;
	padding-left: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#fixedBox .contWrap p {
	line-height: 1.8em;
}
#fixedBox .contWrap p.txt_right {
	text-align: right;
}
#fixedBox .contWrap span.b {
	font-weight: bold;
	line-height: 2em;
	color:#9D6C32;
}
