/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #262626;
  font-size: 12px;
  font-family: 'Cantarell', sans-serif,'Lucida Sans Unicode', 'Lucida Grande','Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  background: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif) fixed;
  text-align:center;
}

a {
  outline: none;
  color: #262626;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  /* color: #8fa1b3; */
  color: #262626;
  text-decoration: underline;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:1000px;
  margin:0px auto;
  text-align:left;
}

/*ヘッダー*/
#header {
  width:100%;
  padding: 0px 0;
  /*  padding: 10px 0;*/
  text-align:center;
  clear: both;
}

/*サイド*/
#side {
  float: left;
  width: 160px;
}

/*メイン*/
#main {
  float: right;
/*  width: 730px;*/
  width: 840px;
}

/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
  position:relative;
}

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_link {
/*  float: right;*/
  margin-bottom: 20px;
  }
  #header div.header_link ul {
    }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 20px;
      line-height: 16px;
      }
      #header div.header_link ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #header div.header_link ul li a {
        text-decoration: none;
        }

    #header div.header_link ul li.my_account {
      }
      #header div.header_link ul li.my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    #header div.header_link ul li.view_cart {
      }
      #header div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      #header div.header_link ul li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 0px 0px;
        /* padding: 5px 10px; */
        margin-left: 0px;
        /* margin-left: 5px;*/
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }


/* header global nav */
.header_global_nav {
  margin-top: 0px;
  /*  margin-top: 3px; */
  margin-bottom: 0px;
  /*  border-top: 1px solid #888;*/
  /*   border-bottom: 1px solid #888;*/
}
.header_nav_lst {
  text-align: center;
  white-space: nowrap;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
 /* font-weight: bold; */
  line-height: 4;
}
.header_nav_menu a{
}
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 400%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 5;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

#menu-wrap {
  width: 100%;
  height: 40px;
  background: #fff;
/*  box-shadow: 0 1px 10px #333; */
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#menu {
  list-style-type: none;
  width: 960px;
  margin:0 auto 0 auto;
  padding: 0 0 0 10px;
  color: #fff; 
  position:relative;
}

#menu li {
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  left: 5%;
}

#menu li a{
  display: block;
  width : 90%; /*メニュー内のaタグの幅調整*/
  padding: 13px 0;
/*  color: #fff; */
  font-size: 13px;
/*  font-weight: bold; */
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#menu li span{
  display: block;
  width : 100%;
  padding: 0px 0;
/*  color: #fff; */
  font-size: 13px;
/*   font-weight: bold; */
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#menu li a:hover {
  background: #FFF;
}

.logo_formenubar a img{
  display:block;
  width:75px;
  height:auto;
  position:absolute;
  left:0;
   top:3px;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}

 #menu li.my_account {
   }
   #menu li.my_account i.account {
    background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
    z-index: 9999;
    }

 #menu li.view_cart {
   }
   #menu li.view_cart a {
     white-space: nowrap;
     }
   #menu li.view_cart i.cart {
     background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
     z-index: 10000;
     }
   #menu li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width : 10%
        }

#header div.search {
  float: right;
  margin-bottom: 10px;
}

#header div.logo_area {
  width: 1000px;
  text-align: center;
  position: relative; 
  left : 0px;
}

#header div.logo_area h1.logo {
  clear: both;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
  width: 100%;
}
  
}

#header div.logo_area h1.logo a {
  text-decoration: none;
}

#header div.logo_area h1.logo img {
  max-width: 200px;
  height: auto;
}

#header div.logo_area div.oe_logo{
 position:absolute;
 top:10px;
 left:600px; 
}

#header div.logo_area div.oe_logo img{
 width:200px;
 height:auto;
}

#header h1.pagetitle {
  clear: both;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
}
#header h1.pagetitle  a{
text-decoration: none;
}

.logo_link{
  text-align:right;
margin:10px 0px 0px 0px;
}

/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  color: #666;
  width: 1000px;
  margin:0 auto 0 auto;
  text-align:center;
}

#footer ul.footer_menu {
  margin-bottom: 20px;
  /*position: absolute;
  top: 280px;
  left:70px;*/
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

#footer div.footer_menubar{
  text-align: center;
  position: absolute;
  top: 280px;
  left:70px;
}

/* ************************************************ 
 *  main
 * ************************************************ */
#main div.box {
clear: both;
margin-bottom: 40px;
}

#main div.box h3 {
margin-bottom: 20px;
font-size: 14px;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
/* width: 205px; */
width: 23.5%;
margin: 0 0 10px 10px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px 5px 10px 5px;
}

.item_box .item_detail p.item_name {
font-size: 12px;
margin-bottom: 0px;
}

.item_detail p.item_name a {
text-decoration: none;
}

.item_detail p.item_name a:hover {
text-decoration:underline;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}



/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
}

#main #box_news p {
line-height: 20px;
}

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
background: #f5f5f5;
padding: 20px;
}

#main #box_free p {
line-height: 20px;
}

#box_recentlychecked{
margin: 20px 0 0 0;
}

#box_recentlychecked div.item_box{
  width: 15%;
}
#box_recentlychecked div.item_box div.item_detail{
  font-size: 10px;
}
#box_recentlychecked div.item_box div.item_detail p .item_name a{
  font-size: 10px;
}

div.footstamp {
margin-bottom: 10px;
padding-bottom: 0px;
/* border-bottom: 1px solid #eee; */
}

div.footstamp span {
margin: 0 5px;
color: #999;
}
div.footstamp a{
 text-decoration: none;
 font-size:10px;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 16px;
margin-bottom: 15px;
font-weight:normal;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
width: 600px;
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 225px;
float: right;
 padding-right:10px;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 13px;
}
table.add_cart_table td strong.price {
font-size: 13px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 12px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 520px;
float: left;
margin-top: 0px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 60px;
float: left;
margin-left: 10px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 55px;
height: 55px;
/* border: 1px solid #ccc; */
padding: 0px;
}
.zoom-tiny-image.selected {
/* background: #333;
border: 1px solid #000;*/
}
.zoom-tiny-image:hover {
/* border: 1px solid #000;*/
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
/*background: #f5f5f5;*/
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
 padding:5px 10px;
 background: #f5f5f5;
  margin: 0 10px 10px 0;
}
div.sub_category_area div.sub_category a,
div.sub_group_area div.sub_group a {
text-decoration: none;
}
div.sub_category_area div.sub_category a:hover,
div.sub_group_area div.sub_group a:hover {
text-decoration: underline;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}

/* ************************************************ 
 *  about
 * ************************************************ */
#about_page {
  width:85%;
  line-height:24px;
}
#about_page h2 {
margin-bottom: 20px;
}
/* ************************************************ 
 *  Local Store
 * ************************************************ */
#localstore_page {
  width:90%;
  line-height:24px;
}
#localstore h2 {
margin-bottom: 20px;
}
/* ************************************************ 
 *  event page
 * ************************************************ */
#event {
  width:85%;
  /* font-family:'ＭＳ Ｐゴシック'*/
  text-align:center;
}
#event h2 {
}
.event_box{
  width:750px;
  height:220px;
  border:thin solid #262626;
  padding:5px 0px;
  margin-left: 50px;
  margin-bottom: 50px;
  position:relative;
}
.event_img{
  float:left;
  width:150px;
  position:absolute;
  top:10px;
}
.event_img img{
  width:100px;
  height:auto;
}

.event_msg{
  width:550px;
  text-align:left;
  position:absolute;
  left:180px;
}
.event_msg ul{
  /*list-style-type: none;*/
  margin-left:20px;
  text-align:left;
}
.event_msg p{
  margin-bottom:0px;
  font-size:10px;
}
.event_label img{
  position:absolute;
  top:-25px;
  left:-50px;
  width:120px;
  height:auto;
}

/* ************************************************ 
 *  policy
 * ************************************************ */
div#policy {
  width:85%;
}

div#policy h2 {
margin-bottom: 30px;
}

.policy_box,
#policy_lead{
margin-bottom: 30px;
}

div.sk_box {
margin-bottom: 50px;
}
div.sk_box h3 {
font-size: 16px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #eee;
}
div#sk th {
width: 150px;
text-align: left;
padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}


div#payment_method {
margin-top: 40px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
width: 120px;
text-align: center;
}


div#shipping_method {
margin-top: 40px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
width: 120px;
text-align: center;
}

/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin: 0 0 10px 15px;
padding: 5px;
/* background: #f5f5f5; */
text-align: left;
}

#side div.box ul {
margin-left: 20px;
list-style-type: none;
}

#side div.box ul li {
margin-bottom: 7px;
}

#side div.box ul li a{
text-decoration:none;
}

#side div.box ul li a:hover{
text-decoration:underline;
}


#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

/* product search form */
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }

.prd_search_block {
  position: relative;
  float: left;
  margin: 0px 15px;
  padding: 4px 5px;
  width: 80%;
  font-size: 100%;
}
  .prd_search_block.open {
    padding: 5px 0px 5px 5px;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    width: 95px;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
    padding: 2px 5px;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .22em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
    font-size:11px;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 90%;
  }
  .prd_search_select option {
    word-break: break-all;
  }



#group-list {
list-style-type: none;
/*border-top:#838383 dotted 1px;*/
padding:20px 0px 0px;
margin:10px 0px 0px 0px;
/*width: 200px;*/
height: 14px;
/*  padding:10px 0px 0px;
margin:10px 20px 0px 0px;*/
}

/*テスト中*/
  /* #group-list{
  list-style-type: none;
  width: 200px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #f5f5f5;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}*/
#group-list li{
  position: relative;
  /* width: 20%; */
  float: left; 
  margin: 0;
  padding: 0;
  text-align: center;
  display:table-cell; 
  vertical-align: middle;
  padding:0 1px 0 1px;
  background-color:#333435; 

}
.group-list-box{
  display: block;
  width:90px;
  padding:5px 0 5px 0;
}

#group-list li a{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color:#fff;
  vertical-align: middle;
  padding:0 1px 0 1px;
  background-color:#333435; 
  /*  display:table-cell; 
  padding: 15px 0 11px;
  font-weight: bold;*/
  line-height: 1;
  text-decoration: none;
}
#group-list li a img{
  display: block;
}
#group-list li:hover > a{
  background: #fff;
  color: #666;
}
#group-list > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#group-list li ul{
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
/*#group-list li:last-child ul{
  left: -100%;
  width: 100%
}*/
#group-list li ul li{
  overflow: hidden;
  width: 400%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#group-list li ul li a{
  padding: 13px 15px;
  width: 400%;
  background: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#group-list li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin:0;
}
/********↓トグルメニュー*********/
#category-list  li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  margin-bottom:0px!important;
}
#category-list li span:hover ul li{
  overflow: visible;
  height: 14px;
  padding-bottom:10px;
}
#category-list li span:hover ul li:first-child{
  padding-top:10px;
  border-top: 0;
}
#category-list li span:hover ul li:last-child{
  border-bottom: 0;
  padding-bottom:10px;
}



********************


/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3; 4
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
          border-radius: 0px; 元々4
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  /* -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; */
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
/*  color: rgba(255, 255, 255, 0.75); */
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #333435;
  *background-color: #333435;
  /*  *background-image: -ms-linear-gradient(top, #333435, #333435); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333435), to(#333435));
  background-image: -webkit-linear-gradient(top, #333435, #333435);
  background-image: -o-linear-gradient(top, #333435, #333435);
  background-image: -moz-linear-gradient(top, #333435, #333435);
  background-image: linear-gradient(top, #333435, #333435);
  background-repeat: repeat-x;
  border-color: #333435 #333435 #333435;
  /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333435', endColorstr='#333435', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #656565;
  *background-color: #656565;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #333435;
  /*  background-color: #004099 9;*/
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140;
}

.btn_quick {
  margin: 10px 0;
}

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  float:left!important;
/*  margin-right:20px!important; */
  margin-left:20px!important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.side_cal{
  display: block;
  float:left;
}

.side_cal_memo{
 font-size:10px; 
}

.gotostore_btn{
  width:30%;
  font-size:20px; 
  background-color:#333435;
  color:#fff;
  padding:10px; 
  margin-left:300px;
  text-align:center;
}

.gotostore_btn a{
  color:#fff;
  text-decoration: none;
}

/*--Product Story---*/
.ps_area{
  color: #262626;
  width:520px;
  height:auto;
  text-align:left;
  line-height:24px;
}
.ps_img img{
  width:520px;
  height:auto;
  margin-bottom:10px;
}

.ps_text{
  margin-bottom:20px;
}
.ps_text h2{
  margin-bottom:10px;
  font-size:14px;
}
.ps_text p{
  font-size:12px;
  line-height:24px;
}

.fa-gray{
 color: #4e4e4e;
}


