@charset "utf-8";

/* ---------------------------------------------------------
 　■ お問い合わせページ用CSS
--------------------------------------------------------- */
.inq-box{
	margin: 0 -50px 50px 0;
	overflow: hidden; zoom: 1;/* clearfix */
}
.inq-box p.ttl{
	background: url(../images/line280.png) left bottom no-repeat;
}
.inq-box .txt42{
	font-size: 42px;
	line-height: 42px;
	margin: 15px 0 0;
}
.inq-box .txt42 img{
	margin: 6px 5px 0 0;
}
.inq-box .txt14{
	line-height: 1.3;
}
.inq-box dd span{
	display: block;
}
.inq-box dl{
	width: 420px;
	margin: 0 50px 20px 0;
	float: left;
}
.inq-box dl dt{
	font-weight: bolder;
	border-left: 5px solid #0056CC;
	padding: 0 0 0 15px;
}
.inq-box dl dd{
	margin: 0;
	padding: 0 0 0 20px;
}


