@charset "UTF-8";
/* CSS Document */


body{font-family: "TBRGothic DB";}
.content_wrap, #kv{background-color:#fff;
             box-shadow: 0px 0px 8px 0px rgba(57, 91, 71, 0.62);}
#yodogawa{color:#63C1EA;}
#yodogawa img{width:300px;}
#kv {
    background-color:#FCEE21;
}
#kv img{width:740px;
      box-shadow: 0px -10px 6px 0px rgba(57, 91, 71, 0.62);}
    #information li .info_desc, #information_free li .info_desc {
        max-width: 28em;
    }
    #information .info_title, #information_free .info_title {
        color:#63C1EA;
        font-size:1.4em;
        line-height:1.6em;
        width:20em;
        margin:0 auto;
        padding-bottom:1em;
    }

@media (max-width: 640px) {
    .content_wrap, #kv{ background-color: rgba(255, 255, 255, 0.7);
}