#cross-border {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 10000;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  text-align: left;
}
#cross-border .cbm--float {
  float: left;
}
#cross-border.pattern-a {
  left: 20px;
  right: 20px;
  bottom: 20px;
}
#cross-border .cbm--displaymode {
  padding: 10px 20px;
}
#cross-border .cbm--displaymode:after {
  content: "";
  clear: both;
  display: block;
}
#cross-border .cbm--from-outside-message {
  background: #666;
  color: #fff;
  padding: .5em 1em .5em 45px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
}
#cross-border.pattern-a .cbm--from-outside-message {
  text-align: left;
  background: -webkit-linear-gradient(#9ed8d7,#88cbca 85%,#88cbca 90%,#88cbca);
  background: -moz-linear-gradient(#9ed8d7,#88cbca 85%,#88cbca 90%,#88cbca);
  background: -o-linear-gradient(#9ed8d7,#88cbca 85%,#88cbca 90%,#88cbca);
  background: -ms-linear-gradient(#9ed8d7,#88cbca 85%,#88cbca 90%,#88cbca);
  background: linear-gradient(#9ed8d7,#88cbca 85%,#88cbca 90%,#88cbca);
}
#cross-border .cbm--icon-global {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
}
#cross-border .cbm--wrapper {
  background: #ebebeb;
  color: #6a6a6a;
  box-shadow: 0 0 2px #fff inset, 0 0 10px rgba(0,0,0,0.3);
  border-radius: 4px 4px 0 0;
  border: 1px solid #888;
}
#cross-border.pattern-a .cbm--wrapper {
  border-radius: 4px;
  border: 1px solid #c8d3d3;
  background: #eef3f3;
  box-shadow: 0 0 7px rgba(204,215,215,0.9);
}
#cross-border .cbm--google-translate__select {
  display: inline-block;
}
#cross-border .cbm--about-translate {
  font-size: 12px;
  margin: 10px 0 0;
  display: inline-block;
}
#cross-border .cbm--form__btn-area {
  float: left;
  margin: 0 0 0 20px;
}
#cross-border .cbm--form__select-area {
  float: left;
  width: 340px;
}
#cross-border .cbm--form__select-block {
  float: left;
  width: 150px;
  margin: 0 0 0 20px;
}
#cross-border .cbm--form__select-block:first-child {
  margin-left: 0;
}
#cross-border .cbm--form__select-label {
  font-size: 10px;
  display: block;
}
#cross-border .cbm--form__select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 4px 6px;
  border-radius: 3px;
  color: #555;
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 20px 5px 0;
  line-height: 1.2;
}
#cross-border .is-alloptions {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

#cross-border .cbm--form__select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#cross-border .cbm--form {
  margin: 10px 0 0;
}
#cross-border .cbm--form__btn-add-cart {
  border: none;
  border-radius: 5px;
  padding: .8em 1em;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  background: #ccc;
  background: #db4800;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  text-indent: 0;
  width: auto;
  height: auto;
  position: static;
}
#cross-border .cbm--form__btn-add-cart:hover {
  background: #e7560f;
}
#cross-border .cbm--form__about-fee {
  font-size: 14px;
  margin: 0 0 10px;
  float: left;
  clear: both;
}
#cross-border .cbm--form__about-fee a {
  text-decoration: underline;
}
#cross-border .cbm--powered-by {
  margin: 0;
  padding-top: 5px;
  font-size: 10px;
  text-align: right;
  clear: both;
}
#cross-border .cbm--visible-phone {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #cross-border .cbm--google-translate__select {
    float: left;
    margin-right: 10px;
  }
  #cross-border .cbm--about-translate {
    margin-top: 0;
    font-size: 10px;
  }
  #cross-border .cbm--form {
    text-align: center;
  }
  #cross-border .cbm--form__btn-area {
    margin: 0;
  }
  #cross-border .cbm--form__select-area {
    display: block;
    width: 100%;
  }
  #cross-border .cbm--form__select-block {
    display: inline-block;
    margin: 0 10px 10px;
    float: none;
    text-align: left;
  }
  #cross-border .cbm--form__select-block:last-child {
    margin-right: 0;
  }
  #cross-border .cbm--form__select {
    float: none;
    margin: 0;
  }
  #cross-border .cbm--form__about-fee {
    font-size: 10px;
    text-align: center;
    float: none;
  }
  #cross-border .cbm--form__btn-area {
    float: none;
    display: block;
    text-align: center;
  }
  #cross-border .cbm--form__btn-add-cart {
    display: block;
    margin: 0 auto;
  }
  #cross-border .cbm--powered-by {
    padding-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #cross-border.pattern-a {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #cross-border .cbm--from-outside-message {
    font-size: 12px;
    line-height: 1.2;
  }
  #cross-border .cbm--displaymode {
    display: none;
  }
  #cross-border .cbm--from-outside-message {
    text-align: center;
    line-height: 1.2;
  }
  #cross-border .cbm--form__select-block {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  #cross-border .cbm--form__btn-add-cart {
    width: 100%;
    font-size: 14px;
  }
  #cross-border .cbm--hidden-phone {
    display: none;
    visibility: hidden;
  }
  #cross-border .cbm--visible-phone {
    display: block;
    visibility: visible;
  }


/*******************/
/**　別CSSより１　**/
/*******************/


@charset "euc-jp";

/* 既存テンプレのクラスも残しています（他画面で使用している可能性もあるため） */
/* 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;
}

html {overflow: auto;}
body {overflow: hidden;}

.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  line-height: 180%;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #444;
  font-family:"Lucida Grande","Lucida Sans Unicode", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
  background-color: #f2efeb;
}

a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(http://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;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 982px; 
/*  width: 800px; */
  background-color: #f2efeb;
}
. layout_header {
  margin: 0 auto;
  width: 100%;
  height: 276px;
}
.layout_container {
  margin: 0 auto;
  width: 100%;
}
.layout_footer {
  margin: 0 auto;
  width: 100%;
}

.layout_header {
  padding-top: 20px;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 0;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    padding: .3em .5em;
    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;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 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;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 2em 10% 1em;
  text-align: center;
  line-height: 1.5;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  margin-bottom: 1em;
  font-size: 130%;
  font-family:Georgia,"HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝", "細明朝体","MS P明朝","MS P Mincho",serif;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  margin: 0 0.5em;
  padding: 0 1em;
  display: inline;
  text-align: center;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

.header_nav_menu_hover a:hover {
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}

.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #000;
  margin-top: -25px;
}
.header_category_lst li {
  display: block;
  float: none;
  border-bottom: 1.5px solid #fff;
  text-align: center;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-color: #000;
  color: #fff;
}
.header_category_lst a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #888;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
  text-align: center;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 60px;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 16px;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    text-align: center;
  }
  .prd_lst_name {
    margin: 0 auto;
    margin-top: .5em;
    max-width: 80%;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }

.prd_lst_block .ttl_h2 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-right: 1.5%;
  margin-bottom: 15px;
}

.footer_section_separate {
  width: 100%;
  background-color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}

.footer_section_separate_link {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  font-size: 110%;
}

.footer_section_separate_link a {
  text-decoration: none;
  color: #f2efeb;
}

.footer_section_separate_link li {
  display: inline-block;
  padding-right: 20px;
}

/* フッターロゴ・ソーシャル用テーブル定義 */
.footer_section_table table {
margin: 0 auto;
width: 100%;
padding-top: 30px;
padding-bottom: 20px;
}

.footer_section_table th{
width: 50%;
margin-right: auto;
vertical-align: top;
padding-top: 20px;
font-family:Georgia,"HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝", "細明朝体","MS P明朝","MS P Mincho",serif;
}

.footer_section_table td{
width: 50%;
text-align: right;
vertical-align: top;
}

.footer_section_page_top {
margin: 0 auto;
width: 100%;
text-align: right;
padding-top: 30px;
padding-bottom: 30px;
}

  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  clear: both;
  padding-top: 10px;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* フリーページ設定 */
.freepage_banner {
  text-align: center;
}
.freepage_banner table {
  margin: 0px auto;
  width: 100%;
  padding-bottom: 79px;
}
.freepage_text {
  text-align: center;
}
.freepage_text table{
  margin: 0px auto;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 86px;
  background-color: #fff;
}
.freepage_text span{
  font-size: 18px;
  line-height: 2.5;
  font-family:Georgia,"HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝", "細明朝体","MS P明朝","MS P Mincho",serif;
}
.freepage_text_shoplist {
  text-align: left;
  margin-left: 60px;
}
.freepage_text_shoplist_country {
  width: 100%;
  font-size: 18px;
  line-height: 2.5;
  font-family:Georgia,"HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝", "細明朝体","MS P明朝","MS P Mincho",serif;
  border-bottom:1px #d7cec4 solid;
}


/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: right;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* 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;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(http://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}


/*******************/
/**　別CSSより２　**/
/*******************/

@charset "euc-jp";
.slider {
  position: relative;
/*  width:800px; */
  width:982px;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width:100%; !important;
  height: 590px;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

/* お知らせ用テーブル定義 */
.info_table table {
border-collapse:collapse;
padding-top: 10px;
margin: 0 auto;
width: 100%;
}

tr {
border-bottom:1px #d7cec4 solid;
}

.info_table th{
width: 10%;
text-align: left;
line-height: 2;
font-size: 110%;
vertical-align: top;
padding-top: 10px;
padding-bottom: 10px;
border-bottom:1px #d7cec4 solid;
}

.info_table td{
width: 90%;
text-align: left;
line-height: 2;
font-size: 110%;
vertical-align: top;
padding-top: 10px;
padding-bottom: 10px;
border-bottom:1px #d7cec4 solid;
}

.veiw_more_text {
margin: 0 auto;
width: 100%;
text-align: right;
font-size: 150%;
font-family:Georgia,"HiraMinProN-W3","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝", "細明朝体","MS P明朝","MS P Mincho",serif;  
padding-top: 10px;
padding-bottom: 30px;
}
.veiw_more_text a{
color: #444;
text-decoration: none;
}


}