/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
    margin: 0px auto;
    padding: 0px;
}
img.example {
    border: 1px #878986 solid;
}
body {
    color: #000000;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    ;
    line-height: 1.5;
    text-align: left;
    background-color: #6699CC;
    background-color: #6699CC;
}
br.clear {
    clear: both;
    font: 0pt/0pt sans-serif;
}


.bdtitle {
    font-size: 24px;
    border-bottom: 1px solid #828282;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は1080pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
    margin: 0px auto;
    width: 1120px;
    text-align: left;
    background-color: #FFFFFF;
    list-style: none;
}
/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
    background-color: #FFFFFF;
    padding: 30px 25px 10px;
}
.contents.index {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 30px;
}


/*ヘッダー検索窓*/
.header .search{
    margin: 15px 0;
    text-align: right;    
}

/*　画面右側メニューの幅　*/
.side {
    background-color: #FFFFFF;
    width: 235px;
    margin: 0 0;
}

/*　右サイドカート　*/
.side .cart {
    border: 1px solid #333333;
    border-radius: 10px;
    width: 235px;
    margin: 0 0 15px 0;
}
.side .cart #cart_list{padding: 15px;}

.side .cart .title{text-align: center; border-bottom: 1px solid #828282; margin-bottom: 10px;padding-bottom: 5px;}
.side .cart .title img{height: 40px;}


/*　右サイド売上ランキング　*/
.side #seller_list .title{text-align: center; border-bottom: 1px solid #828282; margin-bottom: 15px; padding-bottom: 5px;}
.side #seller_list .title img{height: 40px; width: auto;}
.side .sellerBox{padding: 10px; margin-bottom: 10px; border: 1px solid #333333; border-radius: 10px;}
.side .header__left {
    width: 795px;
    margin: 0 0;
}

.padding {
    padding: 5%
}
.subtotal {
    padding: 5px 0;
}
.stotal {
    text-align: right;
}
.total {
    padding: 5px 0;
    border-top: 1px solid #C3C3C3;
    text-align: right;
}
.postage {
    border-top: 1px dotted #C3C3C3;
    border-bottom: 1px dotted #C3C3C3;
    list-style-type: none;
    margin-bottom: 5px;
}
.postage li {
    margin: 5px 0;
    color: red;
    text-align: left;
}
.viewcart {
    padding: 5px 0;
    text-align: center;
}
.owner_photo {
    max-width: 100%;
    height: auto;
}
/*　画面左側の幅　*/
.main {
    width: 785px;
    margin: 0 0;
}
/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
    text-align: left;
    margin-top: 10px;
}
p#sk_link_other a {
    font-size: 12px;
}
/*　フッター（コピーライト）　*/
.footer {
    width: 100%;
    margin-left: 30px;
    clear: left;
}
#group-list {
    border-top: #838383 dotted 1px;
    padding: 5px 0px 0px;
    margin: 10px 20px 0px 0px;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#option_tbl th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#option_tbl td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* リンクカラー（初級モードで設定できます） */
/* ----------------------------------------------------- */
/*フッターリンク*/
a:link, a:visited, a:active {
    color: #4D2600;
    text-decoration: none;
}
a:hover {
    color: #996633;
    text-decoration: underline;
}
/*全体のリンク*/
#main a:link, #main a:visited, #main a:active {
    color: < {
        $link_normal
    }
    > ;
}
#main a:hover {
    color: < {
        $link_hover
    }
    > ;
}
/* ページレイアウト */
/* ----------------------------------------------------- */
#wrap_1 {
    width: 834px;
    background: transparent url(https://img.shop-pro.jp/tmpl_img/19/wrapper_1.gif) repeat-y;
    margin: 0px auto;
}
#wrap_2 {
    width: 812px;
    padding: 0px 11px;
}
#content {
    width: 772px;
    padding: 10px 25px 30px 15px;
}

/* ヘッダーメニューエリア（検索とリンクアイコン） */
#header_menu {
    width: 1000px;
}
/* メインエリア */
#main {
    width: 750px;
    margin-top: 15px;
}
/* メインエリア左サイド */
#colL {
    width: 195px;
    float: right;
    line-height: 1.6;
}
/* メインエリア右サイド */
#colR {
    width: 545px;
    float: left;
}
/* フッター */
#footer {
    background: transparent url(https://img.shop-pro.jp/tmpl_img/19/footer.gif) repeat-x;
    background-position: left bottom;
    padding-bottom: 40px;
    text-align: center;
    font-size: 10px;
}
/* ヘッダー */
/* ----------------------------------------------------- */
/* ------------------------------------- 
 *	サイトタイトルの設定（文字のサイズや色は初級モードで設定）
 * ------------------------------------- */
h1.shop_title {
    font-size:< {
        $shop_title_fontsize
    }
    > ;
}
h1.shop_title a:link, h1.shop_title a:visited, h1.shop_title a:active {
    color: < {
        $productname_color
    }
    > ;
    text-decoration: none;
}
h1.shop_title a:hover {
    color: < {
        $productname_hover
    }
    > ;
}
@charset "euc-jp";
body {}
a {
    color: < {
        $link_normal
    }
    > ;
}
a:hover {
    color: < {
        $link_hover
    }
    > ;
    text-decoration: none;
}
.btn {
    border-radius: 0;
}
ul, ol, form, p {
    margin: 0;
}
/*
 * layout
 */
.container {
    width: 750px;
    margin: 0 auto;
}
/* header */
.promo__seciton {
    background-color: < {
        $key_color
    }
    > ;
    width: 100%;
    min-height: 49px;
}
.promo {
    background: < {
        $key_color
    }
    > ;
}
.promo__text {
    color: #fff;
    text-align: center;
    padding: 14px 0;
    letter-spacing: 1px;
    font-weight: bold;
    background: < {
        $key_color
    }
    > ;
}
.header__section {
    margin-bottom: 5px;
}
.header-search {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 310px;
}
.header-search i {
    position: absolute;
    top: 16px;
    left: 15px;
}
.header-search__box {
    min-width: 240px;
    padding: 15px 11px 17px 51px;
    background: none;
    border: none;
    border-radius: 3px;
    color: #333;
}
.header-search__box:focus {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.header-tools {
    float: right;
    margin: 25px 0 0;
    width: 500px;
    text-align: right;
}
.header-tools__unit {
    display: inline;
    margin-left: 45px;
    line-height: 1.4;
}
.header-tools__unit-cart {
    margin-left: 21px;
}
.header-tools__btn {
    position: relative;
    font-size: 12px;
}
.header-tools__btn i {
    position: absolute;
    top: 9px;
    left: 6px;
    font-size: 14px;
}
.header-tools__count {
    padding: 0 2px;
    font-size: 14px;
}
.header__logo {
    margin: 0px 0;
}

.header-gnaviBox{width: 100%; background: #4867b7;}
.header-gnavi {
    list-style-type: none;
    position: relative;
    width: 800px;
    display: flex;
    flex-wrap: nowrap;
}
.header-gnavi__unit {
    display: inline;
    margin:0 3px;
    border-right: 1px solid #FFFFFF;
}
.header-gnavi__unit img{width: 100%;}
.header-gnavi__unit a.header-gnavi__link:hover {
    opacity: 0.8;
}


/*.header-gnavi__link {
    padding: 15px 1px;
}*/
.header-gnavi__link--menu {
    border: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    border-bottom: none;
    background: #FFF;
    z-index: 55;
}
/* カテゴリー分　中部分 */
.mega-navi {
    display: none;
    list-style-type: none;
    position: absolute;
    top: 54px;
    background: #6699CC;
    z-index: 50;
    text-align: left;
    font-weight: 800;
    color: #FFF;
    font-size: 16px;
    width: 260px;
}

.mega-navi.category{left: 157px;}
.mega-navi.group{left: 317px;}
.mega-navi.about{left: 477px;}

.mega-navi__unit{border-bottom: 1px solid #FFFFFF;}
.mega-navi__unit:last-child{border-bottom: 0;}

.mega-navi__unit a:hover{background: #2e679f; }

.mega-navi .mega-navi__link {
    display: block;
    color: #FFF !important;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 10px;

}
/* main */
.main__section {
    border-top: 1px solid < {
        $bordercolor_primary
    }
    > ;
    border-bottom: 1px solid < {
        $bordercolor_primary
    }
    > ;
    overflow: hidden;
}
.main__section--product {
    padding: 20px 0 60px;
}
/* sidebar */
.sidebar__section {
    float: left;
    width: 270px;
    margin-right: 60px;
}
.menu__section {
    margin-bottom: 60px;
}
.more-prd span {
    cursor: pointer;
}
/* contents */
.contents__section {
    float: right;
    width: 830px;
}
.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
    margin-bottom: 60px;
}
.product-list__section {
    position: relative;
}
.free-space__section {
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.recommend-list, .seller-list, .together-list {
    margin-top: 40px;
}
.sub-list {
    padding-bottom: 60px;
    font-size: 0;
}
.sub-list__unit {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 20px;
    width: 32.3%;
    font-size: 14px;
}
.sub-list__img {
    padding-bottom: 10px;
}
.sub-list__link {
    display: block;
}
.sub-list__name {
    display: block;
}
.product-list__freespace-top {
    padding-bottom: 60px;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product-list__freespace-bottom {
    padding-top: 60px;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
< {
    if $tpl_name|regex_replace: '/free.*/':'free'=='free'
}
> /* information */
.info {
    margin-top: 40px;
}
.info-list {
    list-style-type: none;
}
.info-list__unit {
    padding-bottom: 30px;
}
.info-list__date {
    display: block;
    padding-bottom: 10px;
}
/* history */
.history__section {
    clear: both;
    border-top: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    padding-top: 60px;
}
/* footer */
.footer__section {
    border-bottom: 1px solid < {
        $bordercolor_primary
    }
    > ;
}
.footer__guide {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid < {
        $bordercolor_secondary
    }
    > ;
}
.guide__col {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.guide__col--one-third {
    width: 410px;
}
.guide__col--half {
    width: 625px;
}
.guide__h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    font-size: 16px;
}
.guide__list {
    margin: 0;
}
.guide__name {
    padding-bottom: 15px;
}
.guide__other {
    margin: 0;
    padding-bottom: 30px;
    color: < {
        $sub_key_color
    }
    > ;
}
.footer__navi {
    margin-bottom: 40px;
}
.shop-owner {
    overflow: hidden;
}
.shop-owner__img {
    float: left;
    width: 200px;
    margin-right: 20px;
}
.shop-owner__info {
    float: left;
    width: 290px;
}
.shop-owner__name {
    margin-bottom: 16px;
    font-weight: bold;
}
.shop-owner__memo {
    line-height: 1.8;
}
.sns-list {
    list-style-type: none;
    padding-bottom: 60px;
}
.sns-list__unit {
    display: table-cell;
    padding-right: 5px;
}
.footer-navi__col {
    list-style-type: none;
    line-height: 2.2;
}
.pagetop__btn {
    display: block;
    padding: 18px 0;
    width: 100%;
    max-width: 50px;
    float: right;
}
/* copyright */
.copyright__section {
    padding: 20px 0;
    font-size: 10px;
}
.copyright {
    margin: 0 0 10px;
}
.copyright__img {
    width: 200px;
    height: 18px;
    margin: 0 0 5px 5px;
}
/* menu-list */
.menu-list {
    margin: 10px 0 0;
    list-style-type: none;
}
.menu-list--more-prd {
    margin: 10px 0 20px;
}
.menu-list__link {
    display: table;
    padding: 10px 0;
    width: 100%;
}
.menu-list__text {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    width: 90%;
}
.menu-list__icon {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: right;
}
.category-list__unit {
    position: relative;
}
/* calender */
.cal {
    margin: 20px 0 60px;
    text-align: center;
}
.tbl_calendar {
    margin-bottom: 20px;
    width: 100%;
}
.tbl_calendar caption {
    text-align: center;
    padding: 6px 0;
}
.tbl_calendar th {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
/* qrcode */
.qrcode {
    margin: 20px 0 60px;
    text-align: center;
}
/* product-list */
.product-list {
    list-style-type: none;
    font-size: 0;
}
.product-list__unit {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 40px;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.product-list__unit-sm {
    width: 110px;
}
.product-list__unit-md {
    width: 141px;
}
.product-list__unit-lg {
    width: 303px;
}
.product-list__unit--sidebar {
    display: block;
    margin: 0 0 20px;
}
.product-list__image:hover {
    opacity: 0.8;
}
.product-list__image--sm {
    max-width: 110px;
}
.product-list__text {
    display: block;
}
.product-list__name {
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}
.product-list__name--sidebar {
    margin-top: 0;
    margin-left: 10px;
}
.product-list__expl {
    margin-top: 20px;
    text-align: left;
}
.product-list__prices {
    margin-top: 10px;
    text-align: left;
}
.product-list__prices--sidebar {
    margin-left: 10px;
}
.product-list__price-regular {
    text-decoration: line-through;
}
.product-list__price-soldout {
    color: #ff0000;
}
.product-list__discount-rate {
    color: #ff0000;
}
.rank-box {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 5;
}
.rank-box--sidebar {
    top: 10px;
}
.rank-number {
    padding: 8px 0 0;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 32px;
    display: block;
    text-align: center;
}
.rank-number--sidebar {
    padding: 4px 0 0;
    width: 22px;
    height: 18px;
}
.rank-number-color--1 {
    background: #ffea22;
}
.rank-number-color--2 {
    background: #cbcbcb;
}
.rank-number-color--3 {
    background: #d9a300;
}
/* pagenation */
.pagenation {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.pagenation .disabled {
    color: #ccc;
}
.pagenation-prev {
    position: absolute;
    left: 0;
}
.pagenation-pos {
    line-height: 0.8;
}
.pagenation-pos__number {
    margin: 0 5px;
    font-size: 22px;
}
.pagenation-next {
    position: absolute;
    right: 0;
}
/* product */
.product__section {
    margin-bottom: 120px;
}
.product__section h2 {
    border-bottom: none;
    font-size: 22px;
}
.product__explain {
    padding-top: 60px;
    line-height: 1.8;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.product__model {
    color: < {
        $sub_key_color
    }
    > ;
}
.product__image-main {
    text-align: center;
}
.product__image-thumb ul li {
    cursor: pointer;
    margin-bottom: 25px;
    padding: 0 10px;
}
.image__thumb {
    padding: 2px;
    border: 2px solid #fff;
}
.image__thumb--active {
    border: 2px solid < {
        $bordercolor_secondary
    }
    > ;
}
.product__guide {
    padding: 0 0 60px;
}
.product__price-part {
    font-size: 22px;
    padding-bottom: 5px;
}
.product__price-regular {
    padding-bottom: 5px;
}
.product__price-establish {
    padding-bottom: 5px;
    color: < {
        $sub_key_color
    }
    > ;
}
.product__discount {
    color: #ff0000;
}
.product__stock-str {
    padding-top: 30px;
    font-size: 22px;
}
.product__related-list__link {
    display: block;
    padding: 5px 0;
}
.product__related-list__link span {
    padding-left: 15px;
}
.product__order {
    border-top: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    border-bottom: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    padding: 40px 0 60px;
}
.option-list__name, .init-list__name, .text-titles-list__name {
    padding-bottom: 10px;
    font-weight: normal;
}
.option-list__detail, .init-list__detail, .text-titles-list__detail {
    margin: 0;
}
.option-list__select {
    height: 50px;
    border: 2px solid < {
        $bordercolor_secondary
    }
    > ;
}
.text-titles-list__detail-text {
    height: 50px;
    border: 2px solid < {
        $bordercolor_secondary
    }
    > ;
}
.init-list__detail-num {
    width: 200px;
    height: 38px;
    border: 2px solid < {
        $bordercolor_secondary
    }
    > ;
    display: inline-block;
}
.init-list__detail-updw {
    margin: 0;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
}
.init-list__detail-unit {
    padding-left: 10px;
}
.order-btn-list {
    margin: 0;
    padding-top: 30px;
}
.stock_error {
    text-align: center;
    color: #cf0400;
}
.option-table {
    margin: 40px 0;
}
.option-table table {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    border-left: 1px solid < {
        $bordercolor_secondary
    }
    > ;
}
.option-table table th, .option-table table td {
    padding: 11px 7px;
    border-top: 1px solid < {
        $bordercolor_secondary
    }
    > ;
    border-right: 1px solid < {
        $bordercolor_secondary
    }
    > ;
}
.option-table table th {
    text-align: center;
}
.option-table table td {
    vertical-align: top;
    text-align: center;
}
.related-list {
    text-align: right;
    padding-right: 15px;
}
.related-list__unit {
    display: inline-block;
}
/* option detail */
.option-detail__section {
    padding: 20px;
    text-align: center;
}
.option-detail__table th {
    text-align: center;
}
.option-detail__table td {
    text-align: center;
}
.option-detail__price--regular {
    text-decoration: line-through;
}
.option-detail__discount {
    color: #ff0000;
}
/* privacy.shopkeeper */
.shop-info__lead {
    margin: 40px 0 20px;
    line-height: 1.8;
}
.shop-info-list__title {
    padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
    padding: 0 0 5px;
}
.shop-info-list__note {
    margin: 0;
    line-height: 1.8;
}
/*
 * Module
 */
.section__title-h2 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid < {
        $bordercolor_secondary
    }
    > ;
    font-size: 16px;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}
.btn-primary {
    background: < {
        $cart_btn_color
    }
    > ;
    border: 1px solid #333;
    color: #fff;
}
.btn-primary:hover {
    background: < {
        $cart_btn_color_hover
    }
    > ;
    color: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    zoom: 1;
}
.btn-secondary {
    background: #48A3FF;
    border: 1px solid #48A3FF;
    color: #fff;
}
.btn-secondary:hover {
    background: #48A3FF;
    color: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    zoom: 1;
}
.btn-tertiary {
    background: #cf0400;
    border: 1px solid #cf0400;
    color: #fff;
}
.btn-tertiary:hover {
    background: #cf0400;
    color: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    zoom: 1;
}
.btn__addcart, .btn__quick, .btn__soldout {
    padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
    margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
    vertical-align: middle;
}
.btn__soldout.disabled, .btn__soldout[disabled] {
    background-color: #cf0400;
    color: #fff;
}
.txt--sm {
    font-size: 10px;
}
.txt--md {
    font-size: 12px;
}
.txt--lg {
    font-size: 16px;
}
.txt--c {
    text-align: center;
}
.txt--r {
    text-align: right;
}
.txt--red {
    color: #ff0000;
}
.txt--gray {
    color: #999;
}
.border--none {
    border: none;
}
.mar-t--20 {
    margin-top: 20px;
}
.mar-b--20 {
    margin-bottom: 20px;
}
.mar-b--60 {
    margin-bottom: 60px;
}
.width--110 {
    width: 110px;
}
.width--160 {
    width: 160px;
}
.hide {
    display: none;
}
/* textarea input */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}
/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header_menu #search {
    width: 360px;
}
#search select {
    width: 154px;
    margin-right: 2px;
    vertical-align: middle;
}
#search input.keyword {
    width: 150px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
#search .btn {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */
#header_menu #linkicon {
    width: 400px;
    float: right;
    text-align: right;
    padding-top: 5px;
}
#linkicon img {
    float: right;
    text-align: right;
    margin-right: 15px;
}
/* フッター */
/* ----------------------------------------------------- */
address {
    font-style: normal;
    color:< {
        $footer_bgcolor
    }
    > ; /*コピーライト文字色*/
}
address a:link, address a:active, address a:visited, address a:hover {
    text-decoration: underline;
    color:< {
        $footer_bgcolor
    }
    > ; /*コピーライト文字色*/
}
/* 左サイド(#colL) */
/* ----------------------------------------------------- */
/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
#colL dl {
    background: transparent url(https://img.shop-pro.jp/tmpl_img/19/l_bottom.gif) no-repeat left bottom;
    padding-bottom: 10px;
}
#colL dt {
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1em;
    text-indent: -10000px;
}
#colL dd {
    background: transparent url(https://img.shop-pro.jp/tmpl_img/19/l_bg.gif) repeat-y;
    padding: 3px 10px;
}
#colL li {
    background: transparent url(https://img.shop-pro.jp/tmpl_img/19/point.gif) no-repeat 0px 9px;
    padding: 2px 0px 2px 12px;
}
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
div#btn_members_login, div#btn_members_logout {
    margin: 9px 0px 12px;
    text-align: center;
}
div#btn_members_signup {
    padding: 7px 0px;
    border-top: #e1e0d1 dotted 1px;
    text-align: center;
}
div#btn_members_signup span, div#btn_members_logout span {
    display: block;
    line-height: 1.1em;
    margin-bottom: 3px;
    font-size: 11px;
}
.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%; /*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545; /*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1); /*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* ------------------------------------- 
 *	共通パーツ
 * ------------------------------------- */

.soldout {
    background: #CC0000;
    display: inline-block;
    margin-top: 0.2em;
    color: #FFFFFF;
    text-align: center;
    padding: 0.1em 1em;
}


/* -------------------------------------
*    新着出版物・最近チェックした商品
* ------------------------------------- */
.newBooks{
    margin-top: 30px;
}

.newBooks .newBooksList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0;
}
.newBooks .newBooksList .newBooksList__item__image{
    margin-bottom: 0.5em;
    display: flex;
    justify-content: center;
    align-items: self-start;
  	min-height:210px;
}
.newBooks .newBooksList .newBooksList__item {width: 18%; padding:0; margin:0 0 1.5em;}
.newBooks .newBooksList .newBooksList__item__image a{
    margin:0; padding:0;
    width: 100%;
    display: flex; justify-content: center; align-items: center;
}
.newBooks .newBooksList .newBooksList__item__image img{width: 100%; height:auto;}
.newBooks .newBooksList .newBooksList__item__image img:hover{opacity: 0.8;}

