@charset "utf-8";
.main_visual {
    background-image: url(../img/top/top-main-visual.jpg);
    background-size: cover;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
}
.main_logo {
    background-image: url(../img/top/top-logo-back.png);
    height: 386px;
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: center;
    margin-top: -298px;
}
.main_intro {
    text-align: center;
    margin-bottom: 40px;
}
.info {
    margin-bottom: 50px;
}
.new_info th {
    width: 100px;
    white-space: nowrap;
    padding-right: 1em;
}
.new_encyclopedia {
}
.new_encyclopedia p {
    float: left;
    width: 200px;
    margin-right: 20px;
    text-align: center;
}
.new_encyclopedia p img {
    width: 100%;
    height: auto;
    display: block;
}
