@charset "UTF-8";

/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
	background-color: #ffffff;
	color: #222;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
}
body.home{
	overflow: hidden;
}
::selection {
	background:#fe0002;
	color: #FFF;/* Safari */
}

::-moz-selection {
	background:#fe0002;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block;
}
.onSmt{
	display:none;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out; 
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.imground{
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.imgshadow{
    -webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
}
.imgCenter{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:center;
}
.imgLeft{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}

.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.header {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10000;
	background-color: #FFF;
	transition-property: all;
transition: 0.6s ease;
	float: left;

}

.spHeader {
	display: none;
}
.headerFix {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 2000;
	background-color: rgba(249,249,249,1.00);
	border-bottom: #d2d2d2 0px solid;
	transition-property: all;
transition: 0.6s ease;

}
.headclearfix {
	clear: both;
}

.box1080{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1080px;
}
.box960{
	width:960px;
	display:table;
	height:auto;
	margin: 0 auto;
}

.box800{
	width:800px;
	display:table;
	height:auto;
	margin: 0 auto;
}
.box600{
	width:600px;
	display:table;
	height:auto;
	margin: 0 auto;
}
.box1280{
	width:96%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1280px;
	padding-left: 2%;
	padding-right: 2%;
}
.box1280Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1280px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.headLogo{
	width: 20%;
	height: 56px;
	display:block;
	position: relative;
	transition-property: all;
	transition: 0.6s ease;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
.headLogo img{
	height: 56px;
	width:auto;
	transition-property: all;
	transition: 0.6s ease;
}
.on .headLogo{
	
}
width:auto;
}
.headerFix .headLogo{
	top: 20px;
}
.topImage {
	height: 600px;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(227,227,227,1.00) 0%,rgba(210,210,210,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(227,227,227,1.00) 0%,rgba(210,210,210,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(227,227,227,1.00) 0%,rgba(210,210,210,1.00) 100%);
}

.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#FFF;
}

.contentBoxGrey {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#f2f2f2;
}
.contentBoxOrg {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #fe8700;
	background-image: -webkit-linear-gradient(315deg,rgba(255,165,64,1.00) 0%,rgba(254,135,0,1.00) 100%);
	background-image: -moz-linear-gradient(315deg,rgba(255,165,64,1.00) 0%,rgba(254,135,0,1.00) 100%);
	background-image: linear-gradient(135deg,rgba(255,165,64,1.00) 0%,rgba(254,135,0,1.00) 100%);
}
.contentBoxYellow {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #f1c40f;
}
.contentBoxYellow02 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: rgba(247, 230, 157, 1.00);
}
.contentBoxRedline{
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #FFDADA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: #e74c3c 20px solid;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/bg_dot_pt_wh02.png);
	background-size: 4px 4px;
	background-position: center center;
	background-repeat: repeat;
}
.contentBoxOrgline{
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: #fe8700 20px solid;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentBoxBg {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#FFF;
	background-image: url(../images/bg03t.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contentBoxBg02 {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#FFF;
	background-image: url(../images/bg03t.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contentBoxMonog {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#ddd;
	background-image: url(../images/monogram.png);
	background-size: 100px 100px;
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contentBoxMonog02 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #E1D2BA;
	background-image: url(../images/monogram_wht.png);
	background-size: 100px 100px;
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #111;
	padding-top: 40px;
	padding-bottom: 40px;
}

.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:left;
	margin-top: 40px;
}
.moreBtn a{
	width: 200px;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #004575;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.moreBtn a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.moreBtnCenter{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	margin-top: 40px;
}

.moreBtnCenter a{
	width: 360px;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #d7373c;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/sellbtn_icon.png);
	background-size: 40px 40px;
	background-position: 5% center;
	background-repeat: no-repeat;
}

.moreBtnCenter a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.moreBtnCenterLine{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	margin-top: 40px;
}

.moreBtnCenterLine a{
	width: 300px;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	border: #fff 3px solid;
}

.moreBtnCenterLine a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


.goTopBtn{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:15px;
	bottom:-55px;
	z-index:200;
	transition-property: all;
	transition: 0.6s ease;
}
.goTopBtn.on{
	bottom:15px;
}
.goTopBtn.on:hover{
	
}
.goTopBtn img{
	width:40px;
	height:auto;
	
}
.goTopBtn img:hover{
	
}

.copyright{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	font-size:11px;
	color:#666;
	line-height:20px;
	margin-top:10px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	
}


.title24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:justify;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.title24 span{
	border-bottom:#222 2px solid;
	padding-bottom:3px;
}
.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:justify;
	line-height:40px;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:40px;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:40px;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:40px;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:36px;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:justify;
	line-height:36px;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: justify;
	line-height:32px;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:32px;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:justify;
	line-height:26px;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height:26px;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:justify;
	line-height:24px;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:24px;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:justify;
	line-height:20px;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height:20px;
}

.bd{
	font-weight: bold;
}
.secPd120 .box800 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.secPd60 .box800 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.secPd120 .box1280 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.secPd120 .box1080 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.secPd60 .box1080 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.secPd30 .box1080 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.secPd60_30 .box1080 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.overlay-lock {
    overflow: hidden !important;
    width: auto;
}
.overlay-lock body {
	overflow: hidden !important;
}

/*トケマー*/
.headBtn{
	width:160px;
	height:auto;
	float:right;
	display:inline-block;
	text-align:center;
	margin-top: 20px;
	margin-right: 10px;
}
.headBtn a{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #FFF;
	background-color: #27ae60;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/sellbtn_icon02.png);
	background-size: 24px 24px;
	background-position: 3% center;
	background-repeat: no-repeat;
}
.headBtn.type02 a{
	background-image: url(../images/sellbtn_icon.png);
	background-size: 26px 26px;
	background-color: #d7373c;
}

.headBtn a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.topMsgBox{
	width: 55%;
	height: auto;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-top: 80px;
}
.topMsgBox img{
	width: 100%;
	height: auto;
}
.phonePh{
	width: 45%;
	height: 500px;
	float: right;
	background-image: url(../images/top_rolex.png);
	background-size: auto 770px;
	background-position: center -60px;
	background-repeat: no-repeat;
}
.phonePh img{
	width: auto;
	height: 100%;
	
}
.box3Block{
	width:33.3333%;
	height:auto;
	float:left;
	display:inline-block;
	margin-left: 0%;
	margin-right: 0%;
	border: #d9d9d9 0px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 25px;
}
.box3Block02{
	width:22%;
	height:auto;
	float:left;
	display:inline-block;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.phRound{
	width:100%;
	height:auto;
	float:left;
	text-align: center;
	margin-bottom: 10px;
}
.phRound img{
	width:90%;
	height:auto;
	border-radius: 100%;
}
.phRound02{
	width:100%;
	height:auto;
	float:left;
	text-align: center;
	margin-bottom: 10px;
}
.phRound02 img{
	width:60%;
	height:auto;
	
}
.blockTitle{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 36px;
	border-bottom: #e74c3c 4px solid;
	border-top: #e74c3c 4px solid;
}
.box3Block02 .blockTitle{
	font-size: 22px;
}
.blockTitle span{
	font-size: 22px;
	margin-right: 15px;
	font-style: italic;
	color: #a6937c;
	font-family: "Leckerli One",cursive;
	font-weight: normal;
}
.brandBox{
	width:18%;
	height:302px;
	float:left;
	display:inline-block;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #FFF;
	margin-bottom: 20px;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0px;
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
}

.brandBox .text18{
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	
	font-weight: bold;
	line-height: 22px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.brandBox .text14{
	width: 100%;
	height: 64px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-align: left;
	font-size: 13px;
	margin-bottom: 9px;
}
.brandBox .price{
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
	color: #d7373c;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.brandBox .text12{
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	
	color:#666;
	padding-left: 10px;
	padding-right: 10px;
}
.brandBox .text12 span{
	border-bottom: #c9b25d 2px solid;
	padding-bottom: 2px;
}
.brandPh{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	z-index: 0;
}
.brandPh::before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
	background-color: rgba(0,0,0,0.40);
	background-image: url(../images/soldout02.png);
	background-size: auto 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.touroku{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
}
.footMenu{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
}
.footMenu a{
	color: #FFF;
	text-decoration: none;
}
.footMenu a:hover{
	color: #666;
	text-decoration: underline;
}
.halfBoxLeft{
	width: 50%;
	height: auto;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-right: 40px;
}
.halfBoxRight{
	width: 50%;
	height: auto;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-Left: 40px;
}

.topTitle{
	width: 100%;
	height: auto;
	display: inline-block;
	line-height: 60px;
	font-size: 48px;
	color:#fe0002;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topTitle div{
	background-color: rgba(255,255,255,0.80);
	display: inline-block;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topTitle div span{
	color: #000;
	font-size: 36px;
}
.loginBtn{
	width:100px;
	height:auto;
	float:right;
	display:inline-block;
	text-align:center;
	margin-top: 14px;
	margin-right: 20px;
}
.loginBtn a{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #333;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/icon_login02.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.loginBtn a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.memberBtn{
	width:130px;
	height:auto;
	float:right;
	display:inline-block;
	text-align:center;
	margin-top: 14px;
	margin-right: 20px;
}
.memberBtn a{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #333;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/icon_plus02.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.memberBtn a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.flowList{
	width: 90%;
    height: auto;
    float: left;
    display: block;
	margin-left: 5%;
	margin-right: 5%;
}

.number{
	font-size: 24px;
	font-weight: bold;
	color: #fe0002;
	padding-right: 10px;
}
.topBox{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	background-color: rgba(247,230,157,0.86);
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-top: 30px;
}
.topBox .text30 {
    font-size: 26px;
    line-height: 30px;
	margin-bottom: 5px;
}
.topBox .text12 {
	color: #000;
	line-height: 18px;
}
.warning{
	color: #C00001;
	font-weight: bold;
}
.warning span{
	border-bottom: #C00001 4px double;
}
.warning02{
	color: #C00001;
	font-weight: bold;
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
.warning02 span{
	border-bottom: #C00001 6px double;
	font-size: 40px;
}


/*トケマーLP*/
.headerBar{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	background-color: #fe8700;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.headText{
	width: auto;
	height: auto;
	float: left;
	display: block;
	position: absolute;
	margin-top: 13px;
	margin-left: 180px;
	font-size: 18px;
	line-height: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.navBar{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	background-color: #222;
	transition-property: all;
	transition: 0.6s ease;
	z-index: 1000;
}
.navBar.on {
	position: fixed;
	top: 0px;
	background-color: #222;
}
.navBar ul{
	width:1080px;
	display:table;
	height:auto;
	margin: 0 auto;
}
.navBar ul li{
	width: 25%;
	height: auto;
	float: left;
	display: block;
}
.navBar ul li a{
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	transition-property: all;
	transition: 0.6s ease;
}
.navBar ul li a:hover{
	background-color: #fe8700;
}
.navBar.on ul li a{
	color: #FFF;
}
.navBar.on ul li a:hover{
	
	color: #222;
}
.contentBoxCnt01 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#f8f8f8;
	background-image: url(../images/firstarea_pat.png),url(../images/bg06.jpg);
	background-size: 4px 4px,cover;
	background-position: center center,center bottom;
	background-repeat: repeat,no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentBoxCnt02 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#FFF;
	background-image: url(../images/bg05.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
.whtBox{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
}
.dLineBox{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	border: #d2d2d2 6px double;
	margin-top: 30px;
}
.dLineBox ul{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.dLineBox li{
	width: 49%;
	height: auto;
	float: left;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1%;
}
.dLineBox li a{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #222;
	font-weight: bold;
	background-image: url(../images/icon_crown.png);
	background-size: 20px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.title01 {
    display: inline-block;
    float: left;
    font-size: 36px;
    height: auto;
    line-height: 56px;
    text-align: center;
    width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.title01 span{
	font-size: 56px;
	display: inline-block;
	
}
.title02 {
    display: inline-block;
    float: left;
    font-size: 36px;
    height: auto;
    line-height: 68px;
    text-align: left;
    width: 100%;

}
.title02 span{
	font-size: 68px;
	display: inline-block;
	border-bottom: #d7373c 6px dotted;
	padding-bottom: 4px;
}
.title03 {
    display: inline-block;
    float: left;
    font-size: 54px;
    height: auto;
    line-height: 68px;
    text-align: center;
    width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	margin-bottom: 40px;
}
.title03 span{
	font-size: 68px;
	display: inline-block;
	border-bottom: #d7373c 6px double;
	padding-bottom: 4px;
	color: #d7373c;
}
.title04 {
    display: inline-block;
    float: left;
    font-size: 36px;
    height: auto;
    line-height: 54px;
    text-align: left;
    width: 100%;
	

}
.title04 span{
	font-size: 54px;
	display: inline-block;
	color: #d7373c;
}
.title05 {
    display: inline-block;
    float: left;
    
    font-size: 40px;
    height: auto;
    line-height: 60px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
	background-color: #f39c12;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}
.title05 span{
	font-size: 50px;
	display: inline-block;
	margin-left: -10px;
}
.title06 {
    display: inline-block;
    float: left;
    font-size: 40px;
    height: auto;
    line-height: 60px;
    text-align: center;
    width: 100%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	margin-bottom: 40px;
}
.title06 span{
	font-size: 60px;
	display: inline-block;
	border-bottom: #d7373c 6px double;
	padding-bottom: 4px;
	color: #d7373c;
}
.title07 {
    display: inline-block;
    float: left;
    font-size: 46px;
    height: auto;
    line-height: 60px;
    text-align: center;
    width: 100%;
	margin-bottom: 30px;
}
.title07 span{
	font-size: 60px;
	display: inline-block;
	color: #d7373c;
}
.title08 {
    display: inline-block;
    float: left;
    
    font-size: 40px;
    height: auto;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
	background-color: #e74c3c;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-image: url(../images/firstarea_pat.png);
	background-size: 4px 4px;
	background-position: center center;
	background-repeat: repeat;
}
.title08 span{
	font-size: 50px;
	display: inline-block;
}
.leftBox60 {
    display: block;
    float: left;
    height: auto;
    padding-right: 40px;
    width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.leftBox40 {
    display: block;
    float: left;
    height: auto;
    width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.rightBox40 {
    display: block;
    float: left;
    height: auto;
    width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.rightBox60 {
    display: block;
    float: left;
    height: auto;
    padding-left: 40px;
    width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.moreBtnL{
	width:49%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	margin-right: 1%;
}

.moreBtnL a{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #d7373c;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/sellbtn_icon.png);
	background-size: 40px 40px;
	background-position: 5% center;
	background-repeat: no-repeat;
}

.moreBtnL a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.moreBtnR{
	width:49%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:center;
	margin-left: 1%;
}

.moreBtnR a{
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #27ae60;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: bold;
	border-radius: 4px;
	background-image: url(../images/sellbtn_icon02.png);
	background-size: 40px 40px;
	background-position: 5% center;
	background-repeat: no-repeat;
}

.moreBtnR a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.satei {
    display: inline-block;
    float: left;
    font-size: 16px;
    height: auto;
    line-height: 30px;
    text-align: justify;
    width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}
.satei p{
	padding-left: 2em;
text-indent: -2em;
}
.satei span{
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}
.sateiBox{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	border: #d2d2d2 6px double;
	margin-top: 30px;
}
.sateiBox .text14{
	padding-left: 1em;
text-indent: -1em;
}
.box3Point {
    display: inline-block;
    float: left;
    height: 370px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30.3333%;
	border: #d2d2d2 2px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 8px;
}
.pointTitle {
	width: 100%;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.pointTitle span{
	font-size: 40px;
	color: #fe8700;
}
.point {
    color: #333;
    display: block;
    float: left;
    font-family: "Leckerli One",cursive;
    font-size: 36px;
    font-style: italic;
    height: auto;
    left: -45px;
    line-height: 40px;
    margin-bottom: -30px;
    position: relative;
    text-shadow: 3px 0 #f1c40f;
    top: -35px;
    transform: rotate(-10deg);
    width: 200px;
}
.brandList{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.brandList ul{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.brandList li{
	width: 16.6666%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: bold;
}
.brandList li img{
	width: 70%;
	height: auto;
	margin-bottom: 5px;
	margin-left: 15%;
	margin-right: 15%;
}
.brandList02{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	
	border: #d1c0a5 6px double;
}
.brandList02 ul{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.brandList02 li{
	width: 25%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: bold;
	margin-bottom: 15px;
}
.dLineBoxRed{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFF;
	margin-top: 40px;
}
.dLineBoxRed .text18Center{
	font-weight: bold;
	
}
.dLineBoxRed .text18Center span{
	border-bottom: 3px dotted #d7373c;
	font-size: 22px;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","serif";
}
.bottomMenu {
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	z-index: 100;
	background-color: rgba(17,17,17,0.60);
	transition-property: all;
	transition: 0.6s ease;
	bottom: -90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
}
.bottomMenu.on {
	bottom: 0;
}
.bottomMenu .moreBtnL {
    margin-right: 1%;
	margin-left: 5%;
    width: 44%;
}
.bottomMenu .moreBtnR {
    margin-right: 5%;
	margin-left: 1%;
    width: 44%;
}
.bottomMenu .moreBtnL a {
	line-height: 60px;
	background-size: 30px 30px;
}
.bottomMenu .moreBtnR a {
	line-height: 60px;
	background-size: 30px 30px;
}
.box3Block .phRound img {
    width: 70%;
}
.img100 img{
	width: 100%;
	height: auto;
}
.box3Point .img80{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.img80 img{
	width: 80%;
	height: auto;
}
.box3Point .img80 img{
	border-radius: 100%;
}
.text34 {
    display: block;
    float: left;
    font-size: 34px;
    height: auto;
    line-height: 40px;
    text-align: left;
    width: 100%;
}
.crown{
	width: 100%;
	height: 40px;
	display: block;
	background-image: url(../images/icon_crown.png);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.whtBox .text16{
	line-height: 30px;
}
.contentBoxGoldFade {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,1.00) 0%,rgba(232,228,221,1.00) 100%);
	background-image: -moz-linear-gradient(135deg,rgba(255,255,255,1.00) 0%,rgba(232,228,221,1.00) 100%);
	background-image: linear-gradient(315deg,rgba(255,255,255,1.00) 0%,rgba(232,228,221,1.00) 100%);
}
.text14 a{
	color: #d7373c;
}
.text14 a:hover{
	color: #fe8700;
}
.voiceBox{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.86);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	border-radius: 8px;
}
.voicePh{
	width: 30%;
	height: auto;
	float: left;
	display: inline-block;
}
.voicePh img{
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.1);
}
.voiceText{
	width: 70%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.voiceText.lft{
	padding-left: 0px;
	padding-right: 40px;
}
.voiceText .text24{
	border-bottom: #d2d2d2 1px solid;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.sellBtn {
    bottom: 15px;
    display: block;
    height: 120px;
    right: 15px;
    position: fixed;
    transition: all 0.6s ease 0s;
    width: 120px;
    z-index: 1000;
	opacity:0.0;
filter:alpha(opacity=00);
-ms-filter: "alpha( opacity=00 )";
}
.sellBtn.on {
	opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
.sellBtn img {
    float: left;
    height: auto;
    width: 100%;
}
.nayami{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 20px;
}
.nayami ul{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.nayami li{
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../images/en.png);
	background-size: 10px 10px;
	background-position: left center;
	background-repeat: no-repeat;
}
.nayami li span{
	border-bottom: #d7373c 4px double;
}
.stepArrow{
	width: 40px;
	height: 40px;
	float: right;
	display: inline-block;
	position: relative;
	margin-bottom: -40px;
	right: -45px;
    top: 160px;
	background-image: url(../images/step_arrow.png);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.blockTitle02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
	color: #e74c3c;
}
.topImagePc {
	height: 600px;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-image: url(../images/topimage1803.png);
	background-size: 1600px 600px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.voiceWatch{
	width: 100px;
	height: 100px;
	float: left;
	display: inline-block;
	position: relative;
	margin-bottom: -60px;
	top: -40px;
	margin-left:-30px;
}
.voiceWatch.rgt{
	float: right;
	margin-left:0px;
	margin-right: -30px;
}
.voicePh .voiceWatch img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}