@charset "utf-8";

/*mailformpro.css*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}



/* 2nd 共通
--------------------------*/

#main #privacy ul {
	list-style-type: none;
	font-size: 14px;
}
#main #privacy li {
	padding: 5px 0;
	background: url(../contact/parts/menu-icon.png) no-repeat left 5px;
	margin-right: 5px;
	margin-left: 0px;
	padding: 2px 0 0 20px;
}
#main #privacy ul {
	list-style-type: none;
}


/* お問い合わせ
--------------------------*/
#bcontact #main .conts .tel {
	margin:22px 0 0;
}

#bcontact #privacy {
	background:url(../contact/parts/formtop.png) no-repeat left top;
	overflow:visible;
	margin:22px 0 0;
	padding-top:35px;
	width:610px;
}

#privacy_contents p.ptitle {
	margin:-5px 0 20px 12px;
	font-weight:bold;
	font-size:120%;
	color:#556fb5;
}

#privacy_contents p.plink a {
	font-size:84%;
	margin-left: 20px;
}
#privacy_contents .plink a {
	background: url(../contact/parts/form_icon.png) no-repeat left center;
	padding-left:12px;
}
#privacy_contents {
	padding:0 40px 4px 40px;
	color:#666666;
}
#bcontact #privacy_bottom {
	height: 98px;
	background: url(../contact/parts/formbottom.png) no-repeat left bottom;
	font-size: 1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height: 1px;
}
#privacy_contents dt {
	margin:15px 0 3px -1.5em;
	font-weight:bold;
}
#privacy_contents dd,
#privacy_contents li {
	font-size:90%;
}
#privacy_contents .privacy li {
	margin-top:0 !important;
}
#bcontact #column {
	background: url(../contact/parts/bgprivacy.png) repeat;
	width: 600px;
	height: auto;
	margin:50px 0 0;
	padding-top: 10px;
	overflow: auto;
}
#bcontact #column #columninner {
	width: 530px;
	margin:0 10px 10px;
	background: #ffffff;
	padding:20px 25px;
	color:#666666;
	font-size:90%;
}
#bcontact #column #columninner p.ctitle {
	margin-bottom:1em;
	padding:0 0 10px 0px;
	font-size: 130%;
	color: #556fb5;
	font-weight:bold;
	border-bottom: 1px solid #556fb5;
}
#bcontact #column #columninner dt {
	margin-top: 1.0em;
	font-weight: bold;
}
form {
	padding: 0;
	font-size: 14px;
}
form legend {
	padding: 1em 2px 0 2px;
	font-weight: bold;
}
form em {
	display: inline;
	font-size: 80%;
	margin-left: 20px;
}
form em.radio {
	float: left;
	display: block;
}
form label,
form h3 {
	display: block;
	margin:10px 0 5px;
	padding: 2px 10px 0 10px;
	font-weight: bold;
	color: #7c952f;
	background: url(../contact/parts/border.png) no-repeat 150px top;
	border-bottom: 1px solid #7b9729;
}
form label.need,
form h3.need {
	display: block;
	margin: 10px 0 5px;
	padding: 2px 10px 0 2px;
	font-weight: bold;
	color: #7b9729;
	border-bottom: 1px solid #7b9729;
	background: url(../contact/parts/borderneed.png) no-repeat 150px top;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 5px 5px 10px 5px;
}
form input {
	margin:10px 0 10px 20px;
	width: 540px;
	padding:8px;
	vertical-align:middle;
}
form select {
	padding:8px;
}
form textarea {
	margin:10px 0 40px 20px;
	width: 540px;
	padding:8px;
}
form input.q {
	width: auto;
	height: auto;
}
form input.postcode1 {
	width: 100px;
	height: 30px;
}
form input.postcode2 {
	width: 150px;
	height: 30px;
}
form input.submit {
	width: 200px;
	height: 40px;
}
form input.p,
form input#zip,
form input[type="checkbox"] {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	vertical-align:middle;
}


.privacycheck label,
form .lists label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	background: none;
	border-bottom: 0;
}
form label span.email {
	display: inline-block;
	float: right;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}
form h3 {
	margin-bottom:15px !important;
}

.privacycheck {
	width:330px;
	margin:35px auto -50px;
	padding:10px 0 0 20px;
	background-color:#FFF;
	text-align:center;
	border:1px solid #b0bd88;
	color:#3f3e3d;
	overflow:visible;
}


form input[name="姓"],
form input[name="名"],
form input[name="セイ"],
form input[name="メイ"] {
	width:150px;
}
form input[name="名"],
form input[name="メイ"] {
	margin-left:0;
}
form input[name="email"] {
	display:block;
	margin-top:20px;
}
form input[name="市区町村"],
form input[name="丁目番地"] {
	width:320px;
	margin-left:0;
}

form input[name="お問い合わせ種別"] {
	margin-left:10px;
}

form input#zip {
	margin:10px 0;
}
form input#mfp_element_23,
form input#mfp_element_24 {
	width:400px;
}
form input#mfp_element_24 {
	margin-bottom:2px;
}

form button {
	width: 200px;
	height: 40px;
	margin:20px 0 10px;
}

