@charset "utf-8";

/*//　TOP　//*/
/*キッズコーナー*/
.kids {
	margin: 20px 0;
	padding: 30px 30px 15px;
	background: url("../yodogawa/img/bk_paper.png") repeat;
	border-radius: 20px;
}
.kids h3 {
	margin-bottom: 0.3em !important;
	padding-left:1.5em !important;
	border-bottom: 2px dotted #3097e0 !important;
	background: url("../img/icon_column.png") no-repeat left top 0.6em / 18px auto;
}
.kids img{ margin-bottom:25px;}

/*レポート*/
.report p{
	font-size: 1.3em;
	text-align: center;
}

/*出張講座*/
#amagase .info{
	margin-bottom: 30px;
	padding: 0 15px;
	border: 1px solid #c30d23;
}
#amagase .info li {
	color:#c30d23;
	font-size: 1.4em;
	}
#amagase .info li A {color:#c30d23;}

@media only screen and (max-width:768px) {
/*レポート*/
.report p{font-size: 1.1em;	text-align: center;}
#amagase .info li {	font-size: 1.3em;	}
}

