/* CSS Document */

/*全体の背景*/
.job-inner{
	background:url("../images/bg-naname.png") no-repeat;
	background-position:center top;
	background-size:cover;
}



#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;
}
}


.hissu{
	margin-top: -29px !important;
	text-align: right;
	color: #ff0000;
}
	#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;
}





.btn{
	text-align: center;
}


#thanks-text{
	margin-bottom: 150px !important;
}


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

#inquiry-box table{
	border-collapse: collapse;
}

#inquiry-box th,#inquiry-box td{
	padding: 20px;
	color: #ffffff;
	/*font-size: 16px;
	line-height: 20px;*/
}

#inquiry-box th{
	border-right: solid 1px #ffffff;
	/*font-size: 14px !important;
	font-weight: normal;
	text-align: center;*/
}

.address{
	/*font-size: 13px;*/
}



/*画面幅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;
}
	
}
