
@charset "UTF-8";


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);




#pickup :after,
#recent-books .row:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
}

* html #pickup,
* html #recent-books .row {
	display: inline-block;
}
*+html #pickup,
*+html #recent-books .row {
	display: inline-block;
}






#main {
	margin: 0 30px 30px;
}







#pickup {
	width: 480px;
	padding: 0 0 20px;
	overflow: hidden;
}

#pickup h2 {
	margin: 0 0 12px;
}


#slide {
	height: 276px;
	overflow: hidden;
}
#slide .container {
	float: left;
	width: 500px;
	height: 276px;
	overflow: hidden;
}

#slide .container dt {
	float: left;
	width: 180px;
	overflow: hidden;
}
#slide .container dd {
	float: right;
	width: 280px;
	padding-right: 20px;
}

#slide .container .wide dt {
	width: 480px;
}
#slide .container .wide dd {
	display: none;
}

#slide .container .wide dt img {
	width: 480px;
	height: 270px;
}



#slide .container dd h3 {
	font-size: 108%;
	margin: 0 0 10px !important;
	padding: 0;
	color: #333;
	background: none;
}

#slide .container dd .link {
	margin: 15px 0 0;
}

#slide .container dd .link a {
	display: block;
	padding: 8px 0 6px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	background: #d7000f url(../img/white_arrow.png) 6px 9px no-repeat;
}

#pickup .nav,
#pickup .nav * {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#pickup .nav {
	position: relative;
	height: 100px;
	margin: 10px 0 0;
	overflow: hidden;
}

#pickup .nav ul {
	padding: 0 0 0 55px;
}
#pickup .nav li {
	float: left;
	width: 75px;
}
#pickup .nav li a {
	position: relative;
	display: block;
	width: 67px;
	height: 100px;
	overflow: hidden;
	z-index: 10;
	text-align: center;
}

#pickup .nav li a em {
	position: absolute;
	display: none;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #d7000f;
}
#pickup .nav li.active em {
	display: block;
}


#pickup .prev,
#pickup .next {
	position: absolute;
	display: block;
	width: 30px;
	height: 100px;
	top: 0;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	background: #d7000f;
}
#pickup .prev {
	left: 0;
}
#pickup .next {
	right: 0;
}

#pickup .prev a,
#pickup .next a {
	display: block;
	height: 100px;
}
#pickup .prev a {
	background: transparent url(../img/arrow_mask_prev.png) 50% 50% no-repeat;
}
#pickup .next a {
	background: transparent url(../img/arrow_mask_next.png) 50% 50% no-repeat;
}




#pickup .disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
}












/* ---------------------------------------------------------------------------------------------------- */
/* RECENT */

#recent-books {
}

#recent-books .row {
	position: relative;
	background: transparent url(../img/dot_h_grey.gif) 0 100% repeat-x;
}

#recent-books dl {
	float: left;
	width: 240px;
	padding: 15px 0;
}

#recent-books dt {
	float: left;
	width: 94px;
}

#recent-books dd {
	float: right;
	width: 128px;
	padding: 0 6px 0 0;
}

#recent-books dt a {
	margin: 0 0 8px;
}
#recent-books dt span a {
	display: block;
	width: 90px;
	margin: 12px 0 0;
	padding: 6px 0 4px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	background: #d7000f url(../img/white_arrow.png) 5px 6px no-repeat;
}

#recent-books dt img {
	outline: 1px solid #eee;
}



#recent-books .category {
	margin: 0 0 4px;
	font-size: 93%;
}
#recent-books .title {
	margin: 0 0 6px;
	line-height: 1.4;
	font-weight: bold;
}
#recent-books .title a {
	color: #000;
}
#recent-books .title span {
	display: block;
	margin: 4px 0;
}
#recent-books .author {
	font-size: 85%;
	line-height: 1.4;
}
#recent-books .author a {
	color: #aa8000;
}


#recent-books dd ul,
#recent-books dd.summary {
	display: none;
}





#comingsoon-books li:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#comingsoon-books ul {
	padding: 5px 0 0;
}
#comingsoon-books li {
	padding: 0 0 8px;
	line-height: 18px;
	background: url(../img/dot_h_grey.gif) 0 100% repeat-x;
}
#comingsoon-books li + li {
	margin-top: 8px;
}
#comingsoon-books .date {
	float: left;
	width: 110px;
	color: #d7000f;
}
#comingsoon-books .date strong {
	font-size: 16px;
	font-family: Montserrat;
}
#comingsoon-books .date span {
	display: inline-block;
	margin: 0 0 0 4px;
	font-size: 12px;
	font-weight: bold;
}
#comingsoon-books .summary {
	float: right;
	width: 370px;
	padding: 2px 0 0;
}
#comingsoon-books .summary a {
	display: block;
	padding-right: 25px;
	color: #333;
	background: url(../img/arrow_btn.png) 100% 50% no-repeat;
}

#comingsoon-books .summary a > strong {
	display: block;
	font-size: 13px;
}
#comingsoon-books .summary a > strong span + em,
#comingsoon-books .summary a > strong em + span {
	margin-left: 8px;
}
#comingsoon-books .summary a > strong span {
	font-size: 12px;
}
#comingsoon-books .summary a > span {
	font-size: 11px;
}
#comingsoon-books .summary a > span em + em:before {
}








