@charset 'utf-8';

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

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

/*category header*/

.categoryFirstArticle_image {
  position: relative;
  width: 980px;
  height: 294px;
  margin: 50px auto 0;
  background-position: center center;
  background-size: cover;
}

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

.categoryFirstArticle_info {
  text-align: center;
}

.categoryFirstArticle_title {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 50px;
}

.categoryFirstArticle_subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #B7B7B7;
  letter-spacing: 1px;
  line-height: 45px;
}

.categoryFirstArticle_info .elementAuthor_sizeS {
  float: none;
}

.categoryFirstArticle_info .elementAuthor_sizeS span {
  float: none;
}

.categoryFirstArticle_info .elementAuthor_sizeS img {
  float: none;
  vertical-align: middle;
  margin-top: 0;
}