@charset "utf-8";
/*****************************************************

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

*****************************************************/
/*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;line-height:1.5;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
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;
}
body {
    border: none!important;
}
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap,#makebanner{
    width:100%;
}

a:hover img,.btn:hover,#M_basketClosedBox a:hover,.soldout:not(:hover){
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn{
    display:inline-block;
    margin:16px auto;
    background:#000;
    color:#fff!important;
    padding:14px 32px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.btn-gray{
    background:#888;
}

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

    common

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

.item-list .lims,
.item-list.itemBox,
.category-list-inner{
    padding:16px;
}
.item-list img{
    margin-bottom:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    max-width:100%;
}
.item-list a{
    font-size:18px;
}

#makebanner td[width="10"]{
    display:none;
}
#makebanner td[width="640"],#makebanner td[width="640"] table{
    width:100%;
}
#makebanner img[src$="helptitle.gif"],#makebanner img[src$="companytitle.gif"],#makebanner img[src$="baskettitle.gif"],#makebanner img[src$="membertitle.gif"],#makebanner img[src$="memberqtitle.gif"],#makebanner img[src$="pointtitle.gif"]{
    display:none;
}
.inner-contents{
    width:60%;
    margin:0 auto;
}

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

    index

*****************************************************/
.main-contents h2{
    text-align:center;
    margin:48px auto;
    font-size:25px;
}
.section{
    overflow:hidden;
}
.section table{
    width:100%;
}

.index-news{
    text-align:center;
}
.index-news table table td{
    padding:6px;
}
.index-news table table td:first-child{
    text-align:right;
    width:35%;
}
.index-news table table td:last-child{
    text-align:left;
}

.index-recent #recent td.itemBox{
    width:25%;
}
.index-recent .line{
    display:none;
}

.index-rank li{
    float:left;
    width:20%;
    padding:16px 0;
    position:relative;
}
.rank-number{
    position:absolute;
    left:30px;
    top:20px;
    background:#000;
    color:#fff;
    line-height:40px;
    width:40px;
    height:40px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-weight:bold;
    z-index:1000;
    font-size:17px;
}
.rank-img img{
    max-width:180px;
    width:180px!important;
}


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

    category

*****************************************************/
.list-sort{
    text-align:center;
    margin:8px 0 32px;
}
.list-sort li{
    display:inline;
    margin:0 4px;
}

.category-list li{
    width:25%;
    float:left;
    text-align:center;
}

.sub-category table{
    margin-bottom:32px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.sub-category table td{
    padding:8px 0;
}
.sub-category table table{
    border:none;
    margin-bottom:0;
}
.sub-category table td td{
    paddnig:0;
}
.sub-category .line,.item-list .line{
    display:none;
}

/* pager */
#category ul.M_pager li a,
#category ul.M_pager li.active{
    display:inline-block;
    width:28px;
    height:28px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    padding:0;
    border:none;
    background:#D9D9D9;
    line-height:28px;
    color:#999;
    font-size:14px;
    margin:0 3px;
}
#category ul.M_pager li.active,
#category ul.M_pager li a:hover{
    background:#000;
    color:#fff;
}
#category ul.M_pager li.prev a,
#category ul.M_pager li.next a{
    background:none;
    width:auto;
    height:auto;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#333;
}
#category ul.M_pager li.prev a:hover,
#category ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;
}

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

    search

*****************************************************/
.search-result{
    margin-bottom:8px;
    text-align:left;
}
.search-result font{
    color:#333;
    margin-right:8px;
}
.item-search{
    border:1px solid #ccc;
    background:#eee;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:16px;
    margin-bottom:32px;
}
.item-search td{
    padding:8px;
}
.item-search .btn-search{
    padding:4px 16px;
}

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

    detail

*****************************************************/
#detail h2{
    text-align:left;
    margin-top:16px;
	font-size:16px;
}

#M_topicPathWrap{
    margin-bottom:16px;
}

.item-wrap{
    margin-bottom:96px;
}
.item-img{
    float:left;
    width:50%;
    min-width:500px;
}
.item-detail{
    float:right;
    width:50%;
}
.item-detail-text{
    text-align:left;
    font-size:13px;
    line-height:1.6;
}
.item-detail-info{
    margin-top:24px;
}
#M_usualValue td,.item-detail-info td{
    font-size:18px!important;
    width:auto;
}
#M_usualValue td{
    padding-bottom:8px;
}
#M_usualValue font{
    color:#333;
}
.m_price{
    font-family: Meiryo, メイリオ, sans-serif;
    font-size:18px!important;
}
.item-detail-info table table td:first-child{
    width:3em;
}
.item-detail-info font{
    color:#cc0000;
}
.item-detail-info select{
    margin:8px 0;
    padding:4px;
    font-family: Meiryo, メイリオ, sans-serif;
    border:1px solid #ccc;
    font-size:16px;
}
input[name="amount"],
input[name="brand_name_option_amount"]{
    padding:4px 6px;
    width:60px;
    border:1px solid #ccc;
    font-size:18px;
}
img[src$="basket_up.gif"],img[src$="basket_down.gif"]{
    display:none;
}

.M_inventory{
    margin-top:24px;
}
.M_inventory *{
    font-size:15px!important;
}

.item-basket-btn{
    margin:24px 0 16px;
}
.item-basket-btn a{
    width:70%;
    font-size:18px;
    padding:18px 0;
    background:#D90000;
}
.item-basket-btn a:hover{
    background:#666;
}
.soldout{
    background:#ddd;
    color:#666!important;
    width:70%;
    font-size:18px;
    padding:18px 0;
    margin:0 auto;
    cursor:default;
}


.item-sns li{
    display:inline;
    vertical-align:middle;
}
.item-sns iframe{
    height:20px!important;  ;
}

.detail-recent h3{
    text-align:center;
    margin:16px auto 64px;
    font-size:25px;
}


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

    basket

*****************************************************/
.basket-wrap{
    margin-bottom:160px;
}
.basket{
    border-top:1px solid #ccc;
    margin-bottom:8px;
}
.basket th,.basket td{
    border-bottom:1px solid #ccc;
    padding:8px;
    text-align:center;
}
.basket td table td{
    padding:0;
    border:none;
}
.basket .basket-total{
    background:#ddd;
    text-align:right;
    padding:12px 16px;
    font-size:18px;
}
.btn-small{
    background:#888;
    font-size:13px;
    padding:4px 8px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.basket-option{
    margin-top:4px;
}
.quantity-wrap,.quantityWrap{
    display:table;
    margin:0 auto;
}
.basket-quantity{
    width:20px!important;
    font-size:18px;
}
.basket-quantity,.basket-amend,.quantityInput,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
.basket-empty{
    margin:24px 0;
}
.btn-wrap-back{
    float:left;
}
.btn-wrap-order{
    float:right;
}
.btn-wrap-back .btn{
    background:#888;
}
.basketQunantity{
    display:none;
}

/*----------------------------------------------------
お知らせ #news
----------------------------------------------------*/
#r_news {
    margin-top: 30px;
}
#r_news #newsHead {
    text-align: left;
    border-bottom: 2px solid #b2b2b2;
    padding: 4px 0;
    font-size: 12px;
}
#r_news #newsHead span {
    margin-right: 10px;
    font-size: 11px;
    color: #999;
}
#r_news #newsContents {
    text-align: left;
    padding: 20px 0px;
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 20px;
}
#r_news #newsAccess {
    text-align: right;
    font-size: 11px;
    color: #999;
    margin-top: 20px;
}
#r_news #newsNext {
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px;
}
#r_news #newsList {
    margin-bottom: 20px;
}
#r_news #newsList .line {
    background: #fff;
}
#r_news #newsList .lims {
    border-bottom: 1px dashed #b2b2b2;
    background: #fff;
}
#newsListBtn{
    text-align:center;
    margin-top:10px;
}

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

    contract

*****************************************************/
.contract{
    overflow:auto;
    box-sizing:border-box;
    border:1px solid #ccc;
    width:100%;
    height:280px;
    margin-bottom:24px;
    padding:16px;
}
.contract pre{
    text-align:left;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

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

    ordercontract

*****************************************************/
.ordercontract-list th,.ordercontract-list td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
}
.ordercontract-list th{
    white-space: nowrap;
}

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

    lostpass

*****************************************************/
.lostpass-table{
    margin:32px auto 16px;
    width:500px!important;
    border-top:1px solid #ccc;
}
.lostpass-table th,
.lostpass-table td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:left;
}
.lostpass-table input{
    border: 1px solid #ccc;
    padding: 3px 6px;
    width: 250px;
}

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

    point

*****************************************************/
.point-data{
    text-align:center;
    font-size:17px;
    margin-bottom:16px;
}
.point-data strong{
    font-size:28px;
    margin-left:8px;
}
.point-data strong span{
    font-size:17px;
    margin-left:4px;
}
.point-date{
    text-align:right;
    font-size:13px;
}
.point-history{
    margin-top:32px;
}
.point-history tr:first-child td{
    padding:4px 8px;
}
.point-history td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:center;
}


.page-top{
    position:absolute;
    left:50%;
    top:-26px;
    display:block;
    width:50px;
    height:32px;
    background:#333 url("/images/original_design_default/samplesource/9/pagetop.png") no-repeat center center;
    text-indent:-9999em;
    margin-left:-16px;
}
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;
    /**/
}


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

    Corekara下層カスタマイズ

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

.pankuzu {
    text-align: left;
    border-bottom: 1px solid #d6d3cf !important;
    line-height: 20px;
    margin-bottom: 20px;
}

/*----------------------------------------------------
    下層幅
----------------------------------------------------*/
#makebanner > tbody > tr > td > table {
    width:100% !important;
}
table.innerB.inner100 {
    width: 100%;
}
.ordercontract form[name="all_view_menu"] + table,.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table,.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table > tbody >tr > td:nth-child(2),.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table > tbody >tr  td.woong {
    width: 100%;
}
.company form[name="all_view_menu"] + table{
    width:100%;
}
.idinfo form[name="form1"] > table{
    width:100%;
}
.lowinfo_1{
    width:100% !important;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    border-bottom:2px solid #d6d3cf;
    margin-bottom:20px;
    background:none;
    padding-left:0;
}
#category #r_subGroup.section,#category #r_categoryImg.section{
    margin-bottom:20px;
}
#category #r_categoryRecommend table table b{
    color:#661e00;
}

/* 検索結果と並び替え */
#r_resultInfo{
    font-size:11px;
    margin:20px auto 10px;
}
.total{
    float:left;
}
.listSort{
    float:right;
    text-align:right;
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
    margin-bottom:16px;
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin:5px 0;
}
#category .imgWrap{
    text-align:center;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#661e00;
    margin: 0;
}
#category .consumerPrice{
    font-size:11px;
    color:#a59d95;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 0px;
    text-align:center;
    background:none;
}
#category .btnWrap img{
    margin-left:5px;
}
#category a {
    text-decoration:none;
}
#category a:hover {
    opacity: 0.75;
}
a.into-cart {
    display: block;
    width: 310px;
    height: 56px;
    background-color: #B30404;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    -webkit-box-align: center;
    box-align: center;
}
a.into-cart img {
    display: none;
}
a.quick-cart {
    display: block;
    width: 220px;
    height: 56px;
    background-color: #333333 !important;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-box-align: center;
    box-align: center;
}
a.quick-cart img {
    display: none;
}
a.ditail-contact-btn {
    display: block;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    background-color: #7E8294;
    padding: 0 15px;
    line-height: 20px;
    text-decoration: none;
}
a.ditail-contact-btn img {
    display: none;
}
a.into-cart.ctg-btn {
    width: 85%;
    display: inline-block;
    font-size: 11px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    float: left;
}
a.quick-cart.ctg-btn {
    display: inline-block;
    font-size: 11px;
    width: 15%;
    margin: 0;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    color: #fff !important;
    float: right;
}
a.into-cart.ctg-btn {
    font-size: 11px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    vertical-align:top;
}
#category i.fa.fa-heart {
    line-height: 24px;
}
/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#r_detailWrap #itemImg > a > img{
    width:100%;
    height:auto;
}
#recent .itemBox .itemImg{
    padding-bottom:5px;
}
#recent .itemBox .itemImg img{
    height:auto;
}
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
#itemImg{
    float:left;
    /*width:300px;*/
    width:300px;
    margin-bottom:20px;
}
#itemInfo{
    float:right;
    width:380px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
    text-align:left;
}
#itemInfo #detailInfo table font{
    color:#cc0000;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table table td a img{
    vertical-align:auto;
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
    color:#403c39;
}
#detailInfo #M_usualValue td input{
    color:#403c39;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue .m_price{
}
#detailInfo #M_usualValue{
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
#wrapper #makebanner #detailInfo .M_inventory input{
    border:none;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList th{
    background:#f2efeb;
    border:1px solid #d6d3cf;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList td{
    border:1px solid #d6d3cf;
    text-align:center;
}
/* 拡大画像ボタン */
#viewButton{
    text-align:right;
}
/* 商品名 */
#detail h2{
    margin-bottom:20px;
    font-size:15px;
    color:#403c39;
}
#makebanner #detail #r_recent{
    border-top:0px solid #fff;
}
/* 商品詳細 */
#itemLink {
    margin-bottom: 10px;
    font-size: 11px;
}
.item_prev {
    float: left;
    background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left: 14px;
}
.item_next {
    float: right;
    background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right: 14px;
}
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
    text-align:left;
}
.detailExtTxt{
    text-align:left;
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
    float:left;
}
/* カートにいれるボタン */
#basketBtn{
    background:url(/images/original_design_default/samplesource/7/basketBg.png) repeat;
    padding:10px;
    margin-top:10px;
}
#basketBtn .cartBtn{
    float:left;
    width:48%;
}
#basketBtn .cartBtn a.into-cart,
#basketBtn .buyBtn a.quick-cart {
    width:100%;
    color:#fff;
    text-decoration:none;
}
#basketBtn .buyBtn{
    float:right;
    width:48%;
}
#basketBtn a:hover {
    opacity: 0.75;
}
/* 追加商品画像 */
#r_addImg li {
    float: left;
    width: 33%;
    text-align: center;
}
#r_addImg li p{
    margin:5px auto 0;
    word-break: break-all;
    width:90%;
}
#r_addImg li img{
    width:90%;
    height:auto;
}
/* レビュー */
#detail #r_review{
    margin-bottom:40px;
}
#detail #r_review #M_review{
    margin-top:16px;
}
#detail #r_review #M_review td{
    text-align:left;
}
/* 商品グループ */
#r_group{
    padding-top:20px;
    display: none;
}
#r_group h3{
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
    display: none;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group .itemBox p{
    text-align: left;
}
#r_group .price {
    color: #661E00;
    font-weight: bold;
}
/* 最近チェックした商品 */
#recent{
    display: none;
}
.section{
    margin-bottom:30px;
}
#recent td.line{
    display: none;
}
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:100%;
    height:280px;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}
/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#basketTable{
    width:100%;
    margin:30px 0px;
}
#basketTable th,#basketTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#basketTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
    white-space:nowrap;
}
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#basketTable .basketImg{
    width:56px;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
.quantityWrap{
    display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:70px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#basketTable .basketHaisou{
    padding:0;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
    text-align:right;
    background:#ebebeb;
    border-top:3px solid #b2b2b2;
}
#basketTable .basketTotal em{
    font-weight:bold;
    font-size:15px;
    color:#cc0000;
}
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
    float:right;
    margin-right:10px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom:1px solid #b2b2b2;
    padding:6px;
}
#wishTable th{
    border-top:2px solid #b2b2b2;
    border-bottom:1px dashed #b2b2b2;
}
#wishTable .wishName{
    text-align:left;
    width:240px;
}
#wishTable .wishQuantity input{
    margin-right:4px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
h2.search-title {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:none;
    padding:10px 0;
}
#r_searchInput table{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #d6d3cf;
    padding:6px 8px;
}
#r_searchInput th{
    background:#f7f7f7;
    width:15%;
}
#r_searchInput td{
    width:35%;
}
#r_searchInput td input{
    width:100px;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchContent input,#r_searchInput #searchCode input{
    width:230px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    background: none;
    padding-left: 0px;
}
#r_searchList a {
    text-decoration:none;
}
#r_searchList a:hover {
    opacity: 0.75;
}
#r_searchList .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
    margin-bottom:16px;
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin:5px 0;
    text-align:center;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    color:#661e00;
    text-align:center;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background: none;
    text-align:center;
}
#r_searchInput .btnWrap{
    text-align:center;
}
#r_searchList .imgWrap img {
    width: 100%;
    height: auto;
}
a.into-cart.ctg-btn.search-btn {
    width: 80%;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float:none;
}

/*----------------------------------------------------
    下層タイトル調整
----------------------------------------------------*/
.lowinfo_1 h2{
    padding-top:0px !important;
}
td.woong.titleB img{
    display: none;
}

/*title0*/
#category h2 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
#r_recent h3 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
h3.code-title {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
/* title1 */
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}*/

/* title2*/
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}*/
/* title3*/
/*#category h2{
    font-size:14px;
    border-bottom:2px solid #d6d3cf;
    margin-bottom:20px;
    background:none;
    padding-left:0;
}
#r_recent h3 {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}
#news .titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}*/

/* title4*/
/*#category h2 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#r_recent h3 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#news .titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}*/
#guideTitle {
    display:none;
}
#r_recent h3 {
    content: "最近チェックした商品";
}
#makebanner > tbody > tr > td > table > tbody > tr > td.woong img {
    display: none;
}
td.woong.titleB.titleCart:after {
    content: "買い物かご";
}
td.woong.titleB.titleGuide:after {
    content: "ご利用ガイド";
}
td.woong.titleB.titleCompany:after {
    content: "ショップについて";
}
td.woong.titleB.titleRegi:after {
    content: "新規会員登録";
}


/*ここから調整*/
body{
    font-family: "メイリオ","serif";
    font-size:12px;
    min-width:1000px;
}
img{
    max-width:100%;
    height:auto;
}
a{
  text-decoration: none;
  color:#333;
}
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 img:hover{
  -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;
}
.vhidden{
  visibility: hidden;
}

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

/*インナー、100%背景の中にコンテンツを作るときなど*/
.cInner{
  width:1000px;
  margin:0 auto;
}

/*ヘッダー*/
#header {
  width: 100%;
  background:white;
}

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

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

/*メイン*/
#main {
  float: right;
  width: 710px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main__inner{
    margin-top:-22px;
}
.upMain .main__inner{
    margin-top:-40px;
}
.cartBody .main__inner > table{
    width:100%;
}
.infoBody .main__inner > table{
    width:100%;
}

#mobile{
  width: 145px;
}

/*横並び一覧*/
.itemList td{
    height:auto;
}
.itemList__unit{
  float:left;
  text-align:center;
}
.itemList .itemImg{
    padding-bottom:5px;
}
.itemList__unit img{
    height:auto;
}
.itemList__imgBox{
  margin-bottom:10px;
}
.itemList tr:nth-child(1) td img{
    display: inline-block;
    margin-bottom:10px;
    height: auto;
    width: 100%;
}
.itemList__imgBox img{
    width:100%;
    height:auto;
}
.itemList__name{
  /*margin-bottom:5px;*/
}
.itemList__description{
  margin-top:5px;
}

/*4つ並び*/
.itemList--4 .itemList__unit{
  width:22%;
}
.itemList--4 .itemList__unit:nth-child(n+2){
  margin-left:4%;
}
.itemList--4 .itemList__unit:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.itemList--4 .itemList__unit:nth-child(n+5){
  margin-top:25px;
}

/*5つ並び*/
.itemList--5 .itemList__unit{
  width:18%;
}
.itemList--5 .itemList__unit:nth-child(n+2){
  margin-left:2.5%;
}
.itemList--5 .itemList__unit:nth-child(5n+1){
  clear:both;
  margin-left:0;
}
.itemList--5 .itemList__unit:nth-child(n+6){
  margin-top:25px;
}

/*moreボタン*/
.moreBtn{
  display: block;
  margin:25px auto 0px;
  width:300px;
  height:42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  line-height:42px;
  color:white;
  font-size:12px;
  letter-spacing: 1px;
  background:#333333;
  -webkit-transition: opacity .25s;
   -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
     -o-transition: opacity .25s;
        transition: opacity .25s;
}
.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;
}
.js-more li:nth-child(n+5){
  display: none;
}
.js-moreBtn{
  display: none;
}

.eyecatch{
  width:100%;
  background:none;
  height:auto;
  min-width:1000px;
  text-align:center;
  position:relative;
}
.eyecatch__text{
    z-index:9999;
    position: static;
    margin-top:47px;
    text-align:center;
}
.eyecatch__centerBox{
    z-index:9999;
    position:absolute;
    top:50%;
    width:100%;
    margin-top:-50px;
    text-align: center;
}
.eyecatch__img{
  margin-bottom:10px;
  display: none;
}
.eyecatch__mainText{
  font-size:16px;
  font-weight:bold;
  color:white;
  display: none;
}

/*バナーのホバーテキストセット*/
.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;*/
}
.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;
}

.topSlider{
    display: none;
}
.topSlider img{
  width:100%;
}

/*ヘッダー*/
.header{
    border-bottom:1px solid #000;
    margin:0 auto;
}

/*グローバルナビ(ヘッダー)*/
.gNav{
  letter-spacing: -.4em;
  text-align:center;
  padding: 20px 0px;
  background: #eee;
  margin: 15px 0 0;
}
.gNav__unit{
  letter-spacing: normal;
  display: inline-block;
  line-height:30px;
}
.gNav__unit:nth-child(n+2){
  margin-left:15px;
}
.gNav__unit--logo{
  padding:0px 55px;
}
.gNav__logoLink{
  font-size:36px;
  font-weight:bold;
  letter-spacing: 1px;
  vertical-align: middle;
}
.gNav__logoLink img{
  vertical-align: middle;
}

.mainTitle{
  border-bottom: 1px solid #333;
  text-align: center;
  margin-bottom:35px;
  font-size: 18px;
  font-weight:bold;
  padding: 0 0 10px;
}
.section--main{
  margin-bottom:50px;
}

/*上部カテゴリー一覧*/
.cateList{
  margin-top:-10px;
  margin-bottom:9px;
}
.cateList__unit{
  float:left;
  display: inline-block;
  margin-right:35px;
  line-height:25px;
}

/*スライダー*/
.eyecatch{
  width:100%;
  background:none;
  height:auto;
  min-width:1000px;
  text-align:center;
  position:relative;
  display: none;
  overflow: hidden;
}
.eyecatch img{
  width:100%;
  height:360px;
}
.eyecatch__inner{
  position:relative;
  width:770px;/*スライダーと同じ*/
  height:360px;
  margin: 0 auto;
}
.slideWrap{
  width: 2310px;/*スライダー3枚なのでスライダー3枚分、多分余白つきの場合それもこみの数値*/
  position: absolute;
  left: 50%;
  margin-left: -1155px;/*widthの半分*/
}

/*スライダーマスク*/
.slider_mask{
    width:770px;/*スライドの横幅*/
    margin:0 auto;
    position:relative;
}
.mask_left{
    position:absolute;
    bottom:-360px;/*スライドの高さ*/
    width:1000px;
    height:360px;/*スライドの高さ*/
    left:-1000px;
    background:rgba(255,255,255,0.2);
    z-index:100;
}
.mask_right{
    position:absolute;
    bottom:-360px;/*スライドの高さ*/
    width:1000px;
    height:360px;/*スライドの高さ*/
    right:-1000px;
    background:rgba(255,255,255,0.2);
    z-index:100;
}

/*矢印*//*
.bx-wrapper .bx-controls-direction a {
    margin-top: -20px !important;
    width: 23px !important;
    height: 40px !important;
}
.bx-wrapper .bx-next {
    right: 50% !important;
    margin-right:-402px !important;
    background: url(https://img21.shop-pro.jp/PA01369/596/etc/arrow-next-small-white.png) no-repeat !important;
}
.bx-wrapper .bx-prev {
    left: 50% !important;
    margin-left:-402px !important;
    background: url(https://img21.shop-pro.jp/PA01369/596/etc/arrow-prev-small-white.png) no-repeat !important;
}

*//*スライダー*//*
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
}
.bx-wrapper {
  margin-bottom: 0px !important;
}

*//*ページャー*//*
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px !important;
    height: 5px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background:url("https://img21.shop-pro.jp/PA01369/596/etc/t_r_1_pager.jpg") no-repeat !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:url("https://img21.shop-pro.jp/PA01369/596/etc/t_r_1_pager_active.jpg") no-repeat !important;
}
.bx-wrapper .bx-pager {
    bottom: -35px !important;
}*/

/*スライダー下テキスト*/
.eyecatch__bottom{
  background:#f5eee8;
  width:100%;
  padding: 45px 0px 45px;
  margin: 60px 0 30px;
}

.eyecatch__bottomText{
  color: #6a4318;
  line-height: 24px;
  text-align:center;
}

/*インフォ(管理画面のおしらせ　dl作り)*/
.info{
  margin-bottom:25px;
}
.info dl {
    height: 160px;
    overflow: auto;
}
.info dt{
  margin-bottom:10px;
  float:left;
  clear:both;
}
.info dt:last-child{
  margin-bottom:0px;
}
.info dt span{
  font-weight:bold;
  display: inline-block;
  margin-right:15px;
}
.info dd{
  float:right;
  width:600px;
  word-break:break-all;
  margin-bottom: 10px;
}

.mainBnrList__unit{
  display: inline-block;
  float:left;
}
.mainBnrList__unit:nth-child(2n){
  float:right;
}
.mainBnrList__unit:nth-child(n+3){
  margin-top:25px;
}

.mainBnrList__link{
    display: block;
    height: 100%;
    width: 100%;
}

/*サイド*/
.sideTitle{
  padding:12px 0px;
  font-weight:bold;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  font-size:14px;
  margin-bottom:20px;
  text-align: center;
}
.sideTitle--list{
  border-bottom:none;
  margin-bottom:0;
}

.sideSnsList{
    padding-bottom:16px;
}
.sideSnsList__unit{
    margin-top: 15px;
    display: block;
    width: 100%;
}
.sideSnsList__unit:first-child{
    margin: 0;
}

.sideBnr__text{
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    font-size: 12px;
    color:#333;
}

.search{
  margin-bottom:25px;
}
.search__text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:38px;
  width:205px;
  padding-left:10px;
  font-size:10px;
  float:left;
  border:none;
  border:solid 3px #020202;
}
.search__submit{
  float:right;
}

.sideBnrList__unit{
  margin-top:15px;
}
.sideBnrList__unit:first-child{
  margin-top:0;
}

.search__select{
    width: 205px;
    text-align: left;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border: 3px solid #020202;
}

/*サイド一覧(カテゴリーやグループ)*/
.sideListArea{
  margin:30px 0px 40px;
}
.sideList__unit{
  padding-left: 15px;
  background: url("http://gigaplus.makeshop.jp/corekara004/images/t01_sideListIcon.jpg")no-repeat left 6px;
  background-position: left center;
  line-height:1.6;
  text-align:left;
}
.sideList__unit:nth-child(n+2){
  margin-top:10px;
}
a.sideList__link{
  color:#666;
}
/*デフォルトカテゴリー一覧調整*/
/*#M_ctgList2 li{
    /*background: url("http://gigaplus.makeshop.jp/corekara004/images/t01_sideListIcon.jpg")no-repeat left 6px !important;*//*
    background: none !important;
    line-height:1.6 !important;
    padding-left:15px !important;
    text-align: center !important;
}
#M_ctgList2 li:nth-child(n+2){
    margin-top:10px;
}
#M_ctgList2 li ul{
    display: none;
}*/

.sideLinkArea{
  margin-top:30px;
}
.sideLinkList__unit:nth-child(n+2){
  margin-top:15px;
}
a.sideLinkList__link{
  display: block;
  line-height:40px;
  color:#999999;
  text-decoration: none !important;
  text-align:center;
  background:#e9e9e9;
}


.footer{
  clear:both;
  background:#e9e9e9;
  margin: 0 auto;
  padding:43px 0px 39px;
}

/*サイトマップフッター*/
.fBoxList{
  text-align: center;
  letter-spacing: 0.4em;
}
.fBoxList__unit{
  display: inline-block;
  letter-spacing: normal;
  text-align:left;
  vertical-align: top;
}
.fBoxList__unit:nth-child(n+2){
  margin-left:145px;
}
.fBox:nth-child(n+2){
  margin-top:25px;
}
.fBox__title{
  margin-bottom:10px;
  color:#666;

  font-weight:bold;
}

.fList__unit{
  line-height:25px;
}
a.fList__link{
  color:#666;
  font-size:10px;
}

/*特定商フッター*/
.footer__sk{
    text-align:left;
}
.footer__sk,.footer__sk a{
  color:#666;
}
.footer__skTitle {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-size: 15px;
    margin-bottom: 25px;
    font-weight:bold;
}
.footer__sk--list3 .footer__skBox {
    width: 30%;
    float: left;
}
.footer__sk--list3 .footer__skBox:nth-child(n+2) {
    margin-left: 3.3%;
}
.footer__sk--list4 .footer__skBox {
    width: 22%;
    float: left;
}
.footer__sk--list4 .footer__skBox:nth-child(n+2) {
    margin-left: 4%;
}
.footer__skName {
    font-weight: bold;
    margin-bottom: 5px;
}
.footer__skName:nth-child(n+2) {
    margin-top: 25px;
}
.footer__skBox .payment_img {
    display: inline-block;
    margin-bottom: 3px;
}
.footer__skBox .payment_img:nth-child(n+2) {
    margin-left: 5px;
}

.fNav{
  text-align: center;
  letter-spacing: -.4em;
  margin:35px 0px 10px;
}
.fNav__unit{
  letter-spacing: normal;
  display: inline-block;
  margin-left:32px;
}
.fNav__unit:first-child{
  margin-left:0px;
}
a.fNav__link{
  font-size:12px;
  color:#666;
}

.copy{
  text-align:center;
  color:#666;
}

/*インフォ(管理画面のおしらせ　dl作り)*/
.info__inner {
    height: 80px;
    overflow: auto;
    font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
    padding-right:10px;
    text-align: left;
}
.info__inner table tr td:nth-child(1){
  font-weight:bold;
  font-size:12px;
}
.info__inner table tr td:nth-child(2){
  word-break:break-all;
  font-size:12px;
  font-weight:normal;
  padding-left:5px;
}
.dnone{
    display: none;
}

/* 
* 追記
 */

/*2つ並び*/
.itemList--2 .itemList__unit{
  width:48%;
}
.itemList--2 .itemList__unit:nth-child(n+2){
  margin-left:2.5%;
}
.itemList--2 .itemList__unit:nth-child(2n+1){
  clear:both;
  margin-left:0;
}
.itemList--2 .itemList__unit:nth-child(n+3){
  margin-top:25px;
}

/*3つ並び*/
.itemList--3 .itemList__unit{
  width:31%;
}
.itemList--3 .itemList__unit:nth-child(n+2){
  margin-left:3.5%;
}
.itemList--3 .itemList__unit:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.itemList--3 .itemList__unit:nth-child(n+4){
  margin-top:25px;
}

/* ---------------------------------------
ヘッダー
--------------------------------------- */

.header{
    border-bottom: none;
}

/*ヘッダートップ*/
.header__topArea{
    background: #e5e5e5;
    margin-bottom: 25px;
    padding: 5px 0;
    width: 100%;
}

/*h1*/
.header__topText {
    font-size: 10px;
    float: left;
    width: 50%;
}

/*topnavigation*/
.topNav{
    float: right;
    list-style: none;
    text-align: right;
    width: 50%;
}

.topNav .topNav__unit{
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 10px 0 0;
}

.topNav .topNav__unit:last-child{
    margin: 0;
}

.topNav table{
    display: none;
}

/*ロゴ*/

.header__logo{
    float: left;
    text-align: left;
    width: 50%;
}

.header__rightCont{
    float: right;
    width: 40%;
}

.headerSns{
    float: left;
    width: 75px;
	text-align: center;
}

.headerSns__unit{
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 10px 0 0;
	text-align: center;
}

.headerSns__unit:last-child{
    margin: 0;
}

/*送料表記*/
.header__delivaryInfo{
    background: #eee;
    float: right;
    padding: 10px 30px;
    width: 205px;
}

/*お問い合わせ*/
.header__contact{
    clear: both;
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}

/*グローバルナビ*/

.gNav__unit:after {
    content: "|";
    margin-left: 15px;
}

.gNav__unit:last-child:after{
    content: none;
}

/*スライダー下テキスト*/
.eyecatch__bottomText .eyecatch__title{

	font-weight: bold;
    font-size: 24px;
	line-height: 48px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ---------------------------------------
サイド
--------------------------------------- */
/*
#M_ctgList2 li{
    padding-left: 0 !important;
}

#M_ctgList2 li:nth-child(n+2){
    margin-top: 0;
}

#M_ctgList2>ul>li:nth-child(n+2){
    margin-top: 30px;
}

#M_ctgList2 li ul{
    display: block;
}

#M_ctgList2>ul>li>a{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0;
}
*/
/* ---------------------------------------
コンテンツ枠
--------------------------------------- */

#middle_contents{
    margin: 20px auto 0;
}

/* ---------------------------------------
メインコンテンツ
--------------------------------------- */

/*SNS*/
.sideSns{
    margin: 0 0 15px;
}

.sideSns .sideList__unit.sideList--fb{
    padding: 0;
}

/*ランキング*/

.ranking .itemList__imgBox{
    position: relative;
}

.rankNum {
    background: #eee;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rankNum.rank1{
    background: #ffeb3b;
}

.rankNum.rank2{
    background: #e0e0e0;
}

.rankNum.rank3{
    background: #8D6E63;
}

/*モチーフ*/
.itemList__motifBox{
    display: table;
    font-size: 0;
    height: 100%;
    width: 100%;
}

.motifImg{
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
}

.motifName{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.motifName p{
    font-size: 12px;
    font-weight: bold;
}

.motifText {
    margin: 5px 0 0;
}

/*おすすめペンダント*/
.recommend table{
    width: 100%;
}

.reco1 .itemList__unit:nth-child(-n+8) {
    display: none;
}

/*おすすめリング*/

.reco2 .itemList__unit:nth-child(-n+4),
.reco2 .itemList__unit:nth-child(n+9) {
    display: none;
}

/*おすすめピアス*/

.reco3 .itemList__unit:nth-child(n+5){
    display: none;
}

/*お知らせ NEWS*/
.news__inner {
    height: 80px;
    overflow: auto;
    font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
    padding-right:10px;
    text-align: left;
}
.news__inner table tr td:nth-child(1){
  font-weight:bold;
  font-size:12px;
}
.news__inner table tr td:nth-child(2){
  word-break:break-all;
  font-size:12px;
  font-weight:normal;
  padding-left:5px;
}

/*イベント　催事*/
.event__inner {
    height: 80px;
    overflow: auto;
    font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
    padding-right:10px;
    text-align: left;
}
.event__inner table tr td:nth-child(1){
  font-weight:bold;
  font-size:12px;
}
.event__inner table tr td:nth-child(2){
  word-break:break-all;
  font-size:12px;
  font-weight:normal;
  padding-left:5px;
}

.event__year {
    font-weight: bold;
    margin: 5px 0;
}

/*特集*/
/*バナーフルサイズ*/
.special .mainBnrList__unit.mainBnrList__unit--full{
    background: #000;
    float: left;
    display: inline-block;
    height: 332px;
    margin: 0 20px 0 0;
    width: 345px;
}

.special .popBnr{
    background: none;
}


.special .special__text{
    margin: 5px 0;
}
/*新着商品*/

.new table{
    height: auto;
    width: 100%;
}


/*Aloha Ekoluについて*/


/*About us 紹介文*/
.aboutUs .itemList__unit.aboutUs__text{
    text-align: left;
}

.aboutUs .aboutUs__intro{
    font-weight: bold;
    font-size: 16px;
}

/*インスタグラム*/

.insta{
    clear: both;
    display: none;
}
.insta .itemList__unit img{
    width: 100%;
}

/* ---------------------------------------
フッター
--------------------------------------- */

.footer{
    padding: 43px 0px 0px;
}

.footerTitle{
    padding: 100px 0 30px;
    text-align: center;
	width: 30%;
    margin: 0 auto;
}

/*フッターカテゴリーナビ*/
.cateIcon .fList__unit:before{
    content: "\003e";
    margin: 0 5px 0 0;
}

.fBoxList__unit:nth-child(n+2) {
    margin-left: 100px;
}

.fNav{
    margin: 0 0 20px;
}

/*フッターナビ*/
.fNavBg{
    background: #f2f2f2;
    padding: 20px 0 20px;
    margin-top: 30px;
}

.fNav__unit{
    margin-left: 16px;
}

.fNav__unit:before{
    content: "|";
    /*border-left: 1px solid #333;*/
    padding: 0 16px 0 0;
    width: 1px;
}

.fNav__unit:first-child:before{
    content: none;
}

.copy{
    font-size: 11px;
}

/* ---------------------------------------
商品詳細：商品追加説明文
--------------------------------------- */
.itemAddition{
    margin-bottom: 20px;
}

.itemAddition .itemList__unit{
    text-align: left;
}

#r_recent h3{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*商品価格*/
#detailInfo #M_usualValue .m_price{
    font-weight: bold;
}

/*オプションプルダウンver*/
#detailInfo select {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

/* オーダーメイド&#160;*/
.orderMade{
    display: none;
}

/*Aloha Ekolu オーダーメイドジュエリー*/
.aboutOrderList{
    background: #eee;
    padding: 20px;
    margin-bottom: 30px;
}

#detail h2.orderTitle{
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}

#detail h2.mainTitle{
    border-bottom: 1px solid #333;
    text-align: center;
    margin-bottom:35px;
    font-weight:bold;
    padding: 0 0 10px;
    margin-top: 0;
}


/*オーダーメイド商品一覧*/
.orderItem .orderItemList__unit{
    display: inline-block;
    width: 180px;
}

.orderItem .orderItemList__unit:nth-child(n+4){
    margin: 10px 0 0 ;
}

/*オーダーメイドの流れ*/
.oFlow__box{
    position: relative;
}

.oFlow__num {
    padding: 5px 0;
}

/*お客様の声*/
.orderVoice .itemList__unit{
    text-align: left;
}


/* ---------------------------------------
独自ページ：店舗紹介
--------------------------------------- */

.sConcept .popBnr{
    height: 500px;
	padding: 20px 0;
}






/* ---------------------------------------
ヘッダー
--------------------------------------- */
.delivaryInfo__txt {
  text-align: center;
}


/* ---------------------------------------
サイドバー
--------------------------------------- */
#M_ctgList2 li{
    /*background: url("http://gigaplus.makeshop.jp/corekara004/images/t01_sideListIcon.jpg")no-repeat left 6px !important;*/
    background: none;
    line-height:1.6 !important;
    padding-left:15px !important;
}
#M_ctgList2 li:nth-child(n+2){
    margin-top:10px;
}
#M_ctgList2 li ul{
    display: none;
}
#M_ctgList2 li{
    padding-left: 0 !important;
}

#M_ctgList2 li:nth-child(n+2){
    margin-top: 0;
}

#M_ctgList2>ul>li:nth-child(n+2){
    margin-top: 30px;
}

#M_ctgList2 li ul{
    display: block;
}

#M_ctgList2>ul>li>a{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 45px;
}
#M_ctgList2>ul>li>ul>li>a{
    padding: 0 20px;
}
/*#M_ctg1_2 {background: url(http://gigaplus.makeshop.jp/alohaekolu/corekara/images/aloha_top_03.jpg) no-repeat 0 7px!important;}
#M_ctg1_3 {background: url(http://gigaplus.makeshop.jp/alohaekolu/corekara/images/aloha_top_04.jpg) no-repeat 0 7px!important;}
#M_ctg1_4 {background: url(http://gigaplus.makeshop.jp/alohaekolu/corekara/images/aloha_top_05.jpg) no-repeat 0 7px!important;}
#M_ctg1_20 {background: url(http://gigaplus.makeshop.jp/alohaekolu/corekara/images/aloha_top_06.jpg) no-repeat 0 7px!important;}
#M_ctg1_21 {background: url(http://gigaplus.makeshop.jp/alohaekolu/corekara/images/aloha_top_07.jpg) no-repeat 0 7px!important;}
*/



.main_img img {
  max-height: 260px;
}

.blog_text h2 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}
.blog_text h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.blog_text h3 {
  position: relative;
  padding: 0.25em 0;
}
h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(176, 170, 168), #d3d3d3);
  background: linear-gradient(to right, rgb(176, 170, 168), #d3d3d3);
	font-size: 16px;
    font-weight: bold;
}

