@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(/font/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(/font/NotoSerifJP-Regular.otf) format('opentype');
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	height: 100%;
	font-size: 62.5%;
}
html.modal_mode{
	overflow: hidden;
}
body{
	height: 100%;
	font-family: 'Noto Sans Japanese','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #999999;
}
body *{
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
input[type=text], textarea{
	border: 1px solid #cccccc;
	padding: 10px;
	width: 100%;
	font-family: 'Noto Sans Japanese','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',Arial,sans-serif;
}
input[type=text].error, textarea.error{
	background-color: #fde8ed;
}
input[type=text]{
	height: 40px;
}
textarea{
	height: 150px;
}
button{
	cursor: pointer;
}
button[type=submit]{
	position: relative;
	border: none;
	background-color: #947F28;
	width: 400px;
	height: 60px;
	color: #ffffff;
	font-size: 16px;
}
button[type=submit]:after{
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 14px;
	margin: -7px 0 0;
	width: 14px;
	height: 14px;
}
button[type=submit][name=check]:after,
button[type=submit][name=send]:after{
	right: 25px;
	background-image: url(/img/icon_chevron-right.png);
}
button[type=submit][name=back]:after{
	left: 25px;
	background-image: url(/img/icon_chevron-left.png);
}
button:focus{outline:0;}
@media screen and (max-width: 768px) {
	button[type=submit]{
		width: 300px;
	}
}

/* module
----------------------------------------------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}
.font-serif{
	font-family: 'Noto Serif Japanese','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',Arial,sans-serif;
}
.sp{	display: none !important;	}
@media screen and (max-width: 768px) {
	.pc{	display: none !important;	}
	.sp{	display: block !important;	}
}
.zoomContainer{
	z-index: 1;
}
.zoomContainer .zoomLens{
	background-image: url(/img/icon_zoom.png);
	background-position: center center !important;
	border-color: #ebebeb !important;
}
.zoomContainer .zoomWindow{
	margin: 0 0 0 100px;
}

/* header
----------------------------------------------------------------------------- */
header{
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #947f28;
	width: 78.6%;
	height: 80px;
	z-index: 1;
}
header .logo{
	float: left;
	width: 115px;
	margin: 0 0 0 4.5%;
	padding: 12px 0 0;
}
header .logo img{
	width: 100%;
}
header ul.pcmenu{
	float: right;
	padding: 20px 0 0;
	width: 74%;
	text-align: right;
	font-size: 14px;
}
header ul.pcmenu li{
	display: inline-block;
	position: relative;
	padding: 0 4%;
}
header ul.pcmenu li:last-child{
	padding-right: 6%;
}
header ul.pcmenu li + li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	background-color: #947f28;
	border-radius: 1.5px;
	margin: -1.5px 0 0 -1.5px;
	width: 3px;
	height: 3px;
}
header ul.pcmenu li a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #4c4c4c;
	text-decoration: none;
}
header ul.pcmenu li a.cur{
	color: #947f28;
}
header ul.pcmenu li a:hover:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	margin: 0 0 0 -17px;
	width: 35px;
	height: 2px;
	background-color: #947f28;
}
header .spmenu_btn{
	display: none;
}
header .spmenu{
	display: none;
}
@media screen and (max-width: 768px) {
	header{
		width: 100%;
		height: 60px;
	}
	header .logo{
		width: 72px;
		margin: 0 0 0 4%;
		padding: 13px 0 0;
	}
	header ul.pcmenu{
		display: none;
	}
	header .spmenu_btn{
		display: block;
		float: right;
		font-size: 8px;
	}
	header .spmenu_btn a{
		display: block;
		padding: 38px 0 0;
		width: 60px;
		height: 60px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
	}
	header .spmenu_btn.open a{
		background: url(/img/icon_bars.png) no-repeat center 16px #947F28;
		background-size: 20px auto;
	}
	header .spmenu_btn.close a{
		background: url(/img/icon_remove_white.png) no-repeat center 16px;
		background-size: 15px auto;
	}
	header .spmenu{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,.9);
	}
	header .spmenu .body{
		float: left;
		margin: 0 0 0 10%;
		width: 80%;
		font-size: 15px;
		text-align: center;
	}
	header .spmenu .body a{
		display: block;
		color: #ffffff;
		text-decoration: none;
	}
	header .spmenu .body ul{
		border-top: 1px solid #ffffff;
		margin: 50px 0 0;
	}
	header .spmenu .body ul li{
		border-bottom: 1px solid #ffffff;
	}
	header .spmenu .body ul li a{
		padding: 27px 0;
	}
	header .spmenu .body p a{
		border: 1px solid #ffffff;
		margin: 50px 0 0;
		padding: 20px 0;
	}
}

/* visual
----------------------------------------------------------------------------- */
#visual{
	position: relative;
}
#visual .txt{
	position: absolute;
	top: 50%;
	left: 50px;
	margin: -100px 0 0;
}
#visual .txt .title{
	font-size: 40px;
	color: #4c4c4c;
	letter-spacing: 0.2em;
}
#visual .txt p{
	margin: 50px 0 0;
	font-size: 14px;
	line-height: 3;
	letter-spacing: 0.2em;
}
#visual .slide{
	opacity: 0;
}
#visual .slick-slide{
	padding: 0 0 0 200px;
}
#visual .slick-slide img{
	width: 100%;
}
#visual .slick-dots{
	margin: 20px 0 0;
	text-align: center;
}
#visual .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 2.5px;
}
#visual .slick-dots li:after{
	content: '';
	position: absolute;
	left: 12px;
	top: 5px;
	display: block;
	border-bottom: 1px solid #947f28;
	width: 0;
}
#visual .slick-dots button{
	position: relative;
	top: .5px;
	background-color: #cccccc;
	border: none;
	border-radius: 2.5px;
	margin: 2.5px 5px;
	padding: 0;
	width: 5px;
	height: 5px;
	text-indent: -9999px;
	line-height: 0;
}
#visual .slick-dots .slick-active:after{
	transition: width 6s linear;
	width: 13px;
}
#visual .slick-dots li:last-child:after{
	width: 0;
}
#visual .slick-dots .slick-active button{
	top: 0;
	background-color: #947f28;
	border-radius: 5px;
	margin: 0 2.5px;
	width: 10px;
	height: 10px;
}
@media screen and (max-width: 768px) {
	#visual{
		margin: 60px 0 0;
	}
	#visual .txt{
		left: 0;
		width: 100%;
		margin: -130px 0 0;
		text-align: center;
	}
	#visual .txt .title{
		font-size: 22px;
	}
	#visual .txt p{
		margin: 10px 0 0;
		font-size: 10px;
		line-height: 1.6;
		color: #4C4C4C;
	}
	#visual .slick-slide{
		padding: 0;
	}
	#visual .slick-dots{
		margin: 15px 0 0;
	}
}

/* section
----------------------------------------------------------------------------- */
section{
	margin: 120px auto;
}
section .pageheader{
	text-align: center;
}
section .pageheader span{
	display: block;
	margin: 20px 0 0;
	color: #4c4c4c;
	font-size: 15px;
}
section .pageheader img{
	width: 180px;
}
@media screen and (max-width: 768px) {
	section{
		margin: 60px auto;
	}
	section .pageheader span{
		margin: 10px 0 0;
		font-size: 12px;
	}
	section .pageheader img{
		width: 116px;
	}
}

/* product
----------------------------------------------------------------------------- */
#product{
	margin-top: 90px;
}
#product section{
	max-width: 1040px;
	margin: 80px auto;
	padding: 0 20px;
}
#product section .title{
	margin: 20px 0;
	font-weight: normal;
}
#product section .title strong{
	font-size: 38px;
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: 0.2em;
}
#product section .title small{
	margin: 0 0 0 25px;
	font-size: 18px;
	vertical-align: middle;
}
#product section .lead{
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.3;
}
#product .wrap1{
	background: url(../img/product_wrap1_bg.png) no-repeat 0 center;
}
#product .wrap2{
	background: url(../img/product_wrap2_bg.png) no-repeat right center;
}
#product .separate{
	background: url(../img/product_separate_bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 100px 0 120px;
	height: 350px;
}
@media screen and (max-width: 768px) {
	#product{
		margin-top: 40px;
	}
	#product section{
		margin: 40px auto;
		padding: 0 4%;
	}
	#product section .title{
		margin: 15px 0;
		text-align: center;
	}
	#product section .title strong{
		font-size: 22px;
	}
	#product section .title small{
		margin: 10px 0 0;
		display: block;
		font-size: 12px;
	}
	#product section .lead{
		margin: 15px 0;
		font-size: 11px;
		line-height: 2;
		text-align: center;
	}
	#product .wrap1{
		background: url(../img/product_wrap1_bg.png) no-repeat 0 center;
	}
	#product .wrap2{
		background: url(../img/product_wrap2_bg.png) no-repeat right center;
	}
	#product .separate{
		margin: 40px 0 60px;
		height: 250px;
	}
}

#product ul.products li{
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 0 0 60px;
}
#product ul.products li:before{
	content: '';
	position: absolute;
	right: 3px;
	bottom: 0;
	background-color: #947f28;
	display: block;
	height: 90px;
	z-index: -1;
}
#product ul.products li img{
	width: 100%;
}
#product ul.products li a{
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	position: absolute;
	right: 0;
	bottom: 3px;
	background-color: #ffffff;
	display: block;
	padding: 23px 0 0 0;
	height: 90px;
	color: #4c4c4c;
	text-decoration: none;
}
#product ul.products li a:before,
#product ul.products li a:after{
	content: '';
	position: absolute;
	right: 20px;
	display: block;
}
#product ul.products li a:before{
	top: 63px;
	border-bottom: 1px solid #947f28;
	width: 25px;
}
#product ul.products li a:after{
	transition: right .3s ease-in-out;
	top: 57px;
	background: url(/img/icon_arrow_right.png) no-repeat center center;
	width: 25px;
	height: 7px;
}
#product ul.products li a:hover:after{
	right: 10px;
}
#product ul.products li a strong{
	display: block;
	margin: 0 0 12px 8.3%;
	font-size: 18px;
	font-weight: normal;
}
#product ul.products li a small{
	display: block;
	margin: 0 0 0 8.3%;
	font-size: 12px;
}
#product ul.products li.top{
	width: 48%;
}
#product ul.products li.top:nth-child(even){
	float: right;
}
#product ul.products li.small{
	width: 31.3%;
	margin-left: 3%;
}
#product ul.products li.small:nth-child(3n+1){
	margin-left: 0;
}
/*#product ul.products li.small:nth-child(3n+2){
	float: right;
}*/
#product ul.products li.top:before,
#product ul.products li.top a{
	width: 50%;
}
#product ul.products li.small:before,
#product ul.products li.small a{
	width: 76.7%;
}
@media screen and (max-width: 768px) {
	#product ul.products li{
		padding: 0 0 50px;
	}
	#product ul.products li:before{
		content: '';
		position: absolute;
		right: 3px;
		bottom: 0;
		background-color: #947f28;
		display: block;
		height: 90px;
		z-index: -1;
	}
	#product ul.products li a{
		height: 80px;
	}
	#product ul.products li a:before,
	#product ul.products li a:after{
		right: 15px;
	}
	#product ul.products li a:before{
		display: none;
	}
	#product ul.products li a:after,
	#product ul.products li a:hover:after{
		top: 55px;
		background: url(/img/icon_arrow_right_sp.png);
		background-size: 18px auto;
		width: 18px;
		height: 6px;
	}
	#product ul.products li a strong{
		margin: 0 0 12px 6%;
		font-size: 16px;
	}
	#product ul.products li a small{
		margin: 0 0 0 6%;
		font-size: 10px;
	}
	#product ul.products li.top,
	#product ul.products li.small{
		width: 100%;
	}
	#product ul.products li.small:nth-child(3n+1){
		margin-left: 0;
	}
	#product ul.products li.top:before,
	#product ul.products li.top a,
	#product ul.products li.small:before,
	#product ul.products li.small a{
		width: 63.8%;
	}
	#product ul.products li:nth-child(even):before{
		left: 0;
		right: inherit;
	}
	#product ul.products li:nth-child(even) a{
		left: 3px;
		right: inherit;
	}
}

/* news
----------------------------------------------------------------------------- */
#news{
	margin-top: 100px;
	padding: 0 20px;
	max-width: 1040px;
}
#news table{
	margin: 60px 0;
	width: 100%;
	line-height: 1.6;
}
#news table th,
#news table td{
	border-bottom: 1px solid #eeeeee;
	font-weight: normal;
	vertical-align: top;
}
#news table th{
	padding: 17px 0 0;
	width: 110px;
	text-align: center;
	font-size: 12px;
}
#news table td{
	color: #4c4c4c;
	padding: 15px 10px;
	font-size: 14px;
}
#news table td a{
	color: #4c4c4c;
	text-decoration: none;
}
#news table td a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#news{
		margin-top: 40px;
		padding: 0 4%;
	}
	#news table{
		display: block;
		margin: 20px 0 40px;
	}
	#news table tbody,
	#news table tr,
	#news table th,
	#news table td{
		display: block;
	}
	#news table th{
		border: none;
		padding: 12px 3% 0;
		width: auto;
		text-align: left;
		font-size: 10px;
	}
	#news table td{
		padding: 10px 3% 12px;
		font-size: 12px;
	}
}

/* inquiry
----------------------------------------------------------------------------- */
#inquiry{
	background: url(/img/inquiry_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 140px 0 120px;
	color: #ffffff;
	text-align: center;
}
#inquiry .pageheader span{
	color: #ffffff;
}
#inquiry .lead{
	margin: 30px 0 0;
	line-height: 2;
	font-size: 14px;
}
#inquiry .btn a{
	position: relative;
	transition: all .3s ease-in-out;
	display: inline-block;
	border: 1px solid #ffffff;
	margin: 60px 0 0;
	padding: 20px;
	width: 400px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
#inquiry .btn a:hover{
	background-color: #947F28;
	border-color: #947F28;
}
#inquiry .btn a:after{
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	display: block;
	background: url(/img/icon_chevron-right.png) no-repeat center center;
	background-size: auto 14px;
	margin: -7px 0 0;
	width: 14px;
	height: 14px;
}
@media screen and (max-width: 768px) {
	#inquiry{
		padding: 40px 0;
	}
	#inquiry .lead{
		margin: 30px 0 0;
		font-size: 11px;
	}
	#inquiry .btn a{
		margin: 40px 0 0;
		padding: 12px;
		width: 240px;
		font-size: 12px;
	}
	#inquiry .btn a:after{
		right: 20px;
		background-size: auto 10px;
		margin: -5px 0 0;
		width: 10px;
		height: 10px;
	}
}

/* company
----------------------------------------------------------------------------- */
#company{
	padding: 0 20px;
	max-width: 1040px;
}
#company table{
	margin: 60px 0;
	width: 100%;
	line-height: 1.6;
}
#company table th,
#company table td{
	border-bottom: 1px solid #eeeeee;
	font-weight: normal;
	vertical-align: top;
}
#company table th{
	padding: 17px 0 0 20px;
	width: 110px;
	font-size: 13px;
	text-align: left;
}
#company table td{
	padding: 15px 10px;
	font-size: 14px;
	color: #4C4C4C;
}
@media screen and (max-width: 768px) {
	#company{
		margin-bottom: 40px;
		padding: 0 4%;
	}
	#company table{
		margin: 25px 0 40px;
	}
	#company table th{
		padding: 11px 0 0 10px;
		width: 17.4%;
		font-size: 10px;
	}
	#company table td{
		padding: 10px 10px;
		font-size: 12px;
	}
}

/* footer
----------------------------------------------------------------------------- */
footer{
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	footer{
		padding: 10px;
		font-size: 8px;
	}
}

/* .modal
----------------------------------------------------------------------------- */
.modal{
	position: fixed;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 1;
	min-height: 100%;
	overflow-y: auto;
}
.modal .inner{
	position: relative;
	background-color: #ffffff;
	padding: 80px 0 50px;
}
.modal .close{
	margin: 0 auto;
	width: 50px;
	text-align: center;
	font-size: 14px;
}
.modal .close.top{
	position: absolute;
	right: 20px;
	top: 20px;
}
.modal .close.bottom{
	position: relative;
	bottom: -30px;
}
.modal .close a{
	display: block;
	color: #999999;
	text-decoration: none;
}
.modal .close a:before{
	content: '';
	display: block;
	background: url(/img/icon_remove.png) no-repeat center center;
	background-size: 24px auto;
	border: 1px solid #999999;
	margin: 0 0 7px;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 768px) {
	.modal .close{
		font-size: 12px;
	}
	.modal .close.top{
		right: 15px;
		top: 15px;
	}
	.modal .close.bottom{
		bottom: -10px;
	}
}

/* .modal-product
----------------------------------------------------------------------------- */
.modal-product{
	padding: 50px;
}
.modal-product#lightlylash,.modal-product#glueandremover,.modal-product#glueandremover2,.modal-product#preparation,.modal-product#tools,.modal-product#tools2{
	background-image: url(/img/modal_bg_lightlylash.png);
	background-size: 135px auto;
}
/*.modal-product#glueandremover,.modal-product#preparation,.modal-product#tools{
	background-image: url(/img/modal_bg_glueandremover.png);
	background-size: 50px auto;
}*/
.modal-product .head{
	text-align: center;
}
.modal-product .head .title{
	font-weight: normal;
}
.modal-product .head .title strong{
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.modal-product .head .title small{
	display: block;
	margin: 15px 0;
	font-size: 18px;
}
.modal-product .head .lead{
	margin: 20px 0;
	font-size: 12px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.modal-product{
		padding: 30px 0;
	}
	.modal-product .head{
		margin: 15px 0 0;
	}
	.modal-product .head .title strong{
		font-size: 22px;
	}
	.modal-product .head .title small{
		margin: 10px 0;
		font-size: 12px;
	}
	.modal-product .head .lead{
		font-size: 11px;
		line-height: 2;
	}
}

.modal-product .product{
	max-width: 1040px;
	margin: 75px auto 30px;
	padding: 0 20px;
	color: #4c4c4c;
	overflow: hidden;
}
.modal-product .product img{
	width: 100%;
}
.modal-product .product .left{
	float: left;
	width: 48%;
}
.modal-product .product .right{
	float: right;
	width: 45%;
}
.modal-product .product ul.slide{
	position: relative;
	border: 1px solid #cccccc;
	margin: 0 29px;
}
.modal-product .product ul.slide .slick-arrow{
	position: absolute;
	top: 50%;
	background-color: #212121;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border: none;
	margin: -12px 0 0;
	width: 60px;
	height: 25px;
	font-size: 1px;
	text-indent: -9999px;
	z-index: 1;
}
.modal-product .product ul.slide .slick-prev{
	background-image: url(/img/icon_arrow_left_white.png);
	left: -30px;
}
.modal-product .product ul.slide .slick-next{
	background-image: url(/img/icon_arrow_right_white.png);
	right: -30px;
}
.modal-product .product ul.thumnail{
	padding: 15px 19px 0 29px;
	overflow: hidden;
}
.modal-product .product ul.thumnail li{
	float: left;
	border: 1px solid #cccccc;
	margin: 0 10px 10px 0;
	width: 44px;
	line-height: 0;
	cursor: pointer;
}
.modal-product .product .title strong{
	font-size: 28px;
	font-weight: normal;
	vertical-align: middle;
}
.modal-product .product .title small{
	margin: 0 0 0 15px;
	font-size: 14px;
	vertical-align: middle;
}
.modal-product .product ul.note{
	margin: 12px 0;
	line-height: 1.6;
}
.modal-product .product ul.note li{
	margin: 3px 0;
	font-size: 12px;
}
.modal-product .product ul.note li small{
	font-size: 10px;
}
.modal-product .product .txt{
	margin: 20px 0;
	font-size: 14px;
	line-height: 2;
}
.modal-product .product ul.note + .txt{
	margin: 10px 0 20px;
}
.modal-product .product .careful{
	margin-top:-20px;
}
.modal-product .product .careful li{
	font-size: 14px;
	line-height: 1.5;
	list-style-type:disc;
	padding-top:8px;
	margin-left:20px;
}
.modal-product .product .img{
	margin: 30px 0 0;
}
.modal-product .product dl.howto{
	background-color: #f9f9f9;
	margin: 20px 0;
	padding: 15px;
	font-size: 14px;
	line-height: 1.7;
}
.modal-product .product dl.howto dt{
	margin: 0 0 5px;
	text-align: center;
}
.modal-product .product .spec{
	margin: 30px 0 0;
	font-size: 12px;
	line-height: 1.8;
}
.modal-product .product .spec table{
	width: 100%;
}
.modal-product .product .spec table th,
.modal-product .product .spec table td{
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}
.modal-product .product .spec table th{
	width: 85px;
	padding: 5px 0;
	vertical-align: middle;
}
.modal-product .product .spec table th span{
	background: url(/img/icon_dot.png) no-repeat 0 center;
	padding: 0 0 0 12px;
}
.modal-product .product .spec table th small{
	font-size: 10px;
}
.modal-product .product .spec table th[rowspan]{
	vertical-align: middle;
}
.modal-product .product .spec table td{
	padding: 5px 0 5px 0;
	/*text-indent: -1em;*/
	vertical-align:middle;
}
.modal-product .product .page{
	display: none;
}

@media screen and (max-width: 768px) {
	.modal-product .product{
		margin: 30px auto;
		padding: 0;
	}
	.modal-product .product img{
		width: 100%;
	}
	.modal-product .product .left,
	.modal-product .product .right{
		position: relative;
		width: 100%;
	}
	.modal-product .product .right{
		padding: 0 4%;
	}
	.modal-product .product ul.slide{
		border: none;
		margin: 0 0 40px;
	}
	.modal-product .product ul.slide .slick-arrow{
		margin: -30px 0 0;
		width: 25px;
		height: 60px;
	}
	.modal-product .product ul.slide .slick-prev{
		left: 0;
	}
	.modal-product .product ul.slide .slick-next{
		right: 0;
	}
	.modal-product .product ul.thumnail{
		display: none;
	}
	.modal-product .product .title strong{
		font-size: 22px;
	}
	.modal-product .product .title small{
		margin: 0 0 0 10px;
		font-size: 12px;
	}
	.modal-product .product .txt{
		margin: 10px 0;
		font-size: 12px;
	}
	.modal-product .product .careful{
		margin-top:-10px;
	}
	.modal-product .product .careful li{
		font-size: 12px;
		padding-top:5px;
	}
	.modal-product .product .img{
		margin: 20px 0 0;
	}
	.modal-product .product dl.howto{
		font-size: 12px;
		line-height: 1.8;
	}
	.modal-product .product .spec{
		margin: 20px 0 0;
	}
	.modal-product .product .page{
		position: absolute;
		right: 2.7%;
		bottom: 50px;
		display: block;
		background-color: #212121;
		border-radius: 10px;
		padding: 5px 12px;
		height: 20px;
		color: #ffffff;
		font-size: 10px;
	}
	.modal-product .product .page .max:before{
		content: '|';
		position: relative;
		top: -1px;
		margin: 0 5px;
	}
}

/* #form
----------------------------------------------------------------------------- */
#form{
	display: none;
	padding: 10px;
	color: #4c4c4c;
}
#form .pageheader{
	text-align: center;
}
#form .pageheader .title span{
	display: block;
	margin: 20px 0 0;
	color: #4c4c4c;
	font-size: 15px;
}
#form .pageheader img{
	width: 160px;
}
#form .lead{
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#form .lead.confirm{
	display: none;
}

@media screen and (max-width: 768px) {
	#form{
		padding: 0;
	}
	#form .pageheader span{
		margin: 10px 0 0;
		font-size: 12px;
	}
	#form .pageheader img{
		width: 116px;
	}
}

#form .require{
	margin: 0 0 0 10px;
	color: #910000;
	font-size: 10px;
}
#form .body{
	max-width: 920px;
	margin: 25px auto;
	padding: 0 20px;
	overflow: hidden;
}
#form .body .row{
	overflow: hidden;
}
#form .body .form-group{
	float: left;
	margin: 10px 0;
	width: 47.7%;
}
#form .body .form-group.textarea{
	width: 100%;
}
#form .body .form-group:nth-child(even){
	float: right;
}
#form .body .form-group .label{
	margin: 0 0 15px;
	font-size: 14px;
}
#form .body .form-confirm{
	display: none;
	margin: 0 0 15px;
	font-size: 14px;
}
#form .foot{
	text-align: center;
}
#form .foot .agree{
	margin: 0 0 40px;
	font-size: 15px;
}
#form .foot .agree .txt{
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 1.6;
}
#form .foot .agree .txt a{
	color: #4c4c4c;
}
#form .foot .agree .privacy_area{
	display: none;
	max-width: 920px;
    margin: 35px auto 40px;
	padding: 0 20px;
	line-height: 2;
}
#form .foot .agree .privacy_area dl{
	background-color: #f9f9f9;
	padding: 20px 30px;
}
#form .foot .agree .privacy_area dl dd{
	margin: 5px 0 0;
	font-size: 14px;
	text-align: left;
}
#form .foot .agree .checkbox{
	position: relative;
	padding: 0 0 0 40px;
	line-height: 2;
	cursor: pointer;
}
#form .foot .agree .checkbox input{
	position: absolute;
	opacity: 0;
}
#form .foot .agree .checkbox .image{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: url(/img/checkbox.png) no-repeat 0 0;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
}
#form .foot .agree .checkbox input:checked + .image{
	background-position: 0 -24px;
}
#form .foot .btn button{
	margin: 0 auto 20px;
}
#form .foot .btn button[name=back],
#form .foot .btn button[name=send]{
	display: none;
}

@media screen and (max-width: 768px) {
	#form .require{
		margin: 0 0 0 10px;
	}
	#form .body{
		max-width: 920px;
		margin: 25px auto;
		padding: 0 20px;
		overflow: hidden;
	}
	#form .body .form-group{
		margin: 7px 0;
		width: 100%;
	}
	#form .body .form-group.name{
		width: 48.4%;
	}
	#form .body .form-group .label{
		font-size: 12px;
	}
	#form .foot .agree{
		font-size: 14px;
	}
	#form .foot .agree .privacy_area{
		margin: 20px auto 30px;
	}
	#form .foot .agree .privacy_area dl{
		padding: 15px 20px;
	}
	#form .foot .agree .privacy_area dl dd{
		font-size: 14px;
	}
	#form .foot .agree .privacy_area dl dd{
		margin: 5px 0 0;
		font-size: 12px;
	}
}

#form .error_msg{
	display: none;
	margin: 5px 0 0;
	color: #df1b51;
	font-size: 14px;
}
#form .error_msg.show{
	display: block;
}
#form .error_msg.top{
	text-align: center;
}
#form .foot .error_msg.agree{
	margin: 5px 0 0;
}
