@charset "UTF-8";

    h1, h2{
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 2px solid #ccc;
        color: #1a881a;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }   
    .forEngBox{
        padding: 15px 20px 25px;
        background-color: #eee;
    }