@charset "shift_jis";

/* ---------- フォーム用 ---------- */
body#form input.w01{
	width:300px;
}
body#form input.w02{
	width:60px;
}
body#form input.w03{
	width:110px;
}
body#form input.w04,
body#form textarea.w04{
	width:370px;
}
body#form input.w05{
	width:175px;
}

body#form select.s01{
	margin:5px 0;
}

body#form p.error{
	background:#FAF7EB;
	font-weight:bold;
	color:#CC0000;
	border:dotted 1px #FF0000;
	padding:4px;
	margin:10px 0 0 0;
}
body#form p.margin-b20{
	margin-bottom:10px;
}

/* ---------- カントリーマアム用フォーム ---------- */
body#brand input.w01{
	width:300px;
}
body#brand input.w02{
	width:60px;
}
body#brand input.w03{
	width:110px;
}
body#brand input.w04,
body#brand textarea.w04{
	width:370px;
}
body#brand input.w05{
	width:175px;
}

body#brand select.s01{
	margin:5px 0;
}

body#brand p.error{
	background:#FAF7EB;
	font-weight:bold;
	color:#CC0000;
	border:dotted 1px #FF0000;
	padding:4px;
	margin:10px 0 0 0;
}
body#brand p.margin-b20{
	margin-bottom:10px;
}
body#brand .tx-point{
	color:#cc0000;
}
body#brand p.margin-b20{
	margin-bottom:10px;
}



/* ---------- 表組み ---------- */
body#brand table.standard{
	width:100%;
	border:2px solid #dfd7be;
	border-collapse:collapse;
}
body#brand table.standard th{
	background-color:#faf7eb;
	padding:7px;
	border:1px solid #dfd7be;
	font-weight:bold;
	text-align:left;
	line-height:125%;
}
body#brand table.standard th span{
	font-weight:normal;
	font-size:80%;
}
body#brand table.standard th.cross{
	background-color:#f0e4c8;
}
body#brand table.standard th.point{
	color:#cc0000;
}
body#brand table.standard td{
	padding:7px;
	border:1px solid #dfd7be;
	line-height:125%;
}

body#brand table.th-vtop th,
body#brand table.th-vtop td{
	vertical-align:top;
}
body#brand table.th-center th{
	text-align:center;
}

#contsbody p {
	color:#000000;
	font-family:"ＭＳ Ｐゴシック",Osaka,Hiragino Kaku Gothic Pro,sans-serif;
	font-weight:normal;
	line-height:140%;
	margin:0;
}

