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


#mainContents {
	border-left: 1px solid #393939;
	background: url(img/bg.png) center top repeat-x fixed;
	margin-left: 320px;
}

h2 {
	padding: 45px 0 0 19px;
}

#book_area {
	margin: 30px auto 0 19px;
	overflow: hidden;
}
#catch {
	margin: 0 0 20px;
	text-align: left;
	padding-left: 10px;
}
#book_in {
	margin: 0 0 0 -15px;
	min-width: 700px;
}

.sortTab {
	padding-left: 9px;
}

.mainTab {
	width: 164px;
	height: 30px;
	display: inline;
	float: left;
	margin-right: 3px;
	position: relative;
	z-index: 10;
}

.mainTab .over {
	display: none;
	cursor: pointer;
}

.mainTab:hover .over {
	display: block;
	cursor: pointer;
}

.mainTab.current .out,
.mainTab:hover .out {
	display: none;
}
.mainTab.current .over {
	display: block;
	cursor: default;
}
.mainTab.current:hover .over {
	cursor: default;
}

.mainTab .subNav{
	width: 164px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 33px;
	height: 0;
}

.mainTab .subNav .frame {
	width: 162px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #00e4ff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

.mainTab .subNav .list {
	width: 162px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#5A000000,EndColorStr=#5A000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#5A000000,EndColorStr=#5A000000)";
	left: 1px;
	top: 1px;
}

.mainTab .subNav .list ul {
	padding: 11px 19px 1px 19px;
}

.mainTab .subNav .list ul li{
	font-size: 11px;
	color: #ffffff;
	line-height: 150%;
	margin-bottom: 8px;
}

.mainTab .subNav .list ul li:hover {
	cursor: pointer;
	color: #01d7f1;
}


#wrapper #contents.contTop .schedule dl dd li.list2 {  }
#wrapper #contents.contTop .schedule dl dd li:not(:target) { filter: none; -ms-filter: none; }
.one_book {
	color: #fff;
	font-size: 11px;
	width: 274px;
	margin: 0 15px 29px;
	padding: 27px 20px 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: url(./img/contBg.png) no-repeat 0 0;
}

.one_book .bottom {
	width: 314px;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url(./img/contFoot.png) no-repeat 0 0;
}

.label {
	font-size: 10px;
	line-height: 1;
	padding: 0 0 0 20px;
	background: url(../img/icon_blue.png) left top no-repeat;
}

.sortWrap h3 {
	font-size: 22px;
	line-height: 19px;
	margin: 30px 0 20px 17px;
	padding-left: 24px;
	background: url(./img/icon.png) no-repeat 3px 3px;
}

.one_book h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0 0;
	background: none;
	padding: 0;
}
.salesday {
	font-size: 10px;
	line-height: 1;
	margin: 12px 0 0;
	color: #54d9fc;
}
.bk_img {
	margin: 12px 0 0;
	text-align: right;
}
.bk_txt {
	line-height: 18px;
	margin: 22px 0 0;
}
.book_in {
	position: relative;
	z-index: 1;
}
.number {
	position: absolute;
	font-size: 110px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #262626;
	line-height: 1;
	top: 0;
	right: 17px;
	letter-spacing: -10px;
}
.amazon_btn {
	margin: 20px 0 0;
	overflow: hidden;
	width: 140px;
	height: 40px;
}
.amazon_btn a:hover img {
	margin-top: -40px;
}