@charset "UTF-8";

@font-face{
  font-family:'Roicefont';
  src:url('../webfont/roiceot.ttf') format('truetype');
  src:url('../webfont/roiceot.otf') format('opentype');  
}
 
.test{
  font-family:testFont;
}

html,body {
text-align:center;
height:100%;
background-color: #fff;
font:12px/18px 'Roicefont',"Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
font-weight: 400;
}


/** mobile用要素の隠し **/

.mobile_header__wrap,
.mobile_nav__wrap__menu,
.mobile_subnav__wrap__menu,
.store__pref{
	display: none;
}

.header__sns__button__mobile__share{
	display: none;
}

a img {
	border: none;
}

a{
  color: #444;
	outline: none;
}
a:focus{
	outline: none;
}

a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
	text-decoration: none
}

::selection {
	background: #777;
	color: #eee;
	opacity: 1;
}
::-moz-selection {background: #777; color: #eee;}

.loading{
    display: block;
    position: fixed;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	background-color: #464646;
	overflow: hidden;
}

h2, h3{
font-weight: 400;
line-height: 1.8em;}

p {
    margin: 0 0px 1em 0px;
    line-height: 2em;
    text-align: justify;
}

#header {
  position: relative;
	height:auto;
	width:100%;
	overflow:hidden;
	text-align: center;
	padding: 32px 0px 0px 0px;
	top: 0px;
	background-color: #FFF;
}

#logo a{
	margin: 0px auto 0px;
	height: 120px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s sease-in-out;
}

#logo a:hover{
	opacity: 0.6;
}

#logo a.currentCrossLink {
  background: none ;
}

.nav_wrap{
	position: static;
	width: 100%;
	height: 76px;
	line-height: 76px;
	margin: 0;
	padding:0px;
	text-align: center;
	z-index: 61;
}

nav.nav__wrap__subnav{
	position: static;
	width: 100%;
	height: 76px;
	line-height: 76px;
	margin: 0;
	text-align: center;
	z-index: 61;
}

.nav__wrap__subnav__in-static-nav{
	padding-top: 76px;
}

.nav__under-js__in-static-nav{
	padding-top: 76px;
}

#header nav.nav_wrap.nav__wrap__fixed {
  position: fixed;
  top: 0px;
  z-index: 62;
}

#gnav {
position: static;
display: block;
width: 550px;
height: auto;
margin: 0px auto;
font-weight: 500;
letter-spacing: 0.1em;
font-size: 1.1em;
}

#gnav a, #gnav a:link,#gnav a:visited,#gnav a:active{
  color: #000;
  padding: 0px 0px 13px 0px;
  margin: 0px;
  text-decoration: none;
  background-image: url(../img/bg_current_trance.png);
  overflow: visible;
    background-position: 50% 100%;
      background-repeat:no-repeat;
  -moz-transition-property: background-image;
-moz-transition-duration: 0.25s;
-webkit-transition-property: background-image;
-webkit-transition-duration: 0.25s;
transition-property: background-image;
transition-duration: 0.25s;

}

#gnav a:hover,
.currentCrossLink {
  background-image: url(../img/bg_current.png);
  background-repeat:no-repeat;
  background-position: 50% 100%;
}


#gnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#gnav ul li{
    color: ;
	list-style: none inside;
	display: inline-block;
	margin:0px;
	height: auto;
	padding:0px 13px;
	font-weight: 600;
	letter-spacing: 0.9px;
}

#gnav .nav__wrap__current a,
#gnav .nav__wrap__current a:link,
#gnav .nav__wrap__current a:visited,
#gnav .nav__wrap__current a:active{
	color: #aaa;
}

#subnav .subnav__wrap__current a,
#subnav .subnav__wrap__current a:link,
#subnav .subnav__wrap__current a:visited,
#subnav .subnav__wrap__current a:active{
	color: #aaa;
}

#subnav {
position: static;
display: block;
width: 710px;
padding-right: 2px;
height: auto;
margin: 0px auto;
font-weight: 500;
letter-spacing: 0.1em;
font-size: 1.1em;
}

#subnav a, #subnav a:link,#subnav a:visited,#subnav a:active{
  color: #888;
  padding: 0px 0px 13px 0px;
  margin: 0px;
  text-decoration: none;
  background-image: url(../img/bg_current_trance.png);
  overflow: visible;
    background-position: 50% 100%;
      background-repeat:no-repeat;
  -moz-transition-property: background-image;
-moz-transition-duration: 0.25s;
-webkit-transition-property: background-image;
-webkit-transition-duration: 0.25s;
transition-property: background-image;
transition-duration: 0.25s;
}

#subnav a:hover,
.currentCrossLink {
  background-image: url(../img/bg_current.png);
  background-repeat:no-repeat;
  background-position: 50% 100%;
}


#subnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#subnav ul li{
    color: ;
	list-style: none inside;
	display: inline-block;
	margin:0px;
	height: auto;
	padding:0px 17px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
}

#en {
position: absolute;
top: 30px;
right: 20px;
display: none;
}

#en a, #en a:link,#en a:visited,#en a:active{
  color: #888;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  width: ;
  text-decoration: none;
  overflow: visible;
}

#en a:hover{
  background: url(../img/bg_current.png);
  background-repeat:no-repeat;
  background-position: 50% 100%;
}

#plus {

}

#plus a{
    display: block;
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    color: #ccc;
    padding: auto;
    line-height: 55px;
    text-decoration: none;
}


#plus a:hover{
}

#plus img{
  width: 15px;
  height: 15px;

}

#content {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 80px 0px 80px 0px;
  background: #F6F6EE;
  text-align: center;
  box-sizing: border-box;
}

#main{
  display: block;
	position: relative;  
  text-align: justify;
	margin: 0px auto;
	max-width: 780px;
	width: 100%;
	padding: 0px;
}

#main__info{
  display: block;
	position: relative;  
  text-align: justify;
	margin: 0px auto;
	max-width: 750px;
	width: 100%;
	padding: 0px;
}

.article {
    max-width: 580px;
    text-align: justify;
    margin: 30px auto 30px auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

.main__logo {
  text-align: center;
  padding: 0px 0px 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: -40px;
}

.content__img {
  width: 100%;
  height: auto;
  max-width: 780px;
  margin: 20px 0 0 0 ;
}

.rimited {
position: absolute;
top:365px;
left:75%;
margin: 0px 0px 0px -255px;
z-index: 60;
 }

.price{
  max-width: 580px;
  margin: 40px auto;
  padding: 0 20px;
  clear: both;
  box-sizing: border-box;
}

.price p{
  margin: 0 0px 1em 0px;
  line-height: 2em;
  text-align: justify;
}

.price__dl{
  margin: 0;
}

.price__dt{
  font-size: 17px;
  float: left;
  clear:left;
  width: 50%;
  height: 40px;
}

.price__dd {
  font-size: 17px; 
  text-align: right; 
  float: right;
  clear: both;
  width: 50%;
  height: 40px;
  margin-top: -40px;
}


/* radio_botton */

input {
     display:inline;
     overflow: hidden;
     position: absolute;
     top: -9999px;
     left:-9999px;
}
label{
cursor: pointer;
padding: 0px 0px;
width: 17px;
height: 17px;
float: left;
	 text-indent: -9999px;
	 overflow: hidden;

background-repeat: no-repeat;
background-position: 50% 50%;
margin: 4px 8px 8px 4px;
}

input:checked+label {
 outline: 4px solid #999;
}


.product__content__wrap {
	background-repeat: no-repeat;
	padding: 30px 0 56px 0;
	background-color: #333;
}


.btn_cart {
	position:absolute;
	top: 350px;
	width: 100%;
}

.btn_cart__text {
	color: #eee;
	margin-top: 22px;
	font-size: 10px;
	text-align: center;
	width: 358px;
	margin-left:-25px;
}

.item_box .btn_cart{
position: relative;
color: #fff;
font-size: 80%;
width: 300px;
height: 88px;
margin: 10px auto 40px auto;
text-align: center;
/* background-image: url(../img/bg_soldout.png) ; */
/* background-repeat: no-repeat; */
/* background-position: 50% 18px; */

 }

 .item_box .btn_cart p{
position: absolute;
top:70px;
left: 50%;
margin-left: -87px; /* 文字数に合わせて調整必要 */
 }

 .item_box .btn_cart button.css3button{
margin: 10px 0 10px 0;
 }

.item_box .entry{
font-size: 1.15em;
line-height: 1.25em;
margin-bottom: 7px;
color: #fff;
position: relative;
text-align: justify;
padding: 0px;
width: 100%;
overflow: visible;
 }

 .item_box .entry a{
color: #fff;
text-decoration: underline;
 }

.btn {
color: #fff;
position: relative;
text-align: center;
padding: 0px 0px 40px 0px;
height:;
width: 450px;
overflow: visible;
 }

.btn button{ float: left; margin-bottom: 20px;}

.css3button a{
	font-family: 'Maven Pro';
	font-weight: 700;
	font-size: 14px;
	color: #333;
	padding: 9px 30px;
	background-color: #e67650;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    behavior: url("../js/pie/PIE.htc");
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s sease-in-out;
}

.css3button a:hover{
	background-color: #cdc2a4;

}

.product__detailbutton {
	font-family: 'Maven Pro';
	font-size: 12px;
	width:157px;
	color: #000;
	padding: 10px 0px;
	margin-right: 42px;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    behavior: url("../js/pie/PIE.htc");
	background-color: #E56A42;
}

.entry__btn button.product__detailbutton__gray__left {
	font-family: 'Maven Pro';
	font-size: 14px;
	font-weight: 700;
	width:157px;
	color: #333;
	padding: 9px 0px;
	margin-right: 42px;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    behavior: url("../js/pie/PIE.htc");
	background-color: #cdc2a4;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s sease-in-out;
	outline: none;
}

.entry__btn button.product__detailbutton__gray__left:hover,
.entry__btn button.product__detailbutton__gray__right:hover {
	background-color: #e67650;
	outline: none;
}

.entry__btn button.product__detailbutton__gray__right {
	font-family: 'Maven Pro';
	font-size: 14px;
	width:157px;
	font-weight: 700;
	color: #333;
	padding: 9px 0px;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    behavior: url("../js/pie/PIE.htc");
	background-color: #cdc2a4;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s sease-in-out;
	outline: none;
}

.product__detailbutton:hover {
	cursor: pointer;
}

button.css3button:last-child {
		margin-right: 0px;
}

button.notact { opacity: 50!important;}

button.css3button a {
color: #333;
text-decoration: none;
display: block;
 }

.info {
clear: both;
text-align: center;
width: auto;
height: 200px;
margin: 0 auto 20px ;
padding: 0 auto 0px ;
 }

 .info p{
float: left;
width:120px;
 border-right: 1px solid #fff;
padding: 0 10px 0px 0px;
margin: 0px 20px 0px 0px ;
  background: url(../img/blank.png);
  background-repeat:no-repeat;
  background-position: 100px 50%;
}

.info p.order {
width:135px;
background-position: 110px 50%;
text-align: center;
}

.info p.payment {
width:120px;
background-position: 100px 50%;
text-align: center;
}

.info p.privacy {
margin-right: 0px;
width:100px;
text-align: center;
background-position: 90px 50%;
 border-right: none;

}

.info p a {
color: #fff;
text-decoration: underline;
     }

.info p a {
color: #fff;
text-decoration: underline;
     }



.btn_fb a{
	float: left;
	display: block;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
width: 32px;
height: 32px;
text-align: center;
color: #ccc;
line-height: 40px;
text-decoration: none;
background-color: #555;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s sease-in-out;
}

.btn_fb a:hover{
	background-color:#3b5998;
}

.btn_tw a{
	float: right;
display: block;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
width: 32px;
height: 32px;
text-align: center;
color: #ccc;
line-height: 40px;
text-decoration: none;
background-color: #555;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s sease-in-out;
}

.btn_tw a:hover{
	background-color: #2ca7e0;
}

a.home_copy {
display: block;
position: absolute;
top: 500px;
left: 35%;
width: 350px;
height: 400px;
background-image: none;
background-repeat:no-repeat;
background-position: 100% 100%;
text-decoration: none;
z-index: 10;
 }

a:hover.home_copy{
  background-image: url(../img/home_copy.png);
 }


.title {
  display:block;
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  margin:0px;
  padding: 20px 0px 10px 0px;
  font-weight: 400;
}

.title__sub {
  display:block;
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  margin:0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
}

.title__date {
  display:block;
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  margin:0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
}


.gallery__movie__description {
	text-align: center;
	font-size: 18px;
	margin-bottom: 60px;
}

.gallery__movie__title {
	font-weight: normal;
	font-size: 16px;
  padding-bottom: 8px;
  margin: 0px 0px 4px 0px;
  background: url(../img/bg_current.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.gallery__movie {
	width: 62.5%;
	display: block;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 35%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.gallery__movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.gallery__photo__location {
  color: #eee;
  font-weight: normal;
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  margin-bottom: 0px;
}

.gallery__photo__location__bl {
  color: #333;
  font-weight: normal;
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  margin-bottom: 0px;
}

#product {
	padding-bottom: 60px;
}



#gallery {
  padding:0 0 1px 0;
	background-color: #ccc;
	text-align: center;
}

.gallery_box {
width: 62.5%;
display: block;
margin: 0px auto 20px;
position: relative;
}


.gallery_box img{
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.gallery_box h3{
font-size: 16px;
padding-bottom: 15px;
background: url(../img/bg_current.png);
background-repeat:no-repeat;
background-position: 50% 100%;
}


.gallery_box p{
	text-align: center;
}


.event__ribbon__done {
		position: relative;
	  top: 2px;
	  left: 0;
	  float: left;
	  padding-right: 5px;
}

.store_wrap{
  text-align: left;
  width: 100%;
  padding: 20px 0px 40px 0px;
  margin: 0px;
  height: auto;
   z-index: 30;
}

.store_content{
  text-align: center;
  position: relative;
  overflow: hidden;
  left: 0%;
  width: 580px;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0 0 10px;
  box-sizing: border-box;
}

.store_wrap h3{
  text-align: left;
  font-size: 140%;
  color: #333;
  font-weight: bold;
  line-height: 5px;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  width: 100%;
}

.store_wrap a{
text-decoration: underline;
color: #333;
}

.store_wrap table {
    text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 580px;
	border-top: 1px solid #333;
	box-sizing: border-box;	
}

.store_wrap td{
	margin: 0px 0px 0px 0px;
	padding: 10px  0px 10px 0px;
	vertical-align: top;
	border-top: 1px solid #333;
	border-left: 0px solid #F6F6EE;
	border-right: 25px solid #F6F6EE;
	box-sizing: border-box;
}

.store_wrap td.todouhuken{
width: 125px;
}

.store_wrap td.storename{
width: 125px;
}

.store_wrap td.storeaddress{
width: 300px;
}


.contact_wrap{
text-align: center;
width: 100%;
height: 138px;
padding: 45px 0 0 0;
margin: 0px;
background: #fff;
overflow: hidden;
}

.contact_content a{
text-align: center;
position: relative;
overflow: hidden;
height: 100px;
padding: 0px;
margin: 40px auto ;
height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s sease-in-out;
}

.contact_content a:hover {
	opacity: 0.6;

}

.contact__address {
  font-size: 12px;
  margin: 0 0 20px 0;
  text-align: center;  
}

.contact__phone {
  font-size: 25px;
  margin: 0 0 20px 0;
  text-align: center;   
}

.contact__time {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  text-align: center;
}

.contact__holiday{
  font-size: 12px;
  margin: 0 0 20px 0;
  text-align: center;  
}

.contact__mail{
  font-size: 12px;
  margin: 0 0 20px 0;
  text-align: center;  
}

.reservation__button {
    display: block;
    text-align: center;
    width: 200px;
    height: 40px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 40px;
    background: #C0B39B;
    border-radius: 5px;
    margin: 0 auto 20px;
    cursor: pointer;
}

.reservation__button:hover {
  opacity: 0.7;
}


#footer {
	width:100%;
	overflow:hidden;
	position:relative;
	text-align: center;
	background: #fff;
	clear: both;
	z-index: 30;
	padding: 0 0 15px 0;
}



#footer #logo{ margin: 50px auto 20px auto; }

#footer p{
font-size: 10px;
letter-spacing: 0.1em;
text-align: center;
margin: 0px auto 20px auto;
}


.product__gnav{
	position: static;
	display: block;
	width: 630px;
	height: auto;
	margin: 0px auto;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	background-color: #F4F4F4;
	color: #888;
	padding: 0px 0px 13px 0px;
	text-decoration: none;

}

.product__gnav ul {
margin: 0px;
padding: 0px;
text-align: center;
}

.product__gnav ul li{
	list-style: none inside;
display: inline-block;
margin: 0px;
width: 100px;
height: auto;
padding: 0px 0px 0px 0px;
}

.product__gnav a{
	color: #888;
	text-decoration: none;
}



@media only screen and (min-width: 481px) {

}

@media screen and (min-width: 481px) and (max-width: 640px) {

}

@media only screen and (min-width: 1030px) {


}

@media only screen and (min-width: 1240px) {


}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


}

.product__story {
	padding: 60px 0 40px 0;
	background-color: #CCC;
	color: #000;
	position: relative;
}

.product__story__wrap {
	width: 815px;
	margin: 0 auto;
}

.product__story__title {
	margin: 30px 0;
	text-align: center;
	font-size: 30px;
	color: #444;
	position: absolute;
	top:71px;
	width: inherit;
	letter-spacing: 4px;
}

.product__story__subtitle{
	text-align: center;
	font-size: 30px;
	color: #444;
	position: absolute;
	top:67px;
	width: inherit;
}

figure img.product__story__wrap__image {
	position: absolute;
	top:207px;
	margin: 0 0 0 -125px;
}

.product__story__wrap__text {
	text-align: left;
	color: #333;
	padding-top: 452px;
}

.product__story__wrap__text p{
	font-size: 14px;
	padding: 8px 0 0 0;
}

.product__story__wrap__text a{
	font-size: 14px;
	padding: 8px 0 0 0;
	color: #333;
	text-decoration: underline;
}

.product__store {
	text-align: center;
	background-color: #F4F4F4;
	color: #000;
}

.product__store .product_box {
	float: none;
	margin: 60px auto 30px auto;
}

.product__box__wrap {
	position: relative;
	float: none;
	margin: 60px auto 30px auto;
	width: 200px;
	padding-top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s sease-in-out;
}

.product__box__wrap:hover {
	opacity: 0.6;
}


.product__box__wrap a{
	text-decoration: none;
	color: #666;
}

.product__box__wrap h3{
	font-size: 16px;
	padding-bottom: 4px;
	margin: 0px 0px 5px 0px;
}

.product__box__wrap img {
	width: 200px;
	height: 224px;
}

.product__store__link {
	margin-top: 116px;
}

.product__store__link__title {
	margin: 17px 0;
	font-weight: 100;
	font-size: 25px;
	color: #777;
	padding: 2px 0 0 0;
}

.product__store__link__text {
	color: #777;
	text-align: center;
	font-size: 12px;
	line-height: 1.6rem;
}

.product__box__wrap__name {
    position: absolute;
    top: 271px;
    width: 100%;
    line-height: 1.9rem;
}

.product__box__weight {
	padding-bottom: 3px;
    position: absolute;
    top: 232px;
    width: 100%;
    font-size:18px;
    text-align: center;
    background: url(../img/bg_current.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.product__store__link__button a{
	display: block;
	font-family: 'Maven Pro';
	font-size: 12px;
	width:145px;
	color: #333333;
	padding: 8px 20px;
	margin: 25px auto 50px auto;
	background-color: #e67650;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
    behavior: url("../js/pie/PIE.htc");
    color: #525252;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s sease-in-out;
}

.product__store__link__button a:hover{
	background-color: #cdc2a4;
}

.product__content{
	background-color: #333;
	height: auto;
	width: 100%;
	padding: 0px 0 0 0;
}

.product__content__right{
	float: right;
	width: 450px;
	padding: 0 112px;
}

.product__content__left{
	float: left;
	width: 600px;
	height: 1238px;
}

.product__content__right {
}

.product__content__right__entry {
	width: 510px;
	margin-top: 422px;
	font-size: 1rem;
	line-height: 1.25em;
	margin-bottom: 7px;
	color: #fff;
	top: 480px;
	text-align: justify;
	padding: 0px;
	overflow: visible;
}

.product__content__right__entry__longimg {
    width: 510px;
    margin-top: 422px;
    font-size: 1rem;
    line-height: 1.25em;
    margin-bottom: 7px;
    color: #fff;
    top: 480px;
    text-align: justify;
    padding: 0px;
    overflow: visible;
}
.product__content__label{
    margin: 0;
    height: 65px;
}
.product__content__tag,
.product__content__light{
	margin-right:15px; 
	float: left;
	text-align: center;
	font-weight: 400;
    color: #ddd;
}
.product__content__tag {
	font-size: 11px;
	display: table;
	margin-top: 3px;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
.product__content__tag__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 13px;
}
.product__content__light{
    font-size: 10px;
    line-height: 12px;
    background-image: url(/img/light.svg);
    background-size: 55px;
    background-position: 0px -2px;
    background-repeat: no-repeat;
    height: 43px;
    width: 55px;
    padding: 13px 0px 0 0;
}

.product__content__right__entry h2 {
	font-size: 1.7rem;
	color: #fff;
}

.product__content__right__entry p {
	font-size: 14px;
	color: #fff;
}

.product__content__right__entry a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

.entry__btn {
	padding: 2px 0 0 0;
	width: 507px;
	display: block;
}

th,td {
	border: none;
}

.product__info__spec__table {
	width: 506px;
	text-align: left;
	color: #FFF;
	margin-top: 40px;
	position: relative;
}

.product__info__spec__table__caption {
	position: absolute;
	top: -5px;
}

.product__info__spec__table__th {
	float: left;
	display: block;
	width: 155px;
	padding: 11px 0;
	margin-right: 34px;
	border-top: 1px solid #FFF;
}

.product__info__spec__table__th__bottom__1{
	float: left;
	display: block;
	width: 155px;
	padding: 11px 0;
	margin-right: 34px;
	border-top: 1px solid #FFF;
	border-bottom:1px solid #fff;
}

.product__info__spec__table__th__list {
	float: left;
	display: block;
	width: 155px;
	padding: 8px 0 5px 0;
	margin: 0 34px 5px 0;
	border-top: 1px solid #FFF;
}

.product__info__spec__table__th__border-bottom {
	float: left;
	display: block;
	width: 155px;
	padding: 5px 0 8px 0;
	margin:5px 34px 0 0;
	border-bottom: 1px solid #FFF;
}

.product__info__spec__table__th__border-none {
	float: left;
	display: block;
	width: 155px;
	padding: 10px 0 10px 0;
	margin-right: 34px;
	border: none
}

.product__info__spec__table__td {
	float: left;
	display: block;
	padding: 11px 0;
	margin: 0;
	border-top: 1px solid #FFF;
	width: 317px;
}

.product__info__spec__table__td__bottom__1 {
	float: left;
	display: block;
	padding: 11px 0;
	margin: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #fff;
	width: 317px;
}

.product__info__spec__table__td__list {
	float: left;
	display: block;
	padding: 0px 0;
	margin: 0;
	border-top: 1px solid #FFF;
	width: 317px;
}


.product__info__spec__table__td__border-bottom {
	float: left;
	display: block;
	padding: 0px 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
	width: 317px;
}


.product__info__spec__table__td__none {
	float: left;
	display: block;
	padding: 0px 0;
	margin: 0;
	width: 317px;
}

.product__info__spec__table__td ul ,
.product__info__spec__table__td__list ul ,
.product__info__spec__table__td__none ul{
	margin: 0;
}

.product__info__spec__table__td ol,
.product__info__spec__table__td__list ol ,
.product__info__spec__table__td__none ul{
	margin: 0;
}


.product__info__spec__table__top__left {
	float: left;
	display: block;
	width: 155px;
	padding: 11px 0;
	margin-right: 34px;
	font-size: 13px;
}

.product__info__spec__table__top__right {
	float: left;
	display: block;
	padding: 11px 0;
	margin-right: 0px;
	width: 312px;
}

.product__info__spec__table__td ol,
.product__info__spec__table__td__border-bottom ol ,
.product__info__spec__table__td__none ol {
	margin: 0 0 0 0;
}

.product__info__spec__table__td ul li,
.product__info__spec__table__td ol li,
.product__info__spec__table__td__list ul li,
.product__info__spec__table__td__list ol li,
.product__info__spec__table__td__border-bottom ol li,
.product__info__spec__table__td__none ol li {
	list-style: none!important;
}

.product__info__spec__table__td__border-right{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 5px 0;
	width: 25%;
	text-align: center;
	padding: 5px 0;
}

.product__info__spec__table__td__border-right__6{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 5px 0;
	width: 16.66%;
	text-align: center;
	padding: 5px 0;
}

.product__info__spec__table__td__border-right__5{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 5px 0;
	width: 20%;
	text-align: center;
	padding: 5px 0;
}

.product__info__spec__table__td__border-right__top{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin:0 -1px 5px 0 ;
	width: 25%;
	padding: 8px 0 5px 0;
	text-align: center;
}

.product__info__spec__table__td__border-right__top__2{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin:0 -1px 5px 0 ;
	width: 50%;
	padding: 8px 0 5px 0;
	text-align: center;
}

.product__info__spec__table__td__border-none__top__2{
	list-style: none;
	float: left;
	margin:0 -1px 5px 0 ;
	width: 50%;
	padding: 8px 0 5px 0;
	text-align: center;
}

.product__info__spec__table__td__border-right__top__6{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin:0 -1px 5px 0 ;
	width: 16.66%;
	padding: 8px 0 5px 0;
	text-align: center;
}

.product__info__spec__table__td__border-right__top__5{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin:0 -1px 5px 0 ;
	width: 20%;
	padding: 8px 0 5px 0;
	text-align: center;
}

.product__info__spec__table__td__border-right__bottom{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 0 0;
	width: 25%;
	text-align: center;
	padding: 5px 0 8px 0;

}

.product__info__spec__table__td__border-right__bottom__2{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 0 0;
	width: 50%;
	text-align: center;
	padding: 5px 0 8px 0;
}

.product__info__spec__table__td__border-none__bottom__2{
	list-style: none;
	float: left;
	margin: 5px -1px 0 0;
	width: 50%;
	text-align: center;
	padding: 5px 0 8px 0;
}

.product__info__spec__table__td__border-right__bottom__6{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 0 0;
	width: 16.66%;
	text-align: center;
	padding: 5px 0 8px 0;
}

.product__info__spec__table__td__border-right__bottom__5{
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 5px -1px 0 0;
	width: 20%;
	text-align: center;
	padding: 5px 0 8px 0;
}

.product__info__spec__table__td__border-none{
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px 0;
}

.product__info__spec__table__td__border-none__6{
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 10px 0;
}

.product__info__spec__table__td__border-none__5{
	float: left;
	width: 20%;
	text-align: center;
	padding: 10px 0;
}

.product__info__spec__table__td__border-none__top{
	float: left;
	width: 25%;
	text-align: center;
	padding: 8px 0 5px 0;
	margin: 0 0 5px 0;
}

.product__info__spec__table__td__border-none__bottom{
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px 0 10px 0;
}

.product__info__spec__table__td__border-none__top__6{
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 8px 0 5px 0;
	margin:0 0 5px 0;
}

.product__info__spec__table__td__border-none__top__5{
	float: left;
	width: 20%;
	text-align: center;
	padding: 8px 0 5px 0;
	margin:0 0 5px 0;
}

.product__info__spec__table__td__border-none__bottom__6{
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 5px 0 8px 0;
	margin: 5px 0 0 0;
}

.product__info__spec__table__td__border-none__bottom__5{
	float: left;
	width: 20%;
	text-align: center;
	padding: 5px 0 8px 0;
	margin: 5px 0 0 0;
}

.product__info__spec__table__td__border-none__bottom{
	float: left;
	width: 25%;
	text-align: center;
	padding: 5px 0 8px 0;
	margin: 5px 0 0 0;
}

#anchor{
	padding-top: 186px;
}

.product__content__right__entry__longimg h2 {
	font-size: 1.7rem;
	color: #fff;
}
.product__content__right__entry__longimg span{
	font-size: 10px;
}
