<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ************************************************
*  default
* ************************************************ */

/* ************************************************
* image
* ************************************************ */
/*記事一覧　画像サイズ*/
#top_post_list .post_thumbnail_noimage300 &gt; div {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 18px;
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 180px;
    word-break: break-all;
}
#top_post_list .post_list_thumbnail,#top_post_list .post_list_thumbnail img {
    width: 180px;
}
/*記事詳細　メイン画像サイズ*/
#single_post_list .post_thumbnail_noimage730 {
    width: 500px;
    height: 500px;
    line-height: 500px;
}

/*記事詳細　前後記事画像サイズ type=1*/
.np_thumnail,.np_thumnail_noimage, .np_thumnail_noimage div.noimage {
    width: 320px;
    height: 320px;
}
.np_thumnail img {
    max-width: 320px;
    max-height: 320px;
}
.np_btn .next_exp, .np_btn .prev_exp,
.np_btn .next_exp, .np_btn .prev_exp {
    width: 300px;
    word-break: break-all;
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 300px;
    word-break: break-all;
}
.np_thumnail img, .np_thumnail_noimage div.noimage {
    line-height: 320px;
}

/*記事詳細　記事画像サイズ type=2*/
/*サムネイルあり*/
.np_btn_type2 li {
    padding-left: 16px;
}
.np_btn_type2 li , .np_thumnail_type2 , .np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage   {
    width : 165px;
}
.np_thumnail_type2 img {
    max-width: 165px;
    max-height: 165px;
}
/*サムネイルなし*/
.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    height: 165px;
}
.np_thumnail_type2 img, .np_thumnail_noimage_type2 div.noimage {
    line-height: 170px;
    font-size: 14px;
}
/*type=2の時有効にする*/
#single_post_list .single_post_detail {
    padding: 10px 15px 0;
    border-bottom: none;
}
/*画像以外*/
#single_post_list .title_type2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
#single_post_list .cate_type2, #single_post_list .date_type2, #single_post_list .author_type2 {
    font-size: 10px;
    line-height: 12px;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}
/* ************************************************
*  layout
* ************************************************ */
#container {
    width: 1200px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF;
    border-right: 0px solid #993333;
    border-left: 0px solid #993333;
}

#header {
    /*margin: 0px auto;*/
    width: 100%;
    text-align: left;    
    padding: 0;
}

#side {
    float: left;
    width: 250px;
    margin-top: 0;
}

#main {    
    float: right;
    width: 910px;
    margin-top: 0;
}

#footer{
    margin: 0px auto;
    width: 100%;
    text-align: left;
    color:#333;
}

/* ************************************************
*  header
* ************************************************ */
/* ************************************************
*  side
* ************************************************ */
/* ************************************************
*  main
* ************************************************ */
#top_post_list {
    padding: 0;
}
#top_post_list .post_list_box {
    /*background-color: #fff;*/
    width: 710px;
    float: right;
}
/* ************************************************ 
 * footer
 * ************************************************ */
/* ************************************************ 
 * archive
 * ************************************************ */
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
/* ************************************************ 
 * detail
 * ************************************************ */
.blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5, 
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #004b64;
}
.single_post_detail .blog_inner {
    font-size: 14px;
}
.blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.5em; }
.blog_inner h3 { font-size: 1.17em; }
.blog_inner h4 { font-size: 1.33em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; }
.single_post_detail .blog_inner {
    font-size: 14px;
}
.np_thumnail .prev_arrow, .np_thumnail_noimage .prev_arrow,
.np_thumnail .next_arrow, .np_thumnail_noimage .next_arrow {
    line-height: 45px;
}
.np_thumnail a , .np_thumnail_noimage a , .np_thumnail_noimage div.noimage a  {
    text-decoration: none;
}
/* ************************************************ 
 * list
 * ************************************************ */
#top_post_list .post_list_thumbnail a {
    text-decoration: none;
}




































/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: 500;}
table { border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

td,th{
    font-size:12px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size: 12px;
    font-family: Meiryo, メイリオ, sans-serif;
    line-height:1.4;
}
a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

address{
    text-align:center;
    color:#eee;
    font-size:11px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}



/*ここから調整*/

body {
  color: #000;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size:12px;
  min-width:1200px;
  font-weight:500;
	text-align: center;
	vertical-align: bottom;
}
img{
  max-width:100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a img{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
}
a:hover img{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.popBnrText:hover img{
    -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}

/*全体インナー*/
.cInner{
  width:1200px;
  margin:0 auto;
}

#container{
  margin:0px auto 0px;
  max-width:1200px;
}

/*ミドルコンテンツ*/
#middle_contents{
  margin:0 auto;
}

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

/*メイン*/
#main {
  float: right;
  width: 950px;
  text-align:left;
  margin-top:-20px;
}
.upMain #main{
    margin-top:-20px;
}

/*main*/
.section--main{
  margin-bottom:90px;
}
.section--inner{
  padding:40px 0px;
}

/*バナーのホバーテキストセット*/
.popBnrText{
  position:relative;
}
.popBnr{
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display: none;
}
#side .popBnr{
  display: block !important;
}
.popBnr__box{
  display: table;
  width:100%;
  height:100%;
  color:white;
}
.popBnr__inner{
  display: table-cell;
  padding:10px;
  vertical-align: middle;
}
.popBnr__title{
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size:14px;
}
.popBnr__text{
  margin-top:10px;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit:nth-child(7n+1){
    clear: both;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

table[width="570"]{
    width:100%;
}

.dnone{
    display: none;
}
.dispTop{
    display: none;
}


.text--zh{
  font-family:"Microsoft YaHei", "微&amp;#36719;雅黑",'SimSun', sans-serif;
}
#container{
  margin-top:40px;
}
.header{
	line-height: 1;
  padding:10px 0px 20px!important;
}
.headerLogo{
  float:left;
}
.headerInfo{
  width:390px;
  float:left;
  margin-left:15px;
  padding-top:7px;
  text-align:left;
	line-height: .8;
}
.header__title{
  font-size:10px;
  color:#534741;
  line-height:1;
  padding-bottom:8px;
  border-bottom:solid 1px #f2f2f2;
  margin-bottom:9px;
  font-weight:500;
  display: inline-block;
}
.headerInfo__box{
  display: table;
  table-layout: fixed;
}
.headerInfo__box + .headerInfo__box{
  /*margin-top:7px;*/
}
.headerInfo__leftText{
  font-size:14px;
  color:#736357;
  font-weight:bold;
  padding-right:10px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.3px;
	padding-top: 2px;
}
.headerInfo__leftText--bottom{
  font-size:14px;
  letter-spacing: 0.1px
}
.headerInfo__arrow{
  font-size:13px;
  color:#F7931E;
  display: inline-block;
  margin-left:8px;
}
.headerInfo__rightText{
  display: table-cell;
  line-height: 1;
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  color:#534741;
  font-weight:bold;
}
.headerInfo__tel{
  font-size:28px;
  display: inline-block;
  position:relative;
  padding-left:24px;
  background:url("https://gigaplus.makeshop.jp/AsianStore/images/ms_02.jpg") no-repeat left center;
  background-position:0px -1px\9;
}
a.headerInfo__contact{
  font-size:22px;
  text-decoration: underline;
  color:#534741;
  letter-spacing: 0.1px;
}
a.headerInfo__contact:hover{
  text-decoration: none;
}
.headerFree{
  float:left;
  /*padding-top:26px;*/
  margin-left:10px;
}
.headerFree__text{
  font-size:14px;
  font-weight:bold;
  color:#F7931E;
  line-height: 1.5;
	text-align: center;
}
.headerFree__text--emText{
  font-size:44px;
  line-height: 1;
  display: inline-block;
  margin-top:5px;
}
.headerRight{
  float:right;
  padding-top:4px;
}
.mNav{
  margin-top:5px;
}
.mNav__unit{
  float:left;
}
.mNav__unit:nth-child(-n+2){
  width:50%;
}
.mNav__unit:nth-child(3){
  width:40%;
}
.mNav__unit:nth-child(4){
  width:60%;
}
a.mNav__link{
  display: block;
  color:white;
  font-weight:bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  position:relative;
}
a.mNav__link:hover{
  text-decoration: none;
  opacity: 0.8;
}
a.mNav__link--login{
  background:#89c651;
  padding:7px 0px;
}
a.mNav__link--regi{
  background:#71b52e;
  padding:7px 0px;
}
a.mNav__link--order{
  background:#544741 url("https://gigaplus.makeshop.jp/AsianStore/images/ms_04.jpg") no-repeat 25% center;
  padding:11px 0px 11px 20px;
}
a.mNav__link--cart{
  background:#c2272d url("https://gigaplus.makeshop.jp/AsianStore/images/ms_05.jpg") no-repeat 23% 40%;
  padding:11px 0px 11px 20px;
}

.gNavBg{
  background:#f8931f;
}
.gNav{
	line-height: 1;
  display: table;
  table-layout: fixed;
  width:100%;
  border-collapse: collapse;
}
.gNav__unit{
  display: table-cell;
  vertical-align: middle;
  border-right:solid 1px white;
}
.gNav__unit:first-child{
  border-left:solid 1px white;
}
a.gNav__link{
  color:white;
  font-weight:bold;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:50px;
  text-align: center;
  padding-top:10px;
  -webkit-transition: background .25s;
     -moz-transition: background .25s;
      -ms-transition: background .25s;
       -o-transition: background .25s;
          transition: background .25s;
}
a.gNav__link:hover{
  text-decoration: none;
  background:rgba(255,255,255,0.2);
}
.gNav__text{
  font-size:15px;
  line-height: 1;
  letter-spacing: -1px;
}
.gNav__text--zh{
  font-size:10px;
  line-height: 1;
  display: inline-block;
  margin-top:5px;
  letter-spacing: 1px;
}

.tMenu{
  margin-top:15px;
}
.tMenu__left{
  float:left;
}
.tMenu__right{
  float:right;
	line-height: 1.7;
}
.kTitle{
  color:#FBB03B;
  font-size:13px;
  font-weight:bold;
  float:left;
}
.kList{
  float:left;
  margin-left:15px;
}
.kList__unit{
  float:left;
}
.kList__unit:nth-child(n+2){
  margin-left:12px;
}
a.kList__link{
  font-size:13px;
  text-decoration: underline;
  color:#736357;
}
a.kList__link:hover{
  text-decoration: none;
}


.section--side{
  margin-bottom:35px;
	line-height: 1.6;
}
.sideSearch__form{
  margin:0 auto;
}
.sideSearch__form *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sideSearch__select {
  height: 30px;
  width: 100%;
  padding: 0px 10px;
  background:#f2f2f2;
  color:#808080;
  border:none;
  font-size:12px;
}
.sideSearch__text {
  width: 180px;
  margin-top: 10px;
  height: 30px;
  float: left;
  padding:0px 10px;
  background:#f2f2f2;
  color:#808080;
  border:none;
  font-size:12px;
}
.sideSearch__submit {
  float: right;
  margin-top: 10px;
  display: block;
  width:50px;
  height:30px;
  line-height:30px;
  padding:0px 5px;
  background:#544741;
  color:white;
  font-size:12px;
  text-align:center;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
}
.sideSearch__submit:hover{
  opacity: 0.8;
}

.sideTitle{
  font-size:15px;
  font-weight:bold;
  margin-bottom:10px;
}
.sideTitle__arrow{
  color:#F7931E;
  display: inline-block;
  margin-right:3px;
}
.sideTitle--zh{
  font-size:12px;
  font-weight:bold;
  color:#F7931E;
}

.sideList__unit{
  text-align:left;
}
.sideList--icon .sideList__unit {
    padding-left: 0px;
    background: none;
}
.sideList__iconBox{
  float:left;
  height:40px;
  width:auto;
}
.sideList__iconBox--min{
  height:32px;
}
.sideList--iconSet a.sideList__link{
  padding:8px;
  display: block;
}
.sideList--iconSet .sideList__nameBox{
  width:152px;
  float:right;
  line-height:40px;
  text-align:left;
}

.sideBox--border{
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
}
.sideBox--borderFull{
  border:solid 1px #f2f2f2;
}
.sideBox--space{
  padding:30px 25px;
}
.sideBox--space .sideList__unit:first-child{
  padding-top:0 !important;
}
.sideBox--space .sideList__unit{
  padding-left:0 !important
}
.sideBox--space .sideList__unit:last-child{
  padding-bottom:0 !important;
}
.sideBox--space .sideList__nameBox--ja{
  font-size:14px !important;
}

/*single*/
.sideList--iconSet a.sideList__link--single{
  background:#f8dda5;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  border-bottom:solid 1px white;
}
.sideList--iconSet a.sideList__link--single:hover{
  opacity: 0.8;
}
/*list*/
.sideList--iconSet a.sideList__link--list{
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  border-bottom:solid 1px #f2f2f2;
}
.sideList--iconSet a.sideList__link--single:hover{
  opacity: 0.8;
}

/*2段*/
.sideList--iconSet .sideList__nameBox--line2{
  line-height:16px;
  padding:5px 0px 4px;
}
.sideList--iconSet .sideList__nameBox--line2 .sideList__nameBox--ja{
  font-size:14px;
}
.sideList--iconSet .sideList__nameBox--line2 .sideList__nameBox--zh{
  font-size:10px;
  font-weight:bold;
  color:#F7931E;
  display: inline-block;
  padding-left:2px;
}
.sideList--iconSet .sideList__unit:last-child a.sideList__link--list{
  border-bottom:none;
}

.sideList--iconSet .sideList__nameBox--line2--min{
  line-height:14px;
  padding:3px 0px 1px;
}

/*3段*/
.sideList--iconSet .sideList__nameBox--line3{
  line-height:1;
  padding:2px 0px 1px;
}
.sideList--iconSet .sideList__nameBox--line3 .sideList__nameBox--ja{
  font-size:14px;
}
.sideList--iconSet .sideList__nameBox--line3 .sideList__nameBox--zh{
  font-size:10px;
  font-weight:bold;
  color:#F7931E;
  display: inline-block;
  padding-left:2px;
}

.barTitle__iconBox{
  float:left;
  height:40px;
  width:auto;
}
.barTitle--iconSet a.barTitle__link{
  padding:8px;
  display: block;
  background:#f8931f url("https://gigaplus.makeshop.jp/AsianStore/images/ms-arrow-side.jpg") no-repeat 95% center;
  text-align:left;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
}
.barTitle--iconSet .barTitle__nameBox{
  width:152px;
  float:right;
  line-height:40px;
  text-align:left;
  color:white;
}
.barTitle--iconSet a.barTitle__link--single .barTitle__nameBox--ja{
  font-size:16px;
  font-weight:bold;
}
.barTitle--iconSet a.barTitle__link--single .barTitle__nameBox--zh{
  font-size:12px;
  font-weight:bold;
}

.barTitle--iconSet .barTitle__nameBox--line2{
  line-height:17px;
  padding:5px 0px 3px;
}
.barTitle--iconSet .barTitle__nameBox--line2 .barTitle__nameBox--ja{
  font-size:14px;
}
.barTitle--iconSet .barTitle__nameBox--line2 .barTitle__nameBox--zh{
  font-size:10px;
  font-weight:bold;
  display: inline-block;
  padding-left:2px;
}

.barTitle--listNoImage{
  background:#f8931f url("https://gigaplus.makeshop.jp/AsianStore/images/ms-arrow-side.jpg") no-repeat 95% center;
  line-height:1;
  color:white;
  font-size:16px;
  font-weight:bold;
  text-align:left;
}
.barTitle--listNoImage a{
    display: block;
    padding:20px 12px;
    color:white;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.barTitle--listNoImage a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.barTitle--listNoImage--zh{
  font-size:12px;
  font-weight:bold;
}

/*textのみサイドカテゴリー*/
.sideList--text .sideList__unit{
  padding-top:10px;
  padding-left:8px;
}
.sideList--text .sideList__unit:last-child{
  padding-bottom:15px;
  /*border-bottom:solid 1px #f2f2f2;*/
}
.sideList--text .sideList__unit:before{
  content:"├";
  display: inline-block;
  margin-right:2px;
  color:#000;
}
.sideList--text .sideList__unit:last-child:before{
  content:"└";
  display: inline-block;
  margin-right:2px;
  color:#000;
}
.sideList--text .sideList__nameBox--ja{
  font-size:12px;
}
.sideList--text .sideList__nameBox--zh{
  font-size:10px;
  font-weight:bold;
  color:#F7931E;
}

.sSns{
  text-align: center;
  letter-spacing: -.4em;
}
.sSns__unit{
  text-align: center;
  letter-spacing: normal;
  display: inline-block;
}
.sSns__unit:nth-child(2){
  margin-left:33px;
}
.sSns__unit:nth-child(3){
  margin-top:20px;
}
.sSns__unit img{
  display: inline-block;
}
a.sSns__link{
  font-size:10px;
  font-weight:bold;
  display: block;
}

.mainTitle{
  margin-bottom:25px !important;
  font-size:24px !important;
  text-align:center !important;
  font-weight:bold !important;
  line-height:1 !important;
  padding-bottom:8px !important;
  border-bottom:solid 3px #89c651 !important;
}
.mainTitle__ja{
  position:relative;
  display: inline-block;
  padding-left:50px;
}
.mainTitle__icon{
  position:absolute;
  top:-13px;
  left:0px;
}
.mainTitle__icon--center{
  top:-9px;
}
.mainTitle__zh{
  font-weight:bold;
  color:#F7931E;
}
.mainTitle__zh:before{
  content:"|";
  color:#F7931E;
  display: inline-block;
  margin:0px 15px;
  font-weight:normal;
  font-size:20px;
  position:relative;
  top:-2px;
}
/*お知らせ*/
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner{
  padding:30px 20px;
  background:#f2f2f2;
}
.info td td{
    padding-bottom:5px;
}
.info tr td:nth-child(2){
    padding-left:5px;
    text-align:left;
}

.itemList--new{
  padding-top:20px;
}
.itemList--new .itemList__unit{
  position:relative;
}
.itemList--new .itemList__unit:before{
  content:"";
  width:72px;
  height:47px;
  display: inline-block;
  background:url("https://gigaplus.makeshop.jp/AsianStore/images/ms_icon_new.png") no-repeat;
  top:-20px;
  left:-1px;
  position:absolute;
  z-index:10;
}

/*moreボタン*/
.moreBtnBox{
  margin-top:35px;
  text-align:center;
}
.moreBtn{
  display: inline-block;
  width:462px;
  height:70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  line-height:70px;
  color:white;
  font-weight:bold;
  font-size:24px;
  -webkit-transition: opacity .25s;
   -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
     -o-transition: opacity .25s;
        transition: opacity .25s;
}
.moreBtn__text{
  display: inline-block;
  padding-right:13px;
  background:url("https://gigaplus.makeshop.jp/AsianStore/images/ms_icon_btn_right.png") no-repeat right center;
}
.moreBtn--red{
  background:#d7261c;
}
.moreBtn--green{
  background:#89c651;
}
.moreBtn--orange{
  background:#f8931f;
}
.moreBtn:hover{
  opacity: 0.8;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  text-decoration: none;
}

.pMap{
  position:relative;
}
.pMapPoint{
  position:absolute;
  z-index:1;
  display: table;
  table-layout: fixed;
}
.pMapPoint--1{
  top: 9%;
  left: 59.5%;
}
.pMapPoint--2{
  top: 11%;
  left: 30.5%;
}
.pMapPoint--3{
  top: 29%;
  left: 59.5%;
}
.pMapPoint--4{
  top: 44%;
  left: 59.5%;
}
.pMapPoint--5{
  top: 46%;
  left: 24%;
}
.pMapPoint--6{
  top: 61%;
  left: 59.5%;
}
.pMapPoint--7{
  top: 64%;
  left: 17.8%;
}
.pMapPoint--8{
  top: 81%;
  left: 17.8%;
}
.pMapPoint__icon,.pMapPoint__text{
  display: table-cell;
  vertical-align: middle;
  padding:0px 2px;
  line-height: 20px
}
.pMapPoint__text{
  padding-top:3px;
}
.pMapPoint__text--left{
  text-align:right;
}
.pMapPoint__text--ja{
  font-size:20px;
  font-weight:bold;
}
.pMapPoint__text--zh{
  font-size:12px;
  font-weight:bold;
}
.pMapPoint__text--zh:before{
  display: inline-block;
  content:"&gt;";
}

.section--bnrList{
  margin-bottom:20px;
}
.bnrList__text--topCategory{
  text-align: center;
  font-size:14px;
}
.bnrList__text--topCategory:after{
  content:"&gt;&gt;";
  display: inline-block;
  margin-left:15px;
}

.itemList--blog .itemList__title{
  font-size:14px;
}
.itemList__unit--rank{
  position:relative;
}
.itemList__rankIcon{
  position:absolute;
  top:-5px;
  left:-1px;
  z-index:1;
}

.shop__wrap{
  display: table;
  table-layout: fixed;
}
.shop__left{
  display: table-cell;
  vertical-align: middle;
  width:464px;
}
.shop__right{
  display: table-cell;
  vertical-align: middle;
  padding-left:20px;
}
.shop__text{
  font-size:14px;
  text-align:left;
}

.mainTitle--sf{
  color:white;
  border-bottom:solid 1px white;
}
.mainTitle__sub{
  font-size:16px;
  font-weight:normal;
  display: inline-block;
  margin-left:23px;
}
.section--shoppingFlow{
  padding: 25px 0 45px;
  margin-top:50px;
  background:#544741;
	text-align: center;
}
/*ステップ*/
.stepList__unit{
  width:15%;
  float:left;
	text-align: center;
  font-size:13px;
  text-align:center;
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#534741;
}
.stepList__unit:nth-child(n+2){
  margin-left:2%;
}
.stepList__num{
  font-size: 20px;
  font-weight: bold;
  padding: 4px 0 3px;
	line-height: 1.7;
	text-align: center;
}
.stepList__title{
  padding: 5px 0 2px;
  font-weight: bold;
  font-size:15px;
  text-align:center;
	line-height: 1.7;
}
.stepList__iconBox{
  width:100%;
  display: table;
}
.stepList__iconBoxInner{
  vertical-align: middle;
  display: table-cell;
  height:60px;
}
.stepList__textArea{
  display: table;
  width: 100%;
  height: 65px;
}
.stepList__text{
  display: table-cell;
  vertical-align: middle;
  line-height:1.8;
  font-size:12px;
	text-align: center;
}
.footer__policyBox{
  margin: 20px 0px 0px;
  padding:10px 10px;
  background: #FFF;
  text-align: left;
}
.policyTable{
  font-size: 13px;
  padding: 10px 5px;
  border: 1px solid #d9d9d9;
}
.policyBoxTable__box2{
  padding: 10px 5px;
  vertical-align: top;
	line-height: 1.7;
}
.policyBoxTable__title{
  color: #FFF;
  background: #f8931f;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1em;
  padding: 0 10px;
}
.policyBoxTable__box dt{
  margin: 0 0 .5em;
}
.policyBoxTable__box dd{
  margin: 0 0 1.5em;
}
.policyBoxTable__subTitle{
  font-weight:bold;
}
.fBottom{
  margin-top:30px;
  position:relative;
}
.footerInfo{
  float:right;
  padding-top:7px;
  text-align:left;
}
.footer__title{
  font-size:10px;
  color:#534741;
  line-height:1;
  padding-bottom:8px;
  border-bottom:solid 1px #f2f2f2;
  margin-bottom:9px;
  font-weight:500;
  display: inline-block;
}
.footerInfo__box{
  display: table;
  table-layout: fixed;
}
.footerInfo__box + .footerInfo__box{
  margin-top:5px;
  padding-top:5px;
  border-top:solid 1px #f2f2f2;
}
.footerInfo__leftText{
  font-size:16px;
  color:#F7931E;
  font-weight:bold;
  padding-right:10px;
  display: table-cell;
  vertical-align: middle;
}
.footerInfo__leftText--bottom{
  font-size:14px;
  letter-spacing: 0.1px
}
.footerInfo__rightText{
  display: table-cell;
  vertical-align: middle;
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  color:#534741;
  font-weight:bold;
}
.footerInfo__tel{
  font-size:28px;
  display: inline-block;
  position:relative;
  padding-left:24px;
  line-height: 1;
  background:url("https://gigaplus.makeshop.jp/AsianStore/images/ms_02.jpg") no-repeat left center;
  background-position:0px -1px\9;
}
a.footerInfo__contact{
  font-size:22px;
  line-height: 1;
  text-decoration: underline;
  color:#534741;
  letter-spacing: 0.1px;
}
a.footerInfo__contact:hover{
  text-decoration: none;
}
.fLogo{
  position:absolute;
  top:-10px;
  left:50%;
  margin-left:-102px;
}
.fListWrap{
  line-height: 1.6;
  margin-top:15px;
  padding-top:20px;
  border-top:solid 1px #cccccc;
}
.fListTitle{
  font-size:15px;
  font-weight:bold;
  margin-bottom:20px;
  text-align:left;
}
.fListTitle__arrow{
  color:#F7931E;
  display: inline-block;
  margin-right:3px;
}
.fList__unit{
  width:18%;
  float:left;
}
.fList__unit:nth-child(n+2){
  margin-left:2.5%;
  text-align:left;
}
.fLinkList{
  padding-left:20px;
  text-align: left;
}
.fLinkList__unit:nth-child(n+2){
  margin-top:13px;
}
a.fLinkList__link{
  font-size:14px;
}
.fNav{
  background:#544741;
  text-align:center;
  letter-spacing: -.4em;
  line-height: 1;
  padding:18px 0px;
  margin-top:20px;
}
.fNav__unit{
  letter-spacing: normal;
  display: inline-block;
}
.fNav__unit:nth-child(n+2):before{
  content:"|";
  color:white;
  position:relative;
  top:-1px;
  display: inline-block;
  margin:0px 17px;
}
a.fNav__link{
  font-size:14px;
  font-weight:bold;
  color:white;
}
.copy{
  text-align:center;
  margin:15px 0px 30px;
  line-height:1.8;
  font-size:10px;
  color:#333333;
}
img[src$="basket_up.gif"], img[src$="basket_down.gif"] {
    display: block;
}
#category .price {
  font-style: normal;
}
#detail h2 {
  font-size: 18px;
  font-weight: bold;
}
#r_searchList .name,
#category .name {
  height: 45px;
  overflow: hidden;
}
.ditail-contact-btn.ctg-btn {
    display: none;
}
.cart-bottom {
    display: none;
}
.headerFree a:hover {
    text-decoration: none;
}
.stop {
    width: 550px;
		margin: 0 auto;
    margin-top: 20px;
}
.stop img {
    float: left;
    width: 60px;
}
.stop span.stop_text {
    float: right;
    width: 470px;
    text-align: left;
    font-size: 12px;
    line-height: 2em;
}
.copy {
  clear: both;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
}
.pageTop {
  position:fixed;
  bottom:15px;
  right:15px;
  display: none;
}
.pageTop:hover {
  text-decoration: none;
}
.btnOrder {
    width: 500px;
}
.btnOrder a {
    float: right;
    margin-left: 10px;
}
.amazonButtonWrap img {
    height: 45px;
}
.cal {
  display: none;
}
span.stop_text span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.imgWrap img {
    max-height: 218px;
    width: auto!important;
}
.policyBoxTable__title a {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 30px;
	padding: 4px;
}
.policyTable {
    border: none;
}</pre></body></html>