@charset 'utf-8';

/*common.css*/
/*Copyright 2016 Kodansha Ltd., GENDAI-Business, All Rights Reserved.*/
/*A stylesheet for GENDAI-Business V3.*/

/*------------------------------------------------------------------*/

/*general html elements*/

html {
  width: 100%;
}

body {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

br {
  line-height: 1.3;
}

a {
  cursor: pointer;
}

/*	general css class	*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}

.cf:after {
  clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom:1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*	BLOCK	*/

.blockMain {
  position: relative;
}

.blockContainer {
  position: relative;
  padding: 0 20px;
  width: 980px;
  margin: 50px auto 30px auto;
  z-index: 0;
}

.blockContainer-tB {
  margin-top: 100px;
}

.blockContainer-bB {
  margin-bottom: 80px;
}

.blockContainer-tN {
  margin-top: 30px;
}

.blockContainer-bN {
  margin-bottom: 0px;
}

.blockContainer-tN a, .blockContainer-tB a {
  display: block;
}

.blockContainer-first {
  position: relative;
  padding: 0 20px;
  width: 980px;
  margin: 86px auto 0 auto;
  z-index: 0;
}

.blockContainer-first_article {
  position: relative;
  padding: 0 20px;
  width: 980px;
  margin: 36px auto 0px auto;
  z-index: 0;
}

.blockContainer_left1 {
  width: 340px;
  float: left;
}

.blockContainer_left2 {
  width: 640px;
  margin-right: 40px;
  float: left;
}

.blockContainer_right1 {
  width: 300px;
  float: left;
}

.blockContainer_right1 a {
  display: block;
}

.blockContainer_right2 {
  width: 640px;
  float: left;
}

/* cover-img */
div.cover-img {
  position: relative;
  width: 100%;
  min-width: 1020px;
  margin-top: 36px;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

div.cover-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: 10;
}

div.cover-img .element-wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 20;
}

div.cover-img .element-wrapper .element-title {
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.675px;
  color: #FFFFFF;
  margin: 0;
}

/*	Global Navigation Bar	*/

.nav {
  position: absolute;
  top: -86px;
  width: 100%;
  min-width: 980px;
  height: 36px;
  background-color: #f5ab00;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
  z-index: 100;
  transition: height 0.1s;
}

.nav.status_nav-positionFixed {
  position: fixed;
    top: 0!important;
    width: 100%;
    z-index: 10000;
}

.nav.status_nav-searchEnabled {
  height: 120px;
  transition: height 0.1s;
}

.nav .nav_container {
  width: 980px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.nav .nav_logo {
  width: 155px;
  height: 100%;
  float: left;
}

.nav .nav_logo img {
  width: 155px;
  height: 100%;
  float: left;
}

.navContents {
  width: 825px;
  height: 100%;
  float: left;
}

.navContents .navContents_ul {
  width: 100%;
  height: 36px;
}

.navContents .navContents_ul ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navContents .navContents_ul ul li {
  display: inline; 
  padding: 0; 
  margin: 0; 
  float: left;
}

.navContents .navContents_ul ul li a {
  display: block; 
  background-color: #f5ab00;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -1px;
}

.nav.status_nav-searchEnabled .navContents_ul ul li.category a {
  opacity: 0.5;
  transition: opacity ease-out 0.3s;
}

.nav.status_nav-searchEnabled .navContents_ul ul li.serial a {
  opacity: 0.5;
  transition: opacity ease-out 0.3s;
}

.nav.status_nav-serialEnabled .navContents_ul ul li.category a {
  opacity: 0.5;
  transition: opacity ease-out 0.3s;
}

.nav.status_nav-serialEnabled .navContents_ul ul li.search a {
  opacity: 0.5;
  transition: opacity ease-out 0.3s;
}

.navContents .navContents_ul ul li.search a {
  font-weight: 500;
}

.navContents .navContents_ul ul li.selected a {
  background-color: #FFFFFF;
  color: #f5ab00;
}

.navContents .navContents_ul ul li a:hover{
  background-color: #FFFFFF;
  color: #f5ab00;
}

.navContents .navContents_ul ul li.search {
  font-weight: 500!important;
}

.navContents .navContents_search {
  display: none;
  box-sizing: border-box;
  opacity: 0.0;
  width: 100%;
  height: 84px;
  padding: 20px 12px;
}

.status_nav-searchEnabled .navContents_search {
  display: block;
  opacity: 1.0;
  transition: opacity 0.2s ease-out 0.3s;
}

.navContents .navContents_search input{
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  height: 32px;
  padding: 3px 3px 3px 50px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-right: 15px;
  width: 500px;
  background-color: transparent;
  background-image: url('../../../../common/images/v3/nav/search-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.navContents .navContents_search button{
  border: 0;
  border: 3px solid #FFF;
  height: 32px;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
  background-color: transparent;
  cursor: pointer;
}

.navContents .navContents_search button:hover {
  background-color: #FFFFFF;
  color: #f5ab00;
}


.nav.status_nav-serialEnabled {
  height: 320px;
  transition: height 0.1s;
}

.navContents .navContents_serial {
  display: none;
  box-sizing: border-box;
  opacity: 0.0;
  margin-right: 20px;
  float: left;
  padding: 20px;
}

.navContents .navContents_serial ul {
  text-decoration: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF!important;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.navContents .navContents_serial ul li a{
  color: #FFFFFF!important;
}

.navContents .navContents_serial ul li a:hover{
  opacity: 0.8!important
}

.status_nav-serialEnabled .navContents_serial {
  display: block;
  opacity: 1.0;
  transition: opacity 0.2s ease-out 0.3s;
}


/*  copyright & about us */

.copy {
  background: #F7F7F7;
  z-index: 0;
}

.copy a {
  color: #a9a9a9;
}

.copy a:hover {
  color: #f5ab00;
}

.copy .to-gb:hover {
  color: #C1272D;
}

.copy .to-bb:hover {
  color: #2894D4;
}

.copy .to-gs:hover {
  color: #009D4E;
}

.copy .to-mg:hover {
  color: #f5ab00;
}
.copy .to-frau:hover {
  color: #F0F0F0;
  transition: 1s color ease-out;
}
.copyContainer {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
  justify-content: space-between;
  z-index: 0;
  width: 980px;
  margin: 0 auto;
  padding: 30px 20px;
}

.copyContainer_left {
  width: 240px;
  font-size: 0;
}

.copyContainer_center {
  margin-top: 26px;
  width: 100px;
  height: 92px;
  background-image: url('../../../../common/images/v3/footer/k.png');
  background-size: cover;
  background-position: center center;
}

.copyContainer_right {
  width: 240px;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
}

/* footer family */
.copyContainer_left .family-img {
  width: 48px;
  height: 13px;
}

.copyContainer_left .family-list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.copyContainer_left .family-list li {
  margin-bottom: 12px;
  padding-left: 32px;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.28125px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: left center;
}

.copyContainer_left .family-list li:first-child {
  background-image: url('../../../../common/bluebacks/images/footer/gb-logo-small.png');
}

.copyContainer_left .family-list li:nth-child(2) {
  background-image: url('../../../../common/bluebacks/images/footer/bb-logo-small.png');
}

.copyContainer_left .family-list li:nth-child(3) {
  background-image: url('../../../../common/bluebacks/images/footer/gs-logo-small.png');
}

.copyContainer_left .family-list li:nth-child(4) {
  background-image: url('../../../../common/bluebacks/images/footer/mg-logo-small.png');
}
.copyContainer_left .family-list li:nth-child(5) {
  background-image: url('/common/bluebacks/images/footer/frau-logo-small.png');
  background-size: contain;
  width: 22px;
  height: 22px;
}
/* head-genre */
div.element-genre-head img.bb-title-img {
  height: 18px;
  margin-top: 30px;
}

div.element-genre-head .title-genre-box {
  margin: 20px 0;
}

div.element-genre-head .title-genre-box .element-title {
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.675px;
  color: #FFFFFF;
  margin: 0;
  float: left;
}

div.element-genre-head .title-genre-box .genre-select {
  display: inline-block;
  margin-left: 20px;
  margin-top: 7px;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 27px;
}

div.element-genre-head .title-genre-box .genre-select span {
  margin-right: 20px;
}

div.element-genre-head .title-genre-box .genre-select::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  transform: rotate(45deg);
}

div.element-genre-head .title-genre-box .genre-select.open {
  color: #000000;
  background-color: #FFFFFF;
}

div.element-genre-head .title-genre-box .genre-select.open::after {
  border-bottom: solid 3px #000000;
  border-right: solid 3px #000000;
}

div.element-genre-head .genre-box {
  padding: 20px 0;
}

div.element-genre-head .genre-box img {
  margin-bottom: 22px
}

div.element-genre-head .genre-box .alt-words {
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
}

div.element-genre-head .genre-box .genre-list ul {
  width: 300px;
  margin: 0 40px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}

div.element-genre-head .genre-box .genre-list ul:nth-child(3n) {
  margin: 0;
}

div.element-genre-head .genre-box .genre-list ul li a {
  display: inline-block;
}

div.element-genre-head .genre-box .genre-list ul li span {
  display: inline-block;
  padding-left: 35px;
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
}

div.element-genre-head .genre-box .genre-list ul li a .normal {
  display: inline-block;
}

div.element-genre-head .genre-box .genre-list ul li a:hover .normal {
  display: none;
}

div.element-genre-head .genre-box .genre-list ul li a .hover {
  display: none;
  color: #f5ab00;
}

div.element-genre-head .genre-box .genre-list ul li a:hover .hover {
  display: inline-block;
}

div.element-genre-head .genre-box .close {
  margin-top: 30px;
  text-align: center;
}

div.element-genre-head .genre-box .close a {
  font-size: 13px;
  line-height: 19px;
  color: #FFFFFF;
}

/*	article thumbnail A	*/

.elementArticleItem {
  width: 300px;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  margin-right: 40px;
  margin-bottom: 12px;
  float: left;
  position: relative;
}


.elementArticleItem a {
  display: block;
}

.elementArticleItem.textonly {
  min-height: 0px;
}

.blockContainer>div>.elementArticleItem:nth-of-type(3n) {
  margin-right: 0px;
}

.blockContainer_left2>.elementArticleItem:nth-of-type(2n) {
  margin-right: 0px;
}

.blockContainer_left2>div>.elementArticleItem:nth-of-type(2n) {
  margin-right: 0px;
}

.elementArticleItem .imageContainer {
  display: block;
  width: 300px;
  height: 90px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.elementArticleItem .imageContainer img {
  float:left;
  position:absolute;
}

.elementArticleItem .elementArticle_premiumTag {
  position: absolute;
  width: 100px;
  height: 20px;
  top: 70px;
  margin-bottom: 8px;
  z-index: 100;
  background-image: url('/common/images/v3/premium/premium-tag.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.elementArticleItem .elementArticle_prTag {
  position: absolute;
  width: 37px;
  height: 20px;
  top: 70px;
  right: 0px;
  margin-bottom: 8px;
  z-index: 100;
  background-image: url('/common/images/v3/ad/pr-tag.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.elementArticleItem .elementArticle_sponsoredTag {
  position: absolute;
  width: 100px;
  height: 20px;
  top: 70px;
  right: 0px;
  margin-bottom: 8px;
  z-index: 100;
  background-image: url('/common/images/v3/ad/sponsored-tag.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.elementArticleItem .elementArticleItem_title {
  font-weight: bold;
  font-size: 15.8px;
  line-height: 1.6;
}

.elementArticleItem .elementArticleItem_subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.0;
}

/*	book	*/
.book-list {
  letter-spacing: -100px;
}

.book-box {
  position: relative;
  width: 300px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.5px;
}

.book-box::after{
  content: "";
  display: block;
  clear: both;
}

.book-box:nth-of-type(3n) {
  margin-right: 0 !important;
}

.book-box:nth-of-type(n+4) {
  margin-top: 40px;
}

.book-box a {
  display:inline-block;
}

.book-box>a {
  width: 100%;
}

.book-box .book-img {
  position: relative;
  width: 120px;
  height: 185px;
  box-sizing: border-box;
  float: left;
}

.book-box .book-img.img-none {
  background-color: #FFFFFF;
}

.book-box .book-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: 1px solid #979797;
}

.book-box .book-img.img-none img {
  border: none;
}

.book-box .book-info {
  position: relative;
  padding: 8px 0 30px 135px;
  min-height: 185px;
  box-sizing: border-box;
}

.book-box .book-info .category,
.book-box .book-info .title {
  font-weight: bold;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #f5ab00;
  margin: 0;
}

.book-box .book-info .title {
  color: #000;
}

.book-box .book-info .sub-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.45px;
  color: #858596;
  margin: 0;
}

.book-box .book-info .elementAuthor_sizeS {
  height: auto;
  color: #000000;
  margin-top: 5px;
  float: none;
}

.book-box .book-info .authorOther {
  font-size: 12px;
  color: #000;
  margin: .5em auto;
  text-align: right;
}

.book-box .book-info .elementAuthor_sizeS span {
  line-height: 22px;
  float: none;
}

.book-box .book-info .elementAuthor_sizeS img {
  margin-top: 0;
}

.book-box .book-info .detail-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  background: #f5ab00;
  background-image: url('../../../../common/bluebacks/images/book/book-icon.png');
  background-repeat: no-repeat;
  background-position: 15px center;
}

.book-box .book-info .detail-link span {
  padding-left: 35px;
  font-weight: bold;
  line-height: 22px;
  font-size: 12px;
  letter-spacing: 0.92px;
  color: #FFFFFF;
}

.book-box a:hover .book-img,
.book-box a:hover .book-info .detail-link{
  opacity: 0.8;
}

.book-box a:hover .book-info .elementAuthor_sizeS img {
  opacity: 1;
}

.book-box a:hover .book-info .title,
.book-box a:hover .book-info .sub-title {
  color: #f5ab00;
}

#new-books .book-list {
  overflow: hidden;
}

#new-books .book-box {
  display: block;
  float: left;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/*	Author	*/

.elementAuthor_sizeS {
  height: 45px;
  float: left;
}

.elementAuthor_sizeS img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #B7B7B7;
  margin-top: 12px;
  margin-right: 10px;
  float: left;
}

.elementAuthor_sizeS span {
  line-height: 45px;
  font-size: 14px;
  float: left;
}

.elementAuthor_sizeS_profileLink {
  font-size: 12px!important;
  margin-left: 10px;
  font-weight: 700;
  color: #f5ab00!important;
  letter-spacing: 1px;
  float: none!important;
}

.elementAuthor_sizeM {
  width: 300px;
  height: 60px;
  margin: 15px 0;
  text-align: left;
}

.elementAuthor_sizeM img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 0px 15px 0px 0px;
  float: left;
}

.elementAuthor_sizeM .elementAuthor_sizeM-name {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  float: left;
}

.elementAuthor_sizeM .elementAuthor_sizeM-title {
  font-size: 12px;
  font-weight: 500;
  clear: both;
}


.elementAuthor_sizeL {
  width: 110px;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blockContainer_left2 .elementAuthor_sizeL:nth-of-type(6n) {
  margin-right: 0px;
}

.blockContainer_right1 .elementAuthor_sizeL:nth-of-type(3n) {
  margin-right: 0px;
}

.elementAuthor_sizeL img {
  width: 110px;
  height: 110px;
  margin: 12px 0;
  border-radius: 55px;
}

.elementAuthor_sizeL .elementAuthor_sizeL-name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15.8px;
  font-weight: bold;
}

.elementAuthor_sizeL .elementAuthor_sizeL-title {
  font-size: 12px;
  font-weight: 500;
}


/*	section headings	*/

.elementSectionHeadings {
  height: 15px;
  margin-bottom: 10px;
}

.elementSectionHeadingsWithSuffix {
  height: 15px;
  margin-bottom: 15px;
}

.elementSectionHeadingsWithSuffix img {
  height: 15px;
  margin-right: 10px;
  float: left;
}

.date {
  margin: 0!important;
}

/*	highlighted text	*/

.elementHighlightedText_large {
  display: inline-block;
  background-color: #f5ab00;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 50px;
  height: 50px;
  padding: 0px 17px 0px 20px;
}

.elementHighlightedText_middle {
  display: inline-block;
  background-color: #f5ab00;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  padding: 0px 10px 0px 12px;
}

.elementHighlightedText_small {
  display: inline-block;
  background-color: #f5ab00;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  padding: 0px 4px 0px 4.5px;
  margin: 0px 3px;
  float: left;
}

/*	article ranking */

.elementTop10ArticleItem_large {
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
}

.elementTop10ArticleItem_large-rankNumber {
  height: 72px;
  margin-right: 10px;
  float: left;
}

.elementTop10ArticleItem_large-titles {
  width: 260px;
  height: 72px;
  padding: 5px 0px;
  float: left;
  box-sizing: border-box;
}

.elementTop10ArticleItem_large-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.elementTop10ArticleItem_large-subtitle {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.8;
}

.elementTop10ArticleItem_small {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
}

.elementTop10ArticleItem_small-rankNumber {
  height: 45px;
  margin-right: 10px;
  float: left;
}

.elementTop10ArticleItem_small-titles {
  width: 260px;
  height: 45px;
  padding: 4px 0px;
  float: left;
  box-sizing: border-box;
}

.elementTop10ArticleItem_small-title {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 11.5px;
  line-height: 1.2;
}

/* billboard */

.elementBillboard {
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 225px;
  background-position: center center;
  background-size: cover;
}

.elementBillboard_fadeFilter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: 10;
}

.elementBillboard_titles {
  position: absolute;
  width: 980px;
  margin: 0 auto;
  padding: 0px 20px;
  left: 0;
  right: 0;
  height: 120px;
  top: 60px;
  z-index: 30;
}

.elementBillboard_title {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 45px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.50);
}

.elementBillboard_title-small {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 36px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.50);
}

.elementBillboard_subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #B7B7B7;
  letter-spacing: 1px;
  line-height: 45px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.50);
  float: left;
}

.elementNarrowBanner {
  width: 100%;
  min-width: 1020px;
  height: 43px;
  background-color: #000000;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HOT AUTHOR SLIDER */

@charset 'utf-8';

div.elementHotauthors {
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 270px;
  background-color: black;
  padding-top: 100px;
  overflow: hidden;
}

div.elementHotauthors img.elementSectionHeadings {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

div.elementHotauthors div.hotauthors {
  box-sizing: border-box;
  width: 980px;
  height: 230px;
  margin: 0 auto;
  margin: 0 auto;
  background-color: black;
  position: relative;
}

div.elementHotauthors div.hotauthors a.hotauthorsPage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 100px;
  position: absolute;
  top: 40px;
  z-index: 100;
  cursor: pointer;
}

div.elementHotauthors a.hotauthorsPagePrev {
  background-image: url('/common/images/v3/hotauthors/prev.png');
  left: -40px;
}

div.elementHotauthors a.hotauthorsPageNext {
  background-image: url('/common/images/v3/hotauthors/next.png');
  right: -40px;
}

div.elementHotauthors div.hotauthors a.hotauthorsPage.disable {
  opacity: 0.3;
  cursor: default;
}


div.elementHotauthors div.hotauthors div.hotauthorsScroller {
  position: absolute;
  width: 2940px;
  height: 230px;
  left: 0;
  z-index: 50;
}

div.elementHotauthors div.hotauthors a.hotauthorItem {
  display: block;
  width: 148px;
  height: 230px;
  margin: 0 24px;
  float: left;
  text-decoration: none;
  outline: none;
  opacity: 1.0;
  transition: opacity 0.2s linear 0s;
}

div.elementHotauthors div.hotauthors a.hotauthorItem:hover {
  opacity: 0.8;
}

div.elementHotauthors div.hotauthors a.hotauthorItem.disable {
  opacity: 0.4;
}

div.elementHotauthors div.hotauthors a.hotauthorItem.disable:hover {
  opacity: 0.4;
  cursor: default;
}

div.elementHotauthors a.hotauthorItem div.photo {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.elementHotauthors a.hotauthorItem div.info {
  width: 100%;
  text-align: center;
}

div.elementHotauthors div.info span.name {
  font-size: 14px;
  line-height: 18px;
  color: white;
}

div.elementHotauthors div.info span.occupation {
  font-weight: bold;
  font-size: 10px;
  color: gray
}

/*	STYLE 	*/

.styleText-light span {
  color: #FFFFFF;
}

.styleText-dark span {
  color: #000000;
}

span.styleText_sub-light {
  color: #B7B7B7;
}

span.styleText_sub-dark {
  color: #858585;
}

.styleText-light a:hover, .styleText-light a:hover span {
  opacity: 0.9;
}

.styleText-dark a:hover, .styleText-dark a:hover span {
  color: #f5ab00!important;
}

a:hover img {
  opacity: 0.8;
}

/*	ad	*/

.ad1 {
  width: 300px;
  height: 250px;
  margin: 32px 0px;
}

.ad2 {
  width: 300px;
  height: 250px;
  margin-bottom: 32px;
}

.ad3 {
  width: 300px;
  height: 250px;
}

#MG_pc_1st_Rectangle, #MG_pc_2nd_Rectangle, #MG_pc_3rd_Rectangle, #MG_pc_4th_Rectangle {
  width: 300px;
  /* height: 250px; */
  margin-bottom: 12px;
}


/* pagination */

.pagination {
  width: 100%;
  height: 30px;
  margin: 7px 0 10px;
  text-align: center;
}

.pagination ul {
  margin: auto;
  height: 100%;
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
}

.pagination li {
  text-align: center;
  vertical-align: center;
  font-size: 16px;
  border: solid 2px #f5ab00;
  padding: 5px 9px;
  display: inline-block;
  margin-right: -7px;
}

.pagination li.prev {
  width: 24px;
  color: #f5ab00;
}

.pagination li.number {
  color: #f5ab00!important;
  background: #FFFFFF;
}

.pagination li.current {
  background: #f5ab00 !important;
  color: #FFFFFF!important;
}

.pagination li.next {
  width: 24px;
  color: #f5ab00;
  margin-right: 0px;
}

.pagination a li:hover {
  background: #FDEECC;
  color: #FFFFFF!important;
}

.pagination div.status {
  margin-top: 10px;
  font-size: 12px;
  color: #f5ab00;
}

/* PREV_NEXT in the same category */

.prev-next {
display: flex;
justify-content: space-between;
margin-top: -80px;
}

.prev-next .prev-article-in-same-cat {
position; relative;
width: 106px;
height: 80px;
vertical-align: top;
background-color: #f5ab00;
padding: 0.2em 0.5em;
}

.prev-next .prev-article-in-same-cat.show-list {
background-color: #858585;
}

.prev-next .prev-article-in-same-cat a {
  top: 0;
  left: 0;
  width: 100%;
  height 100%;
}

.prev-next .prev-article-in-same-cat p {
    margin-top: 0em;
    margin-bottom: 0em;
}

.prev-next .prev-article-in-same-cat .label {
font-size: 12px;
font-weight: 800;
padding-top: 0.5em;
color: #ffffff;
}

.prev-next .prev-article-in-same-cat .prev-title {
font-size: 12px;
padding-top: 0.2em;
color: #ffffff;
}

.prev-next .next-article-in-same-cat {
width: 106px;
height: 80px;
vertical-align: top;
background-color: #f5ab00;
padding: 0.2em 0.5em;
}

.prev-next .next-article-in-same-cat.coming-soon {
background-color: #858585;
}

.prev-next .next-article-in-same-cat a {
  top: 0;
  left: 0;
  width: 100%;
  height 100%;
}

.prev-next .next-article-in-same-cat p {
    margin-top: 0em;
    margin-bottom: 0em;
}

.prev-next .next-article-in-same-cat .label {
font-size: 12px;
font-weight: 800;
padding-top: 0.5em;
color: #ffffff;
text-align: right;
}

.prev-next .next-article-in-same-cat .next-title {
font-size: 12px;
padding-top: 0.2em;
color: #ffffff;
}

/* sidebar system */
.sidebar_section {
  position: relative;
  width: 100%;
}

/* premium login */

.loginform {
  position: absolute;
  top: 18px;
  z-index: 300;
  width: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.loginform label {
  font-weight: 700;
}

.loginform .loginform_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.loginform input[id^="leaf"] {
  width: 250px;
  height: 30px;
  font-size: 16px;
  margin: 10px 0 5px 20px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
}

.loginform .next-login {
  font-size: 12px
}

.loginform input#login-btn {
  width: 120px;
  height: 34px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  background-color: #f5ab00;
  color: #FFFFFF;
  cursor: pointer;
}

.loginform input#login-btn:hover {
  opacity: 0.8;
}

.loginform .regist-window {
  color: #FFFFFF;
  font-size: 12px;
}

/* 画像DL防止*/
.articleFirstImage,
.articleContents img,
.elementArticleItem img,
/*.elementArticle-infeed_ad img, 広告枠でiframeで呼ばれているので、いずれ適用 */
.blockContainer_right1 img,
.coverContainerHeadline img,
.articleHeader img,
.elementAuthor_sizeS img,
.authorNormalImage img  {
  pointer-events: none;
}

/* 画像DLをエディタ部分では許可する */
body.cke_editable.articleContents img {
  pointer-events: auto !important;
}

.display-flex-wrap {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -ms-flex-wrap: wrap;/*--- TWEENER - IE 10 ---*/
  -webkit-flex-wrap: wrap;/*--- safari ---*/
  flex-wrap: wrap;
}

/* Comicsの誘導バナー他のスタイル */
.blockContainer_block.comics_toppage{
 width:300px;
 height:240px;
 margin-bottom:10px;
}

.blockContainer_block.comics_banner{
 width:300px;
 height:240px;
 margin-bottom:10px;
 position:relative;
}

.blockContainer_block.comics_toppage a{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

.blockContainer_block.comics_banner a{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

.comics_bannerL {
  color:#f5ab00;
  font-size:15px;
  font-weight:800;
  line-height: 45px;"
}

.comics_bannerL.comics_toppage {
  color:#f5ab00;
  font-size:18px;
  font-weight:800;
  line-height: 28px;"
}

.comics_bannerS {
  color:#f5ab00;
  font-size:15px;
  font-weight:800;
  line-height: 45px;"
}

.comics_bannerS.comics_toppage{
  color:#f5ab00;
  font-size:18px;
  font-weight:800;
  line-height: 28px;"
}