/* CSS Document */
.bg-inquiry {
	background:url("images/top.jpg") no-repeat;
	background-size:cover;
	background-position:top center;
}


#sub-contents{
	width: 70%;
	margin: 50px 15%;
	padding-bottom:30px;
	position:relative;
}

	#inquiry-box{
	width: 70%;
	height: auto;
	background:#333;
	margin: 5px auto;
	padding: 5px 5px;
	border-radius: 10px;
		color:#fff;
		text-align:center;
}

.box-title{
	font-size:26px;
	border-bottom:solid 1px #ccc;
	widht:90%;
	margin:0 auto;
}
.tRed{
	color:#ff0000;
}



#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:40px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:812px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	margin:5px 5px;
}
}

/*画面幅1367px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1367px){

}

/*画面幅1025px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1025px){
	
#sub-contents{
	width: 100%;
	margin: 50px 0%;
	padding-bottom:30px;
}
	
	
	.box-title{
	font-size:18px;
	border-bottom:solid 1px #ccc;
	widht:90%;
	margin:0 auto;
}
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
	
}

/*画面幅420px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){
	
#sub-contents {
	width:100%;
	
}
	

	
	
	#inquiry-box{
	width: 90%;
	height: auto;
	background:#333;
	margin: 5px auto;
	padding: 5px 5px;
	border-radius: 10px;
}
	
}

