div#contents{
	padding: 6px 0 0;
	text-align: center;
}

div#jigyo_main{
	width: 795px;
	margin-left: auto;
	margin-right: auto;
}



div#jigyo_main h2 {
	height: 30px;
	padding: 20px 0 0 0;
	margin: 0;
}

div#jigyo_main h2 span{
	display: none;
}

div#jigyo_main h3 {
	padding: 2px 0 2px 7px;
	font-size: 2em;
	border-left: 6px solid orange;
	text-align: left;	
	background-color: color(srgb 1 0.943 0.749);
	font-weight: bold;
	
}

div#jigyo_main h3 span{
	display: none;
}

div#sdgs_main{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}



div#sdgs_main p{
	font-size: 2em;
	border: 0;
	margin: 0;

}

.book_outer {
	display: block;
	height: 300px;
}


.book {
	position: relative;
	height: 300px;

}

.book_btn{
	display: block;
	position: absolute;	
	top: 50%;
	  transform: translateY(-50%) ;
	  -webkit- transform: translateY(-50%) ;
	  margin-left: 50px;
}

.book_img{
	float: right;
	display: block;
	border: 1px solid black;
	margin-right: 70px;
}

div#jigyo_main ul{
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	_zoom: 1;
	margin-right: -7px;
	margin-bottom: 20px;
}

div#jigyo_main ul li{
	float: left;
	margin-right: 23px;
	/* background-color: #fe9223; */
	width: 249px;

}

div#jigyo_main ul li:last-child {
	margin-right: 0;
  }

div.tophome{
	text-align: right;
}

div.tophome a{
	color: #fe2919;
}

/*透過ボタン*/
div#jigyo_main a:hover img { opacity: 0.8; filter: alpha (opacity=80) ;/* for IE */ }
