@charset "utf-8";

#related_products ul{
    width: calc(100% + 30px);
    margin-left: -30px;
    position: relative;
}
#related_products ul:after{
    content: "";
    clear: both;
    display: block;
}
#related_products ul li{
    width: 180px;
    height: 400px;
    padding-top: 30px;
    margin-left: 30px;
    margin-bottom: 48px;
    float: left;
    position: relative;
}
#related_products ul.no_class li{
    padding-top: 0;
}
#related_products ul li .item_list_thumb{
    width: 180px;
    height: 180px;
    text-align: center;
}
#related_products ul li .item_list_thumb img{
    margin-top: 10px;
    max-height: 100%;
    vertical-align: bottom;
    opacity: 1 !important;
}
#related_products ul li h3{
    height: 51px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
}
#related_products ul li h3 a{
    text-decoration: none;
}
#related_products ul li h3 a:hover,
#related_products ul li .item_list_thumb:hover + h3{
    text-decoration: underline;
}
#related_products ul li .release{
    color: #262626;
    font-size: 11px;
    line-height: 1em;
}
#related_products ul li .price{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0078c7;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.02em;
}
#related_products ul li .item_list_status .prize_point{
    margin-top: 10px;
    color: #262626;
    font-size: 11px;
    line-height: 20px;
}
#related_products ul li .item_list_status .prize_point .num{
    padding-left: 10px;
    color: #fabe00;
    font-weight: 500;
    font-size: 17px;
}
#related_products ul li .item_list_status{
    color: #262626;
    font-size: 11px;
    line-height: 1.2em;
}
#related_products ul li .item_list_status p + p{
    margin-top: 5px;
}
#related_products ul li .item_list_status ._1{
    color: #0078c7;
}
#related_products ul li .item_list_status ._2{
    color: #d55454;
}
#related_products ul li .item_list_class{
    width: 180px;
    height: 20px;
    position: absolute;
    top: 0;
}
#related_products ul li .item_list_class p > *{
    color: #0079c7;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.02em;
    border: 1px solid #0079c7;
    display: block;
}

#related_products ul.discount li{
    height: 420px;
}
#related_products ul li .coupon{
    margin-top: 8px;
    color: #d55454;
    font-size: 10px;
    font-weight: bold;
}
#related_products ul li .coupon + h3{
    margin-top: 8px;
}
#related_products ul li .old_price{
    margin-top: 8px;
    font-size: 12px;
    color: #262626;
}
#related_products ul li .new_price{
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #d55454;
}
#related_products ul li .new_price span{
    float: right;
}

.animeitem_list{
    margin: 1em 0;
}
.animeitem_list ul{
    margin-top: 20px;
    overflow: hidden;
}
.animeitem_list ul li{
    float: left;
    margin: 0 10px 10px 0;
}
.animeitem_list ul li a{
    padding: 5px 10px;
    font-size: 14px;
    background-color: #f5f5f5;
    text-decoration: none;
    display: block;
}
.animeitem_list ul li a:hover{
    background-color: #ccc;
}