*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-decoration: none;

    font-size: .9em;
    line-height: 1.1;
    overflow-x: hidden;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;

}

td {
    padding: 4px;
}

#stock_bnr img {
    width: 100%;
    min-width: 640px;
    min-height: 160px;
}

#stock_delivery {
    margin: 8px 0;
    padding: 5px 5px 1px;
    border: 3px solid #004d2d;
    background: #fcfcfc;
    box-shadow: 0 9px 6px -6px #999;
}

#info_icon {
    padding: 5px;
}

#stock_table table {
    font-size: .8em;
}

#select_qty {
    padding: 0;
}

#select_qty td {
    min-width: 7.2em;
    height: 2.5em;
    border-left: 1px solid #999;
    text-align: center;
}

.table_wrap {
    width: calc(100vw - 4.5em);
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.table_wrap table {
    display: table;
}

.table_wrap .qty {
    text-align: right;
}

.qty span {
    font-size: 3.8em;
    font-weight: bold;
}

.qty span.st999 {
    font-size: 1.8em;
}

.sel,
.isM .qty {
    background: #eee;
    border-bottom: 1px dashed #999;
}

.arrowInfo {
    position: relative;
    position: absolute;
    z-index: 100;
    right: 7px;
    top: 15px;
    padding: 3px;
    background: #fff;
    border: 1px solid #666;
    font-size: .9em;
}

.arrowInfo:after {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    background: #fff;
    display: block;
    ;
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    bottom: -4px;
}

#delivery .arrowInfo {
    top: 22px;
}

.arrowInfo+tr td {
    padding-top: 1.3em;
}


.space {
    margin: 10px 0;
}


#stock {
    position: relative;
}

#delivery {
    margin: 0;
    position: relative;
}

#delivery td {
    border-bottom: 1px dashed #999;
}

#delivery tr:last-child td {
    border-bottom: none;
}

#delivery td:first-child {
    width: 20em;
}

#delivery .asuLim {
    display: block;
}

#delivery .ShippDate {
    font-size: 2.5em;
}

.txt_s {
    font-size: .7em;
}

.txt_l_r {
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(155, 0, 0);
}

.txt_b {
    font-size: 1.2em;
    line-height: .9em;
    font-weight: bold;
}

.txt_b span {
    font-size: .7em;
    font-weight: normal;
}

.txt_r {
    color: rgb(155, 0, 0);
}



/* icon */
#icon {
    margin: 0 0 0 -4px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}

.tile {
    margin: 0 0 4px 4px;
    transition: .5s;
}

#icon:hover .tile {
    opacity: .3;
}

#icon .tile:hover {
    opacity: 1;
}

.ip_icon {
    width: 92px;
    height: 92px;
    padding: 5px;
    background: url("https://www.loupe-studio.com/img/parts/info_iconz.png") 0 0 no-repeat;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: .83em;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: .15em;
    position: relative;
}

a.ip_icon,
.ip_icon.ng {
    height
    /**/
    : 92px;
    height:
        /*ie6*/
        0;
    padding: 92px 0 0;
}

.ip_icon.mailbin.ok,
.ip_icon.teikeigai.ok {
    width: 189px;
    padding-left: 90px;
}

.ip_icon span {
    letter-spacing: 0;
}

.ip_icon .free {
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 2px 5px;
    border: 2px solid #fff;
    background: rgb(155, 0, 0);
    font-size: 1.2em;
}

.ip_icon .num {
    position: absolute;
    margin: 40px 0 0 -90px;
    width: 90px;
    display: block;
    color: #000;
    font-size: 3.8em;
    text-align: center;
}

.ip_icon .mb100 {
    font-size: 2.8em;
}

.ip_icon .uni {
    font-size: 2em;
    line-height: 1.2em;
}

.ip_icon.mailbin.ok {
    background-color: #cb2546;
}

.ip_icon.mailbin.ng {
    background-color: #34495e;
    background-position: 0 -92px;
}

.ip_icon.teikeigai.ok {
    background-color: #e67e22;
    background-position: -185px 0;
}

.ip_icon.teikeigai.ng {
    background-color: #2c3e50;
    background-position: -93px -92px;
}

.ip_icon.wrapping.ok {
    background-color: #f39c12;
    background-position: -380px 0;
}

.ip_icon.wrapping.ng {
    background-color: #f1c40f;
    background-position: -185px -92px;
}

.ip_icon.daibiki.ng {
    background-color: #95a5a6;
    background-position: -369px -92px;
}

.ip_icon.henpin.ng {
    background-color: #7f8c8d;
    background-position: -277px -92px;
}

.additional {
    left: 10px;
    margin: calc(-100px - 5em) 0 0;
    width: calc(100vw - 40px);
    max-width: 580px;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px #666;
    -moz-box-shadow: 0 3px 9px #666;
    box-shadow: 0 3px 9px #666;
    position: absolute;
    font-size: .9em;
    line-height: 1.2em;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tile:hover .additional {
    margin-top: calc(-110px - 5em);
    visibility: visible;
    opacity: 1;
}

/* 見出し */

.title {
    margin: 5px 0 5px;
    padding: 5px 5px 5px 1.8em;
    border-bottom: 2px solid #999;
    position: relative;
    font-size: .94em;
    font-weight: bold;
    background: #eee;
}

.title span {
    font-size: .7em;
    font-weight: normal;
}

.title:before {
    content: "";
    width: 1.2em;
    height: .6em;
    border-bottom: solid 3px rgb(24, 139, 0);
    border-left: solid 3px rgb(24, 139, 0);
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: .4em;
}

.additional .title {
    margin-top: 3px;
    font-size: 1.1em;
    background: none;
}

.additional .title:before {
    content: "";
    width: 1em;
    height: 1em;
    border: 3px solid rgb(24, 139, 0);
    border-radius: 50%;

    position: absolute;
    left: 5px;
    top: .4em;
}

.ip_icon.ng+.additional .title:before {
    border: 3px solid rgb(155, 0, 0);
}

.ip_icon.ng+.additional .title:after {
    content: "";
    width: 0.8em;
    height: 3px;
    position: absolute;
    left: 0.5em;
    top: calc(50% - 0.15em);
    transform: rotate(-45deg);

    background: rgb(155, 0, 0);
}

#ShippingCharge a {
    width: 590px;
    height
    /**/
    : 69px;
    height:
        /*ie6*/
        0;
    padding: 69px 0 0;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background: url("https://www.loupe-studio.com/img/parts/info_iconz.png") 0 0 no-repeat;
}

#ShippingCharge .nFree {
    background-position: 0 -185px;
}

#ShippingCharge .sFree {
    background-position: 0 -254px;
}


.icon.denied {
    display: block;
}

.icon.denied:before {
    content: "";
    display: block;
    height: 3.8em;
    width: 3.8em;
    border: 5px solid #C00000;
    margin: 3px;
    background: transparent;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 50%;
}

.icon.denied:after {
    content: "";
    display: block;
    width: 3.6em;
    height: 5px;
    margin-top: -2.2em;
    margin-left: 5px;
    background: #C00000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bdr3px.red {
    border: 3px solid;
    border-color: #bf0000;
}

.flex {
    display: flex;
}

.flex.justify {
    justify-content: space-between;
    flex-wrap: wrap;
}


#infomessage .title {
    margin: 0;
    padding: 5px;
    background: #bf0000;
    color: #fff;
    font-size: 13pt;
    /* border: none; */
}

#infomessage .title:before {
    display: none;
}

#infomessage .content {
    width: 100%;
}

.content p {
    padding: 0;
    margin: 3px;
    font-size: 11.5px;
    line-height: 1.5em;
}

.section_border {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #666;
}

.title_caution {
    margin: 0;
    font-size: 1.5em;
    color: rgb(155, 0, 0);
    font-weight: bold;
}

.search_link {
    width: calc(33% - 2px);
}

.search_link img {
    width: 100%;
}

.sp_hide {
    display: block;
}

.pc_hide {
    display: none;
}

.bnr_space img {
    width: 100%;
    margin: 0;
}
.bnr_space {
    margin-bottom: 6px;
}


@media screen and (max-width:580px) {
    #infoPanel {
        border: none;
    }

    .isM:nth-child(odd) .sel,
    .isM:nth-child(odd) .qty {
        background: none;
    }

    .isM .qty {
        text-align: center;
    }

    .qty span {
        font-size: 2.8em;
    }

    #stock_result .sel,
    #stock_result .qty {
        border-bottom: 1px solid #999;
    }

    #stock_result tr:nth-child(odd) {
        background: #eee;
    }

    #delivery {
        margin-top: 10px;
    }

    #delivery table {
        border-spacing: 0;
    }

    #delivery td {
        display: block;
    }

    #delivery td:first-child {
        width: 100%;
        background: #95a5a6;
        color: #fff;
    }

    #ShippingCharge {
        display: none;
    }

    #ShippingCharge a {
        width: 100%;
    }

    .odr100 {
        order: 100;
    }

    .arrowInfo+tr td:nth-child(2) {
        padding-top: 5px;
    }

    .section_border {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .title_caution {
        font-size: 1.1em;
    }

    .search_link {
        width: calc(50% - 3px);
    }

    .sp_hide {
        display: none;
    }

    .pc_hide {
        display: block;
    }

}