@charset "utf-8";
/* ★charset */

/* global menu */
#pageEvent.contact #navi li#naviEvent a img{
	margin-top: 0;
}

/* side menu */
.contact #mainRight p{
	padding: 12px 0 10px 10px;
	border-top: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
}
.contact #mainRight p strong{
	font-size: 114.3%;
}

/* contents */
#privacyBox{
	margin-bottom: 30px;
	padding: 10px 30px;
	background: #f3f3f3;
}
#privacyBox.open_privacy{
	padding: 10px 30px 30px 30px;
}
.btn_privacy{
	width: 170px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
.btn_privacy:hover img{
	margin-top: -35px;
}
#privacyBox_cont{
	display: none;
	margin-top: 10px;
	padding: 20px;
	background: #ffffff;
}
#privacyBox_cont h3{
	line-height: 100%;
	text-align: center;
	font-size: 113%;
	margin-bottom: 15px;
}
#privacyBox_cont h4,
#privacyBox_cont p{
	font-size: 87.5%;
}
#privacyBox_cont p{
	margin-bottom: 10px;
}
#privacyBox_cont p.last{
	margin-bottom: 20px;
}
#btn_privacy_close{
	margin-top: 20px;
	margin-bottom: 0;
}
.contactBox{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
}
.contactBox input,
.contactBox textarea{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}
.contactBox th{
	padding: 0 15px;
	line-height: 120%;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	background: url(../img/bg_dotGray.gif) 0 0 #dddddd;
}
.contactBox td{
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #cccccc;
}
.contactBox #tr_privacy th{
	height: 80px;
}
.contactBox #tr_privacy td{
	padding: 0 0 0 15px;
	vertical-align: middle;
}
.contactBox #customername,
.contactBox #customerkana,
.contactBox #email{
	width: 360px;
	height: 28px;
	line-height: 28px;
	padding: 0 4px;
	border: 1px solid #cccccc;
}
.contactBox textarea{
	width: 480px;
	height: 180px;
	line-height: 160%;
	padding: 4px;
	border: 1px solid #cccccc;
	resize: none;
}
#btn_send{
	display: block;
	width: 180px;
	height: 46px;
	margin: 0 auto 40px auto;
	text-indent: -9999px;
	border: none;
	background: url(../img/contact/btn_send.png) no-repeat 0 0;
	cursor: pointer;
}
#btn_send:hover{
	background: url(../img/contact/btn_send.png) no-repeat 0 -46px;
}

/* Contact Form 7 */
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.ajax-loader{
	display: none !important;
}
.wpcf7-not-valid-tip{
	color: #cc3434 !important;
	margin-top: 5px !important;
	font-size: 12px !important;
}
#label_privacy{
	position: relative !important;
}
#label_privacy .wpcf7-not-valid-tip{
	position: absolute !important;
	top: 20px !important;
	width: 480px !important;
}