@import url("global.css");

.text p.lead {
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	background-color: #f7f7f7;
	color: #cc1e06;
	margin: 0 -10px 20px;
	text-shadow: 0 0 3px rgba(255,255,255,0.9);
	letter-spacing: 2px;
}
.text p {
	margin: 1em 0;
}

/* ---------- Thanks ---------- */

.thanks {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 10px;
}

/* ------------------------------
 TEL
------------------------------ */

.telbox {
	border: #ccc 1px solid;
	background-color: #fafafa;
	border-radius: 3px;
	padding: 15px 10px;
	text-align: center;
	margin: 30px 0 30px;
}
.telbox dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}
.telbox dd.number {
	margin-bottom: 15px;
}
.telbox dd a {
	display: block;
	padding: 5px 0;
	font-size: 20px;
	color: #fff;
	background-color: #cc1e06;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(204,30,6,0.4);
}
.telbox dd a span {
	font-size: 12px;
}
.telbox dd a:before {
	 margin: 0 2px 0 0;
	 content: " ";
	 display: inline-block;
	 width: 20px;
	 height: 20px;
	 background: url(../contact/img/telicon.png) no-repeat left top;
	 background-size: contain;
	 vertical-align: middle;
}
.telbox dd.add {
	background: url(../contact/img/logo.png) no-repeat left center;
	background-size: 45px 50px;
	text-align: left;
	padding-left: 60px;
	margin: 0 auto;
	width: 200px;
}
.telbox dd.add .com {
	margin-bottom: 4px;
}
.telbox dd.add .address {
	font-size: 12px;
	line-height: 1.3;
}


/* ------------------------------
 Form
------------------------------ */

/* ----- base css init ----- */

form#mailformpro {
	padding: 0 0 10px;
}
form#mailformpro dl {
	margin-top: 0;
}
form#mailformpro dl dt {
	margin-bottom:5px;
	padding: 0;
	border: none;
	float: none;
	font-size: inherit;
	text-align: left;
	width: auto;
}
form#mailformpro dl dd {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
form#mailformpro dl dd ul{
}
form#mailformpro dl dd ul li {
	margin-bottom:5px;
}

form#mailformpro dl dd ul.float li {
	float: left;
	margin-right: 10px;
}

/* -------------------- */

dl#inputform {
	border-top: #ddd 1px solid;
}
form#mailformpro dl#inputform dt {
	padding: 8px 12px;
	background-color: #F7F7F7;
}
form#mailformpro dl#inputform dt span.notes {
	padding-left: 10px;
	font-size: 13px;
	color: #666;
}
form#mailformpro dl#inputform dd {
	border-bottom: #ddd 1px solid;
	padding: 2px 5px 10px;
}
form#mailformpro #inputform input, #inputform textarea, #inputform select {
	border: 1px solid #CCC;
	margin-bottom:5px;
	padding: 5px;
	vertical-align: 0;
}
input.noborder {
	border: none;
}
.hissu {
	padding: 2px 4px;
	color: #FFFFFF;
	background-color: #cc1e06;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: 0.2em;
}
div.mfp_buttons {
	padding: 0px;
	text-align: center;
	margin-bottom: 50px;
}
#confirm {
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	width: auto!important;
	height: auto!important;
	color: #FFFFFF;
	background-color: #58A2E4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B1D4F3), color-stop(48%, #B1D4F3), color-stop(52%, #58A2E4), to(#58A2E4));
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	margin-top: 10px;
	text-shadow: none;
	-webkit-animation: btnshine 2s infinite;
}
@-webkit-keyframes btnshine {
	0% { -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc; 
	}
	50% { -webkit-box-shadow: 0 0 15px #ccc; box-shadow: 0 0 15px #ccc;
	}
	100% { -webkit-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc;
	}
}

/* ---------- Label ---------- */

form#mailformpro label {
	display: block;
	padding: 5px 8px 5px 8px;
	border: 1px solid #CCCCCC;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
form#mailformpro #inputform label input{
	margin-bottom:0;
}
form#mailformpro label.mfp_checked {
	padding: 5px 8px 5px 8px;
	background: #FEE6E2;
	border: 1px solid #cc1e06;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px 8px 5px 8px;
	border:1px solid #CCCCCC;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/* ---------- Confirm ---------- */

div#mfp_phase_confirm h4 {
	font-size: 18px;
	padding: 25px 0px 0px 0px;
	margin-bottom:10px;
	text-align: center;
	color: #cc1e06;
	font-weight: bold;
}
div#mfp_phase_confirm table#mfp_confirm_table {
	border-bottom: #ccc 1px solid;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #f7f7f7;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    border-top: 1px solid #ccc;
}
div#mfp_phase_confirm table#mfp_confirm_table th {
	width: 100px;
}
div#mfp_phase_confirm table#mfp_confirm_table th,
div#mfp_phase_confirm table#mfp_confirm_table td {
	padding: 10px;
}
div#mfp_phase_confirm div.mfp_buttons {
	width: 300px;
	height:46px;
	margin: 10px auto 30px;
}
div#mfp_phase_confirm div.mfp_buttons button {
	width: 160px;
	height: 46px;
	margin: 0 10px 20px;
	display:inline;
	overflow: hidden;
	text-shadow: none;
}
div#mfp_phase_confirm div.mfp_buttons button#mfp_button_send {
	padding: 10px 30px;
	border: 1px solid #FFFFFF;
	width: auto!important;
	height: auto!important;
	color: #FFFFFF;
	background-color: #DA5971;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B1D4F3), to(#58A2E4));
	background-image: -webkit-linear-gradient(top, #B1D4F3, #58A2E4);
	background-image: -moz-linear-gradient(top, #B1D4F3, #58A2E4);
	background-image: -ms-linear-gradient(top, #B1D4F3, #58A2E4);
	background-image: linear-gradient(top, #B1D4F3, #58A2E4);
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	margin-top: 10px;
	-webkit-animation: btnshine 2s infinite;
}
div#mfp_phase_confirm div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	width: auto!important;
	height: auto!important;
	color: #FFFFFF;
	background-color: #999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0 0 3px #333333;
	margin-top: 10px;
}
