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

/*------------------------------------------------------------
	総合お問い合わせ
------------------------------------------------------------*/
#main {
	padding-left: 115px;
	padding-right: 0;
	width: auto;
}

#conts {
	width: 540px;

	float: none;

	text-align: left;
}

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

#conts h3 {
	margin: 0 0 10px 15px;

	padding: 7px 0 11px 10px;
	background: url(/img/manual/moving/index/h3_bg.gif) no-repeat left center;
	
	clear: left;
	
	color: #333;
	font-size: 125%;
	font-weight: bold;
}

#conts h4 {
}

#conts p {
	padding: 0 5px 20px 5px;
	
	line-height: 1.7;
}

#conts p.note {
	padding-left: 15px;
}

#conts p.clear {
	padding: 5px 15px 20px 15px;
	
	line-height: 1.7;
	
	clear: left;
}

#conts span.red {
	color: #D01E2C;
	font-weight: bold;
}

#conts .text01 {
	margin: 10px 0 15px 15px;
}

#conts #tableBox {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	width: 520px;
}

#conts .table01 {
	width: 245px;
	
	float: left;
}

#conts .table01 caption {
	padding:  0 0 5px 0;
	
	color: #41709A;
	font-weight: bold;
	
	text-align: left;
}

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

#conts .table01 th, #conts .table01 td {
	padding: 5px 7px;
	
	white-space: nowrap;
}

#conts .item01 {
	background: #F5F5F5;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
#conts ul.inquiryList li {
	display: block;
}

#conts form {
}

#conts #submit {
	margin: 0 15px;
	background: #ccc;
}

#conts #submit th, #conts #submit td {
	padding: 10px;
	background: #fff;

	font-weight: normal;
	line-height: 1.5;
}

#conts #submit td.pad6px {
	padding: 6px 10px 3px 10px;
}

#conts #submit th {
	background: #F5F5F5;
	
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

#conts #submit td {
	width: 100%;
	background: #fff;
}

#conts input.textBox {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #999;
}

#conts input.checkBox {
	margin-right: 5px;
}

#conts textarea {
	padding: 2px;
	width: 90%;
	height: 8em;
	border: 1px solid #999;
}

#conts input.radioBox {
	position: relative;
	top: 3px;
}

#conts .fInquiryType ul,
#conts .fPlan ul {
	line-height: 2;
}

#conts .fInquiryType li,
#conts .fPlan li {
	margin-right: 10px;
	display: inline;
}

#conts #fName,
#conts #fNameKana {
	width: 100px;
}

#conts #fEmail,
#conts #fEmailCheck {
	width: 250px;
}

#conts #fZipCode01 {
	margin-right: 5px;
	width: 35px;
}

#conts #fZipCode02 {
	margin-left: 5px;
	width: 42px;
}

#conts #fPrefectures {
	margin: 10px 0;
	width: 80px;
}

#conts #fAddress {
	width: 323px;
}

#conts #fTel01,
#conts #fTel02,
#conts #fTel03 {
	width: 35px;
}

#conts #fFax01,
#conts #fFax02,
#conts #fFax03 {
	width: 35px;
}

#conts #fTel01, #conts #fFax01 {
	margin-right: 5px;
}

#conts #fTel02, #conts #fFax02 {
	margin: 0 5px;
}

#conts #fTel03, #conts #fFax03 {
	margin-left: 5px;
}

#conts #submit p {
	padding: 7px 0;
	
	line-height: 1.7;
}

#conts #btn {
	margin: 15px 0 0 97px;
	padding: 0;
}

#conts #btn li {
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
}

#conts button {
	border: none;
	background: none;

	cursor: pointer;
}

	* html #conts button {
		position: relative;
		top: -2px;
		left: -35px;
	}

	*+html #conts button {
		position: relative;
		top: -2px;
		left: -35px;
	}

/*------------------------------------------------------------
	エラー
------------------------------------------------------------*/
#conts p.top {
	padding: 0 15px 15px 15px;
	
	line-height: 1.7;
}

#conts p.error {
	margin: -10px 15px 25px 15px;
	padding: 10px;
	border: 1px solid #ccc;

	color: #D01E2C;
}

#conts ul.error {
	margin: -10px 15px 25px 15px;
	padding: 10px;
	border: 1px solid #ccc;

	color: #D01E2C;
}

#conts ul.error li {
	margin-bottom: 5px;
}

#conts #submit td.error {
	background: #FBE1E3;
}

/*------------------------------------------------------------
	確認
------------------------------------------------------------*/
#preview #conts #submit p {
	padding: 0;
	
	line-height: 1.7;
}

/*------------------------------------------------------------
	サンキュー
------------------------------------------------------------*/
#conts .left {
	margin: 3px 20px 0 15px;
	
	float: left;
	display: inline; /* IE6対策 */
}

#conts .thx {
	margin: 3px 0 10px 0;
}

#conts .clearRed {
	clear: left;
	
	color: #D01E2C;
}




