@charset "utf-8";
/* 
※このファイルは基本的にテンプレの簡易な整形用なので、「必ず」サイトに合わせて各種設定を見直すこと。
==================================================================================================== */

/* 問い合わせページ共通 */


.tel img{
	margin-top: 10px;
	width:310px;
	height:68px;
}

table.form ul li{
	float: left;
	width: 140px;
}


table.form{
	margin: 10px 0;
	border: #CBC9B9 solid 1px;
	font-size: 12px;
	width: 100%;
}

table.form th{
	padding: 8px 10px;
	text-align: left;
	width: 40%;
	vertical-align: top;
}

table.form td{
	padding: 8px 10px;
	border-bottom: #ccc dotted 1px;
}


.right_item{
	margin-right: 20px;
	}

.ta_right{
	text-align: right;
}

dl.pp_box{margin: 10px 0;}
dl.pp_box dt{
	margin: 10px 0 0;
	color: #000;
	font-weight: bold;
}


.contact .hissu{
	padding: 2px 10px;
	background-color: #C30;
	color: #FFF;
}

.contact .ninni{
	padding: 2px 10px;
	background-color: #1165C3;
	color: #FFF;
}

.inquiry_size_l{
	width: 270px;
	}


.last_check{
	border: #ccc solid 1px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 20px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 1.8;
}


.step-jump{
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}


	


/* 確認ページ設定 */
.contact.confirm #contactform dt {
	padding: 2px;
}
.contact.confirm #contactform dd {
	padding: 2px;
}
/* エラーページ設定 */
.contact.error .error_message {
	color: #cc0000;
}
.contact.error .error_message ul {
	margin-left: 1.2em;
	list-style-type: disc;
}

/* 送信完了ページ設定 */
.contact.completion .error_message {
	color: #cc0000;
}
.contact.completion .error_message ul {
	margin-left: 1.2em;
	list-style-type: disc;
}
