@charset "UTF-8";

/*\*/

/*-----------------------------------------------*/
/*reserve 本体*/
/*-----------------------------------------------*/

#reserve .in-section {
	padding: 20px 30px 20px 40px;
}

#reserve th {
	padding-top: 2px; padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

#reserve td {
	padding-top: 2px; padding-bottom: 5px;
	padding-right: 5px;
	line-height: 2;
}

#reserve th.row , #reserve td.row {
	padding-top: 5px;
	vertical-align: top;
}

#reserve .sbmtbtn {
	margin-top: 10px; padding-top: 5px;
	text-align: center;
	border-top: 1px solid #aaa;
}

#reserve .endmsg {
	margin-top: 20px;
	text-align: center;
}

#reserve .ctrl01 {
	width: 300px;
}

#reserve .ctrl02 {
	width: 100px;
}

#reserve .ctrl03 {
	margin-bottom: 2px;
	width: 400px;
}

#reserve .ctrl04 {
	width: 350px; height: 200px;
}

#reserve .form-err-msg {
	margin: 0 0 20px 0; padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

#reserve .form-err-msg li {
	margin-left: 30px; padding-left: 3px;
	color: #c00; line-height: 1.5;
	list-style: circle;
}

.preview table {
	width: 100%;
}

.preview th {
	width: 150px;
}

.preview th , .preview td {
	padding-left: 5px;
	border-bottom: 1px solid #aaa;
	background: #ddd;
}

#reserve .inq-form p {
	margin-bottom: 20px;
}

.ime-jp {
	ime-mode: active;
}

.ime-en {
	ime-mode: disabled;
}