

/*------------ overflow ------------*/

.overflow{
position: absolute;
z-index: 100;
background: #FFFFFF;
box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.15);
border-top:solid 3px #969696;
font-size: 0.9em;
border-left:solid 1px #E6E6E6;
border-right:solid 1px #E6E6E6;
border-bottom:solid 1px #E6E6E6;

}
.overflow a{
text-decoration: none;
color: #333333;
}
.balloon_gray {
position:absolute;
z-index: 100;
top: 50px;
left: 50px;
font-size: 0.8em;
}
.balloon_gray span {
display:inline-block;
padding-top:4px;
background:url(/resources/a/pc/common/images/bg_arrow_up_black.png) no-repeat center top;
}
.balloon_gray span span{
display:inline-block;
padding:0 4px;
background-color:#4D4D4D;
border-radius: 2px;
padding: 6px 5px 4px 5px;
color:#FFFFFF;
text-decoration: none;
box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}

.balloon_white {
position:absolute;
z-index: 100;
top: 50px;
left: 50px;
font-size: 0.8em;
}
.balloon_white span{
display:inline-block;
padding-bottom:6px;
text-align:center;
background:url(/resources/a/pc/common/images/bg_arrow_balloon.png) no-repeat center bottom;
}
.balloon_white span span{
display:inline-block;
border: solid 1px #969696;

background: #FFFFFF;
padding:0 4px;
border-radius: 2px;
padding: 2px 2px 2px 2px;
color:#333333;
text-decoration: none;
box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}


/*------------ header+side common ------------*/

.shadow{
box-shadow:2px 2px 4px 0px #DCDCDC;
}

.button{
display: inline-block;
border-radius: 2px;
}
.button.noradius{
border-radius: 0px;
}
.button a:hover,
.button a{
	display: inline-block;
	text-decoration:none !important;
	cursor:pointer
}
.button span{
	text-align:center;
	display:block;
}
.button span span{
	background-image:none;
}

.button.gray{
background:#969696;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0px -1px 0px #666666;
}
.button.noshadow{
text-shadow: none !important;
}
.button.gray:hover{
background:#B5B5B5;
}
.button.white{
background:#FFFFFF;
text-shadow: 0px 1px 0px #CCCCCC;
}
.button.white:hover{
background:#E6E6E6;
}

.button.arrow_right_white > span,
.button.arrow_right_white a > span{
	background:transparent url(/resources/a/pc/common/images/bg_arrow_right_white.png) 10px 50% no-repeat !important;
}

.button.disabled{
	background-color:#C9C9C9 !important;
	color:#FFFFFF !important;
	text-shadow: none !important;
	border:1px solid #9A9A9A !important;
}
.button.disabled a{
	background-color:#C9C9C9 !important;
	color:#FFFFFF !important;
        cursor:default;
}
.button.disabled span span{
box-shadow:inset 0px 1px 0px 0px #D6D6D6 !important;
}


.button.disabled2{
	background-image:url(/resources/a/pc/v2/images/product/disabled_line.png);
	color:#CCCCCC !important;
	text-shadow: none !important;
	border:1px solid #E6E6E6 !important;
}

.button span span span,
.button a span span span,
.button a:hover span span span,
.button a:active span span span{
	border-bottom:none !important;
	box-shadow:none !important;
}



/* white_emboss *****************************************************/

.button.white_emboss{
text-decoration:none;
text-align:center;
background-color:#FFFFFF;
background-repeat:no-repeat;
border:1px solid #CCCCCC;
color:#333333;
}
.button.white_emboss:hover {
	border:1px solid #969696;
}

.button.white_emboss a{
	color: #333333;
}
.button.white_emboss a:hover{
	color: #333333;

}
.button.white_emboss a:active span span{
border-bottom:1px solid #969696;
box-shadow:inset 0px 2px 0px 2px #F4F4F4;
}



/* gray_emboss *****************************************************/

.button.gray_emboss{
text-decoration:none;
text-align:center;
background-color:#4D4D4D;
background-image:none;
background-repeat:no-repeat;
border:1px solid #383838;
color:#FFFFFF;
text-shadow: 0px -1px 0px #000000;
}
.button.gray_emboss a{
	color: #FFFFFF;
}
.button.gray_emboss a:hover{
	background-color:#313131;
	color: #FFFFFF;
}
.button.gray_emboss span span{
box-shadow:inset 0px 1px 0px 0px #7A7A7A;
}
.button.gray_emboss a:active span span{
box-shadow:inset 0px 2px 0px 2px #111111;
}

/* green_emboss *****************************************************/

.button.green_emboss{
text-decoration:none;
text-align:center;
background-color:#69A707;
background-image:none;
background-repeat:no-repeat;
border:1px solid #619D03;
color:#FFFFFF;
text-shadow: 0px -1px 0px #548606;
}
.button.green_emboss a{
	color: #FFFFFF;
}
.button.green_emboss a:hover{
	background-color:#5A9300;
	color: #FFFFFF;
}
.button.green_emboss a:hover span span{
	border-bottom:1px solid #5A9300;
}
.button.green_emboss span span{
box-shadow:inset 0px 1px 0px 0px #ADC980;
}
.button.green_emboss a:active span span{
border-bottom:1px solid #969696;
box-shadow:inset 0px 2px 0px 2px #548606;
}

/* orange_emboss *****************************************************/

.button.orange_emboss{
text-decoration:none;
text-align:center;
background-color:#FF5A00;
background-image:none;
background-repeat:no-repeat;
border:1px solid #E95200;
color:#FFFFFF;
text-shadow:-1px -1px 1px #D54B00;
}
.button.orange_emboss a{
color:#FFFFFF;
}
.button.orange_emboss a:hover{
background-color:#F04F08;
color:#FFFFFF;
}
.button.orange_emboss a:hover span span{
border-bottom:1px solid #F04F08;
}
.button.orange_emboss span span{
border-bottom:1px solid #FF5A00;
box-shadow:inset 0px 1px 0px 0px #FFA473;
}
.button.orange_emboss a:active span span{
border-bottom:1px solid #FFA473;
box-shadow:inset 0px 2px 0px 2px #D54B00;
}

/* white_green_emboss *****************************************************/

.button.white_green_emboss{
text-decoration:none;
text-align:center;
background-color:#FFFFFF;
background-image:none;
background-repeat:no-repeat;
border:1px solid #969696;
color:#FFFFFF;
text-shadow: 0px -1px 0px #E7E7E7;
}
.button.white_green_emboss a{
	color: #69A707;
}
.button.white_green_emboss a:hover{
	background-color:#F1F1F1;
	color: #69A707;
}
.button.white_green_emboss a:hover span span{
	border-bottom:1px solid #969696;
}
.button.white_green_emboss span span{
box-shadow:inset 0px 1px 0px 0px #FFFFFF;
}
.button.white_green_emboss a:active span span{
border-bottom:1px solid #969696;
box-shadow:inset 0px 2px 0px 2px #E7E7E7;
}

/**************************************************************************/

.button.white_orange_emboss{
text-decoration:none;
text-align:center;
background-color:#FFFFFF;
background-image:none;
background-repeat:no-repeat;
border:1px solid #969696;
color:#FF5A00;
text-shadow: 0px -1px 0px #E7E7E7;
}
.button.white_orange_emboss a{
	color: #FF5A00;
}
.button.white_orange_emboss a:hover{
	background-color:#F1F1F1;
	color: #FF5A00;
}
.button.white_orange_emboss a:hover span span{
	border-bottom:1px solid #969696;
	color: #FF5A00;
}
.button.white_orange_emboss span span{
border-radius:3px;
border-bottom:1px solid #969696;
box-shadow:inset 0px 1px 0px 0px #F5F5F5;
}
.button.white_orange_emboss a:active span span{
border-bottom:1px solid #969696;
box-shadow:inset 0px 2px 0px 2px #E7E7E7;
}

.button.orange{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03, #F55D13), color-stop(0.00, #F68643));
background: linear-gradient(to bottom, #F55D13 0%, #F68643 3%);
border:1px solid #D1500E;
}

/*------------ book ------------*/

.book{
width:105px;
float:left;
margin:0 10px 0 0;
}
.book.nofloat{
float:none;
}

.book:last-child{
margin:0 0px 0 0;
}

.book .title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin:0px 0 6px 0;
text-align:left;
line-height: 1.4;
}

.book .title.multiline{
white-space: normal;
}

.book .title a{
color: #333333;
font-size: 0.9em;
}

.book .caption{
font-size:0.82em;
line-height:1.2;
overflow: hidden;
text-overflow: ellipsis;
margin:0 0 6px 0;
}

.book .pitarea{
	/*\height:170px;*/
	height:162px;
	overflow: hidden;
}

.book .picture{
width:115px;
display:table-cell;
vertical-align:bottom;
text-align: center;
height: 146px;
padding-bottom:3px;
/*height: 149px;*/
overflow: hidden;
}
.book .picture img,
.product_series_detail dt img {
border: solid 1px #E5E5E5;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
max-width:101px;
max-height: 143px;
}

.book .author{
margin:5px 0 6px 0;
font-size:0.85em;
display:block;
line-height: 17px;
height: 17px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.book .author.pmark{
display: block;
background:url(/resources/a/pc/common/images/icon_p.png) no-repeat right center;
padding-right:20px;
}
.book .btnarea {
width:105px;
clear:both;
}


/* 新規入荷タグ */
.book .tag,
.product_series_tag{
/*
margin:3px 0 10px 0;
height: 13px;
*/
text-align:center;
line-height: 6px;
}
.book .tag span,
ul.product_topic span,
.product_series_tag span {
min-width:58px;
line-height: 11px;
font-size:10px;
display:inline-block;
text-align:center;
}
.book .tag_green span,
ul.product_topic span,
.product_series_tag span {
color:#69AB0D;
border:#69AB0D solid 1px;
}
.book .tag_orange span{
color:#FF5A00;
border:#FF5A00 solid 1px;
}

/* キープ & 試し読みタグ */
.book .btnarea li{
width: 46px;
font-size:0.8em;
display: block;
}

.book .btnarea li.read_book{
float:left;
margin-right: 5px;
}
.book .btnarea li.keep_book{
float:left;
}

.book .btnarea li:last-child{
margin-right: 0px;
}
.book .btnarea li{
display:block;
height: 16px;
line-height: 16px;
}

.book .btnarea li a{
display: block;
text-decoration: none;
}
/* キープタグ OFF */
.book .btnarea li.off{
border:1px solid #9A9A9A;
display: block;
background:#C9C9C9;
color:#FFFFFF;
text-align:center;
}
.book .btnarea li.off a,
.book .btnarea li.off a:hover{
color:#FFFFFF;
}

.book.horizontal{
width:auto;
}

.book.horizontal .picture{
width:65px;
display:table-cell;
vertical-align:top;
text-align: center;
height: 90px;
overflow: hidden;
	float:left;
	margin-right:8px;
}

.book.horizontal .picture img{
max-width:65px;
max-height:85px;
}

.book.horizontal .right{
	/*float:right;*/float:left;
	width:122px;
	text-align:left;
}

.book.horizontal .title{
	/*font-weight: bold;*/
	height: 3em;
	margin-bottom: 0px;
	overflow:hidden;
}

#area_new .book .title{
	height: 3.0em;
}

.area_campaign .area_inner .line{
width: 100%;
}

.area_campaign .area_inner .banner{
float:left;
margin:0 10px 0 0;
width:220px;
overflow:hidden;
}
.area_campaign .area_inner .banner:last-child{
margin-right:0px;
}

.area_campaign .area_inner .banner dt{
margin-bottom:10px;
}

.area_campaign dd a{
display: block;
font-size: 0.9em;
line-height: 1.2;
}



/* main area slide
--------------------------------------------------*/

.area_slideNum{
text-align:right;
font-weight:bold;
margin-bottom:10px;
height: auto;
font-size: 0.78em;
}

.area_slide {
width:680px;
clear:both;
display: block;
position: relative;
}

.area_slide .content{
_zoom: 1;
overflow: hidden;
width:585px;
margin: 0 0 0 48px;
}

.area_slide .content .inner{
width:1190px;
clear:both;
}
.area_slide .navi{
width:680px;
display:block;
_zoom: 1;
overflow: hidden;
}

.area_slide .navi li a{
width:30px;
height:auto;
display:inline-block;
text-indent:-9999px;
overflow:hidden;
}
.area_slide .navi li a.next{
background:#969696 url(/resources/a/pc/common/images/bg_button_slide_right.png) no-repeat center center;
/* float: right; */
position: absolute;
top: 0;
right: 0;
}
.area_slide .navi li a.next:hover{
background:#B5B5B5 url(/resources/a/pc/common/images/bg_button_slide_right.png) no-repeat center center;
}

.area_slide .navi li a.next.off{
background:#E6E6E6 url(/resources/a/pc/common/images/bg_button_slide_right.png) no-repeat center center;
}

.area_slide .navi li a.prev{
background:#969696 url(/resources/a/pc/common/images/bg_button_slide_left.png) no-repeat center center;
/* float: left; */
position: absolute;
top: 0;
left: 0;
}
.area_slide .navi li a.prev:hover{
background:#B5B5B5 url(/resources/a/pc/common/images/bg_button_slide_left.png) no-repeat center center;
}
.area_slide .navi li a.prev.off{
background:#E6E6E6 url(/resources/a/pc/common/images/bg_button_slide_left.png) no-repeat center center;
}

.area_slide .book{
margin-right:15px;
width:105px;
_zoom: 1;
overflow: hidden;
}

.area_slide .book .title{
	height: 3.0em;
}

.area_lineup{
width:678px;
border:1px solid #E6E6E6 ;
margin-bottom:10px;
_zoom: 1;
overflow: hidden;
}

.area_lineup .lineup{
border-right:solid 1px #E6E6E6;
float:left;
padding:10px;
width:205px
}

.area_lineup .lineup:last-child{
	border:0;
}

.area_lineup .book{
width:auto;
}

.area_lineup .book .left{
	float: left;
	/*height: 106px;*/height:103px;
	width: 65px;
	overflow: hidden;
}

.area_lineup .book .right{
	margin-left:75px;
	width: 130px;
}

.area_lineup .book .title{
	margin-bottom: 3px;
	height: 3.0em;
}

.area_lineup .book .caption{
	height: 4.0em;
	height: 3.5em\9;
}

.area_lineup .book .authorarea{
	max-width:205px;height:22px;
}

.area_lineup .book .picture{
width:65px;
display:table-cell;
vertical-align:top;
text-align: center;
height: 85px;
overflow: hidden;
}

.area_lineup .book .picture img{
max-width:65px;
max-height:85px;
}

/* ボタン：購入 */
.product_cart_buy {
	/*margin-top:10px;*/
	margin-top:12px;
	width:200px;

}
.product_cart_buy a {
	background-color:#FF5A00;
	background-image:url(/resources/a/pc/v2/images/product/product_cart_buy.png);
	border:1px solid #E95200;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:-1px -1px 1px #D54B00;
	height:35px;
	line-height:33px;
}
.product_cart_buy a:hover {
	background-color:#F04F08;
}
.product_cart_buy a:hover span {
	border-bottom:1px solid #F04F08;
}
.product_cart_buy a span {
	border-bottom:1px solid #FF5A00;
	box-shadow:inset 0px 1px 0px 0px #FFA473;
}
.product_cart_buy a:active span {
	border-bottom:1px solid #F04F08;
	line-height:33px;
	box-shadow:inset 0px 2px 0px 2px #D54B00;
}
.product_cart_buy:first-letter {
	letter-spacing:0.5em;
}
