/**
 * 申し込み入力ページ用スタイルシート

/**
 * H1
 **/
.h1-form {
	padding: 3px;
	margin: 0 -3px 15px -3px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width:100%;
}
.h1-inner {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 11px;
	color: #134A63;
}
.h1-caption {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 11px;
	color: #134A63;
	text-align:center;
}

div.attention {
	/* float: left; */
	padding: 10px 10%;
}

div.attention div.english {
	background-color:#E6B8B7;
}
div.attention p {
	margin-left: 18px;/* リストの左側に余白 */
	text-align: left;
	line-height: 1.4;
}
div.inquiry {
	float: left;
	width: 40%;
	margin-left: 10px;
	background-color: #F2F2F2;
}

div.clear {
	clear: both;
}


div.input {
	overflow:auto;
	width:900px;
	margin: 0 auto;
}

div.input table {
	border: 1px solid #F2F2F2; 
	width: 100%;
}

div.input table th {
	border: 1px solid #F2F2F2; 
	background-color: #F2F2F2;
	text-align:left;
	white-space: nowrap;

}


div.input table td {
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #F2F2F2; 
}

div.input table td.text {
	text-align:left;
}

div.input table td.radio {
	text-align:left;
	padding: 10px 10%;	
}
input.sample1{
width:500px;
height:30px;
}
select.sample2{
width:80px;
height:20px;
}
textarea.sample3{
width:500px;
height:100px;
}
input.sample4{
width:200px;
height:30px;
}

/* 入力エラー */
.error-message {
	color: #FF0000;
}

