/*
Theme Name: stinger7child
Template: stinger7
*/
@import url('../stinger7/style.css');

/*--------------------------------------------------------
 テーブルに横スクロールバーを表示 （2017.03.08）
-------------------------------------------------------*/
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}


.su-column-size-1-3 {
    background:#FFF;
    padding:10px;
    margin:1.1% !important;
    width: 31.1% !important;
    text-align: center;
}

.su-column:last-child {
    float:left !important;
}

.su-button {
    margin-top:10px !important;
}