@charset "utf-8";

/* ------------------------------------------------------------

	form style

------------------------------------------------------------ */


/* -----form----- */

input,
textfield,
select {
	font-size: 0.75em;
}

td input,
td textfield,
td select {
	font-size: 1em;
}

.size_ss {
	width: 40px;
}

.size_s {
	width: 70px;
}

.size_sm {
	width: 125px;
}

.size_m {
	width: 180px;
}

.size_ml {
	width: 240px;
}

.size_l {
	width: 320px;
}

textarea.size_l {
	width: 320px;
	height: 100px;
}

textarea.size_ll {
	width: 500px;
	height: 100px;
}

.btn_submit {
	text-align: center;
}


/* 必須項目 */

span.required {
	background: url(../images/icon_required.gif) no-repeat right top;
	padding-right: 30px;
}


/* ----------head---------- */

.form_head {
	background-color: #8CB2D9;
	margin-bottom: 1px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}


/* ----------table---------- */

.tb_form {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.tb_form td,
.tb_form th {
	border: 1px solid #E7E7E7;
	padding: 0.75em;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

.tb_form th {
	width: 16em;
	background: url(../images/tb_bg.gif) repeat left top;
}

* html body .tb_form th {
	width: 17.5em;
}

*+html body .tb_form th {
	width: 17.5em;
}

.tb_form td p,
.tb_form th p {
	font-size: 1em;
}

.tb_form th p.small {
	margin-top: 0.5em;
	font-size: 0.84em;
	font-weight: normal;
}


/* layout table */

.tb_form td table.tb_layout td,
.tb_form td table.tb_layout th {
	width: auto;
	background-image:none;
	border: none;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.tb_form td table.tb_layout td {
	padding-right: 1em;
}
