@charset "UTF-8";
/* CSS Document */
body{
	font-family: "A1 Gothic R", "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	color: #4f3b00;
}
#yodogawa{
    line-height: 1.9em;
}

#information .info_title, #information_free .info_title {
    line-height: 1.9em;
    width: 80%;
}
.content_wrap {
    background-color: #ffffff;
    margin: 10px;
}
.midashi{
    font-size: 1.5em;
    color: #003366;
    padding: 20px 0px 16px 0px;
    font-family: "A1 Gothic M";
	line-height: 170%;
}
.komidashi{
	font-size: 1.25em;
    color: #4f3b00;
    padding: 20px 0px 10px 0px;
    font-family: "A1 Gothic M";
}
.announce{
	color:#DE282B;
	font-size:0.8em;
}
.point {
    background-color: #fff1f1;
    border-radius: 8px;
    padding: 20px;
	margin:15px 0px;
}
.strong{
	font-family: "A1 Gothic M";
}
.photo{
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kakomi-maru1 {
    margin: 2em auto;
    padding: 2em;
    color: #666666;
    background-color: #f7f7f7;
    border: 2px solid #bfec39;
    border-radius: 8px;
}
.box {
    padding: 0.5em 1em;
    margin: 2em 0 1em;
    font-family: "A1 Gothic M";
    background: #ffe9a0;
    border-radius: 5px;
    width: 50%;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;
    background: #FFD700;
    border-radius: 5px;
	width: 50%;
}
.box p {
    margin: 0; 
    padding: 0;
	line-height: 1.5em;
}

.box2 p {
    margin: 0; 
    padding: 0;
	line-height: 1.5em;
}

.interview {
    background: #ffffe0;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

.interview p{
    color: #00008b;
	
}

p.bold{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_01{
	font-weight: bold;
	border-bottom: solid 3px #4682b4;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_02{
	font-weight: bold;
	border-bottom: solid 3px #ff7f50;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_03{
	font-weight: bold;
	border-bottom: solid 3px #48A348;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_04{
	font-weight: bold;
	border-bottom: solid 3px #ae8caf;
	margin-top: 30px;
	margin-bottom: 5px;
}


hr{
	border-top: 1px solid #003366;
	margin-bottom: 40px;
	margin-top: 40px;
}

hr2{
	border-top: 1px solid #CCCCCC;
	margin-bottom: 40px;
	margin-top: 40px;
}

h1{
	font-size: 21px;
	font-weight: bold;
	color: #00008b;
	/* margin-bottom: 30px; */
	/* margin-top: 30px; */
}


.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #e83929;
    border-radius: 5px;
	width: 50%;
}

.btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

.attention {
    font-size: 14px;
    line-height: 1.6em;
    color: #696969;
    margin: 20px 0px;
}

.attention2 {
	font-size: 14px;
	line-height: 1.6em;
	background-color: #f0f8ff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}


@media (max-width: 640px) {
	    #yodogawa p {
			margin:0px;
	}
    #yodogawa.bd_t.bd_none {
        margin: 0px 10px;
}
	#yodogawa, .content_wrap section, .content_wrap section#information, .content_wrap section#information_free
 {
    padding-left: 10px;
    padding-right: 10px;
}
#wrap{
	padding-top: 0px;
	width: 100%;
	margin: auto;
	}
	
#information .info_title, #information_free .info_title {
    width: 90%;

}	
	
#home_contents
	{
	width: 90%;
	margin: auto;
	}
}