﻿#main_left {
    height: auto;
    font-size: 10.5pt;
}

#bottom_tyosei {
    margin-bottom: 40px;
}

#bottom_tyosei img:hover {
    transition: 0.2s;
    background: #fff1d3;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

#bottom_tyosei img {
    width: 100%;
}