@charset "utf-8";

/* for Common & Smartphone*/

#contact{
	overflow:visible;
	}

.contactList{
	text-align:left;
	border-bottom:1px dotted #ccc;
	margin:0 auto 40px;
	}
.contactList dt,
.contactList dd{
	font-size:108%;
	line-height:1.786;
	}
.contactList dt{
	border-top:1px dotted #ccc;
	color:#534741;
	font-weight:bold;
	background:#faf7f4;
	padding:8px 10px;
	}
.contactList dd{
	border-top:1px dotted #ccc;
	background:#fff;
	padding:10px 0;
	}

/*form*/
.contactList .mfp_element_text,
.contactList .mfp_element_number,
.contactList .mfp_element_select-one,
.contactList .mfp_element_email,
.contactList .mfp_element_tel,
.contactList .mfp_element_textarea,
.contactList .mfp_element_date,
.contactList .mfp_element_password{
	border-radius: 0;
	box-shadow:none;
	margin0;
	}
.contactList input{
	border:1px solid #ccc;
	font-size:108%;
	padding:3px 5px;
	width:100%;
	}

.contactList textarea{
	border:1px solid #ccc;
	font-size:108%;
	padding:3px 5px;
	width:100% !important;
	height:10em !important;
	}
.subBtn button{
	margin:0 auto 10px;
	border:0;
	width:300px;
	height:50px;
	display:block;
	cursor: pointer;
}

/*.contactList button[type="submit"],
.contactList button[type="reset"]*/
.subBtn .mfp_element_submit,
.subBtn .mfp_element_reset{
	border-radius: 0;
	padding:0;
	border: none;
	text-shadow:none;
}

/*.subBtn button[type="submit"]*/
.subBtn .mfp_element_submit{
	font-size:138%;
	background:#009de0;
	color:#fff;
}
/*.subBtn button[type="reset"]*/
.subBtn .mfp_element_reset{
	font-size:108%;
	background:#ddd;
	color:#999;
}




.must{
	color:#c1272d;
	font-weight:normal;
}
.caption{
	display:block;
	text-align:left;
	color:#666666;
	font-size:86%;/*12pt*/
	margin:5px 0 0 0;
}




/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 

}
	
/* for PC*/
@media screen and (min-width:768px) {

#contact{}

.contactList{
	width:100%;
	max-width:800px;
	overflow:hidden;
	background:#faf7f4;
	}
.contactList dt,
.contactList dd{
	line-height:2;
	padding:10px 20px;
	}
.contactList dt{
	width:25%;
	float:left;
	border-top:1px dotted #ccc;
	}
.contactList dd{
	width:75%;
	float:left;
	border-left:0 solid #fff; /*長くなる要素にあわせて*/
	border-top:1px dotted #ccc;
	background:#fff;
	}
.contactList dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
	}

/*form*/
.contactList input{
	width:60%;
	margin:0 10px 0 0;
	}
.caption{
	display:inline;
	margin:0;
}
.subBtn{
	text-align:center;
	margin:0 auto;
	width:440px;
	overflow:hidden;
}
.subBtn button{
	margin:0 10px;
	-webkit-transition: .3s;
	transition: .3s;
	float:left;
	width:200px;
}
.subBtn  button:hover{
 	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7; 
	opacity:0.7;
	zoom:1; 
}











}


/*for Retina common and SP*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}

/*for Retina PC*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:768px) { 

}

