@charset "utf-8";
/* CSS Document */

.formbox{
	margin:20px 0 0 20px;
}

.formtit{
	font-size:16px;
}

.table02{
width: 520px;
border-collapse: collapse;
font-size:12px;
line-height:1.5em;
}
.table02 th{
width: 100px;
padding: 6px;
text-align: left;
vertical-align:middle;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
font-weight:normal;
}
.table02 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}




 /* テキストエリアの設定 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 95%;
	background-color: #fff;
	color: #000;
	padding:7px 0 7px 10px;
	margin:10px 0;
	border:1px solid #000;
}

input.phone,
input.phone2,
input.phone3{
		width:60px;
	}

select{
	width:80px;
	margin-right:5px;
	padding:7px;
}

select.pref{
	width:120px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,select:focus{
	background-color: #fff;
}


input.zip1,
input.zip2{
	width:70px;
}



/* 確認画面ボタン */
input.send{
	padding: 10px 40px;
	font-size: 1em;
	background-color:#999999;
	color: #fff;
	border-style: none;
	border-radius:20px;
	display:block;
	cursor: pointer;
	width:50%;
	margin-top:20px;
}

input.send:hover{
	opacity:.7;
}

/* 修正ボタン(correct)、送信ボタン(regist) */
input.correct,
input.regist{
	padding: 15px 40px;
	font-size: 1.2em;
	background-color:#807f77;
	color: #fff;
	border-style: none;
	border-radius:20px;
	display:block;
	cursor: pointer;
	width:30%;
	float:left;
	margin:20px 5px 50px 0px;
}

input.regist{
	background-color:#f60;
	xmargin-left:150px;
}

input.correct:hover,
input.regist:hover{
	opacity:.6;
}

/* 必須項目 */

.required{
	
}

.required:after{
	 content:"※";
	 font-size:.8em;
	 color:#FF0000;
	font-weight:bold;
}

span.blue{
	color:#0033CC;
}


	input.regist{
	margin-left:50px;
	background-color:#f60;
}

input.correct,
input.regist{
	width:40%;
	float:left;
}



	
	input.regist,
	input.correct{
	margin:0 0 10px 20px;
	width:80%;
	float:none;
}


input.regist{
	margin-top:20px;
}

input.zip1,
input.zip2{
	width:50px;
}

input.phone,
input.phone2,
input.phone3{
		width:60px;
	}

span.ex{
	display:block;
	margin-left:10px;
	margin-right:5px;
}
.entrubtn a{
	display: block;
	padding: 10px;
	text-align: center;
	margin: 30px 0;
	background-color: #3ac3eb;
	border-radius: 10px;color: #fff;
	text-decoration: none;
	width: 250px;
}