@charset "UTF-8";
/* CSS Document */
body{
    font-family: "A1 Gothic R";
    color: #6C4800;
    font-size : 16px;
    letter-spacing: .05em;
    background-color:#fff;
    background-position: center;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}
body, html{
    width: 100%;
    height: 100%;
}
.content_wrap {
    background-color: rgba(255, 255, 255, 0.85);
    margin-left: 3%;
    margin-right: 3%;
}
@media (min-width: 641px){
#yodogawa.bd_t.bd_none {
    margin-top: 0px;
}
hr {
    border-top: 1px solid #003366;
    margin-bottom: 40px;
    margin-top: 40px;
}
}