@charset "shift_jis";

/* 商品検索 */
#usedgoods div.StyleT_Item_ div.img_ .goods_name_ {
    width: 208px;
    height: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#usedgoods div.StyleT_Item_ div.img_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 商品検索並べ替えエリア調整 */
.list_navi_sort_ dt,
.list_navi_sort_ dd {
    visibility: hidden;
}
#usedgoods .list_navi_sort_ dt {
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #3c3c3c;
    padding: 16px 11px 14px 20px;
}
#usedgoods .list_navi_sort_ dd {
    font-size: 14px;
    color: #3c3c3c;
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#usedgoods .list_navi_sort_ dd span.ttl_ {
    font-size: 13px;
    margin-right: 8px;
}
#usedgoods .list_navi_sort_ dd span.sort_ {
    position: relative;
    background: #fff;
    padding: 1px 1px;
    border-radius: 4px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 28px;
}
#usedgoods .list_navi_sort_ dd > span.sort_:last-child {
    margin-right: 0;
}
#usedgoods .list_navi_sort_ dd span.sort_ a {
    padding: 4px 0;
    font-size: 12px;
    width: 69px;
    display: inline-flex;
    justify-content: center;
}
#usedgoods .list_navi_sort_ dd span.sort_ .line_ {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 1px;
    height: 21px;
    background: url(../img/usr/line.png) no-repeat;
}
#usedgoods .list_navi_sort_ dd span.sort_ a.lt_.sort_on_ {
    background: #f3ce00;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 4px 0 0 4px;
}

/* 最近見たアイテム */
#itemHistoryDetail div.StyleT_Item_ div.img_ .goods_name_ {
    width: 148px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#itemHistoryDetail div.StyleT_Item_ div.img_ .goods_name_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 比較リスト */
table.hikaku_tbl_.tbl_body_ .list04 a {
    width: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}
table.hikaku_tbl_ tbody td .img_ a {
    width: 168px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}
table.hikaku_tbl_.tbl_body_ td.list04 img,
table.hikaku_tbl_.tbl_body_ td .img_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* カート */
table.cartlist_ td.img_ a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
table.cartlist_ td.img_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 注文確認画面 */
div.order_ table.formlist_ .goods_ {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.order_ table.formlist_ .goods_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* お気に入り */
div.bookmark_item_ div.img_ a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.bookmark_item_ div.img_ img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 商品詳細 */
#gallery2.goodsimg_ ul.img_L_ li {
    height: 428px;
}
#gallery2.goodsimg_ ul.img_L_ li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#gallery2.goodsimg_ ul.img_L_ li a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#gallery2 div.etc_goodsimg_line_ {
    visibility: hidden;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: calc((100% - (78px * 5)) / 4);
    row-gap: 10px;
    margin-top: 20px;
}
#gallery2 div.etc_goodsimg_item_ {
    margin: 0;
    width: 78px;
    height: 78px;
    float: none;
    overflow: hidden;
}
#gallery2 div.etc_goodsimg_item_ a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}
#gallery2 div.etc_goodsimg_item_ a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#gallery2 div.etc_goodsimg_item_ a.active {
    width: 78px;
    height: 78px;
    box-sizing: border-box;
}
div.cartbox2_ .cartbox2_l span {
    width: 358px;
    height: 358px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.cartbox2_ .cartbox2_l span img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 商品詳細モーダル */
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
#gallerymodal-bg.gallerymodal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    overflow-y: auto;
}
#gallerymodal-bg #gallerymodal {
    width: 1100px;
    top: 0!important;
    margin: 40px auto 40px!important;
    box-sizing: border-box;
    padding: 0;
    display: block;
    background-color: #ffffff;
}
#gallerymodal-bg #gallery-modal {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
#gallerymodal-bg #gallery-modal .bx-wrapper {
    max-width: 900px!important;
    min-height: 900px;
    overflow: visible;
    width: 900px;
    height: 900px;
    margin: 0 auto;
}
#gallerymodal-bg #gallery-modal .bx-wrapper .bx-viewport {
    height: 100%!important;
}
#gallerymodal-bg #gallery-modal ul.img_L_ {
    margin-bottom: 0;
    height: 100%;
    visibility: visible;
}
#gallerymodal-bg  #gallery-modal ul.img_L_ li {
    width: 100%!important;
    height: 100%!important;
    border: none;
}
#gallerymodal-bg  #gallery-modal ul.img_L_ li a {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    cursor: default;
    pointer-events: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallerymodal-bg #gallery-modal ul.img_L_ li a:hover img {
    opacity: 1;
}
#gallerymodal-bg #gallery-modal div.etc_goodsimg_item_ a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallerymodal-bg #gallery-modal div.etc_goodsimg_item_ a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#gallerymodal-bg #gallery-modal div.etc_goodsimg_item_ a.active {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#gallerymodal-bg #gallery-modal .bx-prev, #gallery-modal .bx-next {
    top: 426px;
}
#gallerymodal-bg #gallery-modal.goodsimg_ {
    float: none;
    overflow: visible;
}
#gallerymodal-bg #gallerymodal div.etc_goodsimg_ {
    width: 990px;
    margin: 20px auto 0;
}
#gallerymodal-bg #gallerymodal div.etc_goodsimg_item_ {
    width: 90px;
    height: 90px;
    margin: 0;
    float: none;
    overflow: visible;
    box-sizing: border-box;
}
#gallerymodal-bg #gallerymodal div.etc_goodsimgmodal_line_ {
    width: 100%;
    display: flex;
    column-gap: 10px;
    margin-bottom: 0;
}
#gallerymodal-bg #gallerymodal #gallery-modal ul.img_L_ li a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}