@charset "utf-8";

/* 「集配予約・お問い合わせ」専用CSS */

/* 集配エリア━━━━━━━━━━━━━━━━━━━━━━━ */

#detailContact1 .contentBody{
	padding-bottom:0px;
	}

/* 集配エリアGoogleマップ */
#detailContact1 .contentBody .areamap{
	float:right;
	text-align:right;
	padding-top:10px;
	}

#detailContact1 .contentBody .areamap iframe{
	border:1px solid #999999;
	}

/* 集配サービスについて━━━━━━━━━━━━━━━━━━━━━━━ */
#detailContact2{
	}

#detailContact2 .contentHeader{
	}
	
#detailContact2 .contentBody{
	}

/* Q&A */
#detailContact2 .contentBody .faq{

	}

#detailContact2 .contentBody dl{
	width:430px;
	float:left;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
	}
	
#detailContact2 .contentBody .heightLine-group1{
	border-top:0px solid #fff;
}

#detailContact2 .contentBody dt{
	clear:both;
	background-image:url(../img/icon_faq.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	padding:20px 15px 5px 60px;
	font-weight:bold;
	font-size:110%;
	}
#detailContact2 .contentBody dd{
	padding:5px 15px 15px 60px;
	margin:0px;
	}

#detailContact2 .contentBody dl.even{
	border-right:0px solid #fff;
	}

#detailContact2 .contentFooter{
	}
	
/* 集配予約・お問い合わせ━━━━━━━━━━━━━━━━━━━━━━━ */
#detailContact4{
	margin-right:auto;
	margin-left:auto;
	}

#detailContact4 .contentHeader{
	background-image:none !important;
	height:0px;
	}
	
#detailContact4 .contentBody{
	background-image:none !important;
	}
	
#detailContact4 .contentBody h2{
	margin-bottom:15px;
	text-align:center;
	}

#detailContact4 .contentBody form{
	text-align:center;
	}

/* 必須項目 */
#detailContact4 .contentBody form span{
	color:#FF9901;
	}
	
#detailContact4 .contentBody p{
	text-align:center;
	}

#detailContact4 .contentBody table{
	margin:15px auto 15px auto;
	border:1px solid #CCCCCC !important;
	padding:3px;
	border-collapse:collapse;
	}

#detailContact4 .contentBody table th{
	text-align:left;
	font-weight:normal;
	background-color:#EBEFFD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	white-space:nowrap;
	}

/* お問い合わせ種別 */
#detailContact4 .contentBody table tr.head th{
	background-color:#AAB0BD;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#detailContact4 .contentBody table td{
	text-align:left;
	font-weight:normal;
	background-color:#fff;
	border-bottom:1px solid #CCCCCC;
	}

/* オンオフされたフォーム部品 */
#detailContact4 .contentBody input.form_disabled,
#detailContact4 .contentBody select.form_disabled{
	background-color:#C0C0C0 !important;
	}

#detailContact4 .contentBody #buttonSubmit{
	font-size:100%;
	padding:5px;
	}

#detailContact4 .contentBody .terms{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:570px;
	font-size:85%;
	margin-top:15px;
	}
	
#detailContact4 .contentFooter{
	background-image:none  !important;
	height:0px;
	}