@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	contact index
------------------------------------------------------------*/
body {
	background: #ffe29e url(../_imgs/index/body_back.jpg) repeat-x left top;
}

#main {
}

#form_title{
	width:810px;
	height:30px;
	background:url(../_imgs/contact/form_titlebg.jpg) left top no-repeat;
	line-height:30px;
	color:#FFFFFF;
	font-size:14px;
	padding-left:30px;
	margin-bottom:20px;
}

#contact_box{
	padding:0px 20px 20px;
}
#contact_box p{
	line-height:150%;
}

/*** お問い合わせフォーム ***/
table.contact_table{
	margin-top:5px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
table.contact_table th, table.contact_table td{
	padding:2px 5px;
	text-align:left;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
	table.contact_table th{
		background-color:#F0F0F0;
		vertical-align:middle;
	}

/*** メールフォーム ***/
/* 必須 */
.red_font{
	color:#990000;
}
/* 問い合わせエラー表示 */
.error{
	width:673px;
	border:1px solid #990000;
	margin:10px 0px;
	padding:5px;
	color:#990000;
	line-height:150%;
}
/* ボタン */
#contact_btn_base{
	width:675px;
	padding-top:10px;
	text-align:center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
}