@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Jun 34";
	color:#2b75cc;
}
    #yodogawa.bd_t.bd_none {
        border-radius: 10px;
    }
#yodogawa, .content_wrap section {
    padding: 20px;
    background-color: #ffe3fa;
	margin: 1.6em;
}
section#talk_wrap {
    border-radius: 10px;
}
.komidashi{
	font-size:1.3em;
	font-family: "Jun 501";
}
    .profile_inner, .modal_content_inner {
        background-color: #ffe3fa;
        border-radius: 16px;
    }
.bd_b {
    border-color: #ffe3fa;
    border-top: 3px solid #ffe3fa;
    border-bottom: 3px solid #ffe3fa;
}

@media (min-width: 641px) {
    #yodogawa.bd_t.bd_none {
        margin: 0 auto;
        width: 500px;
    }
	.content_wrap section,.content_wrap {
    width: 700px;
    margin: auto;
    border-radius: 16px;
	 margin-bottom: 60px;
}
	    #information li, #information_free li {
        margin:0px;
        padding:0px;
    }
}
@media (max-width: 640px) {
    #yodogawa.bd_t.bd_none {
        margin-top: 0;
    }
}


