@charset "utf-8";
/*---------------------------------------------------------------
common.css
-----------------------------------------------------------------
table of contents

	1. Override
	2. Basic Style
	3. Layout
	4. Media Queries

-----------------------------------------------------------------

/*===============================================================

	1.	Override

===============================================================*/

body{
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
h3{
	background-image: none;
}

/*===============================================================

	2.	Basic Style

===============================================================*/
#contents-wrap a:link         	{text-decoration:underline; color:#fff;}
#contents-wrap a:visited 		{text-decoration:underline; color:#fff;}
#contents-wrap a:hover   		{text-decoration:none; color:#fff;}
#contents-wrap a:active  		{text-decoration:underline; color:#fff;}
#contents-wrap a{
  /*overflow:hidden;*/
  outline:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix { display: block; }
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.js #no-js-attention{
	display: none;
}
.no-js #no-js-attention{
	background-color: #ccc;
	padding-top:50px;
	padding-bottom:50px;
	width: 100%;
	position: fixed;
	bottom:0;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size:18px;
	z-index: 9000;
}
.ie8 #no-js-attention{
	display: none;
}

/*
* display:none; for SP
*/
#sp_header{
	display: none;
}

/*===============================================================

	3.	Layout

===============================================================*/
html{
	height: 100%;
}
body{
	position: relative;
	height: 100%;
	background-color: #000;
}
footer{
	position: absolute;
	bottom: 0 !important;
	left:0;
	width: 100%;
	z-index: 0;
}
#sp_nav_wrap{
	display: none;
}
#sp_footer{
	display: none;
}
#contents-wrap{
	font-family: "arial", sans-serif;
	width: 100%;
	color: #fff;
}

/* to-page-index */
.to-page-index{
	width: 135px;
	height: 35px;
	text-align: center;
	margin-bottom: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #fff;
	position: relative;
}
.to-page-index a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	background-image:url('../images/common/single/btn-to-index.png');
	background-repeat: no-repeat;
	background-position: center 11px;
	background-size: 30px 50px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
}
.ie8 .to-page-index a{
	background-image:url('../images/common/single/btn-to-index_ie8.png');
}

.to-page-index a span {
    background-image: url('../images/common/single/btn-to-index.png');
    background-repeat: no-repeat;
    background-position: center -28px;
    background-size: 30px 50px;
    background-color: #fff;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
}
.ie8 .to-page-index a span{
	background-image:url('../images/common/single/btn-to-index_ie8.png');
	background-position: center -18px;
}

/* move-page-li */
#move-page-li{
	width: 212px;
	position: absolute;
	right: 0;
	z-index: 50;
	display: none;
	height: 70px;
	visibility: hidden;
	margin-top: -1px;
}
#move-page-li li{
	width:70px;
	height:70px;
	float: left;
}
#move-page-li li a{
}
#move-page-li li.off{
	display: none;
}

#move-page-li li.page-top{
	margin-right: 1px;
	margin-left: 1px;
}
.top-2036 #move-page-li li.page-top{
	margin-right: 0px;
	margin-left: 0px;
}
#move-page-li li.page-top{
}
#move-page-li li.page-top a{
	background-image:url('../images/common/icon_pagetop.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 70px;
	height: 70px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background-color: #000;
}
#move-page-li li.page-top a:hover{
	background-position: left bottom;
}

#bnr-notice{
	background-image:url('../images/common/notice.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	height: 178px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: -23px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -9999px;
}

#contents #recommend{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents #recommend h4{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background-image:url('../images/common/single/bg_recommend_ti.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	border-left:3px solid;
	padding-left: 15px;
	margin-bottom: 5px;
}
#contents #recommend h4 .space{
	padding-right: 5px;
	padding-left: 5px;
}
/* chapter color */
.vol4 #contents #recommend h4{
	border-color: #ff9000;
}
.vol5 #contents #recommend h4{
	border-color: #3764ed;
}
.vol6 #contents #recommend h4{
	border-color: #0ba55c;
}
.vol7 #contents #recommend h4{
	border-color: #cc40ad;
}
.vol8 #contents #recommend h4{
	border-color: #935ff1;
}
.vol9 #contents #recommend h4{
	border-color: #1a9fa7;
}

/* chapter */
#recommend .chapter:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#recommend .chapter li{
	width:220px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	margin-bottom: 6px;
}
#recommend .chapter li.chapter4{
	margin-right: 0;
}
#recommend .chapter .image-wrap{
	width: 100%;
	position: relative;
	height: 165px;
}
#recommend .chapter .image-wrap img{
	width: 100%;
}
#recommend .vol6-wrap .chapter li.chapter7 .image-wrap img{
	height:165px;
}
#recommend .chapter .image-wrap .arrow{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 0;
	left: 11px;
	display: block;
	z-index: 5;
	width: 19px;
	height: 9px;
}
#recommend .chapter .image-wrap .arrow-on{
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	z-index: 10;
	display: block;
	width: 19px;
	height: 9px;
	display: none;
}
#recommend .chapter .image-wrap .chapter{
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	background-color: #fff;
	vertical-align: middle;
	padding:0 8px;
	line-height: 21px;
	text-transform:uppercase;
	letter-spacing: 0.6px;
}
#recommend .chapter .off .image-wrap .chapter{
	background-color: #333;
}
#recommend .chapter .off .title-wrap .title{
	color: #373a3f;
}
#recommend .chapter .image-wrap .ol{
	position: absolute;
	height: 161px;
	width: 212px;
	border:4px solid;
	z-index: 20;
	display: none;
}
#recommend .vol4-wrap .chapter .image-wrap .ol.on{
	background-color: #ff9000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	border:none;
	width: 100%;
	height: 100%;
}
#recommend .chapter .title-wrap{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	background-color: transparent;
}
#recommend .chapter .title-wrap .title{
	padding:12px 10px 10px 10px;
	margin-bottom: 0;
}

/* current */
#recommend .chapter li.current{
	background-color: #ccc;
	cursor: default;
}
#recommend .chapter li.current .image-wrap .arrow-on{
	display: block;
}
#recommend .vol4-wrap .chapter li.current .image-wrap .ol,
#recommend .vol5-wrap .chapter li.current .image-wrap .ol,
#recommend .vol6-wrap .chapter li.current .image-wrap .ol{
	display: block;
}

/* vol4 */
#recommend .vol4-wrap .chapter .image-wrap .ol{
	border-color: #ff9000;
}
.vol4 #recommend .chapter .image-wrap .arrow{
	background-image:url('../images/vol4/icon_arrow_t.png');
}
.vol4 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/vol4/icon_arrow_t.png');
}
#recommend .vol4-wrap .chapter li.current{
	background-color: #ff9000;
}
.vol4 #recommend .chapter .image-wrap .chapter{
	color: #ff9000;
}
.vol4 #recommend .chapter .off .image-wrap .chapter{
	color: #331d00;
}

/* vol5 */
#recommend .vol5-wrap .chapter .image-wrap .ol{
	border-color: #3764ed;
}
.vol5 #recommend .chapter .image-wrap .arrow{
	background-image:url('../images/top/icon_arrow_t_vol5.png');
}
.vol5 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/top/icon_arrow_t_vol5.png');
}
#recommend .vol5-wrap .chapter li.current{
	background-color: #3764ed;
}
.vol5 #recommend .chapter .image-wrap .chapter{
	color: #3764ed;
}
.vol5 #recommend .chapter .off .image-wrap .chapter{
	color: #555;
}

/* vol6 */
#recommend .vol6-wrap .chapter .image-wrap .ol {
	border-color:#03ab5d;
}
.vol6 #recommend .chapter .image-wrap .arrow,
.vol6 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/top/icon_arrow_t_vol6.png');
}
#recommend .vol6-wrap .chapter li.current {
	background-color:#03ab5d;
}
.vol6 #recommend .chapter .image-wrap .chapter {
	color:#03ab5d;
}
.vol6 #recommend .chapter .off .image-wrap .chapter{
	color: #555;
}

/* vol7 */
#recommend .vol7-wrap .chapter .image-wrap .ol{
	border-color: #cc40ad;
}
.vol7 #recommend .chapter .image-wrap .arrow,
.vol7 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/top/icon_arrow_t_vol7.png');
}
#recommend .vol7-wrap .chapter li.current{
	background-color: #cc40ad;
}
.vol7 #recommend .chapter .image-wrap .chapter{
	color: #cc40ad;
}
.vol7 #recommend .chapter .off .image-wrap .chapter{
	color: #555;
}
/* vol8 */
#recommend .vol8-wrap .chapter .image-wrap .ol{
	border-color: #935ff1;
}
.vol8 #recommend .chapter .image-wrap .arrow,
.vol8 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/top/icon_arrow_t_vol8.png');
}
#recommend .vol8-wrap .chapter li.current{
	background-color: #935ff1;
}
.vol8 #recommend .chapter .image-wrap .chapter{
	color: #935ff1;
}
.vol8 #recommend .chapter .off .image-wrap .chapter{
	color: #555;
}

/* vol9 */
#recommend .vol9-wrap .chapter .image-wrap .ol{
	border-color: #1a9fa7;
}
.vol9 #recommend .chapter .image-wrap .arrow,
.vol9 #recommend .chapter .image-wrap .arrow-on{
	background-image:url('../images/top/icon_arrow_t_vol9.png');
}
#recommend .vol9-wrap .chapter li.current{
	background-color: #1a9fa7;
}
.vol9 #recommend .chapter .image-wrap .chapter{
	color: #1a9fa7;
}
.vol9 #recommend .chapter .off .image-wrap .chapter{
	color: #555;
}

.chapter-wrap{
	margin-bottom: 20px;
}
#recommend .chapter li.off{
	cursor: default;
}

/* theme */
#contents #recommend .theme h4{
	border-left:3px solid #e2e3e3;
}
#recommend .vol:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#recommend .vol li{
	width:145px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	position: relative;
}
#recommend .vol li.off{
	cursor: default;
}
#recommend .vol li a{
	position: absolute;
	top:0;
	height: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}
#recommend .vol li.off a{
	cursor: default;
}
#recommend .theme .vol li{
	width: 145px;
	min-height: 150px;
	margin-right: 5px;
}

#recommend .theme .vol li.right{
	margin-right: 0;
}
#recommend .theme .vol li .image-wrap{
	width: 145px;
	height: 109px;
	overflow: hidden;
	position: relative;
}
#recommend .theme .vol li .image-wrap img{
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
}
#recommend .theme .vol li .image-wrap .archive{
	background-image:url('../images/common/single/icon_archive.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 9;
}
#recommend .theme .vol li .image-wrap .icon{
	position: absolute;
	background-image:url('../images/common/single/icon_link_blank.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 18px;
	height: 18px;
	display: block;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 9;
}
#recommend .theme .vol li .image-wrap .title{
	text-align: left;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	left: 50%;
	top:50%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	margin-top: -9px;
	z-index: 9;
}
#recommend .theme .vol li.vol1 .image-wrap .title{
	background-image:url('../images/common/single/ti_archive_place.png');
	margin-left: -47px;
	width: 94px;
}
#recommend .theme .vol li.vol2 .image-wrap .title{
	background-image:url('../images/common/single/ti_archive_style.png');
	margin-left: -47px;
	width: 97px;
}
#recommend .theme .vol li.vol3 .image-wrap .title{
	background-image:url('../images/common/single/ti_archive_comm.png');
	margin-left: -62px;
	width: 125px;
}
#recommend .chapter .title .chapter{
	display: none;
}
#recommend .theme .vol li img{
	width: 100%;
}
#recommend .vol .title-wrap .title{
	font-size: 11px;
	padding: 7px 0 0 0;
	letter-spacing: 0.5px;
}

/* wiget */
#sns-wrap{
	width: 100%;
	padding-top: 30px;
	background-color: #000;
	display: none;
}
#sns-wrap .sns-module.sp{
	display: none;
}
#sns-wrap .sns-module.pc{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#sns-wrap .sns-module.pc h3{
	font-size: 16px;
	margin-bottom: 20px;
	color: #9ba1a9;
	text-align: center;
	background:none;
}
#sns-wrap .sns-module.pc .twi{
	width: 440px;
	float: left;
}
#sns-wrap .sns-module.pc .fb{
	width: 440px;
	float: right;
}
.sns-module.pc .module-wrap{
	padding-bottom: 80px;
}
#atstbx2{ /* addthis bottom */
	width: 430px;
	margin-left: auto;
	margin-right: auto;
}
.sns-wrap-bottom{
	padding-bottom: 40px;
	width: 100%;
}

/* #page-nav */
#page-nav{
	position: absolute;
	top:177px;
	z-index: 1;
}
#page-nav .icon-nav{
	width: 70px;
	height: 70px;
	background-image:url(../images/common/single/icon_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	position: relative;
	z-index: 5;
	margin: 0;
	background-color: #737373;
	cursor: pointer;
}
#page-nav .page-nav-inner p{
	margin: 0;
}
#page-nav .page-nav-inner{
	position: relative;
	margin-top: -70px;
	padding: 50px 40px 50px 40px;
	background-color: #000;
	z-index: 100;
	display: none;
	height: 100%;
}
#page-nav .page-nav-inner p {
	font-size:12px;
}
#page-nav .page-nav-inner .theme-nav{
	width: 410px;
	max-width: 410px;
	display: block;
	border-bottom: 1px solid #000;
}
#page-nav .page-nav-inner .theme-nav:after{
	clear: both;
	content: "";
	display: table;
}
.vol5 #page-nav .page-nav-inner .theme-nav{ background-color: #3764ed; }
.vol6 #page-nav .page-nav-inner .theme-nav{ background-color: #05a859; }
.vol7 #page-nav .page-nav-inner .theme-nav{ background-color: #cc40ad; }
.vol8 #page-nav .page-nav-inner .theme-nav{ background-color: #935ff1; }
.vol9 #page-nav .page-nav-inner .theme-nav{ background-color: #1a9fa7; }
#page-nav .page-nav-inner .theme-nav li{
	display: block;
	float: left;
	font-size: 13px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	letter-spacing: normal;
	cursor: pointer;
	text-align: center;
}
/* 2 つ並びのときは 1 つ 202px、3 つ並びのときは 1 つ 134px */
#page-nav .page-nav-inner .theme-nav li.vol5{ width: 134px; }
#page-nav .page-nav-inner .theme-nav li.vol6{ width: 134px; }
#page-nav .page-nav-inner .theme-nav li.vol7{ width: 134px; }
#page-nav .page-nav-inner .theme-nav li.vol8{ width: 202px; }
#page-nav .page-nav-inner .theme-nav li.vol9{ width: 202px; }
/* vol4のみの表示の場合 子要素のspanをタブにする */
#page-nav .page-nav-inner .theme-nav{
	/*background-color: #ff9000;*/
}
#page-nav .page-nav-inner .theme-nav li{
	/*background-color: #ff9000;*/
}
#page-nav .page-nav-inner .theme-nav li span{
	padding: 9px 0 5px 0;
	display: block;
	text-align: center;
}
/**/
#page-nav .page-nav-inner .theme-nav li .space{
	padding-right: 5px;
	padding-left: 5px;
}
#page-nav .page-nav-inner .theme-nav li.on{
}
#page-nav .page-nav-inner .theme-nav li .wrap{
	margin-top: -2px;
	font-size: 12px;
}
#page-nav .page-nav-inner .theme-nav .theme-nav-cross{
	padding: 0;
	font-size: 10px;
	line-height: 0.6;
}
/* vol4のみの表示の場合 子要素のspanをタブにする */
#page-nav .page-nav-inner .theme-nav li.vol4.on{
	background-color: #ff9000;/*ここ本来ならタブの色*/
	border-left:none;
	border-bottom: none;
	color: #fff;
	cursor: default;
}
#page-nav .page-nav-inner .theme-nav li.vol5.on{ background-color: #3764ed; color: #fff; }
#page-nav .page-nav-inner .theme-nav li.vol6.on{ background-color: #03aa5a; color: #fff; }
#page-nav .page-nav-inner .theme-nav li.vol7.on{ background-color: #cc40ad; color: #fff; }
#page-nav .page-nav-inner .theme-nav li.vol8.on{ background-color: #935ff1; color: #fff; }
#page-nav .page-nav-inner .theme-nav li.vol9.on{ background-color: #1a9fa7; color: #fff; }
#page-nav .page-nav-inner .theme-nav li.last-child{
	border-right:none;
}

#page-nav .page-nav-inner .tab-inner{
	width: 410px;
	word-wrap:break-word;
	display: none;
	margin-bottom: 40px;
}
#page-nav a{
	color: #fff;
	text-decoration: none;
}
#page-nav a:hover{
	color: #fff;
	text-decoration: none;
}
#page-nav a:visited{
	color: #fff;
	text-decoration: none;
}
#page-nav a:active{
	color: #fff;
	text-decoration: none;
}
#page-nav .page-nav-inner .tab-inner{
	display: none !important;
}
#page-nav .page-nav-inner .tab-inner.current{
	display: block !important;
}
#page-nav .page-nav-inner .tab-inner li{
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1f2730;
	cursor: pointer;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#page-nav .page-nav-inner .tab-inner li.current{
	cursor: default;
}
.vol4 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #ff9000;}
.vol5 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #3764ed;}
.vol6 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #07a85c;}
.vol7 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #cc40ad;}
.vol8 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #935ff1;}
.vol9 #page-nav .page-nav-inner .tab-inner li.current{ background-color: #1a9fa7;}
#page-nav .page-nav-inner .tab-inner li.current a{
	cursor: default;
}
#page-nav .page-nav-inner .tab-inner li p{
	margin-right: 5px;
}
#page-nav .page-nav-inner .tab-inner li:hover{
	background-color: #ff9000;
}
#page-nav .page-nav-inner .vol5-nav li:hover{
	background-color: #3764ed;
}
#page-nav .page-nav-inner .vol6-nav li:hover{
	background-color: #07a85c;
}
#page-nav .page-nav-inner .vol7-nav li:hover{
	background-color: #cc40ad;
}
#page-nav .page-nav-inner .vol8-nav li:hover{
	background-color: #935ff1;
}
#page-nav .page-nav-inner .vol9-nav li:hover{
	background-color: #1a9fa7;
}
#page-nav .page-nav-inner .tab-inner li:hover .chapter{
	color: #000;
}
#contents-wrap .page-nav-inner a:link{
	text-decoration: none;
}
#contents-wrap .page-nav-inner a:visited{
	text-decoration: none;
}
#page-nav .page-nav-inner .tab-inner li.current{
	background-color: #ff9000;
}
#page-nav .page-nav-inner .tab-inner li.current .chapter{
	color: #000;
}
#page-nav .page-nav-inner .chapter{
	color: #ff9000;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
#page-nav .page-nav-inner .vol4-nav .chapter{	color: #ff9000;}
#page-nav .page-nav-inner .vol5-nav .chapter{	color: #3764ed;}
#page-nav .page-nav-inner .vol6-nav .chapter{	color: #07a85c;}
#page-nav .page-nav-inner .vol7-nav .chapter{	color: #cc40ad;}
#page-nav .page-nav-inner .vol8-nav .chapter{	color: #935ff1;}
#page-nav .page-nav-inner .vol9-nav .chapter{	color: #1a9fa7;}
#page-nav-wrap #side-past-theme dt{
	color: #b9c6d4;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1f2730;
}
#page-nav-wrap #side-past-theme dd li{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #1f2730;
}
#page-nav-wrap #side-past-theme dd li .space{
	padding-right: 5px;
	padding-left: 5px;
}
#page-nav-wrap #side-past-theme dd li .wrap{
	background-image:url('../images/common/icon_blank_grey.png');
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 20px;
	display: inline-block;
}
#page-nav-wrap #side-past-theme dd li a{
	display: block;
	padding: 10px 5px 10px 5px;
}

/* tinyscrollbar */
#scrollbar
{
    position: relative;
    width: 425px;
}

#scrollbar .viewport
{
    min-height: 100px;
    overflow:hidden;
    position:relative;
    background: transparent;
    width: auto;
}

#scrollbar .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 10px 20px;
    width: auto;
}

#scrollbar .scrollbar
{
    background:transparent url(../images/common/single/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -30px;
    top:0;
    width:11px;
}

#scrollbar .track
{
    background:transparent url(../images/common/single/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
    width:11px;
    position:relative;
    padding:0 1px;
}

#scrollbar .thumb
{
    background:transparent url(../images/common/single/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height:20px;
    width:11px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-1px;
}

#scrollbar .thumb .end
{
    background:transparent url(../images/common/single/bg_scrollbar_thumb_top2.png) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:11px;
}

#scrollbar .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

/*===============================================================

	4.	Media Queries

===============================================================*/

/* ～640px
** SmartPhone Mode
------------------------------------------ */
@media (max-width: 640px) {

	/* override and layout */
	.pc_header{
		display: none;
	}
	footer{
		display: none;
	}
	#sp_header{
		display: block;
	}
	h2 a{
		background-image: none;
	}
	#container{
		width: 100%;
	}

	#bnr-notice{
		background-image:url('../images/common/notice_sp.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 320px;
		height: 98px;
		width: 320px;
		height: 98px;
		overflow: hidden;
		clear: both;
		margin-right: auto;
		margin-left: auto;
		margin-top: -10px;
		margin-bottom: 10px;
		position: relative;
		z-index: 9000;
	}

	/*
	** style from ricoh
	** /ja/common/css/sp.css
	*/
	#sp_header {
		position: relative;
		background: #fff;
		text-align: center;
	}
	#sp_header h2 {
		background-image: none;
	}
	#sp_header div {
		position: absolute;
		width: 12.85%;
		right: 1.71875%;
		top: 19%;
		cursor: pointer;
	}
	#sp_footer{
		display: block;
		background: #ececec;
		padding-top: 6%;
		padding-bottom: 10%;
	}

	/* #recommend */
	#contents #recommend{
		width: 100%;
	}
	#contents #recommend h4{
		margin-bottom: 0;
	}
	.chapter-wrap{
		margin-bottom: 0;
	}
	#recommend .chapter .image-wrap{
		width: 110px;
		height: 82px;
	}
	#recommend .vol6-wrap .chapter li.chapter7 .image-wrap img{
		height:inherit;
	}
	#recommend .chapter li{
		width: 100%;
		display: table;
		float: none;
		margin:-1px 0 0 0;
		height: 82px;
		overflow: hidden;
	}
	#recommend .chapter .title-wrap{
		display: table-cell;
		vertical-align: middle;
		border-bottom: 1px solid #1f1f1f;
	}
	#recommend .chapter .title-wrap .title{
		padding: 0;
		margin: 0 10px 0 10px;
		font-size: 12px;
		line-height: 18px;
		max-height: 56px;
		overflow: hidden;
	}
	#recommend .chapter .image-wrap .chapter{
		display: none;
	}
	#recommend .chapter .title .chapter{
		font-weight: 700;
		font-family: 'Oswald', sans-serif;
		font-size: 10px;
		text-transform:uppercase;
		letter-spacing: 1px;
		display: block;
	}
	#recommend .chapter .current .title .chapter{
		color: #000;
	}
	#recommend .chapter .image-wrap .arrow{
		width: 7px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 7px 50px;
		left: 103px;
		top:10px;
	}
	#recommend .chapter .image-wrap .arrow-on{
		width: 7px;
		height: 14px;
		background-position: left bottom;
		background-size: 7px 50px;
	}
	#recommend .chapter .image-wrap .ol{
		width: 107px;
		height: 76px;
		border-top:3px solid;
		border-left:3px solid;
		border-bottom:3px solid;
		border-right:none;
	}
	.vol4 #recommend .chapter .title .chapter{
		color: #ff9000;
	}
	.vol4 #recommend .chapter .off .title .chapter{
		color: #411000;
	}
	.vol4 #recommend .chapter .image-wrap .arrow,
	.vol4 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_sp.png');
	}
	.vol4 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #ff9000;
	}
	.vol4-wrap #recommend .chapter .image-wrap .ol{
		border-color: #ff9000;
	}
	.vol5 #recommend .chapter .image-wrap .arrow,
	.vol5 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_vol5_sp.png');
	}
	.vol5 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #3764ed;
	}
	.vol6 #recommend .chapter .image-wrap .arrow,
	.vol6 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_vol6_sp.png');
	}
	.vol6 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #07a858;
	}
	.vol7 #recommend .chapter .image-wrap .arrow,
	.vol7 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_vol7_sp.png');
	}
	.vol7 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #cc40ad;
	}
	.vol8 #recommend .chapter .image-wrap .arrow,
	.vol8 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_vol8_sp.png');
	}
	.vol8 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #935ff1;
	}
	.vol9 #recommend .chapter .image-wrap .arrow,
	.vol9 #recommend .chapter .image-wrap .arrow-on{
		background-image:url('../images/top/icon_arrow_l_vol9_sp.png');
	}
	.vol9 #recommend .chapter .chapter7.current .title-wrap{
		border-bottom: 1px solid #1a9fa7;
	}
	#recommend .theme .vol:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#recommend .theme .vol{
		border-bottom: none;
		padding-bottom: 0;
	}
	#recommend .theme .vol li{
		min-height: inherit;
		margin: 0 0 5px 0;
	}
	#recommend .theme .vol li.vol6 {
		margin-right:0;
	}
	#recommend .vol .title-wrap .title{
		min-height: 3em;
		font-size: 9px;
		padding:3px 5px 0 5px;
	}
	#recommend .theme .vol li .image-wrap{
		width: auto;
		height: auto;
	}
	#recommend .theme .vol li .image-wrap .icon{
		width: 13px;
		height: 13px;
		background-size: 13px 13px;
	}
	#recommend .theme .vol li.vol1 .image-wrap .title{
		background-size: 68px 13px;
		width: 68px;
		height: 13px;
		margin-left: -34px;
		margin-top: -6px;
	}
	#recommend .theme .vol li.vol3 .image-wrap .title{
		background-size: 90px 13px;
		width: 90px;
		height: 13px;
		margin-left: -45px;
		margin-top: -6px;
	}
	#recommend .theme .vol li.vol2 .image-wrap .title{
		background-size: 70px 13px;
		width: 70px;
		height: 13px;
		margin-left: -35px;
		margin-top: -6px;
	}
	#recommend .theme .vol li .image-wrap .archive{
		width: 26px;
		height: 26px;
		background-size: 26px;
	}


	#contents .sns-wrap{
	}
	#sns-wrap{
		display: block;
		padding-top: 15px;
		margin-bottom: 54px;
	}
	#sns-wrap article{
		margin-right:15px;
		margin-left:15px;
	}
	#sns-wrap .sns-module.pc{
		display: none;
	}
	#sns-wrap .sns-module.sp{
		display: block;
	}
	#sns-wrap .sns-module.sp h3{
		font-size: 12px;
		color: #9ba1a9;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
		text-align: center;
	}
	#sns-wrap .sns-module.sp .twi{
		width: 100%;
		max-height: 200px;
		height:200px;
		float: none;
		margin:0 0 10px 0;
	}
	#twitter-widget-0 {
			width: 100% !important;
	}
	#sns-wrap .sns-module.sp .twi iframe{
		width: 100%! important;
	}

	#sns-wrap .sns-module.sp .fb{
		width: 100%;
		height: 245px;
		float: none;
		margin:0 0 15px 0;
	}

	#sns-wrap .sns-module.sp .fb .fbcomments,
	#sns-wrap .sns-module.sp .fb .fb_iframe_widget,
	#sns-wrap .sns-module.sp .fb .fb_iframe_widget[style],
	#sns-wrap .sns-module.sp .fb .fb_iframe_widget iframe[style],
	#sns-wrap .sns-module.sp .fb .fbcomments iframe[style],
	#sns-wrap .sns-module.sp .fb .fb_iframe_widget span{
			width: 100%! important;
	}
	.sns-wrap-bottom{
		width: 90%;
		padding-left: 25px;
		margin-right: auto;
    margin-left: auto;
		background-color: #000;
		padding-top:10px;
		padding-bottom:20px;
	}
	.addthis_button_facebook_like{
		max-width: 120px;
	}
	.addthis_button_tweet{
		max-width: 120px;
	}
	.sns-wrap-bottom a{
		display: inline-block;
		margin-bottom: 10px;
		text-align: center;
		float: none;
		width: auto;
	}
	.addthis_button_google_plusone{
		float: none;
		clear: both;
		display: block;
	}
	#atstbx2{
		width: 255px;
		padding-left: 25px;
		margin-right: auto;
		margin-left: auto;
	}
	.at4-show{
		display: table!important;
	}

	/*
	** richo common menu
	** style from ricoh
	*/
	#sp_nav_wrap{
		display: none;
	}
	#sp_nav {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		left: 0;
		top: 0;
		display: none;
		cursor: pointer;
		z-index: 100;
	}
	#sp_nav div {
		width: 6.25%;
		padding: 3.4375% 0 5.3125% 0;
		margin-left: 87.5%;
	}
	#sp_nav ul {
		margin: 0 5% 5% 5%;
		background: #fff;
		border-radius: 3px;
	}
	#sp_nav li:first-child a {
		border-top: none;
	}
	#sp_nav li a {
		display: block;
		border-top: 1px solid #c5c5c5;
		padding: 5% 8.5% 5% 6%;
		font-weight: bold;
		text-decoration: none;
		color: #676767;
		background: url(/common/img_sp/bg-sp_nav.gif) no-repeat left center;
		background-size: 100%;
	}

}
