@charset "UTF-8";
/* CSS Document */
.link {
	background-color:#5aad1d;
	padding:2px 10px 2px 10px;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.link2{color:#0097D6;text-decoration:none;}
a.link2:hover{color:#0097D6;}
a.link2:active, a:focus{outline:0;}
.telbox {
	display:block;
	margin: 0px 0px 40px 0px;
}
.telbox .box_border {
	display:block;
	margin: 20px auto 20px auto;
	border: solid 1px #ccc;
	background-color:#ffffcc;
	padding:20px;
	text-align:center;
	line-height:1.6;
}
.telbox .box_border .name {
	display:block;
	font-size:21px;
}
.telbox .box_border .free {
	color:#e83416;
	font-size:36px;
	font-weight:bold;
}
.telbox .box_border .time {
	display:block;
	text-align:left
}
.telbox .box_border img {
	padding:10px 0px 0px 0px ;
}
.mailbox {
	display:block;
	margin: 0px 0px 20px 0px;
}


/* === フォームテーブル === */
#contents p.img_flow{
	display:block;
	margin: 0px auto 20px auto;
	text-align:center;
}
#contents p.img_flow img{
	width: 100%;
	height:auto;
}

#contents div.contactTbl {
}

#contents div.contactTbl table {
	border:1px solid #AAA;
	margin-bottom:20px;
	width: 100%;
}

#contents div.contactTbl table th,
#contents div.contactTbl table td {
	line-height:1.4;
	padding:10px 15px;
	vertical-align:top;
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: solid 1px #AAA;
}

#contents div.contactTbl table th.top {
	border-top:none;
}

#contents div.contactTbl table th {
	background-color:#D3F1CB;
	text-align:left;
}
#contents div.contactTbl table th.step {
	border-left: solid 10px #D3F1CB;
	background-color:#F6FFF4;
	text-align:left;
}

#contents div.contactTbl table th img.icon {
	margin-left:5px;
}

#contents div.contactTbl table tr:last-child td{
	border-bottom: none;
}

#contents div.contactTbl table td.err {
	background-color:#FFE6E2;
}

#contents div.contactTbl table td p.err {
	color:red;
	margin-bottom:5px;
}

#contents div.contactTbl table div.frame {
	border:1px solid #AAA;
	height:150px;
	padding:10px;
	overflow:auto;
	box-sizing: border-box;
}

#contents div.addressHack {
	background:#FFF2EC;
	margin-top:10px;
	padding:10px;
}


#contents div.addressHack p {
	font-size:93%!important;
}

#contents div.addressHack p.mihon {
	color:red;
	font-size:22px!important;
}
/* === フォームテーブル === */
.textform_input{
	background-color: #FFFBE7;
	border: 1px solid #30C100;
	font-size: 13px;
	line-height: 140%;
	padding: 5px 5px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.input100pr{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea_input{
	background-color: #FFFBE7;
	border: 1px solid #30C100;
	font-size: 13px;
	line-height: 140%;
	padding: 5px 5px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formBtn {
	margin-bottom:80px;
	text-align:center;
}

.formBtn p input {
	background-color:#C1C1C1;
	border:1px solid #CCC;
	color:#FFF;
	display:inline-block;
	font-size:20px!important;
	margin:0 5px;
	padding:10px;
	text-align:center;
	width:180px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #C1C1C1), color-stop(0.00, #D4D4D4));
	background: -webkit-linear-gradient(#D4D4D4, #C1C1C1);
	background: -moz-linear-gradient(#D4D4D4, #C1C1C1);
	background: -o-linear-gradient(#D4D4D4, #C1C1C1);
	background: -ms-linear-gradient(#D4D4D4, #C1C1C1);
	background: linear-gradient(#D4D4D4, #C1C1C1);
	border-radius:5px;
}

.formBtn p input.orange {
	border:1px solid #FFA532;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFA532), color-stop(0.01, #ffcb47));
	background: -webkit-linear-gradient(top, #ffcb47 1%, #FFA532 100%);
	background: -moz-linear-gradient(top, #ffcb47 1%, #FFA532 100%);
	background: -o-linear-gradient(top, #ffcb47 1%, #FFA532 100%);
	background: -ms-linear-gradient(top, #ffcb47 1%, #FFA532 100%);
	background: linear-gradient(to bottom, #ffcb47 1%, #FFA532 100%);
	border-radius:5px;
}
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}