@charset "utf-8";

/* お問い合わせスタイル
----------------------------------------------------*/

/* ご入力フォーム */
div#contents div#main p {
	margin: 10px 0 25px 0;
}

div#contents div#main p em {
	color: #cc0000;
	font-weight: bold;
}

div#contents div#main span.must {
	color: #cc0000;
	font-weight: bold;
}

div#contents div#main table th {
	width: 170px;
}

div#contents div#main table td ul {
	overflow: hidden;
	zoom: 1;
}

div#contents div#main table td ul li {
	float: left;
	/* width: 30%; */
	margin: 0 15px 0 0;
}


/* フォームスタイル */
div#contents div#main table td input.text01 {
	width: 400px;
}

div#contents div#main table td input.text02 {
	width: 100px;
}

div#contents div#main table td input.text03 {
	width: 280px;
}

div#contents div#main table td input.check {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

div#contents div#main table td textarea {
	width: 400px;
	height: 150px;
	padding: 2px;
	font-size: 100%;
	line-height: 1.6;
}


/* ボタンスタイル */
div#contents div#main div#btn_box {
	margin: 30px 0;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

div#contents div#main div#btn_box button {
	width: 109px;
	height: 34px;
	margin: 0 5px;
	padding:0;
	border:0;
	background:none;
	cursor: pointer;
}

div#contents div#main div#btn_box button:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* エラースタイル */
div#contents div#main div.err {
	margin: 20px 10px;
	padding: 10px 15px;
	border: 3px solid #f6bdc4;
	background: #ffe9eb;
}

div#contents div#main div.err p {
	margin: 0;
	color: #cc0000;
	font-weight: bold;
}

div#contents div#main table td.err {
	background: #ffe9eb;
}

div#contents div#main table td p.err {
	clear: both;
	padding: 0;
	margin: 2px 0;
	color: #cc0000;
	font-weight: bold;
}




/* 完了スタイル */
div#contents div#main div#inner {
	padding: 15px;
	border: 5px solid #dcdcdc;
}



