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

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

#request #read{
	font-size:14px;
	margin-bottom:20px;
}

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

#request table{
	width: 100%;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;*/
	border:1px solid #ccc;
	font-size:14px;
	line-height:1.6;
	margin-bottom:20px;
}

#request th,
#request td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:12px;
}

#request th{
	background-color: #eee;
	text-align:left;
	font-weight:normal;
	width:240px;
}

.td-hissu{
	background-color: #eee;
	text-align:right;
	width:40px;
}

#request input,
#request select{
	font-size: 14px;
	height: 30px;
}

#request .lb input{
	height: auto;
}

#request td .t01{
	width: 200px;
}

#request td .t02{
	width: 100px;
}

#request td .t03{
	width: 570px;
}

#request td .t04{
	width: 480px;
}

#request td .t05{
	width: 245px;
}

#request td .te01{
	font-size: 14px;
	width: 100%;
	height:100px;
}


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

#request .error{
	color: #F00;
}

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


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

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

#request .btnBox input{
	height: 50px;
	width: 180px;
}

#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;
	position: relative;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#request .btnBox li{
}

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

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

#request .btnBox01 ul{
	width: 180px;
}

.comp-i01{
	display:block;
	margin:110px auto;
}

