/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #000000; color: #fff; text-shadow: none; }
::selection { background: #000000; color: #fff; text-shadow: none; }

a { color: #000; }
a:visited { color: #000000; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


a{
	text-decoration: none;
}

ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
li{
	list-style: none;
}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		background: #000000 url(../img/bg.jpg) no-repeat center top;
		background-size: 100%;
	}
	.container {
		position:relative;
		height:600px;
		overflow: hidden;
		/*
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-moz-transform-style: preserve-3d;
		*/
	}
	
	header{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:40px;
		background: #000000;
		background: rgba(0,0,0,0.8);
		margin: 0px auto 0px auto;
		z-index:100;
	}
	header h1 a{
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    display:block;
	    background: url(../img/header_logo.png) no-repeat;
		width:139px;
		height:23px;
		position: absolute;
		top: 7px;
		left: 10px;
	}
	header .social {
		position: absolute;
		right: 0px;
		bottom: 5px;
	}
	header .social li {
		display: block;
		float: left;
		margin-right: 10px;
	}
	header .social .twitter{
		width: 95px;
	}
	header .social .facebook{
		width: 80px;
	}
	header .social .google_plus{
		width: 62px;
	}
	header .social .hatebu{
	}
	
	
	
	
	
	footer{
		position:fixed;
		bottom:0px;
		left:0px;
		width:100%;
		height:40px;
		background: #000000;
		background: rgba(0,0,0,0.8);
		margin: 0px auto 0px auto;
		z-index:101;
	}
	footer .center{
		position:relative;
		width:0px;
		height:40px;
		margin: 0px auto 0px auto;
	}
	footer .center .arrow a{
		position:absolute;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    display:block;
		width:60px;
		height:40px;
		left:-30px;
		background:url(../img/footer_arrow.png) no-repeat;
	}
	footer .center .arrow.down a{
		background-position:0px -80px;
	}
	footer .center .menu li{
		position:absolute;
		top:0px;
		height:40px;
	}
	footer .center .menu li a{
		top:0px;
		height:40px;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    display:block;
	}
	footer .center .menu .top{
		left: -237px;
	}
	footer .center .menu .top a{
		width:23px;
		background:url(../img/footer_top.png) no-repeat;
		height:40px;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    display:block;
	}
	footer .center .menu .disc_info{
		left: -193px;
	}
	footer .center .menu .disc_info a{
		width:57px;
		background:url(../img/footer_disc_info.png) no-repeat;
		height:40px;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    display:block;
	}
	footer .center .menu .tracklist1{
		left: -116px;
	}
	footer .center .menu .tracklist1 a{
		width:66px;
		background:url(../img/footer_tracklist1.png) no-repeat;
		
	}
	footer .center .menu .tracklist2{
		left: 49px;
	}
	footer .center .menu .tracklist2 a{
		width:68px;
		background:url(../img/footer_tracklist2.png) no-repeat;
		
	}
	footer .center .menu .staff_credit{
		left: 137px;
	}
	footer .center .menu .staff_credit a{
		width:74px;
		background:url(../img/footer_staff_credit.png) no-repeat;
		
	}
	footer .center .menu .banner{
		left: 231px;
	}
	footer .center .menu .banner a{
		width:44px;
		background:url(../img/footer_banner.png) no-repeat;
		
	}
	footer .center .menu li.selected a{
		background-position-y: -40px;
	}
	
	.bookContainer {
		width:100%;
		height:480px;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		
		/*
		
		
		*/
		margin-top: 100px;
	}
	.bookContainer .book{
		position:relative;
		width:0px;
		height:480px;
		margin:0px auto;
		/*
		
		*/
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
	}
	.bookContainer .book article{
		width:400px;
		height:480px;
		position:absolute;
		left:0;
		top:0;
	}
	.bookContainer .book article .inner{
		width:400px;
		height:480px;
		position:relative;
		overflow: hidden;
	}
	.bookContainer .book article .shade{
		width:400px;
		height:480px;
		position:absolute;
		left:0;
		top:0;
	}
	.bookContainer .book article .shade .white{
		width:400px;
		height:480px;
		position:absolute;
		left:0;
		top:0;
		background: rgba(255,255,255,0.3);
	}
	.bookContainer .book article .shade .black{
		width:400px;
		height:480px;
		position:absolute;
		left:0;
		top:0;
		background: rgba(0,0,0,0.7);
	}
	.bookContainer .book .box0{
		background:url(../img/bg_page0.jpg) no-repeat;
	}
	.bookContainer .book .box11{
		background:url(../img/bg_page11.jpg) no-repeat;
	}
		.bookContainer .book .box0 .btn {
			position:absolute;
			left:337px;
			top:177px;
		}
		.bookContainer .book .box0 .btn_inner {
			position:relative;
			width:63px;
			height:126px;
		}
		.bookContainer .book .box0 .btn .bg{
			width:63px;
			height:126px;
			background:url(../img/page0_btn_bg.png) no-repeat;
			position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box0 .btn .txt{
			width:63px;
			height:126px;
			background:url(../img/page0_btn_txt.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
	    	position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box11 .btn {
			position:absolute;
			left:0px;
			top:177px;
		}
		.bookContainer .book .box11 .btn_inner {
			position:relative;
			width:63px;
			height:126px;
		}
		.bookContainer .book .box11 .btn .bg{
			width:63px;
			height:126px;
			background:url(../img/page11_btn_bg.png) no-repeat;
			position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box11 .btn .txt{
			width:63px;
			height:126px;
			background:url(../img/page11_btn_txt.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
	    	position:absolute;
			left:0px;
			top:0px;
		}

	
	.bookContainer .book .box1{
		background:url(../img/bg_page1.jpg) no-repeat;
	}
	.bookContainer .book .box10{
		background:url(../img/bg_page10.jpg) no-repeat;
	}
		.bookContainer .book .box1 .jacket{
			position:absolute;
			left:17px;
			top:17px;
			width:270px;
			height:270px;
			border:#FFFFFF 3px solid;
			background:url(../img/page1_jacket.jpg) no-repeat;
		}
		.bookContainer .book .box10 .jacket{
			position:absolute;
			left:105px;
			top:17px;
			width:270px;
			height:270px;
			border:#000000 3px solid;
			background:url(../img/page10_jacket.jpg) no-repeat;
		}
		.btn_buy a{
			width:166px;
			height:40px;
			background:url(../img/btn_buy.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.btn_buy.rollover a{
			background-position-y: -40px;
		}
		.bookContainer .book .box1 .btn_buy{
			position:absolute;
			left:71px;
			top:420px;
		}
		.bookContainer .book .box10 .btn_buy{
			position:absolute;
			left:171px;
			top:420px;
		}
		.bookContainer .book .box1 .btn {
			position:absolute;
			left:347px;
			top:187px;
		}
		.bookContainer .book .box1 .btn_inner {
			position:relative;
			width:53px;
			height:107px;
		}
		.bookContainer .book .box1 .btn .bg{
			width:53px;
			height:107px;
			background:url(../img/page1_btn_bg.png) no-repeat;
			position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box1 .btn .txt{
			width:53px;
			height:107px;
			background:url(../img/page1_btn_txt.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
	    	position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box10 .btn {
			position:absolute;
			left:0px;
			top:187px;
		}
		.bookContainer .book .box10 .btn_inner {
			position:relative;
			width:53px;
			height:107px;
		}
		.bookContainer .book .box10 .btn .bg{
			width:53px;
			height:107px;
			background:url(../img/page10_btn_bg.png) no-repeat;
			position:absolute;
			left:0px;
			top:0px;
		}
		.bookContainer .book .box10 .btn .txt{
			width:53px;
			height:107px;
			background:url(../img/page10_btn_txt.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
	    	position:absolute;
			left:0px;
			top:0px;
		}
		
		.bookContainer .book .box1 .reitaisai{
			position:absolute;
			left:297px;
			top:430px;
		}
		.bookContainer .book .box1 .reitaisai a{
			width:103px;
			height:17px;
			background:url(../img/page1_reitaisai.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.bookContainer .book .box10 .reitaisai{
			position:absolute;
			left:0px;
			top:430px;
		}
		.bookContainer .book .box10 .reitaisai a{
			width:106px;
			height:18px;
			background:url(../img/page10_reitaisai.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
	
	.bookContainer .book .box2{
		background:url(../img/bg_page2.jpg) no-repeat;
	}
	.bookContainer .book .box9{
		background:url(../img/bg_page9.jpg) no-repeat;
	}
		.bookContainer .book .box2 iframe{
			position: absolute;
			left:0px;
			top:211px;
		}
		.bookContainer .book .box9 iframe{
			position: absolute;
			right:0px;
			top:211px;
		}
	
	
	.bookContainer .book .box3{
		background:url(../img/bg_page3.jpg) no-repeat;
	}
	.bookContainer .book .box4{
		background:url(../img/bg_page4.jpg) no-repeat;
	}
	.bookContainer .book .box5{
		background:url(../img/bg_page5.jpg) no-repeat;
	}
	.bookContainer .book .box6{
		background:url(../img/bg_page6.jpg) no-repeat;
	}
		.banner_the3_468 a{
			width:468px;
			height:80px;
			background:url(../../images/banner_the3_468.jpg) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.banner_the3_200 a{
			width:200px;
			height:40px;
			background:url(../../images/banner_the3_200.jpg) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.banner_the35_468 a{
			width:468px;
			height:80px;
			background:url(../../images/banner_the35_468.jpg) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.banner_the35_200 a{
			width:200px;
			height:40px;
			background:url(../../images/banner_the35_200.jpg) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.bookContainer .book .box5 .banner_the3_468{
			position:absolute;
			left: 50px;
top: 74px;
		}
		.bookContainer .book .box5 .banner_the3_200{
			position:absolute;
			left: 50px;
top: 220px;
		}
		.bookContainer .book .box5 .banner_the35_468{
			position:absolute;
			left: 282px;
top: 245px;
		}
		.bookContainer .book .box6 .banner_the3_468{
			position:absolute;
			left: -350px;
			top: 74px;
		}
		.bookContainer .book .box6 .banner_the35_468{
			position:absolute;
			left: -118px;
			top: 245px;
		}
		.bookContainer .book .box6 .banner_the35_200{
			position:absolute;
			left: 150px;
			top: 140px;
		}
		
		.input468{
			width:190px;
			height:24px;
			padding: 0 5px;
			color:#FFFFFF;
			font-size: 10px;
			background:#333333;
			border: 1px solid #333333;
			outline: none;
		}
		.input200{
			width:190px;
			height:24px;
			padding: 0 5px;
			color:#FFFFFF;
			font-size: 10px;
			background:#333333;
			border: 1px solid #333333;
			outline: none;
		}
		.size468{
			width:57px;
			height:12px;
			background:url(../img/banner_size_468.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		.size200{
			width:57px;
			height:12px;
			background:url(../img/banner_size_200.png) no-repeat;
			text-indent: 100%;
	   		white-space: nowrap;
	    	overflow: hidden;
	    	display:block;
		}
		
		.bookContainer .book .box5 .input468{
			position:absolute;
			left: 50px;
top: 159px;
		}
		.bookContainer .book .box5 .input200{
			position:absolute;
			left: 50px;
top: 265px;
		}
		.bookContainer .book .box6 .input468{
			position:absolute;
			left: 149px;
top: 330px;
		}
		.bookContainer .book .box6 .input200{
			position:absolute;
			left: 149px;
top: 185px;
		}
		.bookContainer .book .box5 .size468{
			position:absolute;
			left: 50px;
top: 192px;
		}
		.bookContainer .book .box5 .size200{
			position:absolute;
			left: 50px;
top: 297px;
		}
		.bookContainer .book .box6 .size468{
			position:absolute;
			left: 292px;
top: 362px;
		}
		.bookContainer .book .box6 .size200{
			position:absolute;
			left: 292px;
top: 217px;
		}
		
	.bookContainer .book .box7{
		background:url(../img/bg_page7.jpg) no-repeat;
	}
	.bookContainer .book .box8{
		background:url(../img/bg_page8.jpg) no-repeat;
	}
	
	
	.hit0{
		position: absolute;
top: 173px;
left: 50%;
width: 130px;
height: 130px;
cursor: pointer;
margin-left: -65px;
display: none;
	}
	.hit1{
		position: absolute;
top: 0px;
left: 50%;
width: 40px;
height: 480px;

cursor: pointer;
margin-left: -20px;
display: none;
	}
	
	
	
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	header h1 a{
		background: url(../img/header_logo_x2.png) no-repeat;
		background-size: 139px 23px;
	}
	footer .center .arrow a{
		background:url(../img/footer_arrow_x2.png) no-repeat;
		background-size:60px 160px;
	}
	footer .center .menu .top a{
		background:url(../img/footer_top_x2.png) no-repeat;
		background-size:23px 80px;
	}
	footer .center .menu .disc_info a{
		background:url(../img/footer_disc_info_x2.png) no-repeat;
		background-size:57px 80px;
	}
	footer .center .menu .tracklist1 a{
		background:url(../img/footer_tracklist1_x2.png) no-repeat;
		background-size:66px 80px;
	}
	footer .center .menu .tracklist2 a{
		background:url(../img/footer_tracklist2_x2.png) no-repeat;
		background-size:68px 80px;
	}
	footer .center .menu .staff_credit a{
		background:url(../img/footer_staff_credit_x2.png) no-repeat;
		background-size:74px 80px;
	}
	footer .center .menu .banner a{
		background:url(../img/footer_banner_x2.png) no-repeat;
		background-size:44px 80px;
	}
	.bookContainer .book .box0{
		background:url(../img/bg_page0_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box1{
		background:url(../img/bg_page1_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box2{
		background:url(../img/bg_page2_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box3{
		background:url(../img/bg_page3_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box4{
		background:url(../img/bg_page4_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box5{
		background:url(../img/bg_page5_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box6{
		background:url(../img/bg_page6_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box7{
		background:url(../img/bg_page7_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box8{
		background:url(../img/bg_page8_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box9{
		background:url(../img/bg_page9_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box10{
		background:url(../img/bg_page10_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}
	.bookContainer .book .box11{
		background:url(../img/bg_page11_x2.jpg) no-repeat;
		background-size: 400px 480px;
	}

	.bookContainer .book .box0 .btn .bg{
		background: url(../img/page0_btn_bg_x2.png) no-repeat;
		background-size: 63px 126px;
	}
	.bookContainer .book .box0 .btn .txt{
		background: url(../img/page0_btn_txt_x2.png) no-repeat;
		background-size: 63px 126px;
	}
	.bookContainer .book .box11 .btn .bg{
		background:url(../img/page11_btn_bg_x2.png) no-repeat;
		background-size: 63px 126px;
	}
	.bookContainer .book .box11 .btn .txt{
		background: url(../img/page11_btn_txt_x2.png) no-repeat;
		background-size: 63px 126px;
	}
	.bookContainer .book .box1 .jacket{
		background:url(../img/page1_jacket_x2.jpg) no-repeat;
		background-size:270px 270px;
	}
	.bookContainer .book .box10 .jacket{
		background:url(../img/page10_jacket_x2.jpg) no-repeat;
		background-size: 270px 270px;
	}
	.btn_buy a{
		background:url(../img/btn_buy_x2.png) no-repeat;
		background-size: 166px 80px;
	}
	.bookContainer .book .box1 .btn .bg{
		background:url(../img/page1_btn_bg_x2.png) no-repeat;
		background-size: 53px 107px;
	}
	.bookContainer .book .box1 .btn .txt{
		background:url(../img/page1_btn_txt_x2.png) no-repeat;
		background-size: 53px 107px;
	}
	.bookContainer .book .box10 .btn .bg{
		background:url(../img/page10_btn_bg_x2.png) no-repeat;
		background-size: 53px 107px;
	}
	.bookContainer .book .box10 .btn .txt{
		background:url(../img/page10_btn_txt_x2.png) no-repeat;
		background-size: 53px 107px;
	}
	.bookContainer .book .box1 .reitaisai a{
		background:url(../img/page1_reitaisai_x2.png) no-repeat;
		background-size: 103px 16px;
	}
	.bookContainer .book .box10 .reitaisai a{
		background:url(../img/page10_reitaisai_x2.png) no-repeat;
		background-size: 105px 16px;
	}
	
	.banner_the3_468 a{
		background:url(../../images/banner_the3_468_x2.jpg) no-repeat;
		background-size: 468px 80px;
	}
	.banner_the3_200 a{
		background:url(../../images/banner_the3_200_x2.jpg) no-repeat;
		background-size: 200px 40px;
	}
	.banner_the35_468 a{
		background:url(../../images/banner_the35_468_x2.jpg) no-repeat;
		background-size: 468px 80px;
	}
	.banner_the35_200 a{
		background:url(../../images/banner_the35_200_x2.jpg) no-repeat;
		background-size: 200px 40px;
	}
	.size468{
		background:url(../img/banner_size_468_x2.png) no-repeat;
		background-size: 57px 12px;
	}
	.size200{
		background:url(../img/banner_size_200_x2.png) no-repeat;
		background-size: 57px 12px;
	}
}