@charset "utf-8";

/* メインコンテンツスタイル
----------------------------------------------------------- */
div#main span.must {
	color: #dd0000;
	font-weight: bold;
}

div#main span.designer {
	font-size: 83%;
}

div#main div#lead {
	margin: 0 0 20px 0;
}

div#main table {
	width: 660px;
	margin: 5px 0 0 0;
	font-size: 100%;
	line-height: 1.5;
}

div#main table th,
div#main table td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}

div#main table th {
	width: 160px;
	background: #eee;
}

div#main table td p {
	margin: 5px 0 0 0;
}

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

div#main table td ul li {
	float: left;
	margin: 0 20px 0 0;
}

div#main table td ul.example,
div#main table td ul.example_tel {
	margin: 5px 0 0 0;
}

div#main table td ul.example li {
	width: 190px;
}

div#main table td ul.example_tel li {
	width: 88px;
}


/* フォームスタイル */

div#main input.text_area {
	width: 150px;
	ime-mode: active;
}

div#main input.wide {
	width: 400px;
}

div#main input.hankaku {
	width: 80px;
	ime-mode: disabled;
}

div#main input#email,
div#main input#email2 {
	width: 250px;
}

div#main textarea {
	width: 400px;
	height: 180px;
	font-size: 100%;
}


/* ボタンスタイル */

div#main div#btn_box {
	margin: 30px 0 35px 0;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

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

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



/* エラー画面 */

div#main div.err {
	margin: 0 0 20px 0;
	padding: 10px 0;
	border: 3px solid #ffa3a3;
	background: #ffe4e4;
	color: #cc0000;
	font-weight: bold;
}

div#main div.err p {
	margin: 0 15px;
}

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

div#main table td p.err {
	color: #cc0000;
	font-weight: bold;
}



/* 完了画面 */

div#main div#complete {
	margin: 30px 0 0 0;
}

div#main div#complete p {
	margin-bottom: 10px;
}

div#main div#complete em {
	color: #cc0000;
	font-size: 116%;
	font-weight: bold;
}







