@charset "Shift_JIS";

/*―――――――――――――――――――――――――――――
	お問い合わせページスタイル設定
―――――――――――――――――――――――――――――*/
div#contact h1 {
	margin-bottom: 10px;
	width: 635px;
	height: 35px;
	background: url("../img/title_contact.png") no-repeat left top;
	text-indent: -9999px;
	font-size: 77%;
}

div#contact p {
	padding: 20px;
	font-size: 85%;
}

div#contact p.err_msg {
	padding: 0px 0px 0px 20px;;
	color: #F00;
}

div#contact div#form_area h2 {
	margin-left: 10px;
	width: 400px;
	height: 30px;
	background: url("../img/stitle_contact_form.png") no-repeat left top;
	text-indent: -9999px;
	font-size: 77%;
}

div#contact div#form_area table {
	margin: 10px auto;
	width: 600px;
}

div#contact div#form_area table,
div#contact div#form_area table th,
div#contact div#form_area table td {
	border: 1px solid #999;
}

div#contact div#form_area table th {
	width: 160px;
}

div#contact div#form_area table th,
div#contact div#form_area table td {
	padding: 10px;
	line-height: 2;
	vertical-align: middle;
	font-size: 85%;
	font-weight: normal;
}

div.btn_right {
	padding-right: 20px;
	text-align: right;
}

div.btn_center {
	text-align: center;
}

div.btn_left {
	padding-left: 20px;
	text-align: left;
}

div#contact p.contact_thanks {
	padding: 100px 20px 100px;
	text-align: center;
}


/*―――――――――――――――――――――――――
	入力フォーム
―――――――――――――――――――――――――*/
div#form_area p.note {
	display: none;
}

div#form_area p.notice {
	padding: 20px;
}


div#radio_form_type_box {
	margin: 0px 18px;
	padding: 10px 20px;
	width: 350px;
	background-color: #66B8A9;
	color: #FFF;
	font-size: 121%;
}

/* 初期表示制御 */
div#table_type_1,
div#table_type_2 {
	display: none;
}
