@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  contact.css
 style info :  コンタクトページのCSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								コンタクトページ
------------------------------------------------------------------------------------*/

div#contents div.form_box {
	background: url(/images/contact/bg_tale_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 30px;
}

div#contents div.form_box form {
	background: url(/images/contact/bg_table_top.gif) 0 0 no-repeat;
	padding: 24px 16px 0;
}

div.form_box form em {
	color: #B81C22;
}

div.form_box form p.top_txt {
	line-height: 1.6;
}

div.form_box form ul.error {
	margin: 15px 0 15px;
}

div.form_box form ul.error li {
	line-height: 1.6;
	color: #B81C22;
}

div.form_box form table {
	margin: 15px 0 0 0;
	border-top: 1px solid #b7b4af;
	width: 100%;
}

div.form_box form table th {
	width: 150px;
	padding: 12px 10px 12px 18px;
	border-bottom: 1px solid #b7b4af;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.6;
}

div.form_box form table th em {
	margin-left: 10px;
}

div.form_box form table td {
	padding: 12px 50px 12px 0;
	border-bottom: 1px solid #b7b4af;
	line-height: 1.6;
}

div.form_box form table td ul li {
	line-height: 1.6;
	margin-bottom: 3px;
}

div.form_box form table td ul li input {
	margin-right: 5px;
	vertical-align: middle;
}

div.form_box form table td.txt1 input {
	width: 100%;

}

div.form_box form table td textarea {
	width: 100%;
	height: 200px;

}

div.form_box form .form_btn {
	text-align: center;
	padding-top: 30px;
}

div.form_box form .form_btn li {
	padding: 0 10px;
	display: inline;
}

div.form_box form .form_btn li input {
	vertical-align: bottom;
}

div.form_box form .form_btn li img {
	cursor:pointer;
}

/**/
div.thanks_box {
	min-height: 300px;
}

* html div.thanks_box {
	height: 300px;
}

div.thanks_box p {
	line-height: 1.6;
}

div#sidebar ul.bottom_bnr {
	margin-top: -15px;
}
