@charset "UTF-8";

/* 背景関係
-----------------*/
#footer {
	background-image: url(../image/shelf_bottom.png);
	background-repeat: no-repeat;
}


#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#shelf h3 {
	padding: 16px 0 0 30px;
	background-image: url(../image/shelf_center.png);
	background-repeat: no-repeat;
	height: 37px;
	color: #000;
	font-size: 24px;
}
#shelf h3 span {
	padding: 3px 10px;
	background: #FFF;
	color: #000;
	font-size: 20px;
	line-height: 1;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1); 
}


/*本棚 
-----------------*/
#shelf h3#top {
	margin: 10px 0 0;
	padding: 27px 0 0 30px;
	background-image: url(../image/shelf_top.png);
	background-repeat: no-repeat;
	height: 35px;
}
#shelf ul {
	_zoom: 1;
	overflow: hidden;
	list-style: none;
	background-image: url(../image/box_1.png);
	background-repeat: no-repeat;
	height: 149px;
	padding: 16px 0 0 95px;
	}
#shelf li {
	position: relative;
	float: left;
	width: 102px;
	margin: 0 40px 0 0;
	background: #FFF;
}
#shelf li img {
	display: block;
}
#shelf li a img {
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
#shelf li a:hover img {
	opacity: 0.7;
}

#shelf li span {
	position: absolute;
	display: block;
	top: 48px;
	left: -20px;
	padding: 5px;
	background: #FF6D09;
/*	background: #F00;*/
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

/* add 2015.10.7 */
#shelf li.empty {
	background: none;
}

/* add 2019.4.5 */
/* メインバナー
-----------------*/
.mainBnr {
	width: 800px;
	margin: 20px auto;
	background: #fff;
	text-align: center;

}
.mainBnr a:hover img {
	opacity: 0.7;
}
.mainBnr img {
	transition: all .4s ease;
}


/* ジュニア講座一覧
-----------------*/
.underTitle {
	position: relative;
	margin: 30px 0 20px;
	padding: 10px;
	background: #fc0;
	border-radius: 8px;
}
.underTitle h1 {
	padding: 0 0 0 90px;
	color: #000;
	font-weight: bold;
	font-size: 30px;
}
.underTitle img {
	display: block;
	position: absolute;
	top: -10px;
	left: 20px;
}

