@charset "utf-8";

.sumArea .left.w79{
    width: 79.82938388625593%;
}


.sumArea .right.w17{
    width: 17.061611374407583%;
}

.section table{
    width: 100%;
    margin-top: 10px;
}

.section table td{
    padding: 5px;
}

#scroll-menu {
    /*height: 300px;/*メニューの縦幅*/
    padding-bottom: 10px;
}
#scroll-menu .scroll-menu-inner {
    list-style-type: none;
    width: 844px;/*メニューの横幅*/
    /*height: 100%;*/
}


@media only screen and (max-width:700px) {

.sumArea .left.w79{
    width: 100%;
}


.sumArea .right.w17{
    width: 100%;
}

#scroll-menu {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
}


}