@media only screen and (max-width: 768px) {
#b-price #content {
margin-top: 90px;
}
#b-price table.onborder {
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
}
#b-price table.onborder th,
#b-price table.onborder td {
min-width: 6em;
}
#b-price .price_navi {
margin: 0 0 10px;
}
#b-price .price_navi li {
float: none;
}
#b-price .price_navi li img {
width: 100%;
max-width: 220px;
height: auto;
}
#b-price #loan_board {
width: 100%;
box-sizing: border-box;
padding: 10px;
}
#b-price img {
max-width: 100%;
height: auto;
}
}

@media only screen and (max-width: 768px) {
    body#b-price #left_column {
        display: none !important;
    }
}
