@charset "UTF-8";


::-webkit-input-placeholder{ color: #aaa; }
:-moz-placeholder          { color: #aaa; }
:-ms-input-placeholder     { color: #aaa; }


.contents > .left_center{
	background-color: #fff;
	padding: 15px;
}

.red{
	color: #d60000;
}

.left_center p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
}

.left_center textarea span{
	display: inline-block;
	text-align: right;
	width: 30px;
	margin-right: 5px;
}

.left_center label{
	display: inline-block;
	margin: 5px;
}

.left_center textarea,
.left_center input{
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 3px;
	margin: 3px;
}

.left_center input[type="button"] {
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #fff;
	padding: 2px 8px;
}

.left_center input.yubinbango3 { width:40px; }
.left_center input.yubinbango4 { width:60px; }
.left_center input[name="市区町村 - 番地"] { width:95%; }
.left_center input[name="マンション・アパート名、号室など"] { width:95%; }
.left_center td.tel input{ width:50px; }
.left_center input[name="email"] { width:95%; }
.left_center input#renraku2 { position: relative;   top: -20px; }
.left_center input.mailKakunin { width:95%; }
.left_center label[for="renraku2"] { line-height: 36px;   margin: 0; }
textarea[name="お問い合わせ内容"] { width:95%;   height:150px; }

.left_center table{
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
}

.left_center table th{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #eef5d0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 170px;
	padding: 8px 2px 8px 10px;
}

.left_center table th.email{
	padding: 0 0 0 10px;
}

.left_center table th small{
	font-weight: normal;
}

.left_center table td{
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	/*width: 450px;*/
	padding: 1px 2px 1px 10px;
}

.left_center table th.hissu:before{
	content: "（必須）";
	color: #d60000;
	font-size: 12px;
	float: right;
}

.privacy{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	height: 150px;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: auto;
}

a.button{
	cursor: pointer;
	display: inline-block;
	/*font-size: 18px;*/
	text-decoration: none;
	color: #fff;
	background-image: url(../img/bukken/titleBg.gif);
	/*background-color: #446cc3;*/
	border-radius: 3px;
	/*border: 1px solid #446cc3;*/
	padding: 5px 10px;
	margin: 10px 0;
}

a.button:hover,
#confirmButton:hover{
	background-color: rgba(68,108,195,0.7);
	text-decoration: none;
	opacity: 0.6;
}

a.button.disable,
a.button.disable:hover{
	/*background-color: #ddd;*/
	/*border: 0;*/
	cursor: default;
	opacity: 0.4;
}

a#confirmButton,
a#confirmButton:hover{
	cursor: pointer;
	background: none;
	background-image: none;
}


/* mailformpro4 向けの設定 ************************************************************ */

/* [確認画面] などの表示を消す*/
ul#mfp_phase_stat {
	display: none;
}

#mfp_overlay_background,
#mfp_overlay{
	display: none !important;
}

/* 確認画面の左側の幅 */
table#mfp_confirm_table tr th {
	width: 120px;
}

form#mailformpro label{
	display: inline-block;
}

form#mailformpro input[type=text],
form#mailformpro textarea{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka';*/
	/*font-size: 20px;*/
	/*border: 1px solid #446cc3;*/
	/*border-radius: 3px;*/
	/*width: 300px;*/
	/*height: 30px;*/
	/*padding: 7px;*/
}

form#mailformpro textarea{
	font-size: 16px;
	width: 510px;
	height: 200px;
}

form#mailformpro input[type=submit]{
	font-size: 18px;
	color: #fff;
	background-color: #446cc3;
	border-radius: 7px;
	border: 1px solid #446cc3;
	padding: 23px 145px;
	margin: 30px 0;

	-webkit-transition: 0.15s ease-in-out;
	   -moz-transition: 0.15s ease-in-out;
	     -o-transition: 0.15s ease-in-out;
	        transition: 0.15s ease-in-out;
}

form#mailformpro input[type=submit]:hover{
	background-color: rgba(68,108,195,0.7);
}


/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

