@charset "euc-jp";

table[width="19"] {
    position: relative;
    background: #ffffff;
    display: block;
    width: 100%;
    padding-top: 62px;
    top: 0;
    z-index: 999;
}

html,
body,
.header_frame {
    min-width: 980px;
}

span.sale_desc {
    display: block;
    /*width: 960px;*/
    width: 100%;
}

#risFil,
td.sdtoptext {
    width: 960px;
    display: block;

}

.pagetop-button {
    text-decoration: none;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: #181818;
    z-index: 11;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: bold;
}

.pagetop-button:hover {
    background: #fff;
    color: #181818;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.bnr {
    padding: 0 10px;
}

.bnr li {
    margin-bottom: 2%;
    width: 49%;
    list-style: none;
}

.bnr li.w100 {
    width: 100%;
}

.bnr li:nth-child(2n) {
    margin-left: 2%;
}

.bnr img {
    width: 100%;
}

.bnr a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
}

.bnr a img {
    transition: .3s;
}

.bnr a:hover img {
    opacity: .7;
}

td[width="20"] {
    display: none;
}

span.item_name,
span.item_desc,
span.catch_copy{
    display: block;
    width: 480px;
}

body > br {
    display: none;
}

body > div[align="center"]:not(#pagebody) {
    background: #ffffff;
}

#risFil .risfHeadPart {
    box-sizing: content-box;
}
.susumeruWidget{
    z-index: 8 !important;
}
.LP{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.LP > div:nth-child(1){
    width: 563px;
}
.LP > div:nth-child(2){
    width: 517px;
}
