@charset "EUC-JP";
/*___________ 基本設定 ___________ */
body {
margin: 0;
padding: 0;
text-align:center;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color: #333333;
}
div {
margin: 0;
padding: 0;
text-align:left;
}
p,pre {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
letter-spacing: 1px;
font-size: 14px;
line-height: 140%;
margin: 2px 5px 8px 5px;
padding: 5px;
}
ol, ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
list-style-type: none;
}
/* ____ リンク ____ */
a {
color: #0088CC;
text-decoration: underline;
}
a:visited {
color: #0088CC;
text-decoration: underline;
}
a:hover,
a:active,
a:focus {
color: #CC0000;
text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
color: #CC0000;
}
.blue {
color: #0066CC;
}
.grn {
color: #008000;
}
.ora {
color: #FF9900;
}
.gry {
color: #999999;
}
.yell {
color: #000000;
background-color: #F7FF72;
}
.yell-bg {
background-color: #FFFFF4;
}
.yell-bdr {
border: 1px solid #CCCC00;
margin: 10px;
padding: 10px;
}
.price {
color: #ff2600;
font-weight: bold;
font-family: Verdana;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【h1】 ___________ */
#WRAP-H1 {
margin: 0;
padding: 0;
}
h1 {
width: 940px;
margin:0 auto;
font-size:11px;
font-weight: normal;
padding: 2px 10px 2px 0;
/* padding: 12px 10px 2px 0; */
text-align: right;
color: #000000;
 font-weight:bold;
}
/*___________ 【TOP】 ___________ */
#WRAP-TOP {
margin:20px auto;
padding: 0;
background-image: url();
  z-index: 1;
width: 970px;
}
#wrap-h1-outer {
color: #FFFFFF;

}
#WRAP-TOP a:hover img {
filter: alpha(opacity=70);
opacity:0.7;
}
#TOP {
width: 970px;
margin:0 auto;
position: relative;
height: 110px;


}
#LOGO {
margin:0;
padding:0;

}

 #LOGO img{
 zoom: 0.9;
}

#LOGO a {
font-size: 28px;
line-height: 240%;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
.btn-top01 {
position: absolute;
top: 0px;
right: 5px;
text-align: right;
}
.btn-top02 {
position: absolute;
top: 26px;
right: 10px;
}


/* ヘッダーナビ */
.header-nav {
  text-align:right;
  font-size: 13px;
}

.header-nav ul{
  list-style:none;
  display:inline-block;
}

.header-nav ul li{
  display:inline-block;
  padding-right: 10px;
  padding-left: 10px;

}

.border{
    border-right:1px solid black;
    padding-right: 10px;

}

.header-nav ul li a{
  text-decoration: none;
  color: black;

}
.header-nav ul li a:hover{
  color:#655c53;

}








/*___________ 【MENU】 ___________ */
#WRAP-MENU{
  background-image: url("https://img21.shop-pro.jp/PA01348/543/etc/menu-pt-img_03.png?cmsp_timestamp=20160521231509");
}


#MENU{
  text-align: center;
  /*center にするため*/

}
#MENU ul{
  margin:0;
  padding:0;
  display: inline-block;/*center にするためtext-algin center の影響をうけるようにすためインラインブロック要素*/
}
#MENU ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 14px;
  float: left;
  position: relative;
  width: 137px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
            /*親メニューの背景色*/
  text-align:center;
  /*border-left: 0.3px solid #cccccc;*/
}
/*
.menu-last{
  border-right: 0.3px solid #cccccc;
}*/


#MENU ul li a {
  color: white;
  letter-spacing: 2.5px;
  display: black;
  text-decoration: none;
  font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#MENU ul li:hover, #MENU ul li a:hover {
  background:#987f72;/*ホバー時の親メニューの背景色*/
  color:black;/*ホバー時の親メニューの文字色*/
}
#MENU ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  left: 0;  /*子要素を親要素の真下*/
  width: 137px;
  z-index: 100;
}
#MENU ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 137px;/*サブメニューの幅*/
  height: 0;
  background:black;/*サブメニューの背景色*/
}
#MENU ul li ul li:hover, #MENU ul li ul li a:hover {
  background:#987f72;/*ホバー時のサブメニューの背景色*/
}
#MENU ul li:hover ul li, #MENU ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}

#MENU * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



/*___________ 【MAIN】 ___________ */
#WRAP-MAIN {
margin: 0;
padding: 16px 0 0 0;
/* background: url('背景画像URLを指定') no-repeat center center; */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#MAIN {
width:970px;
margin:0 auto;
background-color: #ffffff;
padding-top: 10px;
}
#MAIN-PAD {
margin: 7px 15px 25px 0px;
padding: 0 15px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
.pan {
color: #666666;
background-color: #F2F2F2;
margin: 2px 5px 8px 0px;
font-size:11px;
}
#CONTENTS {
margin-left: 5px;
width:690px;
float: right;
padding-top: 10px;
}
#CONTENTS h2 {
letter-spacing: 1px;
clear:both;
color: #4B4B4B;
margin: 0 0 0 0;
padding: 0 0 0 0;
line-height: 32px;
}
#CONTENTS h2 a {
display: block;
color: #4B4B4B;
text-decoration: none;
}
#CONTENTS h2 a:visited {
color: #4B4B4B;
text-decoration: none;
}
#CONTENTS h2 a:hover,
#CONTENTS h2 a:active,
#CONTENTS h2 a:focus {
color: #4B4B4B;
text-decoration: none;
}
.con_h2 {
background: url(https://img07.shop-pro.jp/PA01263/944/etc/contents_h2.gif) no-repeat;
letter-spacing: 1px;
clear:both;
color: #4B4B4B;
font-size:14px;
margin: 30px 0 0 0;
padding: 1px 0 0 15px;
line-height: 32px;
font-weight: bold;
}
#CONTENTS h3 {
letter-spacing: 1px;
}
#CONTENTS h3 a {
display: block;
color: #333333;
text-decoration: none;
}
#CONTENTS h3 a:visited {
color: #333333;
text-decoration: none;
}
#CONTENTS h3 a:hover,
#CONTENTS h3 a:active,
#CONTENTS h3 a:focus {
color: #333333;
text-decoration: none;
}
#CONTENTS h4 {
letter-spacing: 1px;
clear:both;
color: #333333;
background-color: #F2F2F2;
font-size:12px;
margin: 20px 10px 0 0;
padding: 6px 0 6px 10px;
}
.pagetop {
text-align: right;
margin-top: 40px;
}
/*___________ 【INDEX-CONTENTS】 ___________ */
#INDEX-CONTENTS {
width:540px;
float:left;
}
/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
font-size: 12px;
line-height: 120%;
text-align: center;
}
.bute a {
text-decoration: none;
margin: 0;
color: #0066CC;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 4px 6px 4px 6px;
}
.bute a:hover,
.bute a:active,
.bute a:focus {
color: #FFFFFF;
background-color: #0066CC;
border: 1px solid #CCCCCC;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
margin: 10px auto 10px auto;
padding: 0;
background-color: #CCCCCC;
font-size: 12px;
}
.main-table tr,.main-table th,.main-table td {
padding: 8px;
}
.main-table th {
color: #000000;
background-color: #EBEBEB;
font-weight: normal;
}
.main-table td {
background-color: #ffffff;
}
.main-table2 table {
margin: 10px auto 10px auto;
padding: 0;
border-collapse:separate;
border-spacing: 1px;
width:92%;
background-color: #CCCCCC;
font-size: 12px;
}
.main-table2 tr,.main-table2 th,.main-table2 td {
padding: 8px;
}
.main-table2 th {
color: #000000;
background-color: #EBEBEB;
font-weight: normal;
}
.main-table2 td {
background-color: #ffffff;
}
.main-table2 table div {
float:left;
}
.w50 {
width:50px;
}
.w120 {
width:120px;
}
.w140 {
width:140px;
}
.w180 {
width:180px;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
width:208px;
float:left;
}
.cat01 li {
margin: 0;
padding: 0;
}
.cat01 li a {
display: block;
margin: 0;
padding: 0 0 0 18px;
color: #504A46;
text-decoration: none;
line-height: 22px;
}
.cat01 li a:visited {
color: #504A46;
text-decoration: none;
}
.cat01 li a:hover,
.cat01 li a:active,
.cat01 li a:focus {
background-position: 4px center;
color: #CC0000;
background-color: #F7F7F7;
}
.side-cat {
margin: 0 0 8px 0;
padding: 0;
}
.cat02 li {
margin: 0;
padding: 0;
font-size: 15px;
line-height: 140%;
font-weight: bold;
}
.cat02 li a {
display: block;
padding: 5px 6px 3px 7px;
/*border-left: solid 0px #E4E4E4;*/
border-bottom: solid 0px #E4E4E4;
/*border-right: solid 1px #E4E4E4;*/
color: #504A46;
text-decoration: none;
}
.cat02 li a:hover,
.cat02 li a:active,
.cat02 li a:focus {
color: #CC0000;
background-color: #F7F7F7;
}

/* 2016/01/07 カテゴリー余白対策 */
.cat02 li img{
vertical-align: bottom;
}

ul.cat02{
line-height:0;
}

/*___________ 【カートの中身を表示】 ___________ */
#CART {
margin: 0 0 8px 0;
padding: 0;
}
#CART p {
line-height: 140%;
margin: 2px 3px 2px 3px;
padding: 2px 5px 2px 5px;
}
.cart-side {
margin: 0;
padding: 8px 8px 10px 8px;
border-left: solid 2px #E84E4E;
border-bottom: solid 2px #E84E4E;
border-right: solid 2px #E84E4E;
}

/*___________ 【FOOTER CONTENTS】 ___________ */
#F-CONTENTS {
  padding-bottom: 30px;
  background-image: url(https://img21.shop-pro.jp/PA01348/543/etc/flower.jpg?cmsp_timestamp=2162);
  background-size: contain;
  font-size: 12px;
  color: #dad7d7;
}
#F-CONTENTS .wrapper {
  padding: 20px 0;
  background-color: #6c6a6a;
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
}
#F-CONTENTS .inner {
  margin: 0 auto;
  display: flex;
  width: 950px;
}
#F-CONTENTS .column {
  flex: 1;
}
#F-CONTENTS .column + .column {
  margin-left: 10px;
}
#F-CONTENTS h4 {
  margin: 0 0 10px;
  padding: 0;
}
#F-CONTENTS h4 a {
  display: block;
  padding: 5px 0;
  background-color: #987f72;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#F-CONTENTS h4 a:hover {
  text-decoration: underline;
}
#F-CONTENTS ul {
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
#F-CONTENTS li {
  padding-left: 15px;
  background: transparent url(https://img07.shop-pro.jp/PA01263/172/etc/arrow.gif?202507070806) no-repeat 0 4px;
}
#F-CONTENTS li + li {
  margin-top: 5px;
}
#F-CONTENTS p {
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
  font-size: 12px;
}
#F-CONTENTS img {
  margin-top: 5px;
}
#F-CONTENTS .strong {
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  color: #FF9999;
}

/*___________ 【FOOTER】 ___________ */
#F-MENU {
margin: 0;
padding: 20px 0 0 20px;
/* background-color: #523327; */
background-color: #666;
color: #ffffff;
}
.f-menu {
width:950px;
margin:0 auto;
}
f-menu p {
font-size: 11px;
line-height: 140%;
}
.a-li03 a {
display: block;
margin: 4px 0 0 0;
padding: 2px 0 1px 18px;
color: #ffffff;
text-decoration: none;
}
.a-li03 a:visited {
color: #ffffff;
text-decoration: none;
}
.a-li03 a:hover,
.a-li03 a:active,
.a-li03 a:focus {
color: #CC0000;
text-decoration: underline;
}
#FOOTER {
margin: 0;
padding: 10px 0 10px 0;
color: #ffffff;
background-color: #412C23;
}
#FOOTER p {
font-size: 10px;
margin: 0;
padding: 0;
text-align: center;
}
/*___________ 固定設定 ___________ */
.clear {
clear:both;
}
/* ____ テキスト設定 ____ */
em {
font-style: normal;
font-weight: bold;
}
.b {
font-weight: bold;
}
.s {
text-decoration: line-through;
}
.u {
text-decoration: underline;
}
.f11 {
font-size: 11px;
line-height:130%;
}
.f12 {
font-size: 12px;
line-height:140%;
}
.f14 {
font-size: 14px;
line-height:140%;
}
.f16 {
font-size: 16px;
line-height:140%;
}
.f18 {
font-size: 18px;
line-height:140%;
}
.f24 {
font-size: 24px;
line-height:140%;
}
.f28 {
font-size: 28px;
line-height:140%;
}
.txt-r {
text-align: right;
}
.txt-l {
text-align: left;
}
.center {
text-align: center;
}

/*___________ フリーページ設定 ___________ */
.free_font_ok {
  font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: medium;
}

.free_font_ok2 {
  color:#ff3399;
  font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:18px;
}

/*___________ フリーページお客様の声設定 ___________ */
.cust_detailname {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;/*上下左右の余白*/
  border-bottom: solid 6px #deb887;/*下線*/
}
.cust_detailtitle {
  color: #ff1493;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;/*上下の余白*/
  border-bottom: solid 3px #deb887;/*下線*/
}
.cust_detailimg {
  text-align: center;
}
.cust_detailh2 {
  background: #deb887; /*背景色*/
  font-weight: bold;
  font-size: 20px;
  padding: 0.5em;/*文字周りの余白*/
  color: #000000;/*文字を黒に*/
  border-radius: 0.5em;/*角の丸み*/
}
.cust_detailq {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0.5em;/*文字周りの余白*/
  border-bottom: solid 3px #deb887;/*下線*/
}
.cust_detaila {
  color: #000000;
  font-size: 16px;
  padding: 0 0.5em;/*文字周りの余白*/
}

/* ____ フリーページブランドについて設定 ____ */
.contents-header { margin-bottom: 1em; }

#CATEGORY-LIST {}
#CATEGORY-LIST .list-contents {
    text-align: center;
}
#CATEGORY-LIST .list-contents li {
    display: inline-block;
    margin: 0 3px;
}
#CATEGORY-LIST .list-contents li a:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
}

/* ____ 画像設定 ____ */
img {
border:0;
}
.flo-l {
float: left;
margin-right: 6px;
}
.flo-r {
float: right;
margin-left: 6px;
}
.img-m {
vertical-align: middle;
}
.img-o a:hover img {
filter: alpha(opacity=70);
opacity:0.7;
}
/* ____ 余白設定 ____ */
.ma10 {
margin: 10px;
}
.ma20 {
margin: 20px;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt40 {
margin-top: 40px;
}
.mt60 {
margin-top: 60px;
}
.mr8 {
margin-right: 8px;
}
.mr10 {
margin-right: 10px;
}
.mr16 {
margin-right: 16px;
}
.mr20 {
margin-right: 20px;
}
.mr30 {
margin-right: 30px;
}
.mr40 {
margin-right: 40px;
}
.mb20 {
margin-bottom: 20px;
}
.ml01 {
margin-left: 1px;
}
.ml10 {
margin-left: 10px;
}
.ml16 {
margin-left: 16px;
}
.ml20 {
margin-left: 20px;
}
.ml21 {
margin-left: 21px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml40 {
margin-left: 40px;
}
/*___________ box設定 ___________ */
.box80 {
width:80px;
float:left;
}
.box80 a img {
border: solid 1px #E8E8E8;
}
.box80 a:visited img {
border: solid 1px #E8E8E8;
}
.box80 a:hover img,
.box80 a:active img,
.box80 a:focus img {
border: solid 1px #C3C3C3;
}
.box110 {
text-align:center;
width:220px;
float:left;
}
.box110 a img {
width:200px;
border: solid 1px #E8E8E8;
}
.box110 a:visited img {
border: solid 1px #E8E8E8;
}
.box110 a:hover img,
.box110 a:active img,
.box110 a:focus img {
border: solid 1px #C3C3C3;
}
.box120 {
width:120px;
float:left;
}
.box120 a img {
border: solid 1px #E8E8E8;
}
.box120 a:visited img {
border: solid 1px #E8E8E8;
}
.box120 a:hover img,
.box120 a:active img,
.box120 a:focus img {
border: solid 1px #C3C3C3;
}
.box140 {
width:140px;
float:left;
}
.box160 {
width:160px;
float:left;
}
.box160 a img {
border: solid 1px #E8E8E8;
}
.box160 a:visited img {
border: solid 1px #E8E8E8;
}
.box160 a:hover img,
.box160 a:active img,
.box160 a:focus img {
border: solid 1px #C3C3C3;
}
.box180 {
width:180px;
float:left;
}
.box200 {
width:200px;
float:left;
}
.box220 {
width:220px;
float:left;
}
.box240 {
width:240px;
float:left;
}
.box300 {
width:300px;
float:left;
}
.box320 {
width:320px;
float:left;
}
.box360 {
width:360px;
float:left;
}
.box420 {
width:420px;
float:left;
}
.box460 {
width:460px;
float:left;
}
.boxh200 {
height: 200px;
}
.boxh260 {
height: 260px;
}
.boxh360 {
height: 360px;
}
/*___________ 【ichange】 ___________ */
.ichange li{
display:inline;
}
/*___________ blog【CONTENTS】 ___________ */
.entry hr {
margin: 0 10px;
}
.entry_body {
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}


/*___________ カスタマイズ設定  ___________ */
#LOGO img {
 margin: 0px 0px 10px 0px;
}
.btn-top01 a {
 margin-left: 10px;
}
.cart_check {
 float: right;
}
#WRAP-MENU {
 margin: 0;
}
#MENU img {
 border-left: 1px solid #ccc;
}
#MENU img.last {
 border-right: 1px solid #ccc;
}
#MENU {
 width: 970px;
 height: 40px;
 margin: 0 auto;
}
#MAIN {
 padding-top: 2px;
}
.cat02 li div {
display: block;
padding: 5px 6px 4px 9px;
/*border-left: solid 1px #E4E4E4;*/
border-bottom: solid 1px black;
/*border-right: solid 1px #E4E4E4;*/
/*background-color: #F7F7F7;*/
color: #504A46;
 margin-bottom:10px;
}

/*
.cat02 li:first-child div {
 border-top: solid 1px #E4E4E4;
}
*/

#SIDE {
 padding-top: 10px;
 width: 208px;
}
#SIDE .side {
 background:none;
}
.souryou {
 margin-bottom: 10px;
}
.flo-r {
 margin-bottom: 10px;
}
.cat02 li {
font-size: 13px;
}
.cat02 li a.catgroup {
padding:0;
margin-bottom: 2px;
border: none;
}
.cat_model {
 margin-top: 10px;
}
.cat02 li a.model {
 margin-top: 2px;
 padding: 0;
 border: none;
}
.cat02 li a.info {
 margin-top: 4px;
 padding: 0;
 border: none;
}
.cat02 li a.blog {
 margin-top: 10px;
 padding: 0;
 border: none;
}
#MANAGER {
 background-color: #f3f0fc;
}
.cat_model {
margin-top: 20px;
}
#F-MENU {
margin: 0;
padding: 20px 0px 0px 0px;
color: #dad7d7;
background: #6c6a6a;
background-image: url(https://img07.shop-pro.jp/PA01263/172/etc/foot_grange.png?202507063351), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: url(https://img07.shop-pro.jp/PA01263/172/etc/foot_grange.png?202507063351), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: url(https://img07.shop-pro.jp/PA01263/172/etc/foot_grange.png?202507063351), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: url(https://img07.shop-pro.jp/PA01263/172/etc/foot_grange.png?202507063351), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: url(https://img07.shop-pro.jp/PA01263/172/etc/foot_grange.png?202507063351), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-repeat: repeat, no-repeat;
border-top: 1px solid rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
overflow: hidden;
}
#F-MENU .box180 a {
color: #dad7d7;
}
#F-MENU .box180 a:hover {
color: #FFF;
}
#F-MENU hr {
margin: 20px auto;
width: 100%;
height: 0;
border: 0;
border-top: 1px solid rgba(0,0,0,0.3);
border-bottom: 1px solid rgba(255,255,255,0.2);
}
#FOOTER {
margin: 0;
padding: 0;
color: #dad7d7;
background:none;
}
.a-li03 a {
background: url(https://img07.shop-pro.jp/PA01263/172/etc/arrow.gif?202507070806) no-repeat 2px 5px;
text-decoration: none;
}
.a-li03 a:hover {
text-decoration:none;
}
#VIDEO ul li {
list-style:none;
float: right;
margin: -100px 0 15px 0px;
}
#VIDEO li a {
background: none;
text-decoration:none;
}

/*___________ フリーページ ___________*/
#USERVOICE .review {
 margin-top: 20px;
 height: 520px;
 background: url('https://img07.shop-pro.jp/PA01263/172/etc/hd_voiceh3_bg.png?2037090559') no-repeat;
}
#USERVOICE img {
 width: 340px;
 margin-left: 10px;
 border: solid 1px #ccc;
 float: left;
}
#USERVOICE .buy_info img.btn {
 margin: 20px auto;
 width: 220px;
 height: 53px;
}
#USERVOICE .buy_info {
 margin-left: 10px;
 padding-left: 20px;
 width: 300px;
 float: left;
}
#USERVOICE .buy_info img {
 margin: 0 auto;
 border: none;
 width: 200px;
 height: 200px;
}
.hd :before, .hd:after {
content: "";
display: block;
overflow: hidden;
}
#CONTENTS .hd {
 height: 50px;
 margin-bottom: 10px;
 padding: 10px 0px 0px 40px;
}
#CONTENTS .review h3 {
 color: #d7443f;
 font-size: 16px;
text-indent: 10px;
width: 480px;
}
.review .hd h3 , .review .hd p {
display: table-cell;
vertical-align: middle;
margin: 0;
}

#CONTENTS .review .hd p {
 width: 170px;
 color: #d7443f;
 font-size: 14px;
}
.buy_info span.name {
 display: block;
 font-size: 18px;
}
.buy_info p {
display: table-cell;
vertical-align: middle;
font-size: 20px;
margin: 0;
}
.buy_info p span {
 font-size: 14px;
}

.leftNav,
.rightNav {
  background: url(https://img07.shop-pro.jp/PA01263/172/etc/slider_bg.png?2097);
  outline: none;
}

.leftNav:before,
.rightNav:before {
  content:"";
  width:100%;
  height:100%;
  display: block;

}

.leftNav {
  background: url(https://img07.shop-pro.jp/PA01263/172/etc/left_nav.png?20460715) right center no-repeat  rgba(255, 255, 255, 0.7);
}


.rightNav {
  background: url(https://img07.shop-pro.jp/PA01263/172/etc/right_nav.png?20460740) left center no-repeat  rgba(255, 255, 255, 0.7);
}

.leftNav:hover:before,
.rightNav:hover:before {
  background: url(bg2.png)
}

a:hover img.rollover {
filter: alpha(opacity=70);
opacity:0.7;
}

.free-title {
    color: #FF1493;
    font-weight: bold;
  font-size: large;
}

.free-body01 {
  color: #0000CD;
  font-weight: bold;
  font-size: large;
}

.free-body02 {
  color: #ff33cc;
  font-size: 18px;
  font-weight: bold;
}

.free-body03 {
  font-weight: bold;
  font-size: large;
 }

.free-subtitle01 {
  color: #FF1493;
  font-weight: bold;
  font-size: large;
  text-align: center;
}

.free-fontcenter {
  text-align: center;
}

.free-fontsize16 {
  font-weight: bold;
  font-size: 16px;
}

.f-dpk {
  color: #FF1493;
}
.f-dnv {
  color: #000080;
}
.f-bl {
  color: #0000FF;
}
.f-lbl {
  color: #005FFF;
}

.free-txtm {
  font-size: 16px;
}
.f-txtl {
  font-size: 20px;
}
.f-txtl22 {
  font-size: 22px;
}

.f-bold {
  font-weight: bold;
}

.fr-subtitle01 {
  border-left: solid 10px #FFCC66;
  border-bottom: solid 2px #FFCC66;
  padding: 5px;
  font-size: 18px;
  background: #FFFFFF;
  font-weight: bold;
  color: #000080;
}

.free-base {
  font-size: 16px;
  font-family:arial,helvetica,sans-serif,メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.free-base2 {
  text-align: center;
  font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.free-subtitle1 {
  font-size: 18px;
  color: #0000CD;
  font-weight: bold;
}
.free-subtitle2 {
  font-size: 18px;
  color: #ff33cc;
  font-weight: bold;
}
.free-subtitle3 {
  font-size: 18px;
  font-weight: bold;
}
.free-subtitle4 {
  font-size: 18px;
  font-weight: bold;
  color: #FF0066;
}
.free-spec1 {
  font-size: 18px;
  color: #0000FF;
  font-weight: bold;
}
.free-spec2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFD700;
}
.free-spec3 {
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
}
.free-spec4 {
  font-size: 18px;
  font-weight: bold;
  color: #008000;
}
.free-spec5 {
  font-size: 22px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}
.free-spec6 {
  color: #ff33cc;
  font-weight: bold;
}
.free-spec7 {
  font-size: 18px;
  color: #000080;
  font-weight: bold;
}

/*___________ 新着情報 ___________*/
.blog_font {
  font-weight: bold;
  font-size: 14px;
  color: #FF1493;
}

/*___________ 当店について ___________ */
.staff_subt {
  font-size: 20px;
}

.staff_table table {
  width: 100%;
}
.staff_table th {
  text-align: center;
  width: 33%;
}
.staff_table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 10px;
}

.staff_content {
  text-align: center;
  font-size: 18px;
  font-family: tahoma,geneva,sans-serif;
}

.staff_compt {
  font-size: 18px;
  color: #000080;
  font-family: times new roman,times,serif;
  font-weight: bold;
}

/*___________ 商品詳細 ___________ */
.idesc {
  text-align: center;
  font-size: 16px;
  color: #b8860b;
  font-weight: bold;
  line-height: normal;
}
.idesc2 {
  color: #FF0000;
}
.icont {
  font-size: 18px;
}
.icont2 {
  color: #FF0000;
  font-weight: bold;
}
/*商品詳細ページの購入者コメント*/
.icust1 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  font-size: 22px;
  font-weight: bold;
  color: #494949;/*文字色*/
  border-left: solid 5px #CD853F;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.icust2 {
  padding: 0.4em 0.9em;/*文字の上下 左右の余白*/
  font-size: 18px;
  color: #494949;/*文字色*/
  border-bottom: dashed 1px #444444;
}