@charset 'utf-8';

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

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


/*	cover photo	*/

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

.articleFirstImage span.image_copyright {
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.5);
  font-size: 10px;
  padding: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.article_title {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
}

.article_subtitle {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 45px;
}

.article_title_small {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.article_subtitle_small {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.article_author-small {
  width: 640px;
  height: 80px;
  margin: 10px 0 20px;
}

.article_author-small .article_author_name_container {
  float: left;
}

.article_author-small img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 20px;
  float: left;
}

.article_author-small .article_author-small_name {
  height: 40px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 40px;
  float: left;
}

.article_author-small .minimum .article_author-small_name {
  font-size: 16px;
}

.article_author-small .article_author-small_title {
  height: 37px;
  margin-top: 15px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 14px;
  float: left;
}

.article_author-small .article_author-small_profileLink {
  height: 20px;
  width: 520px;
  margin-top:10px;
  font-weight: 700;
  font-size: 13px;
  color: #2894D4;
  letter-spacing: 1px;
  line-height: 18px;
  float: left;
}

.article_author-small_profileLink a {
  color: #2894D4;
}

.article_author-large {

}

.articleHeader {
  padding-bottom: 10px;
  border-bottom: solid 2px #858585;
  margin-bottom: 30px;
}

.articleHeader .articleHeaderSns {
  clear: left;
}

.articleContents {
  margin: 45px 0;
  letter-spacing: 0.5px;
}

.articleContents p {
  font-size: 16px;
  line-height: 28px;
  margin: 1.2em 0;
}

.articleContents a {
  font-weight: bold;
  word-wrap: break-word;
}

.articleContents a:hover {
  text-decoration: underline;
}

.articleContents .image-area a {
  display: block;
}

.articleContents br {
  line-height: 1.8;
}

.articleContents h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  padding: 5px 0 5px 10px;
  border-bottom: solid 2px #2894D4;
  border-left: solid 20px #2894D4;
}

.articleContents h4 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  padding: 5px 0 5px 10px;
  border-bottom: solid 2px #2894D4;
  border-left: solid 20px #2894D4;
}

.articleContents_image-full {
  width: 100%!important;
  text-align: left!important;
}

.figure-center {
  margin: 0 auto;
  position: relative;
}


.articleContents_image-full img, .figure-center img{
  width: 100%;
}

.articleContents_image-full span, .figure-center span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  background-color: rgba(0,0,0,0.5);
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 2px;
  line-height: 1.6em;
}

.frame {
    margin: 40px 0px;
    line-height: 28px;
    padding: 20px 30px;
    background-color: #EEEEEE;
}

/* nextpagetitle */

.nextpageTitle {
  width: 100%;
  min-height: 24px;
  padding: 0 0 20px;
  text-align: center;
}

.nextpageTitle > a {
  display: inline-block;
}

.nextpageTitle span { 
  position: relative;
  display: inline-block;
  padding: 9px 20px 9px 115px;
  font-weight: 700;;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  background-color: #2894D4!important;
  border: 2px solid #2894D4;
  color: #FFFFFF!important;
  box-sizing: border-box;
}

.nextpageTitle span::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  content: "NEXT ▶︎　";
}

.nextpageTitle span:hover {
  background-color: #FFFFFF!important;
  color: #2894D4!important;
}

.article_visual{
  width: 480px;
  margin: -3px auto;
}

/* -- added by JB 2016.08.20 -- */
/* (styles for Image Uploader and Templates) */
.articleContents .image-area{
  font-size:10px;
}
.articleContents .figure-center{
  width:640px;
  margin:30px auto;
  text-align:center;
  clear: both;
}
.articleContents .figure-center .caption{
  width:100%;  
}
.articleContents .figure-left{
  float:left;
  margin:0px 30px 30px 0px;
  max-width:640px;
}
.articleContents .figure-right,.articleContents .figure{
  float:right;
  margin:0px 0px 30px 30px;
  max-width:640px;
}
.articleContents .images-2cols,.articleContents .images-3cols{
  width:640px;
   margin:30px auto;
   padding:0px;
 }
.articleContents .images-2cols .image-area{
  float:left;
  width:310px;
  margin:0px;
  padding:0px;
  border:none;
  list-style-type:none;
 }
.articleContents .images-2cols .image-area:nth-child(even){
  float:right;
}
.articleContents .images-2cols .image-area img{
  width:310px;
  margin:0px auto 0px auto;
}
.articleContents ul.images-3cols li{
  float:left;
  width:200px;
  margin:0px 20px 0px 0px;
  padding:0px;
  border:none;
  list-style-type:none;
 }
.articleContents ul.images-3cols li:nth-child(3n){
  margin-right:0px;
}
.articleContents ul.images-3cols li img{
  width:200px;
  margin:0px;
}

img {
  max-width: 100%
}

.premium-start {
  display: none;
}

.premium_start_from_here {
  position: relative;
  height: 300px;
}

.premium_start_from_here:before {
  content:"";
  position: absolute;
  top: -150px;
  width: 100%;
  height: 150px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.premium_start_from_here_banner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  background: #000000;
  z-index: 100;
}

.premium_start_from_here_banner_upperbar {
  width: 100%;
  height: 36px;
  background: #2894D4;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.premium_start_from_here_banner_upperbarblack {
  width: 100%;
  height: 36px;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
}

.premium_start_from_here_banner_photo, .premium_start_from_here_banner_login {
  position: relative;
  width: 100%;
  height: 228px;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.hidden {
  display: none;
}

.premium_start_from_here_banner_photo_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000000;
  opacity: 0.7;
}

.premium_start_from_here_banner_intro {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  z-index: 300;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  padding: 0 20px;
}

.premium_start_from_here_banner_register {
  display: block;
  position: absolute;
  z-index: 300;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: 68px;
  background-image: url('/common/images/v3/premium/register_article.png');
  background-position: center center;
  background-size: contain; 
}

.premium_start_from_here_banner_register:hover {
  opacity: 0.9;
}

.premium_start_from_here_banner_lowerbar {
  width: 100%;
  height: 36px;
  background: #2894D4;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  cursor: pointer;
}

.premium_start_from_here_banner_lowerbar:hover {
  opacity: 0.8;
  text-decoration: none;
}

.ad-in-article {
  display: none;
}


@media print{
  
.blockContainer_right1 {
  display: none;
}

.articleFirstImage {
  display: none;
}

.nav {
  display: none;
}

.blockContainer_left2 {
  width: auto;
}

.articleHeader .articleHeader_sns {
  display: none;
}

.articleContents img {
  max-width: 500px;
}

.articleContents .figure-center span {
  display: block;
  margin-top: 10px;
}

.article_bottomSns {
  display: none;
}

.blockContainer-first_article {
  display: none;
}

.dontprint {
  display: none;
}

.blockContainer {
  margin-top: 0;
}

html {
  -webkit-print-color-adjust: exact;
}
  
}


/* -- 動画(youTube) --*/
.articleContents .video {
    position: relative;
    margin: 30px auto 0px auto;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.articleContents .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.articleContents .video-caption {
    width: 100%;
    margin: 10px auto 30px auto;
    font-size: 12px;
    line-height: 1.6em;
}
