@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Aoto Gothic Regular";
}
#yodogawa{
	font-family: "Aoto Gothic Medium";
}
#yodogawa .btn_profile {
    font-size: 15px;
    font-family: "Aoto Gothic Medium";
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0.5em;
    padding-left: 5%;
	width: 70%;
}
#talk_body .pic img {
        border-radius: 30px;
}
@media (min-width: 641px) {
    #information li .info_img img, #information_free li .info_img img {
        width: 50%;
        max-width: 540px;
    }
}
    #index_nav .date {
        font-family: "Tunnel Tightline";
		color:#8d8d8d;
    }
h3 {
    font-family: "Soft Gothic Medium";
    font-size: 20px;
	color: #f76e00;
    padding-bottom: 15px;
}