@charset "UTF-8";
body{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Robot,Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Noto Sans CJK JP", "BIZ UDPGothic", Meiryo, sans-serif;
    background-color: #fff;
    color: #000;
    text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
header {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 1em;
}
header hr {
    height: 2px;
    background-color: #008000;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
main {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 13px;
}
main hr {
    height: 1px;
    background-color: #008000;
    border: none;
    margin-top: 0;
    margin-bottom: 10px;
}
main img {
    margin-bottom: 1em;
}
main div.main_content {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bolder;
}
footer {
    width: 100%;
    max-width: 600px;
    margin: 1em auto 10px;
    font-size: 13px;
}
footer hr {
    height: 2px;
    background-color: #008000;
    border: none;
    margin-top: 0;
    margin-bottom: 10px;
}