@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;
}


/*	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;
}


/*	Global Navigation Bar	*/

.nav {
  position: absolute;
  top: -86px;
  width: 100%;
  min-width: 980px;
  height: 36px;
  background-color: #C1272D;
  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: #C1272D;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0;
}

.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: #C1272D;
}

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

.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: #C1272D;
}


.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: #C1272D;
}

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

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

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

.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');
}


/*	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;
}

/*	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: #C1272D!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: #C1272D;
  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: #C1272D;
  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: #C1272D;
  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: #C1272D!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;
}

#GB_pc_1st_Rectangle, #GB_pc_2nd_Rectangle, #GB_pc_3rd_Rectangle, #GB_pc_4th_Rectangle {
  width: 300px;
  /* height: 250px; */
  margin: 32px 0px;
}

#GB_PC_1st_DoubleRectangle {
  width: 300px;
  height: 600px;
  margin: 32px 0px;
}

/* pagination */

.pagination {
  width: 100%;
  height: 30px;
  margin: 7px 0 20px;
  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 #C1272D;
  padding: 5px 9px;
  display: inline-block;
  margin-right: -7px;
}

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

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

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

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

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

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

/* 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: #C1272D;
  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;
}