@charset "utf-8";
/* ★charset */

/* side menu */
.contact #mainRight p{
	padding: 12px 0 10px 10px;
	border-top: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	font-size: 14px;
}
.contact #mainRight p strong{
	font-size: 16px;
}

/* contents */
#privacyBox{
	margin-bottom: 30px;
	padding: 10px 30px;
	background: #f3f3f3;
}
#privacyBox h3,
#privacyBox h4{
	font-family: Arial,sans-serif;
}
#privacyBox.open_privacy{
	padding: 10px 30px 30px 30px;
}
.btn_privacy{
	width: 170px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	font-family: "Times New Roman",serif;
	font-weight: bold;
	color: #cc3333;
	background: url(../img/en/btn_privacy_en.png) no-repeat 0 0;
}
.lang_cn .btn_privacy,
.lang_kr .btn_privacy{
	width: 210px;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;
	background: url(../img/en/btn_privacy_long.png) no-repeat 0 0;
}
.btn_privacy:hover,
.btn_privacy:active{
	color: #ffffff;
	background-position: 0 -35px;
}
#privacyBox_cont{
	display: none;
	margin-top: 10px;
	padding: 20px;
	background: #ffffff;
}
#privacyBox_cont h3{
	line-height: 100%;
	text-align: center;
	font-size: 19px;
	margin-bottom: 15px;
}
#privacyBox_cont h4,
#privacyBox_cont p{
	font-size: 12px;
}
#privacyBox_cont p{
	margin-bottom: 10px;
}
#privacyBox_cont p.last{
	margin-bottom: 20px;
}
#privacyBox_cont p#btn_privacy_close{
	margin-top: 20px;
	margin-bottom: 0;
	color: #333333;
	font-size: 15px;
	background: url(../img/en/btn_privacy_close_en.png) no-repeat 0 0;
}
.lang_cn #privacyBox_cont p#btn_privacy_close,
.lang_kr #privacyBox_cont p#btn_privacy_close{
	background: url(../img/en/btn_privacy_close_long.png) no-repeat 0 0;
}
#privacyBox_cont p#btn_privacy_close:hover,
#privacyBox_cont p#btn_privacy_close:active{
	color: #333333;
	background-position: 0 -35px;
}
.contactBox{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
}
.contactBox input,
.contactBox textarea{
	font-family: Arial,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;
	border: none;
	text-align: center;
	font-size: 24px;
	font-family: "Times New Roman",serif;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/en/btn_send_en.png) no-repeat 0 0;
	cursor: pointer;
}
.lang_cn #btn_send,
.lang_kr #btn_send{
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;
}
#btn_send:hover{
	background: url(../img/en/btn_send_en.png) no-repeat 0 -46px;
}

/* thanks */
.contactthanksBox{
	margin-bottom: 40px;
	padding: 15px 0 13px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	background: #f3f3f3;
}
.contactthanksBox strong{
	font-size: 20px;
}

/* 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;
}