@charset "utf-8";
/* CSS Document */

textarea{
	width:100%;
	padding: 4px;
	border:1px solid #c2c2c2;
	text-shadow: 0 1px #fff inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset; 
}
textarea, .inputTbl input{
	color: #292929;
	padding: 4px;
	border: 1px solid #c2c2c2;
}
.formTbl .txtBox span,.formTbl th span{
	color: #d73f39;
	font-size:93%;
	font-weight: bold;
	margin:0 0 0 10px;
}
.formTbl .inputTbl input{
	height: 20px;
	font: inherit;
	padding: 4px;
	margin: 0 10px 0 0 !important;
	
	border:1px solid #c2c2c2;
	text-shadow: 0 1px #fff inset;
	-moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
	-webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset; 
}
.formTbl input.type02{
	height: 20px;
	font: inherit;
	padding: 4px;
	margin: 0 10px 0 5px !important;
}
table.inputTbl{
	width:100%;
	margin:0;
	border-top:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
}
table.inputTbl th{
	width:230px;
	padding:10px 8px;
	background:#ededed;
}
table.inputTbl th,table.inputTbl td{
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	text-align:left;
}
table.inputTbl td{
	padding:10px 8px;
	background:#FFF;
}
table.inputTbl td .imemode {
	ime-mode:inactive;
}
.error {
	text-align: center;
	background: #FCF0F2;
	color: #d73f39;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/**** form btn area ****/
.btnForm{
	padding:0;
	margin:20px 0 20px ;
	text-align:center;
}
.btnForm .mod_form_btn input{
	margin: 20px 0 0;
}
.btnForm .btnCmn,.btnForm .btnAgree01{
	display:inline;
	cursor:pointer;
	width:229px;
	height:51px;
	font-size:18px;
	padding:0;
	margin:0 20px;
	text-align: center;
	line-height:50px;
	border:solid 1px #CCCCCC;
	background: #fff;
}
.btnForm .btnCmn:hover{
	color:#2777E3 ;
	text-decoration: underline;
}

/**** thanks ****/
#thanks{
	width: auto;
	margin:0 0 20px;
	border:1px solid #dfddcc;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}
#thanks p.notes{
	margin-top:20px;
}

.agree{
	text-align: center;
	margin-bottom: 20px;
}
.btn_check{
	text-align: center;
	font-size: 18px;
	margin-bottom: 100px;
}
.btn_check span{
	padding: 10px 50px;
	border: solid 1px #ccc;
}
.btn_check span.disab{
	color: #ccc;
}

.w20{
	width: 20%;
}
.w50{
	width: 50%;
}
.w100{
	width: 100%;
}
