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

.cntBlk {
	margin-left:3%;
	margin-right:3%;
}

.contMv {
	background: url(img/cont_mvimg.jpg) no-repeat center;
	background-size: cover;
}

/*テーブル*/
.tableBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2em;
	color: #333;
	background-color: #CCC;
	border: 1px solid #CCC;
}

.tableBox th{
	width: 30%;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
}

.tableBox th.hissu{
	background-image: url(/contact/img/hiisu.gif);
	background-repeat: no-repeat;
	background-position: 93% center;
}

.tableBox td{
	background-color: #FFF;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.tableBox td:last-child{
	background-color: #FFF;
	background-position: 93% center;
}


.tableBox th:last-child{
	border-bottom-style: none
}

input,textarea{
	border: 1px solid #999;
}

.buttArea {
	text-align:center;
	margin-top:40px;
	margin-bottom:10px;
	font-size: 1.5rem;
}

.buttArea .inputButt{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;	
	
}



/*サンクス*/

.textImg {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;	
}

.texts {
	text-align: center;
	font-size:1.5rem;
}

/*ボタン装飾*/
input#submit_button {
	padding: 15px 40px;
	font-size: 1.2em;
	/*背景色を黒に指定*/
	background-color: #022640;
	/* 文字色を白に指定*/
	color: #fff;
	/* submitボタンのを枠を非表示にする*/
	border-style: none;
}

.cyui {
	color: #C00;
	font-size: 80%;
	margin-top:10px;
}

@media screen and (max-width: 640px) {
	.tableBox {
	line-height: 1.75em;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-style: none;	
}

.tableBox tr th {
	width: auto;
	padding: 10px;
	font-weight: bold;
	display: block;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
}

.tableBox tr th.hissu{
	background-image: url(/contact/img/hiisu.gif);
	background-repeat: no-repeat;
	background-position: 93% center;
	clip: rect(auto,auto,auto,auto);
}

.tableBox tr td {
	background: white;
	padding: 10px;
	width: auto;
	display: block;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
}
