@charset "UTF-8";
/* CSS Document */
/* =========================================================
 お問い合わせフォームスタイル
========================================================= */

/* 冒頭
--------------------------------------------------------- */
div#main.contact h3 {
    margin: 0;
    padding: 0 0 20px;
	background: none;
	border: none;
}
div#main.contact div.section p{
	margin: 0 0 1em;
	padding: 0;
	line-height:1.4;
}

/* 個人情報ボックス */
div#main.contact div.section div.attention {
	margin:0 0 20px;
	padding:20px;
	background-color: #F8F8F8;
	font-size: 93%;
}
div#main.contact div.section div.attention span.title {
	font-weight:bold;
}
div#main.contact div.section div.attention ul {
	margin: 10px 0;
	padding: 0;
	background-color:#F8F8F8;
}
div#main.contact div.section div.attention ul li {
	margin: 0 0 10px;
	padding: 0 0 0 1em;
	background:url(../../images/bg_mark.gif) no-repeat 0.3em 0.5em;
	list-style: none;
	line-height: 1.5;
}


/* 必須 */
div#main.contact div.section span.attention {
	font-size: 88%;
	color: #C00;
	font-weight: bold;
}

/* メールフォーム　*/
div#main.contact div.section table.formTable{
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
div#main.contact div.section table.formTable th{
	margin: 0;
	padding: 10px 0 8px 10px;
	border-top: 1px dotted #BBB;
	width: 12em;
	background-color: #EDEDED;
	color: #333;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
div#main.contact div.section table.formTable td{
	padding: 12px 15px 12px 15px;
	border: none;
	border-top: 1px dotted #BBB;
}
div#main.contact div.section table.formTable tr.last th,
#contents.contact. divsection table.formTable tr.last td{
}
div#main.contact div.section form{
	margin: 0;
	padding: 0;
}
div#main.contact div.section form table.formTable td input{
	width: 80%;
	height:1.5em;
}
div#main.contact div.section form table.formTable td textarea{
	width: 90%;
	height:10em;
}
div#main.contact div.section p.submit{
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	background: #F0EFDC url(../../images/bg_point.gif) repeat left top;
}

/* thanks */
div#main.contact div.section h4.thanks{
	margin:0 0 10px;
	padding:0;
	color:#C00;
	font-weight:bold;
	background:none;
	font-size: 131%;
}