@charset "UTF-8";
/* CSS Document */
body{
     font-family: "Gothic Medium BBB";
}
h2{
	color:white;
	line-height: 175%;
}
h3{
	 font-family: "Futo Go B101";
	font-size: 135%;
	color: #de3333;
}
section#yodogawa {
    background-color: #dd3333;
	padding-bottom: 25px;
}
    #yodogawa.bd_t.bd_none {
    margin: 0px;
    }
#index_nav {
    margin: 0px;
    }
@media (min-width: 641px) {
    #information li .info_img img, #information_free li .info_img img {
        width: 100%;
        max-width: 50%;
		margin-top: 30px;
    }
}
@media (max-width: 640px) {
    #information li .info_img img, #information_free li .info_img img {
        max-width: 50%;
    }
}
#information li .info_img, #information_free li .info_img{
        margin: 40px 0 40px 0;
    }
#talk_nav, .talk_nav {
    margin: 0px 0px 20px 0px;
}
a.red {
    color: #1e73be;
}