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

/*#request{
	width:96%;
	margin:0 auto;
}*/

/*#request h1{
	background:#e2eb00;
	color:#00693e;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	padding-left:16px;
	margin-bottom:30px;
}*/

#request #fbox span{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#request #fbox label{
	display: block;
	float: left;
	width: 90%;
}

#request #fbox input{
	float: left;
}

/*Float clear*/
.clear{
	clear:both;
	float:none;
}

#request #read{
	font-size:14px;
	line-height:1.4;
	margin-bottom:20px;
	margin-left:4%;
	margin-right:4%;
}

#request span.red{
	color: #F00;
}

#request table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom:20px;
}

#request th,
#request td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:4%;
	padding-bottom:4%;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}

#request th{
	background-color: #eee;
	font-weight:normal;
	padding-left:4%;
}

#request td{
	padding-left:4%;
	padding-right:4%;
}

#request input,
#request select{
	height: 30px;
}

#request .lb input{
	height: auto;
}

#request td .t01{
	width: 44.4%;
}

#request td .t02{
	width: 40%;
}

#request td .t03{
	width: 96%;
}

#request td .t04{
	width: 96%;
}

#request td .te01{
	width: 96%;
	height:100px;
}


#request td .gmh{
	margin-bottom: 10px;
}

#request .error{
	color: #F00;
}

#request .hissu{
	background:#fd5555;
	color:#fff;
	padding:2px 6px;
	font-size:12px;
}



/*checkbox*/
/*input.checkbox01 {
	display:inline-block; 
	vertical-align:top;
}

label.checklabel {
	display:inline-block; 
	vertical-align:top;
	width:98%; 
	height:40px; 
	line-height:40px;
	background:#f5f5f5;
	margin-bottom:4%;
	padding-left:2%;
}

label.checklabel:last-child{
	margin-bottom:0%;
}
*/


label.checklabel {
	display:inline-block; 
	vertical-align:top;
	width:98%; 
	height:40px; 
	line-height:40px;
	margin-bottom:4%;
	padding-left:2%;
	border-bottom:solid 1px #ccc;
}

label.checklabel:last-child{
	margin-bottom:0%;
	border-bottom:none;
}


/*radio*/
/*input.radio {
	display:inline-block;
	vertical-align:top;
}
.radiolabel label {
	display:inline-block;
	width:40%; 
	height:24px; 
	line-height:24px; 
	background:#f5f5f5;
	padding-top:2%;
	padding-bottom:2%;
	padding-left:0%;
	margin-right:2%;
}
*/

.radiolabel label {
	display:inline-block;
	vertical-align:top;
	width:36%; 
	height:24px; 
	line-height:24px;
	margin-right:4%;
	margin-bottom:4%;
	padding-left:2%;
	border-right:solid 1px #ccc;
}

.radiolabel label:last-child{
	border-right:none;
	margin-right:0%;
}




#request #privacy{	
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 60px;
	margin-left:4%;
	margin-right:4%;
}

#request #privacy span input{
	height: auto;
}


#request .btnBox{
	display:block;
	width:90%;
	margin:0 auto;

}

#request .btnBox input{
	width:48%;
    height: auto;
}

#request .btnBox input:hover{
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

#request .btnBox ul{
	overflow: hidden;margin-bottom: 60px;
/*	position: relative;
	margin-right: auto;
	margin-left: auto;
	*/
}

#request .btnBox li{
}

#request .btnBox #b01{
	float: left;
}

#request .btnBox #b02{
	float: right;
}


/*ああああ*/
#request .btnBox01 {
	width:96%;
    height: auto;
	margin-bottom:60px;
}

#request .btnBox01 input{
	display:block;
	width:50%;
	height:auto;
	margin:0 auto;
}

#request .btnBox01 input:hover{
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}






.comp-i01{
	display:block;
	margin:100px auto;
	width:64%;
}

