@charset "UTF-8";

/*==============================================*/
/* Base */
/*==============================================*/
html{
	height:100%; 
	min-width:1024px;
}
body{
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin:0;
	min-height:100%;
	min-width:1200px;
	padding:0;
}
body.mac{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mincho, .mincho a, .mincho span{ 
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}
body, th, td {
	color:#221815;
	font-size:12px;
}
a{
	color:#221815;
	text-decoration:none;
	outline: none;
}
a:hover{
	color:#114b9e;
	text-decoration:underline;
}
.clearfix:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {zoom:1;}

/*==============================================*/
/* ContentsArea */
/*==============================================*/
#ContentsArea{
	margin:0 auto;
	min-height:100%;
	padding:0px;
	position:relative;
	min-width:1200px;
	width:100%;
}
#ContentsArea .block_wrap{
	text-align:center;
}
#ContentsArea .block_inner{
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
}

/*==============================================*/
/* Header */
/*==============================================*/
#HeaderArea{}

/*==============================================*/
/* Main */
/*==============================================*/
#MainArea{
	width:1200px;
	height:auto;
	margin:0 auto;
}

/*----------------------------------------------*/
/* MainContentsArea */
/*----------------------------------------------*/
#MainArea #MainContentsArea{
	float:left;
	width:875px;
	margin-right:25px;
}

/*----------------------------------------------*/
/* NotifyArea */
/*----------------------------------------------*/
#MainArea #NotifyArea{
	float:right;
	width:300px;
	text-align:left;
}

/*----------------------------------------------*/
/* 宝島社ストア 売れ筋アイテム */
/*----------------------------------------------*/
#StoreArea{
	width:1200px;
	margin:40px auto;
	background:#f5f5f5;
	position:relative;
}
#StoreArea h2{}
#StoreArea h3{}
.store_btn_more {
	position:absolute;
	right:0;
	top:0;
	display:block;
}
#StoreArea .block_inner{}
#StoreArea .block_inner ul{
	padding:20px 0 20px 20px;
	overflow:hidden;
}
#StoreArea .block_inner li{
	float:left;
	width:185px;
	margin:0 10px 0 0;
	padding:0;
	display:block;
	text-align:center;
}
#StoreArea .block_inner li a{
}
#StoreArea .block_inner p.image img{
	display:inline;
	margin:0;
	padding:0;
	line-height:0;
}
#StoreArea .block_inner .title{
	width:165px;
	min-height:37px;
	margin:5px auto 0;
	padding-top:0;
	*padding-top:5px;
	text-align:left;
	cursor:pointer;
}
#StoreArea .block_inner .title a{
	height:35px;
	display:table-cell;
	vertical-align:middle;
	color:#222;
}
#StoreArea .block_inner .title a span{
	display:block;
	word-wrap:break-word;
	width:165px;
	margin-top:3px;
	font-size:11px;
	line-height:15px;
}
#StoreArea .block_inner .item_image {
	display:table-cell;
	width:185px;
	height:185px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#StoreArea .block_inner .item_image .wrap {
	width:185px;
	height:185px;
	margin:0 auto;
	padding:0;
	background:none;
	text-align:center;
}
#StoreArea .block_inner .item_image .inner {
	margin:0;
	padding:0;
	background:none;
	border:none;
	
}
#StoreArea .block_inner .item_image .inner a {
	display:block;
	padding:0 !important;
	background-image:none !important;
	font-size: 0;
	vertical-align: bottom;
}
#StoreArea .block_inner .item_image img {
	max-height:185px;
	max-width:185px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.box_ttl {
	height:28px;
	overflow:hidden;
}
.box_ttl span {
	display:inline-block;
	height:28px;
	padding:0 5px 0 10px;
	background-color:#383737;
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}
.box_ttl span:after {
	content: '';
	position:absolute;
	top:0;
	right:-14px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #383737;
}

.box_ttl_s {
	height:24px;
	overflow:hidden;
}
.box_ttl_s span {
	display:inline-block;
	height:24px;
	padding:0 3px 0 8px;
	background-color:#383737;
	position:relative;
	color:#fff;
	font-size:13px;
	line-height:26px;
	font-weight:bold;
}
.box_ttl_s span:after {
	content: '';
	position:absolute;
	top:0;
	right:-12px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #383737;
}

.box_ttl_blue span{ background-color:#46a7da; }
.box_ttl_blue span:after { border-left-color:#46a7da; }

.box_ttl_green span{ background-color:#24aa98; }
.box_ttl_green span:after { border-left-color:#24aa98; }

.box_ttl_green2 span{ background-color:#84be2b; }
.box_ttl_green2 span:after { border-left-color:#84be2b; }

.box_ttl_purple span{ background-color:#5a7fbd; }
.box_ttl_purple span:after { border-left-color:#5a7fbd; }

.box_ttl_yellow span{ background-color:#dbb400; }
.box_ttl_yellow span:after { border-left-color:#dbb400; }

.box_ttl_red span{ background-color:#f1291a; }
.box_ttl_red span:after { border-left-color:#f1291a; }

.box_ttl_pink span{ background-color:#ff508f; }
.box_ttl_pink span:after { border-left-color:#ff508f; }

.box_ttl_pink2 span{ background-color:#ff5d9a; }
.box_ttl_pink2 span:after { border-left-color:#ff5d9a; }

/*----------------------------------------------*/
/* 宝島社ストア 予約受付中！ブランドムック新刊 */
/*----------------------------------------------*/
#StoreBmookArea{
	margin:40px auto;
	background:#edfaff;
	position:relative;
}
#StoreBmookArea h2{}
#StoreBmookArea h3{}
.store_btn_more {
	position:absolute;
	right:0;
	top:0;
	display:block;
}
#StoreBmookArea .block_inner{}
#StoreBmookArea .block_inner ul{
	padding:20px 0 10px 20px;
	overflow:hidden;
}
#StoreBmookArea .block_inner li{
	float:left;
	width:155px;
	margin:0 15px 0 0;
	padding:0;
	display:block;
	text-align:center;
}
#StoreBmookArea .block_inner li a{
}
#StoreBmookArea .block_inner p.image img{
	display:inline;
	margin:0;
	padding:0;
	line-height:0;
}
#StoreBmookArea .block_inner .title{
	width:135px;
	min-height:37px;
	margin:5px auto 0;
	padding-top:0;
	*padding-top:5px;
	text-align:left;
	cursor:pointer;
}
#StoreBmookArea .block_inner .title a{
	height:35px;
	display:table-cell;
	vertical-align:middle;
	color:#222;
}
#StoreBmookArea .block_inner .title a span{
	display:block;
	word-wrap:break-word;
	width:135px;
	margin-top:3px;
	font-size:11px;
	line-height:15px;
}
#StoreBmookArea .block_inner .item_image {
	display:table-cell;
	width:155px;
	height:175px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#StoreBmookArea .block_inner .item_image .wrap {
	/* width:155px; */
	/* height:155px; */
	margin:0 auto;
	padding:0;
	background:none;
	text-align:center;
}
#StoreBmookArea .block_inner .item_image .inner {
	margin:0;
	padding:0;
	background:none;
	border:none;
	
}
#StoreBmookArea .block_inner .item_image .inner a {
	display:block;
	padding:0 !important;
	background-image:none !important;
	font-size: 0;
	vertical-align: bottom;
}
#StoreBmookArea .block_inner .item_image img {
	max-height:155px;
	max-width:150px;
	/*
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	*/
}

/*==============================================*/
/* ToPageTop */
/*==============================================*/
.ToPageTop{
	width:1200px;
	margin:0 auto;
	}
.ToPageTop p{
	text-align:right;
}
.ToPageTop a{
	display:inline-block;
	padding-left:18px;
	background:url(/common/item/img/com_arrow_pagetop.png) no-repeat 0 0.2em;
	color:inherit !important;
	line-height:1.5;
}

/*==============================================*/
/* Footer直前　メルマガ登録・snsボタンエリア */
/*==============================================*/
#MailMagazineArea_SnsArea_wrapper {
	width:100%;
	margin:0 auto 20px;
	position:relative;
}
#MailMagazineArea_SnsArea{
	width:1200px;
	height:40px;
	margin:0 auto;
	position:relative;
}
#MailMagazineArea_SnsArea #MailMagazine{
	text-align:left;
}
#MailMagazineArea_SnsArea #MailMagazine a{
	display:inline-block;
	height:40px;
	padding:0 15px 0 42px;
	background:url(/common/item/img/com_icon_mailmagazine.png) no-repeat 12px center #dbb400;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
}
#MailMagazineArea_SnsArea #MailMagazine a:hover{
}
#MailMagazineArea_SnsArea .SnsArea {
	position:absolute;
	top:20px;
	right:0;
}
#MailMagazineArea_SnsArea .SnsArea li{
	float:left;
	margin-left:5px;
}

#MailMagazineArea_SnsArea .SnsArea .sns_list {
	position: relative;
}
#MailMagazineArea_SnsArea .SnsArea .sns_list a{
	display:block;
	width:70px;
	height:20px;
	margin:0;
	padding:0;
	background-image:url(../img/btn_sns_off.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	zoom:1;
}

#MailMagazineArea_SnsArea .SnsArea .sns_list a:hover {
	background-image:url(../img/btn_sns_on.png);
}
#MailMagazineArea_SnsArea .SnsArea .sns_list span{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -11px;
	bottom: 22px;
	position:absolute;
	display:block;
	width:92px;
	height:44px;
	margin:0;
	padding:0;
	background-image:url(../img/btn_sns_balloon.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
/*==============================================*/
/* Footer */
/*==============================================*/
#FooterArea{
	width:100%;
	height:auto;
	padding:40px 0;
	background:#f5f5f5;
	overflow:hidden;
}
#FooterArea img{
	vertical-align:top;
}
#FooterArea .block_inner{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#FooterArea .footer_linkblock{
	float:left;
	width:300px;
	margin:0 0 -9999px 0;
	padding-bottom:9999px;
}
#FooterArea .title_wrapper{
	margin-bottom:13px;
}
#FooterArea .footer_linkblock h3{
	margin:0 0 28px;
	padding-left:10px;
	border-left:3px solid #383838;
	text-align:left;
	color:#383838;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
}
#FooterArea .footer_linkblock p.title{
	margin:5px 10px 0 10px;
	padding-bottom:10px;
	color:#fff;
	font-size:11px;
	text-align:left;
}
#FooterArea .footer_linkblock li{
	margin-bottom:10px;
	line-height:1.5;
}
#FooterArea .footer_linkblock li a{
	color:#383838;
}
#FooterArea .footer_linkblock li a:hover {
	color:#114b9e;
}
/* #FooterList_Corporate */
#FooterList_Corporate{
	padding:0 0 5px;
	border-bottom:1px dotted #656565;
}
/* #FooterList_Corporate */
#FooterList_Corporate_Bottom{
	margin:20px 0 0;
	padding:0 0 10px;
	border-bottom:1px dotted #656565;
}
/* #FooterList_Sns */
#FooterList_Sns{
	margin:20px 0;
}

#FooterList_Sns .sns_list a {
	/*text-decoration: none;*/
	position: relative;
	padding-left: 77px;
	padding-top: 2px;
	display: inline-block;
	vertical-align: middle;
  	*vertical-align: auto;
  	*zoom: 1;
  	*display: inline;
}

#FooterList_Sns .sns_list a div {
	position: absolute;
	left: 0;
	top: 0;
	width:70px;
	height:20px;
	margin:0;
	padding:0;
	background-image:url(../img/btn_sns_off.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline-block;
	vertical-align: middle;
  	*vertical-align: auto;
  	*zoom: 1;
  	*display: inline;
}

#FooterList_Sns .sns_list a:hover div {
	background-image:url(../img/btn_sns_on.png);
}


/* .entrance */
#FooterArea .footer_linkblock ul.entrance li{
	height:32px;
	margin:0 0 10px;
}
	#FooterArea .footer_linkblock ul.entrance li:last-child {
		margin:0 !important;
	}
#FooterArea .footer_linkblock ul.entrance li a{
	display:inline-block;
	height:32px;
	margin:0 0 10px;
	padding:0 15px 0 10px;
	background:#dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border-radius:5px;
	text-align:left;
	color:#383838;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
}

/* #FooterBottomLink */
#FooterBottomLink{
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background-color:#424141;
	text-align:center;
	color:#a5a5a5;
}
#FooterBottomLink .link{
	color:#a5a5a5;
	font-size:11px;
	line-height:1.5;
}
#FooterBottomLink .link a{
	display:inline-block;
	padding:0 30px;
	color:#a5a5a5;
	font-size:11px;
}
/* Copyright */
#CopyArea{
	padding:15px 0;
	background:#424141;
	color:#a5a5a5;
}
#CopyArea span{
	display:block;
	text-align:center;
	font-size:10px;
	line-height:1.5;
	letter-spacing:0.2em;
}

/*==============================================*/
/* 装飾 */
/*==============================================*/
.imghover a:hover img, a.imghover:hover img, a.btnbright:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/*==============================================*/
/*==============================================*/
/*==============================================*/
/* 見出し */
.title_wrapper{
	width:100%;
	}
.title_s{
	padding-bottom:21px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#333;
	background-image:url(/common/item/img/com_bg_side.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.title_l .more{
	text-align:right;
	}

.title_m{
	padding-bottom:22px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#333;
	position: relative;
	background-image:url(/common/item/img/com_bg_h3.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:5;
	}
.title_m .more{
	text-align:right;
	}

.title_w_m{
	margin-bottom:-13px;
	padding-bottom:22px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#333;
	position: relative;
	background-image:url(/common/item/img/bg_h3w.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:5;
	}
.title_m .more{
	text-align:right;
	}


.title_l{
	margin-bottom:-13px;
	padding-bottom:27px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#333;
	position: relative;
	background-image:url(/common/item/img/bg_h2l.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:5;
	}
.title_l .more{
	text-align:right;
	padding-top:5px;
	}


.title_w_l{
	margin-bottom:-10px;
	padding-bottom:27px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#333;
	position: relative;
	background-image:url(/common/item/img/bg_h2w.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:5;
	}
.title_w_l .more{
	text-align:right;
	padding-top:5px;
	}


.font24{
	font-size:24px;
	}


/**/
#PublicityArea{
	width:288px;
	padding:5px 5px 40px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	border: 1px solid #EEE;
	-moz-box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #eee;
	-webkit-box-shadow: 1px 1px 1px #CCC, -1px -1px 1px #eee;
	}
#PublicityArea .publicity{
	margin-bottom:0;
	border-bottom:none;
	}
#PublicityArea .publicity span{
	margin-left:5px;
	padding-left:5px;
	border-left:3px solid #ccc;
	color:#114b9e;
	font-weight:bold;
	}
#PublicityArea #PublicityArea_inner{
	height:180px;
	overflow-y:scroll;
	padding:10px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #ccc;
	background-image:url(/common/item/img/bi_side_windw.png);
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	}
#PublicityArea #PublicityArea_inner dl{
	margin-bottom:5px;
	padding:0.5em;
	border-bottom:1px dashed #999;
	}
#PublicityArea #PublicityArea_inner dl dt{
	float:left;
	width:69px;
	font-size:10px;
	margin-top:2px;
	color:#6e6e6e;
	}
#PublicityArea #PublicityArea_inner dl dd{
	float:right;
	width:164px;
	padding-left:5px;
	border-left:1px solid #ccc;
	}
#PublicityArea #PublicityArea_inner dl dd a{
	word-wrap: break-word;
	overflow:auto;
	width:164px;
	display:block;
}


/*==============================================*/
/* MainArea_1Column */
/*==============================================*/
#MainArea_1Column{
	width:944px;
	margin:17px auto 13px auto;
	position:relative;
	}
#MainArea_1Column #Pankuzu{
	position:absolute;
	left:0;
	top:-30px;
}

/*==============================================*/
/* MainArea_3Column */
/*==============================================*/
#MainArea_3Column{
	width:1200px;
	margin:0 auto 13px;
	}
#MainArea_3Column_left{
	padding:0 0 0 112px;
	position:relative;
	}
#MainArea_3Column #MainArea_3Column_left #Pankuzu{
	position:absolute;
	left:112px;
	top:-30px;
	line-height:1.231;
}

/*----------------------------------------------*/
/* NewsArea */
/*----------------------------------------------*/

#NewsArea {
	position:relative;
	background-image:url(/common/item/img/com_bg_subtitle.png);
	background-repeat:repeat;
	background-position:left top;
        margin-top:16px;
	margin-left:0px;
	padding:6px 0;
	margin-bottom:21px;
}

#NewsArea .title{
	position:absolute;
	top:6px;
	left:5px;
	font-size:16px;
	color:#595959;
	}
#NewsArea .wrap{
	height:19px;
	overflow:hidden;
	position:relative;
}
#NewsArea ul{
	display:block;
	position:absolute;
	top:0;
	left:77px;
}
#NewsArea li{
	height:19px;
	display:block;
	*margin-bottom:-2px;
}
#NewsArea li:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}

#NewsArea li .text{
	padding:0px 15px 0 25px;
	background:url(/common/item/img/news_area_arrow.png) #ffffff;
	background-repeat:no-repeat;
	background-position:10px 1px;
	color:#000000;
	line-height:19px;
	display:inline-block;
	overflow:hidden;
	float:left;
	width:815px;
	text-overflow:ellipsis;
	white-space:nowrap;
}


/* ページング （旧）*/
/*
.paging{
	margin:0 auto;
	}
.paging .number a{
	display:block;
	margin:10px 5px;
	padding:7px 10px;
	border:1px solid #ccc;
	text-decoration:none;
	}
.paging .number a:hover {
	color: #FFF;
	background-color: #114b9e;
	}
.paging .number span.ac{
	display:block;
	margin:10px 5px;
	padding:7px 10px;
	border:1px solid #ccc;
	text-decoration:none;
	background-color: #114b9e;
	color: #FFF;
	}

.paging .return{
	margin-right:10px;
	}
.paging .return{
	display:block;
	width:116px;
	height:32px;
	text-indent:-999999px;
	background-image:url(/common/item/img/com_paging_return.png);
	background-position:50%;
	}
.paging .return a{
	display:block;
	width:116px;
	height:32px;
	text-indent:-999999px;
	background-image:url(/common/item/img/com_paging_return.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
.paging .return a:hover{
	background-position:bottom left;
	}
.paging .prev{
	margin-left:10px;
	}
.paging .prev a{
	display:block;
	width:116px;
	height:32px;
	text-indent:-999999px;
	background-image:url(/common/item/img/com_paging_prev.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
.paging .prev a:hover{
	background-position:bottom left;
	}
*/


	
/*==============================================*/
/* SpLinkArea */
/*==============================================*/
#SpLinkArea{ 
	display:none; 
	text-align:center;
	padding:10px 0 20px 0;
	background-color:#ffffff;
}

/*==============================================*/
/* SomArea */
/*==============================================*/
/* common */
#SomArea{
	width:1200px !important;
	margin:0 auto 20px !important;
}
#SomArea .block_inner{
	padding:0 0 5px 0;
	text-align:center;
}
#SomArea .contents_block{
	margin-bottom: 20px;
}
#SomArea .contents_block:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#SomArea h3{
	background-image: url("/common/item/img/bg_h3w.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #333;
	font-weight: bold;
	padding-bottom: 22px;
	text-align: left;
}
#SomArea h3 span{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 18px;
	margin: 0;
}
#SomArea h4{
	background: none;
	/*border-bottom: 1px dotted #9facab;
	margin-bottom: 12px;
	padding-bottom: 5px;*/
	text-align: left;
	margin-bottom: 5px;
}
#SomArea h4 span{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
#SomArea .link_list{
	display: inline-block;
	text-align: left;
}
#SomArea .link_list li{
	display: inline-block;
	margin-right: 15px;
}
#SomArea .link_list li a.self{
	color: #563f47;
	padding-left: 10px;
}

/* visual_block */
#SomArea .visual_block{
}

/* ranking_block */
#SomArea .ranking_block{
}
#SomArea .ranking_block ul{
	margin-left: -20px;
	margin-right: -20px;
	text-align:left;
}
#SomArea .ranking_block li{
	float:left;
	width:100px;
	margin:0 20px;
	padding:0;
	display:block;
	text-align:left;
}
#SomArea .ranking_block .item_image{
	margin-bottom: 10px;
}
#SomArea .ranking_block .item_image .wrap{
	background-image: url("../img/com_foot_bg_book_t.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 6px 0 0;
	text-align: center;
	width: 147px;
}
#SomArea .ranking_block .item_image .inner{
	background-image: url("../img/com_foot_bg_book_b.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 6px 8px;
	text-align: center;
	width: 135px;
}
#SomArea .ranking_block .item_image .inner span{
	font-size:0;
	display:inline-block;
	vertical-align: bottom;
	width:auto;
}
#SomArea .ranking_block .item_image img{
	border:1px solid #d4d4d4;
	height:auto;
	max-height:150px;
	max-width:100px;
	width: auto;
	font-size: 0;
}
#SomArea .ranking_block .item_text{
	margin: 0 auto;
	width: 100px;
	text-align: left;
}
#SomArea .ranking_block .item_text span{
	display: block;
	margin-bottom: 5px;
}
#SomArea .ranking_block a:hover .item_text span{
	text-decoration: underline;
}
#SomArea .ranking_block .item_text .price{
	color: #005d84;
	margin-bottom: 0;
}

/* banner_block */
#SomArea .banner_block{
	margin-left: -10px;
	margin-right: -10px;
}
#SomArea .banner_block a{
	display: block;
	float: left;
	height: 100px;
	width: 460px;
	margin: 0 10px;
}
#SomArea .banner_block a:first-child{
	margin-right: 14px;
}
#SomArea .banner_block img{
	max-width: 100%;
	height: auto;
	font-size: 0;
}

/* recommend_block */
#SomArea .recommend_block{
}
#SomArea .recommend_block ul{
	/* margin:0 23px; */
	margin:0 auto;
	text-align:left;
}
#SomArea .recommend_block li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	/*width:179px;*/
	width:188px;
}
#SomArea .recommend_block .image{
	float: left;
	width: 67px;
	font-size: 0;
}
#SomArea .recommend_block .image img{
	border:1px solid #d4d4d4;
	max-width: 67px;
	font-size: 0;
}
#SomArea .recommend_block .text{
	float: left;
	line-height: 1.3;
	padding: 0 10px;
	/*width: 92px;*/
	width: 101px;
}
#SomArea .recommend_block a:hover .text{
	text-decoration: underline;
}

/* category_block */
#SomArea .category_block{
	text-align: left;
}
#SomArea .category_block ul{
}

/* brand_block */
#SomArea .brand_block{
	text-align: left;
	margin-bottom: 0;
}
#SomArea .brand_block ul{
}


/************************************************/
/* 共通ヘッダー＆フッターCSS */
/* LastUpdate 2017/05/01 */
/************************************************/
/* perfect-scrollbar v0.7.0 */
.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}

/*----------------------------------------------
Base style
----------------------------------------------*/
/*
*{
	box-sizing: border-box;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img{
	vertical-align: top;
}
*/

/* テキストリンク
------------------*/
a{
	color: #007ebe;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*----------------------------------------------
#site-header
----------------------------------------------*/
#site-header *{
	box-sizing: border-box;
}
#site-header img{
	vertical-align: top;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
}
#site-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	max-height: 100%;
	margin-bottom: 60px;
	z-index: 100;
	text-align: left;
}
		#site-header.shorthead{
			transform: translate3d(0, 0, 0);
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			background-color: #fff;
		}
#site-header .site-header-bg{
	width: 100%;
	background-color: #fff;
}
#site-header .site-header-inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 18px 0 17px;
	font-size: 0;
}
		#site-header.shorthead .site-header-inner{
			padding: 10px 0 17px;
		}
#site-header .site-header-logo,
#site-header .site-header-catch{
	display: inline-block;
	vertical-align: middle;
}
		#site-header.shorthead .site-header-logo img{
			height: 48px;
			width: auto;
		}
#site-header .site-header-catch{
	/*margin-left: 49px;*/
	margin-left: 20px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

/* #site-header > .siteguide-link
-------------------------------*/
#site-header .siteguide-link{
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 12px;
	line-height: 12px;
  vertical-align: middle;
}
	#site-header.shorthead .siteguide-link{
		display: none;
	}
#site-header .siteguide-link ul{
	display: inline-block;
	vertical-align: top;
}
#site-header .siteguide-link ul li{
	float: left;
	padding: 0 0.8em;
	border-left: 1px solid #939393;
}

#site-header .siteguide-link ul li:last-child{
	border-right: 1px solid #939393;
}
#site-header .siteguide-link ul li a{
	color: inherit;
}
#site-header .siteguide-link ul li a:hover{
	text-decoration: underline;
}

/* 公式通販 */
#site-header .siteguide-link ul.store{
position:relative;
top: -5px;
background-color:#5773a6;
}
#site-header .siteguide-link ul li.store{
	float: left;
	padding: 5px 0.5em;
	border-left: 1px solid #939393;
	color:#ffffff;
	font-size:10px;
}

#site-header .siteguide-link ul li.store-title{
	border-left: none !important;
	background-color:#32486f;
}
#site-header .siteguide-link ul li.store-border-none{
	border-left: none !important;

}

/* #site-header > .search-box
-------------------------------*/
#site-header .search-box{
	position: absolute;
	right: 0;
	bottom: 17px;
	width: 452px;
	height: 40px;
	padding: 8px 12px;
	background-color: #efefef;
	font-size: 12px;
}
#site-header #search-change{
	float: left;
	background-color: #696969;
	border: 1px solid #696969;
	cursor: pointer;
}
	#site-header #search-change:hover{ opacity: 0.8; }
#site-header #search-form-wrap{
	float: left;
	/* overflow: hidden; */
}
#site-header .search-form-inner{
	position: relative;
	width:333px;
	height:24px;
}
#site-header .search-form-inner input[type="text"]{
	width:277px;
	height:24px;
	padding-left:5px;
	border:1px solid #dcdcdc;
}
#site-header .search-form-inner button{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:56px;
	height:24px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: url(../img/theme/icon_search.png) no-repeat center center #8b8b8b;
	text-indent:-9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#site-header .search-form-inner button:hover{
	opacity: 0.8;
}
#site-header #searchBlock #AdvancedSearch{
	float: left;
	margin-left: 20px;
	line-height: 24px;
}
#site-header #searchBlock #AdvancedSearch a{
	display: inline-block;
	padding-left: 10px;
	background: url(../img/theme/footer_arrow_bk.png) no-repeat left center;
	color: inherit;
}

/* #site-header > .shipping-info
-------------------------------*/
#site-header .shipping-info{
	position: absolute;
	right: 452px;
	bottom: 8px;
	width: 200px;
	padding: 8px 4px;
	font-size: 13px;
    font-weight: bold;
    color:#333333;
    /*text-align: right;*/
}

#site-header .shipping-info span{
    color:#cc0000;
}

#site-header .shipping-info a{
    color:#221815;
}



/* #global-nav
-------------------------------*/
#globalnav{
	position: relative;
	width: 100%;
	background-color: #333;
	color: #fff;
}
#globalnav a{
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#globalnav a.nm{
	color: #fff;
	font-weight: bold;
}
#globalnav li:hover > a,
#globalnav a.nm:hover{
	background-color: #515151;
}
#globalnav .globalnav-inner{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#globalnav .contents-menu{
	float: left;
	display: table;
	width: 950px;
}
#globalnav .contents-menu > li{
	display: table-cell;
	text-align: center;
	background: url(../img/theme/globalnav_partition.png) no-repeat left center;
	padding-left: 1px;
	width:20%;
}
#globalnav .contents-menu li a.nm{
	display: block;
	width: 100%;
	padding: 0 2em;
	font-size: 14px;
	line-height: 48px;
	text-decoration: none;
}
#globalnav .ec-menu{
	float: left;
	display: table;
	width: 250px;
	height: 48px;
	border-collapse: collapse;
	font-size: 11px;
}
#globalnav .ec-menu li{
	display: table-cell;
	width: 25%;
	height: 48px;
	border-left: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
#globalnav .ec-menu li > a{
	display: block;
	width: 100%;
	height: 48px;
	text-decoration: none;
}
#globalnav .ec-menu li.cart{
	border-left: none;
}
#globalnav .ec-menu li.login > a, 
#globalnav .ec-menu li.catalog > a,
#globalnav .ec-menu li.mailmag > a,
#globalnav .ec-menu li.cart > a{
	padding-top: 24px;
	background-position: center 9px;
	background-repeat: no-repeat;
}
#globalnav .ec-menu li.login   > a{ background-image: url(../img/theme/icon_login.png); }
#globalnav .ec-menu li.catalog > a{ background-image: url(../img/theme/icon_catalog.png); }
#globalnav .ec-menu li.mailmag > a{ background-image: url(../img/theme/icon_mailmag.png); }
#globalnav .ec-menu li.cart    > a{ background-image: url(../img/theme/icon_cart.png); }

#globalnav .ec-menu li.cart a{
	background-color: #c70002;
}
#globalnav .ec-menu li.cart a:hover{
	background-color: #FF4345;
}

/* グローバルメニュー：サブメニュー */
.gnav-sub{
	position: absolute;
	top: 48px;
	left: 50%;
	width: 1200px;
	max-height: 620px;
	margin-left: -600px;
	background-color: #f8f8f8;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	
	display: none;

}
.gnav-sub#gnav-sub-magazine,
.gnav-sub#gnav-sub-goods{
	overflow-y: scroll;
}
.gnav-sub.oepn{
	display: block;
}
.gnav-sub a{
	color: #333;
	background-color: transparent !important;
}
.gnav-sub-inner{
	width: 984px;
	margin: 0 auto;
	padding: 40px 0;
}
.gnav-sub .submenu-close{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 32px;
	height: 32px;
	background: url(../img/theme/gnav_img/icon_submenu_close.png) no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
}

/* グローバルメニュー：装飾 */
.gnav-sub-link-arrow a{
	display: inline-block;
	height: 100%;
	padding-left: 11px !important;
}
.gnav-sub-link-arrow a:before{
	content:"";
	display: inline-block;
	width: 6px;
	height: 12px;
	margin-right: 5px;
	margin-left: -11px;
	background: url(../img/theme/suvnav_arrow.png) no-repeat left center;
}
.gnav-sub-list-parallel{
	overflow: hidden;
}
.gnav-sub-list-parallel li{
	float: left;
	width: 20%;
	margin-bottom: 16px;
}

/* グローバルメニュー：雑誌 サブメニュー */
#gnav-sub-magazine ul.gnav-sub-magazine-list {
	overflow: hidden;
}
#gnav-sub-magazine ul.gnav-sub-magazine-list li{
	float: left;
	width: 157px;
	margin: 0 19px 50px;
	padding: 0;
	line-height: 1.6;
}
#gnav-sub-magazine ul.gnav-sub-magazine-list li:nth-child(6),
#gnav-sub-magazine ul.gnav-sub-magazine-list li:nth-child(11){
	clear: left;
}
#gnav-sub-magazine .mag_img{
	margin-bottom: 12px;
}
#gnav-sub-magazine .mag_ttl{
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
}
#gnav-sub-magazine .mag_cmt{
	font-size: 11px;
	line-height: 14px;
}

/* グローバルメニュー：書籍・ムック サブメニュー */
#gnav-sub-book ul.gnav-sub-book-list {
	overflow: hidden;
	font-size: 13px;
}
#gnav-sub-book ul.gnav-sub-book-list li{
	float: left;
	width: 236px;
	margin: 0 0 18px;
	padding: 0;
	line-height: 1.6;
}
#gnav-sub-book .gnav-sub-book-purpose{
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
}
#gnav-sub-book .gnav-sub-book-category{
	overflow: hidden;
	padding-bottom: 20px;
}
#gnav-sub-book .gnav-sub-book-brand{
	padding: 20px 0 10px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	overflow: hidden;
}
#gnav-sub-book .gnav-sub-book-brand .gnav-list-title{
	float: left;
	width: 236px;
	padding-left: 20px;
}
#gnav-sub-book .gnav-sub-book-brand ul{
	font-size: 12px;
}
#gnav-sub-book .gnav-sub-book-brand ul li{
	margin-bottom: 10px;
}
#gnav-sub-book .gnav-sub-book-purpose,
#gnav-sub-book .gnav-sub-book-category,
#gnav-sub-book .gnav-sub-book-brand .gnav-list-title{ font-size: 13px; font-weight: bold; }

/* グローバルメニュー：雑誌掲載・コラボ商品 サブメニュー */
#gnav-sub-collabo{
	overflow: hidden;
}
#gnav-sub-collabo li{
	float: left;
	width: 156px;
	margin-right: 40px;
	margin-bottom: 35px;
	font-size: 12px;
}
#gnav-sub-collabo a:hover span{
	text-decoration: underline;
}
#gnav-sub-collabo li span{
	display: inline-block;
	margin-top: 5px;
}
#gnav-sub-collabo li span:before{
	content:"";
	display: inline-block;
	width: 6px;
	height: 12px;
	margin-right: 5px;
	background: url(../img/theme/suvnav_arrow.png) no-repeat left center;
}

/* グローバルメニュー：雑貨 サブメニュー */
#gnav-sub-goods .goods-top-link{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
}
#gnav-sub-goods .goods-banner{
	display: table;
}
#gnav-sub-goods .goods-banner div{
	display: table-cell;
	vertical-align: middle;
}
#gnav-sub-goods .goods-banner div:first-child{
	padding-right: 30px;
}
#gnav-sub-goods .goods-banner p{
	width: 450px;
	font-size: 12px;
	line-height: 22px;
}
#gnav-sub-goods .goods-list-brand{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
}
#gnav-sub-goods .goods-brand-all{
	text-align: right;
}
#gnav-sub-goods .goods-brand-all a{
	display: inline-block;
	width: 20%;
	padding-left: 10px;
	color: #007ebe;
	font-size: 12px;
	text-align: left;
	background: url(../img/theme/icon_textlink_arrow.png) no-repeat left center;
}
#gnav-sub-goods .goods-list-category{
	display: table;
}
#gnav-sub-goods .goods-list-cat-wrap{
	display: table-cell;
	width: 25%;
	padding: 0 20px;
	border-right: 1px solid #d2d2d2;
	vertical-align: top;
}
#gnav-sub-goods .goods-list-cat-wrap:first-child{
	padding-left: 0;
}
#gnav-sub-goods .goods-list-cat-wrap:last-child{
	padding-right: 0;
	border-right: none;
}
#gnav-sub-goods .goods-list-cat-wrap ul li{
	margin-bottom: 14px;
}
#gnav-sub-goods .goods-list-brand .gnav-list-title,
#gnav-sub-goods .goods-list-category .gnav-list-title{ font-size: 13px; font-weight: bold; margin-bottom: 23px; }

/* グローバルメニュー：公式通販 サブメニュー */
#gnav-sub-ec .ec-kuraline{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
#gnav-sub-ec .ec-kuraline-banner,
#gnav-sub-ec .ec-kippis-banner{
	display: table;
	margin-bottom: 30px;
}
#gnav-sub-ec .ec-kuraline-banner div,
#gnav-sub-ec .ec-kippis-banner div{
	display: table-cell;
	vertical-align: middle;
}
#gnav-sub-ec .ec-kuraline-banner div:first-child,
#gnav-sub-ec .ec-kippis-banner div:first-child{
	padding-right: 30px;
}
#gnav-sub-ec .ec-kuraline-banner p,
#gnav-sub-ec .ec-kippis-banner p{
	width: 450px;
	font-size: 12px;
	line-height: 22px;
}
#gnav-sub-ec .gnav-sub-list-parallel li{
	margin-bottom: 26px;
}

/* グローバルメニュー：メルマガ サブメニュー */
#mailmag-sub{
	position: absolute;
	top: 48px;
	width: 332px;
	margin-left: -111px;
	padding: 40px 50px;
	background-color: #f8f8f8;
	display: none;
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
}
#mailmag-sub a{
	display: block;
	width: 100%;
	height: auto;
	padding: 18px 15px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
}
#mailmag-sub a:first-child{
	margin-bottom: 25px;
}
#mailmag-sub a:hover{
	opacity:.6;
}

/*----------------------------------------------
#breadcrumb
----------------------------------------------*/
#breadcrumb{
	width: 1200px;
	margin: 30px auto;
	font-size: 12px;
	line-height: 15px;
}


/*----------------------------------------------
#site-footer
----------------------------------------------*/
#site-footer{
	width: 100%;
	background-color: #efefef;
	text-align: left;
}
#site-footer a{
	color: inherit;
	text-decoration: none;
}
#site-footer a:hover{
	text-decoration: underline;
}
#site-footer img{
	vertical-align: top;
}
.footer-sitemap{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 28px;
}
.footer-sitemap > div{
	float: left;
}
	.footer-sitemap > div:nth-child(1){ width: 310px; }
	.footer-sitemap > div:nth-child(2){ width: 240px; }
	.footer-sitemap > div:nth-child(3){ width: 240px; }
	.footer-sitemap > div:nth-child(4){ width: 410px; }

.footer-sitemap dl dt{
	margin-bottom: 20px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
.footer-sitemap dl dd{
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer-corporate{
	padding: 10px 0;
	border-top: 1px solid #d2d1ce;
}
.footer-memberinfo{
	padding: 10px 0;
	border-top: 1px solid #d2d1ce;
}
.footer-sns{
	padding: 16px 0;
	border-top: 1px solid #d2d1ce;
	border-bottom: 1px solid #d2d1ce;
	overflow: hidden;
}
.footer-sns li{
	float: left;
	margin-left: 10px;
}
.footer-sns li:first-child{
	margin-left: 0;
}
.footer-entrance{
	padding-top: 30px;
	overflow: hidden;
}
.footer-entrance li{
	float: left;
	width: 48%;
}
.footer-entrance li:first-child{
	margin-right: 4%;
}
.footer-entrance li a{
	display: block;
	border: 1px solid #8b8b8b;
	line-height: 32px;
	background-image: url(../img/theme/footer_arrow_bk.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	text-decoration: none !important;
	text-align: center;
	padding-right: 10px;
	background-color:#f7e6be;
}
.footer-entrance li a:hover{
	background-color: #fff;
}

#site-footer .siteguide-link{
	padding: 17px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
#site-footer .siteguide-link ul{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
#site-footer .siteguide-link ul li{
	float: left;
	padding: 0 2em;
	border-left: 1px solid #fff;
}
#site-footer .siteguide-link ul li:first-child{
	border-left: none;
}
#site-footer .siteguide-link ul li a:hover{
	text-decoration: underline;
}
.site-copyright{
	background-color: #000000;
	color: #8b8b8b;
	text-align: center;
	font-size: 11px;
	line-height: 44px;
}

#btn_pagetop{
	position: fixed;
	left: 50%;
	bottom: 44px;
	width: 43px;
	height: 43px;
	margin-left: 640px;
}

/*----------------------------------------------
#tel 2021.04
----------------------------------------------*/
#site-footer #tel{
    width:100%;
    padding-top: 30px;
}

#site-footer #tel .wrap{
    width:880px;
    margin:0 auto;
    padding: 30px 20px;
    text-align: center;
    border: solid 1px #8B8B8B;
    background-color: #fff;
}

#site-footer #tel .title{
    font-size:22px;
    font-weight: bold;
    margin-bottom: 20px;
}

#site-footer #tel .tel-icon{
    vertical-align: middle;
}

#site-footer #tel .tel-no{
    font-size:34px;
    font-weight: bold;
}

#site-footer #tel .reception{
    font-size:16px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom:10px;
}

#site-footer #tel .notes-wrap{
    width:730px;
    margin:15px auto 0;
    text-align: left;
    font-size:12px;
    line-height: 1.6;
}

/*----------------------------------------------
#main-contents
----------------------------------------------*/
main{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 147px 0 1px;
	overflow: hidden;
}
#ContentsArea{
	padding-top: 207px !important;
}
#content-wrap{
	width: 1200px;
	margin: 0 auto;
}
#content-wrap:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
#content-wrap #left-side{
	float: left;
	width: 220px;
	margin-right: 32px;
}
#content-wrap #main-content{
	float: left;
	width: 948px;
}

.anim, a.btn, a img{
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover img{
	opacity: 0.7;
}

/* 左サイドメニュー
---------------------------------*/
#book-menu ul.menu-list{
	margin-bottom: 14px;
	border-bottom: 1px solid #d2d2d2;
}
#book-menu ul.menu-list a{
	display: block;
	color: inherit;
}
#book-menu ul.menu-list a.more-link{
	width: 90px;
	margin-left: auto;
	text-align: center;
	background: url(../img/icon_textlink_gt.png) no-repeat right center;
}
#book-menu ul.menu-list > li{
	border-top: 1px solid #d2d2d2;
}
#book-menu ul.menu-list > li > a,
#book-menu ul.menu-list > li > span{
	display: block;
	padding: 0 4px;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
}
#book-menu ul.menu-list > li > span{
	position: relative;
	cursor: pointer;
}
#book-menu ul.menu-list > li > span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 6px;
	margin-top: -3px;
	background-image: url(../img/bookmenu_icon_oc.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#book-menu ul.menu-list > li.open > span:after{
	background-position: center bottom;
}
#book-menu ul.menu-list > li > ul{
	padding: 5px 4px 10px;
	border-top: 1px solid #d2d2d2;
	font-size: 13px;
	line-height: 1.6;
	display: none;
}
#book-menu ul.menu-list > li.open > ul{
	display: block;
}
#book-menu ul.menu-list > li > ul > li{
	margin-top: 5px;
}
#book-menu ul.menu-list > li > ul > li > ul{
	padding-bottom: 5px;
}
#book-menu ul.menu-list > li > ul > li > ul > li{
	position: relative;
	margin-top: 8px;
	margin-left: 15px;
	padding-left: 10px;
	line-height: 1.2;
}
#book-menu ul.menu-list > li > ul > li > ul > li:before{
	content:"";
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	border-top: 1px solid #000;
}

/* 検索フォーム */
.book-menu-serchbox{
	display: table;
	margin-bottom: 14px;
	padding: 16px;
	background-color: #efefef;
}
.book-menu-serchbox #search-change-left,
.book-menu-serchbox #search-form-wrap-left{
	display: table-cell;
	height: 24px;
	vertical-align: top;
}
/* 20170922 css二重指定されていたためこちらはコメントアウト
#site-header #search-form-wrap{
	float: left;
	overflow: hidden;
}
*/
.book-menu-serchbox .search-form-inner{
	position: relative;
	width:188px;
	height:24px;
}
.book-menu-serchbox .search-form-inner input[type="text"]{
	width:152px;
	height:24px;
	padding: 0 5px;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 11px;
}
.book-menu-serchbox .search-form-inner button{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:36px;
	height:24px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: url(/common/item/img/theme/icon_search.png) no-repeat center center #8b8b8b;
	text-indent:-9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.book-menu-serchbox .search-form-inner button:hover{
	opacity: 0.8;
}

h2.section-title{
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border-left: 5px solid #4c4c4c;
}

h2.section-title-ec{
	margin: 40px 0 0;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border-left: 5px solid #4c4c4c;
}


/*  ［もっと見る］ボタン（width:160px） */
.btn-more{
	text-align: right;
}
.btn-more a.btn{
	display: inline-block;
	width: 160px;
	color: #333;
	background-image: url(../img/theme/icon_morebtn_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}
.btn-more a.btn:hover{
	background-color: #999;
	color:#FFF;
}


/*  ［もっと見る］ボタン（雑誌付録） */
.btn-more_mag{
	text-align: center;
}
.btn-more_mag a.btn{
	display: inline-block;
	width: 550px;
	color: #333;
	background-image: url(../img/theme/icon_morebtn_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
    background-color: #f7e6be;
	border: 2px solid #666;
	font-size: 18px;
    font-weight:bold;
    line-height: 46px;
	text-decoration: none;
	text-align: center;
    margin-top:30px;
}
.btn-more_mag a.btn:hover{
	background-color: #cbb07d;
	color:#FFF;
}


/*  検索結果のアイテムスタイル
---------------------------------------------*/
#search_result_main{
	overflow: visible;
	padding: 30px 0 0;
	width: 100% !important;
}
#search_result_main *{
	box-sizing: border-box;
}
#search_result_main img{
	vertical-align: top;
}


/*  検索結果：404 */
.search-404{}
.search-404 .pager-total{
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 32px;
}
.search-404 .pager-total span.bold{
	font-weight: bold;
}
.search-404 .search-404-lead{
	padding: 70px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
.search-404 .search-404-comment{
	padding: 30px 0 40px;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}
.search-404 .search-404-advance{
	text-align: center;
}
.search-404 .search-404-advance a{
	display: inline-block;
	width: 300px;
	background-color: #cbb07d;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.search-404 .search-404-advance a:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../img/theme/icon_search_small.png) no-repeat center center /16px 16px;
	vertical-align: -0.15em;
}
.search-404 .search-404-advance a:hover{
	opacity: .7;
}

/*  検索結果：一覧 */
#search-result-list{
	margin-bottom: 25px;
	padding-top: 50px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}
#search-result-list:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
#search-result-list .item{
	float: left;
	width: 213px;
	height: auto !important;
	margin-right: 32px;
	margin-bottom: 63px;
}
#search-result-list .item > a{
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	/*min-height:500px;*/
}
#search-result-list .item > a:hover:after{
	content: "";
	position: absolute;
	left: -3%;
	top: -3%;
	width: 106%;
	height: 104%;
	background-color: #f9f3e6;
	z-index: -1;
}
#search-result-list .item:nth-child(4n){
	margin-right: 0;
}
#search-result-list .item:nth-child(4n+1){
	clear: left;
}
#search-result-list .item .img{
	width: 213px;
	height: 213px;
	margin-bottom: 10px;
	padding: 11px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	text-align: center;
	position: relative;
}
#search-result-list .item .img img{
	width: auto;
	height: auto;
	max-width: 189px;
	max-height: 189px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
#search-result-list .item .title{
	height: 3em;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
}
#search-result-list .item .price{
	color: #c70002;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
}

/* セール用 202103*/
#search-result-list .item .price_sale{
	color: #c70002;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
    overflow: hidden;
}

#search-result-list .item .sale_label{
    background-color:#9d8949;
	font-size: 12px;
    color:#ffffff;
    padding:5px;
    margin-right:5px;
}

#search-result-list .item .price_regular{
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
    text-decoration: line-through;
	overflow: hidden;
    padding-bottom: 10px;
}

#search-result-list .item .link-btn{
	overflow: hidden;
	margin-top: 10px;
}
#search-result-list .item .link-btn a,
#search-result-list .item .link-btn span{
	display: inline-block;
	width: 100%;
	height: 32px;
	color: inherit;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#search-result-list .item .link-btn .tachiyomiLink{
	float: left;
	width: 32px;
	margin: 0;
}
#search-result-list .item .link-btn .tachiyomiLink a{
	background:  url(../img/theme/icon_tachiyomi.png) no-repeat center center #fff;
	border: 1px solid #666;
	text-indent: -9999px;
}
#search-result-list .item .link-btn .tachiyomiLink a:hover{
	background-color: #f9f3e6;
}
#search-result-list .item .link-btn .tachiyomiLink a:before{
	content: none;
	display: block;
	margin-right: inherit;
	vertical-align: inherit;
}
#search-result-list .item .link-btn .order-btn,
#search-result-list .item .link-btn .reserve-btn,
#search-result-list .item .link-btn .nostock-btn{
	float: right;
	width: 170px;
}
#search-result-list .item .link-btn .order-btn a,
#search-result-list .item .link-btn .reserve-btn a,
#search-result-list .item .link-btn .nostock-btn span{
	padding: 1px 0;
	color: #fff;
}
#search-result-list .item .link-btn .order-btn a{
	background-color: #c70002;
}
#search-result-list .item .link-btn .order-btn a:hover{
	background-color: #FF4345;
}
#search-result-list .item .link-btn .reserve-btn a{
	background-color: #f19931;
}
#search-result-list .item .link-btn .reserve-btn a:hover{
	background-color: #ffb607;
}
#search-result-list .item .link-btn .nostock-btn span{
	background-color: #b8b8b8;
}
#search-result-list .item .link-btn .order-btn a:before,
#search-result-list .item .link-btn .reserve-btn a:before{
	content: url(/common/item/img/theme/icon_cart.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.2em;
}

#search-result-list .item .magazine-logo{
	width:100%;
	text-align:center;
}

#search-result-list .item .magazine-date{
	width:100%;
	background-color:#efefef;
	padding:5px;
	margin:5px 0px;
	text-align:center;
	font-weight:bold;
}

/* 検索結果 ページャー */
.pager{
	clear: both;
	margin: 0 auto 15px;
	overflow: hidden;
	font-size: 0.1em;
}
.pager *{
	box-sizing: border-box;
}
.pager .pager-count{
	float: left;
	line-height: 32px;
}
.pager .pager-count p{
	display: inline-block;
	margin-right: 1.5em;
	font-size: 14px;
}
.pager .pager-count p span.bold{
	font-weight: bold;
}
.pager .pager-index{
	float: right;
	display: table;
	max-width: 644px;
	overflow: hidden;
}
.pager .page_number,
.pager .prev,
.pager .next{
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
}
.pager .page_number a,
.pager .prev a,
.pager .next a{
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pager .page_number a,
.pager .page_number span{
	float: left;
	display:block;
	margin:0 4px 7px 4px;
	padding:0 10px;
	border:1px solid #d2d2d2;
	line-height: 30px;
	text-decoration:none;
}
.pager .page_number a:hover {
	background-color: #f9f3e6;
}
.pager .page_number span{
	border:1px solid #ccc;
	background-color: #696969;
	color: #FFF;
}
.pager .prev,
.pager .next{
	width:55px;
	height:32px;
}
.pager .prev a,
.pager .next a{
	display:block;
	width:55px;
	height:32px;
	background-color: #ededed;
	color: inherit;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
.pager .prev a:hover,
.pager .next a:hover{
	opacity: .6;
}
.pager .prev{
	padding-right:5px;
}
.pager .next{
	padding-left:5px;
}

/* 特定商取引法に基づく表記
---------------------------------*/
#shopping-guide{
	width: 1200px;
	margin: 80px auto 0;
	padding: 35px 0 55px;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 1.833;
}
#shopping-guide .row{
	float: left;
	width: 378px;
	margin-left: 33px;
}
#shopping-guide .row:first-child{
	margin-left: 0;
}
#shopping-guide h2{
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	font-weight: bold;
}
#shopping-guide h3{
	margin-top: 25px;
	font-weight: bold;
}
#shopping-guide h2 + h3{
	margin-top: 0;
}
#shopping-guide p{
	margin-top: 10px;
}
#shopping-guide h3 + p, #shopping-guide h3 + ul{
	margin-top: 6px;
}
#shopping-guide .font-b{
	font-weight: bold;
}
#shopping-guide em{
	color: #c70002;
	font-style: normal;
}
#shopping-guide a.link-arrow{
	display: inline-block;
	padding-left: 12px;
	background: url(../img/icon_textlink_arrow.png) no-repeat left center;
}
#shopping-guide .mt38{
	margin-top: 38px;
}
#shopping-guide .mt118{
	margin-top: 118px;
}
/* インフォメーション
---------------------------------*/
#information{
	width: 1200px;
	margin: 80px auto 0;
}
#information ul{
	border-top: 1px solid #efefef;
	font-size: 14px;
}
#information ul li{
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
}
#information ul li span.date{
	display: inline-block;
	width: 7em;
}
#information ul li a{
	display: inline-block;
	padding-left: 10px;
	background: url(../img/icon_textlink_arrow.png) no-repeat left center;
}
#information .btn-more{
	margin-top: 25px;
}

/* バナーエリア
---------------------------------*/
#bottom-bannerarea{
	width: 1200px;
	margin: 80px auto;
	padding: 20px 0;
	background-color: #efefef;
	text-align: center;
}
#bottom-bannerarea ul{
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
}
#bottom-bannerarea ul li{
	display: inline-block;
	margin: 0 24px;
}
#bottom-bannerarea ul li:nth-child(n+4){
	margin-top: 24px;
}


/*
*************************************************************
*************************************************************
**
** 追加・変更 2017/09
**
*************************************************************
*************************************************************
*/

/* 検索結果のソートメニュー
---------------------------------*/
.pager .sort-menu{
	font-size: 14px;
	line-height: 32px;
	text-align:right; 
}
.pager .sort-menu span.title{
	font-weight: bold;
}
.pager .sort-menu a{
	color: inherit;
}
.pager .sort-menu a.selected{
	font-weight: bold;
}


/* 絞り込み検索メニュー
---------------------------------*/
#refine-menu{
	clear: both;
	font-size: 14px;
	border-top: 1px solid #dbdbdb;
}
#refine-menu h3{
	position: relative;
	padding: 0 20px;
	background-color: #f8f8f8;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
}
#refine-menu h3 #refine-toggle-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/theme/icon_refinetoggle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
}
#refine-menu.open h3 #refine-toggle-btn{
	background-position: 0 -40px;
}
#refine-menu .refine-toggle{
}
#refine-menu dl{
	overflow: hidden;
	padding: 15px 20px;
}
#refine-menu dt,
#refine-menu dd{
	float: left;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 1.846;
}
#refine-menu dt{
	clear: left;
	width: 20%;
	font-weight: bold;
}
#refine-menu dd{
	width: 80%;
}
#refine-menu dd label{
	float: left;
	margin-right: 30px;
}
#refine-menu dd label,
#refine-menu dd input[type="checkbox"]{
	cursor: pointer;
}
#refine-menu dd input[type="checkbox"]{
	display: none;
}
#refine-menu dd span{
	position:relative;
	display: block;
	padding-left: 20px;
}
#refine-menu dd span::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #999;
	vertical-align: middle;
}
#refine-menu dd input[type="checkbox"]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 5px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
#refine-menu .btn-refine-brand{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #dcdcdc;
	color: inherit;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#refine-menu label.stock{
	font-size:15px;
	font-weight:bold;
}

.btn-decision{
	width: 300px;
	margin: 25px auto 10px;
	background-color: #cbb07d;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	cursor: pointer;
}

#refine-menu input[type="text"]{
	width:250px;
	height:30px;
	border:1px solid #666;
	padding:0 8px;
}

#refine-menu button{
	display: inline-block;
	padding-right: 16px;
	width: 175px;
	height: 30px;
	background-color: #cbb07d;
	border: none;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	cursor: pointer;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#refine-menu button:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url(/common/item/img/theme/icon_search_small.png) no-repeat center center /16px 16px;
	vertical-align: -0.15em;
}

#refine-menu button:hover{
	opacity: .7;
}

/* モーダル表示のスタイル
---------------------------------*/
.modal-content {
	position:fixed;
	display:none;
	width:768px;
	margin:0;
	padding:16px 18px;
	background:#f8f8f8;
	z-index:1001;
}
.modal-content h3 {
	margin:0;
	padding:4px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.modal-content p {
	margin:0;
	padding:0;
}
.modal-overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0, 0, 0, .5);
	z-index:1000;
}
.modal-open {
	cursor:pointer;
}
.modal-close {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 32px;
	height: 32px;
	background: url(../img/theme/gnav_img/icon_submenu_close.png) no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
}
ul.modal-bland-list{
	overflow: auto;
	height: 390px;
	margin-top: 16px;
	padding: 15px 25px;
	background-color: #fff;
	border: 1px solid #ccc;
}
ul.modal-bland-list li{
	float: left;
	width: 33.333%;
	padding: 5px 0;
	font-size: 13px;
	line-height: 22px;
}
#book-menu ul.menu-list ul.modal-bland-list li a{
	display: inline-block;
	width: auto;
}


/* 左サイドメニュー：「ブランド・キャラクター」のボタンスタイル
------------------------------------------------------------------*/
a.btn-brand-all{
	display: block;
	margin-top: 10px;
	border: 1px solid #dcdcdc;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}


/*-----------------
ブランドアイテム特別付録
-------------------*/
#appendix{}
#appendix .slider-container,
#appendix .slider-container *{
	box-sizing: border-box;
}
#appendix .slider-container {
	position: relative;
	width: 1218px;
	margin: 0 0 0 -9px;
}
#appendix .slider .item{
	float: left;
	width: 185px !important;
	margin: 0 9px 0 9px;
	border: 1px solid #d2d2d2;
	text-align: center;
}
#appendix .item .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	z-index: 10;
	color: #333;
	overflow: hidden;
	display: none;
}
#appendix .item .txt .mag-ttl{
	width: 100%;
	margin-bottom: 10px;
}
#appendix .item .txt .mag-ttl img{
	display: inline-block;
	width: 68%;
	height: auto;
	margin-left:-5px;
	vertical-align: middle;
	opacity: 1 !important;
}
#appendix .item .txt .mag-info{
	display: inline-block;
	width: 32%;
	border-left: 1px solid #8e8b83;
	color: #8e8b83;
	font-size: 12px;
	text-align: right;
}
#appendix .item .txt  .item-ttl{
	margin-bottom: 7px;
	font-weight: bold;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#appendix .item img{
	width: 100%;
	height: auto;
	opacity: 1 !important;
}
#appendix .slider-container .slick-prev,
#appendix .slider-container .slick-next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#appendix .slider-container .slick-prev{
	left: -40px;
	background-image: url(../img/slider_prev_m.png);
}
#appendix .slider-container .slick-next{
	right: -40px;
	background-image: url(../img/slider_next_m.png);
}


