@charset "UTF-8";

@font-face {
    font-family: 'Jost-Regular';
    src: url(/css/sws/usr/fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: 'Jost-Light';
    src: url(/css/sws/usr/fonts/Jost-Light.ttf);
}
@font-face {
    font-family: 'NotoSansJP-Regular';
    src: url(/css/sws/usr/fonts/NotoSansJP-Regular.woff);
}
@font-face {
    font-family: 'NotoSansJP-Light';
    src: url(/css/sws/usr/fonts/NotoSansJP-Light.woff);
}

/*------ store_stock.css -------*/

/*--店舗在庫の「画像」--*/

.storestock-item > .inner > .col > .img {
    width: auto;
    margin: 0;
}

/*--店舗在庫の「商品情報」--*/

.col .detail .inner {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 20px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

/*--店舗在庫の「都道府県」--*/

.mod-hdg-02 {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 20px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

/*--店舗在庫の「プルダウン：店舗」--*/

.mod-input > .select > select {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 16px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #33333380;
    background-color: #FFFFFF;
    border-radius: 0;
}

.mod-input > .select {
    border-radius: 0;
}

/*--店舗在庫の「店舗名」--*/

.CMP_itemlist_4 h4 a {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 16px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

/*--店舗詳細の「店舗名」--*/

.shopname h3 {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 16px;
    text-align: left;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

/*--店舗在庫の「住所：店舗」--*/
/*--店舗在庫の「在庫状況：店舗」--*/
/*--店舗在庫の「店舗までの距離：店舗」--*/
/*--店舗詳細の「住所：店舗」--*/
/*--店舗詳細の「在庫状況：店舗」--*/
/*--店舗詳細の「店舗までの距離：店舗」--*/

.storelist > table > tbody > tr > td,
.CMP_itemlist_4 .stock,
.CMP_itemlist_4 .distance,
.shop_box p {
    font-family: 'Jost-Regular','NotoSansJP-Regular';
    font-size: 14px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

/*--店舗在庫の「ボタン：もっと見る」--*/
/*--店舗詳細の「ボタン：元のページに戻る」--*/

#test_show,
.mod-btn-02 {
    font-family: 'Jost-Light','NotoSansJP-Light';
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #33333380;
    background-color: #FFFFFF;
    width: 424px;
    height: 48px;
    border-radius: 0;
}

#test_show:hover,
.mod-btn-02:hover {
    color: #FFFFFF;
    background-color: #333333;
}

/*--店舗在庫の「ボタン：もっと見る」--*/

#test_show {
    margin-top: 40px;
}

/*--店舗詳細の「ボタン：元のページに戻る」--*/

.mod-btn-02 {
    margin: 30px auto;
}
