body{
	margin: 0;
	padding: 0;
	background-color: #FFF2DA;
	font-family:meiryo;
}


#header{
	width: 1000px;
	_background-color: #FFA500;
	margin: 0 auto;
	position: relative;
	height: 90px;
	border-top: 0;
	color: black;

	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #cccccc 10%, #cccccc 90%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(10%,#cccccc), color-stop(90%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}
#header .headerInner{
	background-color:white;
	height:89px;
	position:relative;
}

#footer{
	width: 1000px;
	height: 70px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 50px;

	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #cccccc 10%, #cccccc 90%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(10%,#cccccc), color-stop(90%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#footer div{
	background-color: #FFF;
	height: 69px;
	position: relative;
	top: 1px;
}

.subTitle{
	background-color: #FFA500;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	margin-bottom: 30px;
}

.attention{
	font-size: 12px;
}

.subTitle div{
	background-color: #FFF;
	margin-left: 5px;
	height: 29px;
}

#header .companyName{
	font-size: 40px;
	position: absolute;
	top: 15px;
	left: 30px;
}

#header .companyTel{
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 30px;
}









/*******************************************/
/***		トップページの問い合わせ		 ***/
/*******************************************/


#topInquiry,
#goodsInquiry,
#request,
#owner{
	width: 800px;
	background-color: #FFF;
	padding: 50px 100px;
	margin: 0 auto;
}


#topInquiry table,
#request table,
#owner table{
	width: 100%;
	border-collapse: collapse;
}


#topInquiry table th,
#request table th,
#owner table th{
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	background-color: #FFE1AB;
	font-weight: normal;
}

#topInquiry table td,
#request table td,
#owner table td{
	line-height: 1.4;
	border: 1px dotted #AAA;
	border-right: none;
	padding: 8px;
	font-size: 14px;
}

#topInquiry table td input,
#request table td input,
#owner table td input{
	padding: 3px;
	font-size: 14px;
	border: 1px solid #AAA;
	width: 300px;
	line-height: 1.6;
	border-radius: 2px;
}

#topInquiry table td select,
#request table td select,
#owner table td select{
	padding:3px;
}

#topInquiry table td textarea,
#request table td textarea,
#owner table td textarea{
	width: 100%;
	height: 200px;
	padding: 3px;
	font-size: 14px;
	border: 1px solid #AAA;
	border-radius: 2px;
}


#topInquiry #number input[type="text"],
#request #number input[type="text"],
#owner #number input[type="text"]{
	float:left;
}

#topInquiry #number .number,
#request #number .number,
#owner #number .number{
	float: left;
}

#topInquiry #number #pass,
#request #number #pass,
#owner #number #pass{
	display: inline-block;
	margin: 0;
}

#topInquiry #number #pass dd,
#request #number #pass dd,
#owner #number #pass dd{
	float: left;
	margin: 0;
}

#topInquiry .sendbtn,
#request .sendbtn,
#owner .sendbtn{
	text-align:center;
	line-height: 1.6;
	font-size: 12px;
	padding: 10px;
	margin: 20px;
}

#topInquiry .sendbtn input,
#request .sendbtn input,
#owner .sendbtn input{
	font-weight: bold;
	height: 36px;
	width: 180px;
}

#passContact {
  position: relative;
  top: -25px;
  left: 180px;
  margin: 0;
}

#passContact dd {
  float: left !important;
  margin-left: 0;
}

#pass {
  position: relative;
  left: 10px;
  margin: 0;
}

#pass dd {
  float: left !important;
  margin-left: 0;
}


/*******************************************/
/***		詳細ページの問い合わせ		 ***/
/*******************************************/


#goodsInquiry table,
#reqsInquiry table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 40px;
}

#goodsInquiry table.inquiryPage th,
#goodsInquiry table.inquiryForm th,
#goodsInquiry table.companyInfo th,
#reqsInquiry table.inquiryPage th,
#reqsInquiry table.inquiryForm th,
#reqsInquiry table.companyInfo th{
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-color: #FFE1AB;
	font-weight: normal;
}

#goodsInquiry table.inquiryPage td,
#reqsInquiry table.inquiryPage td{
	border: dotted 1px #BBB;
	border-top: none;
	text-align: center;
}

#goodsInquiry table.inquiryPage td span,
#reqsInquiry table.inquiryPage td span{
	color: #F00;
	font-weight: bold;
}



#goodsInquiry table.inquiryForm th,
#reqsInquiry table.inquiryForm th{
	width:220px;
}

#goodsInquiry table.inquiryForm td,
#reqsInquiry table.inquiryForm td{
	border: dotted 1px #BBB;
	border-right: none;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
}

#goodsInquiry table.inquiryForm td ul,
#reqsInquiry table.inquiryForm td ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#goodsInquiry table.inquiryForm td ul li,
#reqsInquiry table.inquiryForm td ul li{
	float: left;
	width: 50%;
}

#goodsInquiry table.inquiryForm td input[type="text"],
#reqsInquiry table.inquiryForm td input[type="text"]{
	border-radius: 2px;
	border: solid 1px #BBB;
	height: 22px;
	width: 300px;
}

#goodsInquiry table.inquiryForm td textarea,
#reqsInquiry table.inquiryForm td textarea{
	width: 400px;
	height: 100px;
	border-radius: 2px;
	border: solid 1px #BBB;
}


#goodsInquiry .title,
#reqsInquiry .title{
	margin-top: 15px;
}

#goodsInquiry .inquiryButton,
#reqsInquiry .inquiryButton{
	margin: 0 auto;
	/* margin-bottom: 50px; */
	/* background-color: #FFA500; */
	width: 170px;
	text-align: center;
	/* height: 60px; */
	/* line-height: 60px; */
	/* font-size: 26px; */
	/* border-radius: 5px; */
	/* color: #FFF; */
}


#goodsInquiry table.companyInfo th,
#reqsInquiry table.companyInfo th{
	background-color:#DDDDDD;
}

#goodsInquiry table.companyInfo td,
#reqsInquiry table.companyInfo td{
	border: dotted 1px #BBB;
	padding: 5px 0 5px 10px;
	border-right: none;
}








/*******************************************/
/***		希望条件登録					 ***/
/*******************************************/


#request input[type="radio"],
#request input[type="checkbox"]{
	width: 20px !important;
}


#request label{
	margin-right: 20px;
}

#request table{
	margin-bottom:50px;
}








/*******************************************/
/***		オーナー様へ					 ***/
/*******************************************/

#owner{

}

#owner .byTel{
	text-align: center;
	margin: 40px 0 60px;
}

#owner .byTel .telNum{
	font-size: 40px;
	font-weight: bold;
	color: #F00;
}






/*******************************************/
/***		ReQs						 ***/
/*******************************************/


#reqsHeader{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 90px;
	border-top: 0;
	color: black;

	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #cccccc 10%, #cccccc 90%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(10%,#cccccc), color-stop(90%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 0%,#cccccc 10%,#cccccc 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}

#reqsHeader .reqsHeaderInner{
	background-color: #FFF;
	height: 89px;
	position: relative;
	font-size: 30px;
	line-height: 89px;
	text-align: center;
}



#reqsInquiry{

}

#reqsInquiry .reqsLogo{
	position: relative;
	margin-bottom: 20px;
	width: 800px;
}

#reqsInquiry span.attention{
	font-size:12px;
	color:red;
	margin-left:5px;
}

#reqsInquiry #authInfo{
  text-align: center;
  color:red;
  font-weight:bold;
}

#reqsInquiry #authInfo #authForm{
  text-align: center;
  color:black;
  font-weight:normal;
}


#reqsInquiry #whatIsReqs{
	color:red;
	font-weight:bold;
}

#reqsInquiry #whatIsReqs .explainOpen{
	text-align: right;
	color: #00F;
	cursor:pointer;
	font-weight:normal;
}
#reqsInquiry #whatIsReqs .explainOpen:hover{
	text-decoration:underline;
}

#reqsInquiry #whatIsReqs #explain{
	text-align: center;
	margin: 30px 0;
	height:0;
	opacity:0;
	overflow:hidden;
	color:black;
	font-weight:normal;

	-webkit-transition:all .8s ease-in-out;
	-moz-transition:all .8s ease-in-out;
	-ms-transition:all .8s ease-in-out;
	transition:all .8s ease-in-out;
}


#reqsInquiry #whatIsReqs #explain.open{
	height:970px;
	opacity:1;
}


#reqsInquiry #whatIsReqs #explain img{
	width:800px;
}

#reqsInquiry #whatIsReqs #explain div{
text-align: left;
margin: 30px 0;
}

#reqsInquiry{
	width: 800px;
	background-color: #FFF;
	padding: 0 100px 50px;
	margin: 0 auto;
}


/*******************************************/
/***		ReQs可能物件一覧				 ***/
/*******************************************/
#reqsList{

}

#reqsList .goodsList{

}

#reqsList .goodsList .goods{

}

#reqsList .goodsList  th{
  text-align:center;
}
#reqsList .goodsList  th:first-child{
  border-left: 1px dotted #AAA;
}

#reqsList .goodsList td{
  text-align:center;
}
#reqsList .goodsList td:last-child{
  border-right: 1px dotted #AAA;
}

#reqsList .goodsList td.extImg{
  padding: 4px;
  overflow: hidden;
  max-width: 80px;
  max-height: 80px;
}

#reqsList .goodsList td.extImg img{
  width:80px;
}

#reqsList .goodsList td.requestButton{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE1AB), color-stop(0.00, #fff2db));
  background: -webkit-linear-gradient(#fff2db, #FFE1AB);
  background: -moz-linear-gradient(#fff2db, #FFE1AB);
  background: -o-linear-gradient(#fff2db, #FFE1AB);
  background: -ms-linear-gradient(#fff2db, #FFE1AB);
  background: linear-gradient(#fff2db, #FFE1AB);


}
#reqsList .goodsList td.requestButton:hover{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff2db), color-stop(0.00, #FFE1AB));
  background: -webkit-linear-gradient(#FFE1AB, #fff2db);
  background: -moz-linear-gradient(#FFE1AB, #fff2db);
  background: -o-linear-gradient(#FFE1AB, #fff2db);
  background: -ms-linear-gradient(#FFE1AB, #fff2db);
  background: linear-gradient(#FFE1AB, #fff2db);

}

#reqsList .goodsList td.requestButton a{
  display:block;
  text-decoration:none;

}