@charset "utf-8";
/* CSS Document */


#Allwrap{
	width: 100%;
	min-width: 980px;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
	min-height: 1600px;
}
#layer01{
	width:100%;
	min-width:980px;
	max-width: 1140px;
	margin:0 auto;
	position:relative;
	z-index: 200;
}
#layer_sky2{
	width:100%;
	background:url(../../common/img/bg/bg.jpg) center top no-repeat;
    background-size: cover;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#layer_stone2{
	width: 100%;
	margin:0 auto;
	background: url(../../common/img/bg/stone.png) center top no-repeat;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
#layer_sheet2{
	background: url(/common/img/bg/mask.png) center top;
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
}
#layer_chara2{
	width:100%;
	background: url(../img/bg_chara.png) center top no-repeat;
	height: 2400px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
/*================
MainArea
================*/
#mainArea{
	position:relative;
	padding-bottom: 100px;
	min-height: 1600px;
}
#mainArea h2{
    text-align: center;
    margin: 29px 0 0px;
}
.book_list{
	background:url(../img/line.png) center top no-repeat;	

	width: 804px;
	margin: 15px auto 0;
}
.book_box{
	background:url(../img/line.png) center bottom no-repeat;
	padding: 40px 50px 40px 65px;
}

.book_box .thumb{
	float:left;
}
.book_box dl{
	float:right;
	width: 423px;
	color: #FFF;
}
.book_box dl dt{
    font-size: 24px;
    padding: 15px 0px 20px;
    color: #fecb00;
    line-height: 1.35em;
    width: 480px;
}
.book_box dl dd.price{
    font-size: 12px;
    padding: 0 0 12px;
    line-height: 1.5em;
    color: #fecb00;
}
.book_box dl dd.catch{
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5em;
}
.book_box dl dd.text{
    font-size: 12px;
    line-height: 1.5em;
}