
.ec-layoutRole__mainBottom{
    width: 81.5%;
}
.ec-layoutRole__mainBottom h3{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    margin: 70px 0px 20px;
    padding: 20px 0px;
    border-top: 1px solid rgb(221, 221, 221);
}
.ec-layoutRole__mainBottom .ichiran_coinlist ul{
    clear: both;
    overflow: hidden;
}
.ec-layoutRole__mainBottom .ichiran_coinlist ul li{
    float: left;
    width: 25%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#syosuai_wrap dl dt#syousai_img p img{
    cursor: pointer;
}
#syosuai_wrap dl dt#syousai_img img{
    max-width: 765px;
}
#page_product_detail main #main_middle {
    width: auto;
}

#page_product_detail .nav-sns {
    float: right !important;
    left: auto;
    right: 20px;
}

#page_product_detail .item_spec_table {
    border: none;
    margin: 0 0 30px 0;
    width: auto;
}

#page_product_detail .item_spec_table th,
#page_product_detail .item_spec_table td {
    border-bottom: none;
    border-left: none;
    padding: 5px 15px 5px 0;
    background-color: #FFFFFF;
    font-weight: normal;
    width: auto;
}

#page_product_detail .kaigai,
#page_product_detail .yoyaku_txt2 {
    width: 245px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12.5px;
    line-height: 150%;
    margin: 10px 0 0 0;
    clear: both;
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}