@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20090415

 file name  : contact.css
 style info : お問い合わせ用のスタイル
============================================================ */

/* タイトル周り
----------------------------------------------------*/
#section-lv {
	background: url(../../images/share/bgimg.png) no-repeat;
	border-top: 3px solid #464035;
}

#section-lv h1 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}


/* フォーム
----------------------------------------------------*/
#section-lv form {
	width: 508px;
	background: url(../../images/share/bg_box.png) repeat-x;
	border: 1px solid #D6D6D6;
	margin: 0px 40px;
	padding-top: 20px;
}

#section-lv form table {
	width: 508px;
}

#section-lv form table td {
	padding-bottom: 15px;
}

#section-lv form table td span.condition {
	display: block;
	margin-top: 5px;
	font-size: 90%;
	color: #F955A4;
}

#section-lv form table td.item {
	width: 175px;
	padding-left: 20px;
	vertical-align: top;
}

#section-lv form table td.item span {
	color: #F955A4;
}

#section-lv form table td.btn {
	border-top: 1px dashed #D6D6D6;
	padding-top: 15px;
	text-align: center;
}

/* thanksページ
----------------------------------------------------*/
.thanks {
	width: 508px;
	background: url(../../images/share/bg_box.png) repeat-x;
	border: 1px solid #D6D6D6;
	margin: 30px 40px;
	padding-top: 30px;
	text-align: center;
	line-height: 4;
}

.return {
	border-top: 1px dotted #D6D6D6;
	display: block;
	margin-top: 30px;
	padding: 10px 0px;
}
