/*バナーエリア*/
div#bannar_area {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

div#bannar_area_l {
    float: left;
    width: 50%;
}

div#bannar_area_r {
    float: left;
    width: 50%;
}

div#bannar_area img {
    width: 98%;
    height: auto;
    margin: 1%
}

div#bannar_area:after {
    content: " ";
    display: block;
    clear: both;
}
img.kaitori_banner_l {
    margin: 0 0 20px;
}
/*買取リスト*/
div#buying_list {
    margin: 20px 0 20px;
}
table.kaitori_top {
    width: 48%;
    float: left;
    margin: 1%;
    padding-bottom: 10px;
}

table.kaitori_top th {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

table.kaitori_top td {
    padding: 2px;
}

table.kaitori_top td.maker {
    width: 30%;
    border-bottom: solid 1px #ececec;
}

table.kaitori_top td.product {
    width: 45%;
    border-bottom: solid 1px #ececec;
}

table.kaitori_top td.price {
    width: 25%;
    border-bottom: solid 1px #ececec;
}

table.kaitori_top td.price:after {
    content: " 円";
}
div#buying_list img{
    display: block;
    float: left;
    width: 48%;
    margin: 20px 1% 20px;
}
p.kaitori_link_text {
    font-weight: 600;
    text-decoration: underline;
}
@media screen and (max-width: 736px) {
    div#bannar_area_l,
    div#bannar_area_r{
    width: 100%;
    float: none;
}
    table.kaitori_top {
        width: 100%;
        float: none;
    }
    div#buying_list img{
    width: 100%;
    float: none;
}
    tr.kaitori_header_r {
    display: none;
    }
}

@media screen and (max-width: 980px) {
    div#kaitori_sidebar {
        display: block;
    }
}

p.kaitori_link a {
    font-size: 0.85em;
    text-decoration: underline;
}

p.important {
    color: #ff1425;
}
/*Clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}