@charset "euc-jp";
/*header*/
.pc_header_wrap{
    padding: 2px 10px 5px;
    border-bottom: solid 1px #ffe0ff;
    margin-bottom: 5px;
}
.pc_header_table{
    display:table;
    width:100%;
}
.pc_header_wrap h1{
    display:table-cell;
    vertical-align: bottom;
}
.pc_header_otherlink{
    display:table-cell;
    text-align: right;
    vertical-align: top;
}
.pc_header_otherlink a.adultlink{
    color: #ff88ff;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
}

/* sub header */
.pc_headersub_wrap{
    margin: 20px 0 10px 0;
    padding: 0 5px;
}
.pc_headersub_table{
    display: table;
    width: 100%;
    border-bottom: solid 2px #ff6464;
    padding-bottom: 5px;
}
.pc_headersub_header{
    font-size: 18px;
    display: table-cell;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    vertical-align: middle;
    padding-left: 10px;
}

/*half_banner*/
.banner_wrap{
    text-align: center;
}

/* item_list */
.item_list_wrap{
    margin-bottom: 40px;
}
.item_list{
    list-style: none;
    list-style-image: none;
    margin: 0 0 0 1rem;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item_list li{
    width: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
    -ms-flex-preferred-size: calc(20% - 1rem);
    flex-basis: calc(20% - 1rem);
    list-style: none;
    list-style-image: none;
    margin: 0 1rem 0 0;
    padding: 0;
}
.item_wrap{
    padding:1rem 0 0 0;
}
.item_thumb{
    position: relative;
    width: 100%;
    background-color: #FFF;
}
.item_thumb > a{
    position: relative;
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.item_thumb > a:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.item_summary{
    font-size: 0.875rem;
    text-align: left;
}

.item_summary_base{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.33333333;
    letter-spacing: 0.5px;
}
.item_name{
    margin: 5px 0 0 0;
    font-size: 1em;
    font-weight: bold;
}
.item_name > a{
    color:#454545;
}
.item_brand{
    font-size: 0.85em;
}
.item_brand > a{
    color:#2a7dbe;
}
.item_price{
    font-size: 0.8em;
    /*float: left;*/
    margin-top: 3px;
    margin-right:5px;
    text-align: left;
    line-height: 1;
    /*display: inline-block;*/
}
.item_price_type{

}
.item_price_num{
    color: #CC0000;
    font-weight: bold;
}

/* rank_180 */
.rank180-header{
}
.rank180-header > div{
    line-height: 1;
    font-size: 100%;
    padding: 8px 5px;
    background: #ff0000;
    background: linear-gradient(#e30000, #ff0000);
    font-weight: bold;
    color: #FFF;
}
.rank180-container{

}
.rank180-item{
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.rank180-item img{
    width:100%;
}
.rank180-explain{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 4em;
    background: rgba(0,0,0,.6);
    color: #FFF;
    text-align: left;
}
.rank180-explain-title{
    padding: 3px;
    display: inline-block;
}
.msg_badge{
    background: #ffffff;
    border: solid 1px #FF9800;
    border-radius: 5px;
    color: #575757;
    font-size: 12px;
    font-family: helvetica;
    height: 1.3em;
    line-height: 17px;
    padding: 0 10px;
    text-align: center;
    max-width: 100%;
    position: absolute;
    z-index: 1;
}
.rank_badge{
    background: #ffffff;
    border: solid 1px #cfcfcf;
    color: #000;
    font-size: 12px;
    font-family: helvetica;
    height: 1.3em;
    line-height: 17px;
    padding: 0 10px;
    text-align: center;
    max-width: 3em;
    zoom: 1;
    position: absolute;
    z-index: 1;
}
/* /rank_180 */