@charset "utf-8";

/*------------------------------------------------------------
	◆読み込みHTML
	/contact/index.html
------------------------------------------------------------*/
#container {
	background:url(../img/contact/bg_container.png) repeat-x left 140px;
}

.headTitle01 {
	margin-bottom: 30px;
}

.cont01 {
	margin-bottom: 23px;
	height: 170px;
}

.cont01 h2 {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 37px;
	line-height: 1.8;
}

#tel {
	margin-bottom: 40px;
}

#tel .text01 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

#tel .num {
	font-size: 24px;
	font-weight: bold;
	color: #4C5874;
	text-align: center;
}

#tel .num span {
	font-size: 40px;
}

#tel .time {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4C5874;
}

#mail .text01 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

#mail .text01 span {
	color: #EA0000;
	font-weight: bold;
}

.table01 {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

.table01 .col01 {
	width: 250px;
}

.table01 th,
.table01 td {
	padding: 15px;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #ccc;
}

.table01 th {
	color: #4C5874;
	background: #EFF7FC;
}

.table01 th span {
	padding-left: 5px;
	color: #FE2F28;
}

.table01 td li {
	margin-bottom: 10px;
}

.table01 td li:last-child {
	margin-bottom: 0;
}

.table01 td input[type="text"],
.table01 td textarea {
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.table01 .q02 label {
	display: inline-block;
	width: 105px;
}

.table01 .q06 label {
	display: inline-block;
	width: 80px;
}

.table01 td .size1 {
	width: 300px;
}
.table01 td .size2 {
	width: 350px;
}
.table01 td .size3 {
	width: 500px;
}

.table01 td textarea {
	width: 100%;
	height: 200px;
}

.comment {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
}

.button input {
	border: none;
	text-indent: -9999px;
	margin: 0 auto;
	background: url(../img/contact/btn01.png);
	width: 320px;
	height: 80px;
	display: block;
}

.button input:hover {
	opacity: 0.7;
	cursor: pointer;
}


.thanks {
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.thanks .back {
	margin-top: 20px;
}