@charset "shift-jis";

/* ボタン */
p.clsButtonR {
	text-align:right;
}

/* サンプル画像 */
p.clsSampleImage {
	text-align:center;
}

/* 表 */
form table.clsDelim {
	margin-top:16px;
}

form table.clsTable th.clsTitle {
	font-size:medium;
	_font-size:small;
	line-height:125%;
	background:#ebd699;
	border:1px solid #f5ebcc;
	padding:8px;
}

/* フォーム */
form input.clsInput, form textarea.clsInput, form textarea.clsInputSub {
	width:99%;
}

form input.clsInput2 {
	width:24px;
}

form input.clsInput4 {
	width:48px;
}

form input.clsInput8 {
	width:96px;
}

form input.clsInput12 {
	width:144px;
}

form input.clsInputH {
	width:50%;
}

form input.clsButton {
	padding:2px 32px;
}

form td span.clsButton {
	display:block;
	padding:16px 16px;
}

form .clsInputList .clsList {
	display:block;
	float:left;
	width:163px;
	margin-right:4px;
	margin-bottom:0;
}

form .clsInputListS .clsList {
	float:left;
	font-size:small;
	line-height:125%;
	width:88px;
	margin-right:4px;
	margin-bottom:4px;
}

form .clsInputListL .clsList {
	float:left;
	width:257px;
	margin-right:8px;
	margin-bottom:4px;
}

form .clsNotes, table .clsSubNotes {
	color:#FF6600;
}

table .clsLightNotes {
	color:#999;
	font-size:x-small;
	line-height:125%;
}

form .clsOptional input, form .clsOptional select {
	background:auto;
}

form tr.clsRequire th span.clsRequire {
	display:none;
	color:#FF0066;
	font-size:x-small;
	line-height:125%;
	padding-left:4px;
}

form tr.clsRequire th {
	background-image:url(../img/form_require.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

table td.clsControl, table th.clsControl {
	white-space:nowrap;
	text-align:center;
}

table td.clsControl form {
	margin:0;
}

form.clsSoft table.clsTable {
	margin:0;
}

/* 凡例 */
p.clsLegend {
	font-size:small;
	line-height:125%;
	text-align:right;
	margin-bottom:0;
}

p.clsLegend span.clsRequire {
	background:url("../img/form_require_legend.gif") left no-repeat;
	padding-left:12px;
}

p.clsLegend span.clsRequire span.clsLabel {
	display:none;
}

/* ボタン */
table td.clsButton {
	text-align:center !important;
}
