﻿/****************************************** お問い合わせフォーム ***********************************************************/

* html body dl.form dd div{
   display:inline-block;
}

dl.form {
	border:1px solid #ccc;
	border-top:0;
	background:#F5F5F5;
	margin-top: 30px;
}

dl.form dt {
	float:left;
	width:12em;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-left:10px;
	font-weight: bolder;
	line-height: 1.5em;
}
dl.form dt span.hissu,dl.form dd span.hissu {
	font-size: 80%;
	font-weight: normal;
	color: #F00;
	margin-left: 2px;
}

dl.form dd {
   margin-left:12em;
   padding:10px 0px 10px 10px;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   background:#ffffff;
   word-wrap: break-word;
}
dl.form dd span.rei {
	font-size: 80%;
	color: #666;
}


dl.form2 {
	border:1px solid #ccc;
	border-top:0;
	background:#F5F5F5;
	margin-bottom: 10px;
}

dl.form2 dt {
	padding-top:10px;
	padding-left:10px;
	font-weight: bolder;
	line-height: 1.5em;
	padding-bottom: 10px;
}
dl.form2 dd {
   padding:10px;
   border-top:1px solid #ccc;
   background:#ffffff;
}

.thanks {
	background-color: #e1f9f6;
	text-align: center;
	padding: 100px;
}



button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}

dl.form dd ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}
ul.areacheck li {
	float: left;
	white-space:nowrap;
	margin-right: 10px;
}
ul.areacheck li.areaTTL {
	background-color: #eee;
	width: 12em;
	font-size: 13px;
	text-align: center;
}

dl.form select, dl.form textarea, dl.form input[type="text"], dl.form input[type="tel"], dl.form input[type="email"] , dl.form input[type="url"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
dl.form select {
	height: 30px !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
dl.form textarea,dl.form input[type="text"],dl.form input[type="tel"],dl.form input[type="email"],dl.form input[type="url"]{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
dl.form textarea {
	width: 95%;
	height: 20em;
	resize: none;
}

#submitBtn input {
	font-size: 1.3em;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #00ac97;
	color: #fff;
	border-style: none;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
#submitBtn input:hover {
    background-color: #53cabb;
    color: #fff;
}

#submitBtn .back_button input {
	font-size: 1.3em;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #ddf7f4;
	color: #00ac97;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-style: none;
}
#submitBtn .back_button input:hover {
    background-color: #c4e8e4;
}

.err {
	padding: 10px;
	border: 1px solid #F00;
}


/****************************************** 送信ボタン ***********************************************************/

#submitBtn {
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
 
#submitBtn ul {
	float:left;
	left:50%;
	position:relative;
}
 
#submitBtn li {
	float:left;
	left:-50%;
	position:relative;
	margin-right: 10px;
	margin-left: 10px;
}



/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/

/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
/* TEL
----------------------------------------------------*/
.tel_con2 .tel_cap2 {
	margin-left: 0px;
}
.tel_con2 .tel_box2 {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

.thanks {
	padding: 10px;
}

/****************************************** メールお問い合わせフォーム ***********************************************************/

/****************************************** メールお問い合わせフォーム ***********************************************************/

dl.form {
	border:none;
	background-color: #FFFFFF;
}
dl.form dt {
	float:none;
	width:100%;
	border-top:none;
	padding-top:0px;
	padding-left:0px;
}
dl.form dd {
   margin-left:0px;
   padding:10px 0px 10px 0px;
   border-top:none;
   border-left:none;
}
dl.form dd ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}
ul.areacheck li {
	float: none;
	margin-right: 0px;
}
ul.areacheck li.areaTTL {
	width: 100%;
}

input#submit_button,input#back_button {
	padding-right: 10px;
	padding-left: 10px;
}
dl.form textarea,dl.form input[type="text"] {
	width: 90%;
	font-size: 16px;
}

/****************************************** 送信ボタン ***********************************************************/

#submitBtn {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
 
#submitBtn ul {
	float:none;
	left:0;
	text-align: center;
}
 
#submitBtn li {
	float:none;
	left:0;
	margin-right: 0px;
	margin-left: 0px;
}

}