@charset "utf-8";
/*--------------------------
  request
--------------------------*/
#request {
	position:relative;
	width:850px;
	height:auto;
	margin:20px auto 40px auto;
	padding:0;
}
/* --------------------------------
	
-------------------------------- */
#request .inr {
	position:relative;
	width:850px;
	height:auto;
	min-height:300px;
	margin:0 auto;
	padding:0;
}
#request .inr div {
	position:relative;
	width:100%;
	margin:0 0 20px 0;
	padding:10px 0;
}
#request.inr div:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div h4 {
	position:relative;
	width:740px;
	margin:0 0 20px 110px;
	padding:0;
	font-size:1rem;
}
#request .inr div p {
	position:relative;
	width:740px;
	margin:0 0 20px 110px;
	padding:0;
	font-size:0.8rem;
}
#request .inr div.form {
	position:relative;
	width:554px;
	margin:0 auto 20px auto;
	padding:35px 147px 25px 147px;
	font-size:0.8rem;
	border:1px solid #231815;
}
#request .inr div.form p.btn {
	position:relative;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}
#request .inr div.form .seel {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;
	text-align:center;
}
#request .inr div.form .seel:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div.form .seel .img {
	position:relative;
	float:left;
	width:130px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
}
#request .inr div.form .seel .txt {
	position:relative;
	float:right;
	width:400px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:left;
}
#request .inr div.form dl {
	position:relative;
	clear:both;
	width:554px;
	height:auto;
	margin:0 auto;
	padding:0 0 2% 0;
	font-size:0.8rem;
	line-height:1.3;
}
#request .inr div.form dl:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div.form dl dt {
	float:left;
	width:150px;
	height:auto;
	margin:0 auto;
	padding:0 0 1% 0;
	font-weight:600;
	text-align:right;
}
#request .inr div.form dl dt span {
	font-weight:normal;
	font-size:0.7rem;
	color:#999;
	white-space:nowrap;
}
#request .inr div.form dl dd {
	float:right;
	width:390px;
	height:auto;
	margin:0 auto;
	padding:0 0 1% 0;
}
#request .inr div.form dl dd .w100{
	width:100%;
}
#request .inr div.form dl dd .w80{
	width:70%;
}
#request .inr div.form dl dd .w50{
	width:50%;
}
#request .inr div.form dl dd .h100{
	height:100px;
}



/*-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
/*--------------------------
  request
--------------------------*/
#request {
	position:relative;
	width:100%;
	height:auto;
	margin:-1.5% auto 4% auto;
	padding:0;
	background:#fff;
}
/* --------------------------------
	
-------------------------------- */
#request .inr {
	position:relative;
	width:100%;
	height:auto;
	min-height:300px;
	margin:0 auto;
	padding:0;
}
#request .inr div {
	position:relative;
	width:100%;
	margin:0 0 2% 0;
	padding:1% 0;
}
#request.inr div:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div h4 {
	position:relative;
	width:95%;
	margin:0 auto 20px auto;
	padding:0;
	font-size:1rem;
}
#request .inr div p {
	position:relative;
	width:95%;
	margin:0 auto 20px auto;
	padding:0;
	font-size:0.8rem;
}
#request .inr div.form {
	position:relative;
	width:95%;
	margin:0 auto 2% auto;
	padding:3.5% 0 2.5% 0;
	font-size:0.8rem;
	border:none;
}
#request .inr div.form p.btn {
	position:relative;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}
#request .inr div.form .seel {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;
	text-align:center;
}
#request .inr div.form .seel:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div.form .seel .img {
	position:relative;
	float:none;;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
}
#request .inr div.form .seel .txt {
	position:relative;
	float:none;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:left;
}
#request .inr div.form dl {
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 2% 0;
	font-size:0.8rem;
	line-height:1.3;
}
#request .inr div.form dl:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
#request .inr div.form dl dt {
	float:none;
	clear:both;
	width:95%;
	height:auto;
	margin:0 auto;
	padding:0 0 1% 0;
	font-weight:600;
	text-align:left;
}
#request .inr div.form dl dt span {
	font-weight:normal;
	font-size:0.7rem;
	color:#999;
	white-space:nowrap;
}
#request .inr div.form dl dd {
	float:none;
	clear:both;
	width:95%;
	height:auto;
	margin:0 auto;
	padding:2% 0 1% 0;
}
#request .inr div.form dl dd .w100 {
	width:100%;
}
#request .inr div.form dl dd .w80 {
	width:70%;
}
#request .inr div.form dl dd .w50 {
	width:50%;
}
#request .inr div.form dl dd .h100 {
	height:100px;
}

}
