@charset "utf-8";

/*contents
---------------*/
#inner .contactText .telLink{
	padding: 25px 0;
}
#inner .contactText .telLink a{
	display: block;
}
#inner .contactText .telLink span{
	display: block;
	font-weight: bold;
}
#inner .contactText .telLink span.telNum{
	margin: 15px 0 12px 0;
	padding: 0 30px;
	background: url(../images/icon_tel.png) no-repeat left top;
	font-size: 253.8%;
	color: #E64A19;
	letter-spacing: -2px;
	line-height: 30px;
}
.contactTable table{
	text-align: left;
  	border-spacing: 2px 20px;
}
.contactTable th{
	width: 175px;
	vertical-align: middle;
	font-weight: bold;
}
.contactTable th.topText{
	vertical-align: top;
}
.contactTable th span{
	vertical-align: text-top;
	color: #CC0000;
	font-size: 84.6%;
	font-weight: normal;
}
.contactTable td{
	width: 450px;
}
.contactTable td input[type="text"]{
	line-height: 2.5em;
	height: 2.5em;
	padding: 0 10px;
}
.contactTable td input[type="text"], textarea{
	width: 100%;
	background-color: #E6E8E8;
	border: 1px solid #E6E8E8;
	color: #999999;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: -ms-border-box; box-sizing: border-box;
}
.contactTable td input[type="text"]:focus, textarea:focus{
	background-color: #fff;
	color: #000;
}
.contactTable td input[type="text"]::-ms-clear{
	line-height: 2.5em;
	height: 2.5em;
	padding: 0 10px;
	width: 100%;
	background-color: #E6E8E8;
	border: 1px solid #E6E8E8;
	border: none;
	color: #999999;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: -ms-border-box; box-sizing: border-box;
}
.contactTable td input[type="text"]::-ms-clear:focus{
	background-color: #fff;
	color: #000;
}
.contactTable td input.short{
	width: 350px !important;
}
.contactTable td li{
	padding-bottom: 8px;
}
.contactTable td li:firsu-child{
	padding-bottom: 0px;
}
.contactTable td label{
	padding-left: 10px;
	cursor: pointer;
}
.contactTable td textarea{
	height: 200px;
	padding: 10px;
	resize:none;
}
.contactTable .submit{
	width: 300px;
	margin: 0 auto 40px auto;
	padding:0;
	border-style:none;
	border-bottom: 1px solid #014B78;
	background-color: #0277BD;
	font-size: 207.7%;
}
.contactTable .submit p{
	font-family: 'Lato',"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
	height: 70px;
	padding: 15px 0;
	color: #fff;
	line-height:1.7;
}
.contactTable .submit span{
	display: block;
	font-size: 51.9%;
}
.contactTable .a_center {
	text-align:center;
}
.contactTable .conf_submit {
	font-family: 'Lato',"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
	width: 300px;
	margin: 0 auto 40px auto;
	padding:15px 0;
	border-style:none;
	border-bottom: 1px solid #014B78;
	background-color: #0277BD;
	font-size: 120%;
	color: #fff;
	line-height:1.7;
}
.error {
	color:#CC0000;
	margin-bottom:20px;
}

#inner #subContents .telLink2{
	width: 220px;
	padding: 20px 0 22px 0;
	border: 10px solid #E6E8E8;
}
#inner #subContents .telLink2 a{
	display: block;
}
#inner #subContents .telLink2 span{
	display: block;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
}
#inner #subContents .telLink2 span.telNum{
	margin: 15px 0 12px 0;
	padding: 0 0 0 12px !important;
	background: url(../images/icon_inner_tel.png) no-repeat 10px top;
	font-size: 200%;
	color: #E64A19;
	letter-spacing: -3px;
	line-height: 23px;
}
#inner #subContents .telLink2 span.time{
	font-size: 92.3%;
	letter-spacing: -1px;
}
