.primaryContainer {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	min-width: 0px;
	max-width: 970px;
	background:#fff;
}

#header_wrap {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: #fff;
	margin-right: 0px;
}

	img#kanban{
		width:100%;
		height:auto;
		display:block;
	}

#navigation_wrap {
	width: 100%;
	height: 50px;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	background-color: rgb(144, 144, 144);
	min-width: 0px;
	margin-right: 0px;
}

#book_info_wrap {
	width: 94%;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	margin-right: 0px;
	padding: 3%;
	background-color: #FFF;
}

	#left_wrap {
		width: 42%;
		float: left;
		height:auto;
		margin:0;
	}
		#book_img{
			width: 100%;
			height: auto;
			margin-left: 0%;
			margin-top: 0px;
			clear: none;
			min-width: 0px;
			background-color: rgb(255, 255, 255);
			position:relative;
			top:0;
			left:0;
			box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
		}
		
		#newb{
			width:45px;
			height:auto;
			position:absolute;
			top:-48px;
			left:10px;
		}
		
		#last_book{
			width:100%;
			height:auto;
			vertical-align: bottom;
		}
		
		#book_detail {
			width: 100%;
			height: auto;
			margin-left: 0%;
			margin-top: 10px;
		}
		
		#book_detail h1{
			height:auto;
			padding:10px;
			text-align:center;
			border-bottom:#fff solid 1px;
		}
		
		#book_detail h1 a{
			font-size:18px;
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}
		
		#book_detail p{
			color:#fff;
		}
	
	#right_wrap {
		width: 55%;
		float: right;
		height: auto;
		margin-left: 0px;
		margin-top: 0px;
		clear: none;
		margin-right: 0%;
	}
		
		#book_title {
			width: 100%;
			height:auto;
		}
			#book_title img{
				width:100%;
				height:auto;
			}
		
		#book_txt {
			width: 90%;
			height: auto;
			padding:5%;
			margin-left: 0%;
			margin-top: 10px;
			clear: both;
			background-color: rgb(255, 255, 255);
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		
		#book_link {
			width: 95%;
			height: auto;
			padding:2%;
			margin-left: 0%;
			background-color: rgba(255, 255, 255, 0.5);
			border:#fff solid 1px;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			position:relative;
			top:0;
			left:0;
		}
		
		#book_link_title{
			
			display:block;
			position:absolute;
			top:-20px;
			left:5px;
		}
		
		#book_link_list_wrap li{
			max-width:24%;
			height:auto;
			float:left;
			margin-left:1%;
			margin-bottom:1%;
			margin-right:2%;
		}
		
		#book_link_list_wrap li img{
			width:100%;
			height:auto;
			vertical-align: bottom;
			box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
		}
		
		#link_button {
			width: 100%;
			height: 50px;
			margin-left: 0%;
			margin-top: 20px;
			clear: both;
			background-color: rgb(255, 255, 255);
		}
	
	div#book_app_bnr_wrap{
		width:90%;
		height:auto;
		padding:10px;
		margin:0 auto;
		margin-bottom:30px;
		background:#fff;
		border:#C7B299 solid 5px;
	}
		
		div#book_app_bnr_left_wrap{
			width:65%;
			height:auto;
			float:left;
		}
		
			div#book_app_bnr_left_wrap p{
				text-align:center;
				font-size:12px;
				margin-bottom:5px;
				color:#C7B299;
				font-weight:bold;
			}
		
			div#icon_link_wrap{
			}
				div#icon_link_wrap img:hover{
					opacity: 0.7;
					filter: alpha(opacity=70);
					-ms-filter: "alpha(opacity=70)";
				}
				
				div#icon_link_wrap img{
					display:block;
					width:33%;
					height:auto;
					float:left;
				}
		
		div#book_app_bnr_right_wrap{
			width:35%;
			height:auto;
			float:left;
		}
		
			p#book_app_bnr_right_txt{
				font-size:12px;
				text-align:center;
				font-weight:bold;
			}
			
			p#link_button_wrap{
				width:60%;
				height:30px;
				line-height:30px;
				margin:0 auto;
				margin-top:15px;
				text-align:center;
				font-weight:bold;
				
				
			}
				p#link_button_wrap a{
					display:block;
					width:100%;
					height:auto;
					text-decoration:none;
					color:#fff;
					background:#C7B299;
				}
				
				p#link_button_wrap a:hover{
					background:#F60;
				}

div#map_wrap{
	max-width:100%;
	height:auto;
}
	img#kitsuki_map{
		display:block;
		max-width:100%;
		height:auto;
		-ms-interpolation-mode: bicubic;
		border:transparent;
	}

#triple_box_wrap {
	width: 97%;
	height: auto;
	background-color: rgb(142, 142, 142);
	padding: 3% 0px 0px 3%;
}
	
	#tirple_box_header {
		width: 100%;
		height: 50px;
		margin: 0px;
		background-color: rgb(78, 78, 78);
	}
	
	ul#contents_list_wrap {
		width: 100%;
		height: auto;
		margin: 0px;
		background-color: rgb(0, 0, 0);
		min-width: 0px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
		li.contents_wrap {
			width: 33.3%;
			float: left;
			height: auto;
		}
	
			.contents {
				height: 400px;
				margin: 0px;
				clear: none;
				width: 90%;
				background-color: rgb(255, 255, 255);
			}
	
	#books_wrap {
		width: 94%;
		height: auto;
		clear: both;
		padding: 0 3% 3% 3%;
		background-color: #fff;
		background:#E9E0D6;
	}
	
		#books_header {
			width: auto;
			height: auto;
		}
		
		
		
		#books_list_wrap{
			width: 94%;
			max-width:910px;
			height: auto;
			padding:3%;
			position:relative;
			top:0px;
			left:0px;
			
			background:#E9E0D6;
		}
		
		img#books_list_wrap_title{
			width: 94%;
			max-width:910px;
			height:auto;
			display:block;
			margin:0 auto;
			
		}
		
		#books_list_wrap ul{
			
		}
		
		#books_list_wrap li{
			width:25%;
			height:auto;
			min-height:210px;
			float:left;
		}
		
		.books_list_wrap_img{
			width:90%;
			height:auto;
			display:block;
			margin:0 auto;
			box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
			-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
		}
		
		#books_list_wrap h3{
			min-height:50px;
			font-size:14px;
			text-align:center;
		}
		
		#books_list_wrap a{
			color:#4D4D4D;
		}
		
		.stripes {
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			background-size: 50px 50px; /* Controls the size of the stripes */
			-moz-box-shadow: 1px 1px 8px gray;
			-webkit-box-shadow: 1px 1px 8px gray;
			box-shadow: 1px 1px 8px gray;
		}
		
		.vvertical {
			background-color: #f90;
			background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
			background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
			background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
			background-image: linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
		}

		img#onseig{
			display:block;
			position:absolute;
			bottom:20px;
			right:20px;
		}
		
		p#denb_text{
			display:none;
		}
		
div#donation_wrap{
	max-width:100%;
	height:auto;
	background:#FFFFFF;
}

	img#donation_img{
		display:block;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}

@media only screen and (max-width: 955px) {
	img#onseig{
		display:none;
	}
	
	p#denb_text{
		display:block;
	}
}

@media only screen and (max-width: 768px) {
	
	#books_list_wrap li{
		width:25%;
		height:auto;
		min-height:180px;
		float:left;
	}
	
	
}

@media only screen and (max-width: 668px) {
	
	
	div#book_app_bnr_left_wrap{
		width:100%;
		height:auto;
		margin:0 auto;
		float:none;
	}
	
	div#book_app_bnr_right_wrap{
		width:100%;
		height:auto;
		margin:0 auto;
		padding-top:20px;
		float:none;
	}
	
	
	#books_wrap {
		margin-top: 1px;
		margin-left: 0%;
		clear: both;
	}
	
	#triple_box_wrap {
		width:100%;
		padding: 0;
		margin-top: 0px;
		margin-left: 0%;
		clear: both;
		height: auto;
	}
	
	#book_info_wrap {
		height: auto;
	}
	
	#left_wrap {
		width: 100%;
		margin-top: 0px;
		margin-left: auto;
		clear: none;
		margin-right: auto;
		float: none;
	}
	
	#right_wrap {
		width: 100%;
		margin-right: auto;
		margin-top: 40px;
		clear: none;
		margin-left: auto;
		float: none;
	}
	
		#book_title img{
			width:100%;
			height:auto;
			display:block;
			margin:0 auto;
		}
	
	
	#contents_list_wrap {
		width: 97%;
		height: auto;
		margin-top: 10px;
		margin-left: 0%;
		clear: none;
	}
	
		li.contents_wrap {
			width: 94%;
			padding:3%;
			margin-top: 0px;
			margin-left: auto;
			clear: none;
			float: none;
			height: 730px;
			margin-right: auto;
		}
		
			.contents {
				width: 100%;
				height: 730px;
			}
			
	img#books_list_wrap_title{
			width:50%;
			height:auto;
			display:block;
			position:absolute;
			top:-6%;
			left:0px;
		}
	
	#books_list_wrap li{
		width:47%;
		
		min-height:220px;
		margin-left:1%;
		margin-bottom:5%;
		height:auto;
	}
	
	
}

@media only screen and (max-width: 500px) {
	#books_list_wrap li{
		width:47%;
		
		min-height:180px;
		margin-left:1%;
		margin-bottom:5%;
		height:auto;
	}
}