/*
bootstrap拡張設定
*/

.img-responsive-inline{
    max-width: 100%;
    height: auto;
    display: inline;
}

@media (min-width: 768px) {
    .col-sm-25 {
        width: 20%;
    }
}
