@charset "UTF-8";

/*
topics_pc.css
Copyright (C) 2018 Yahoo Japan Corporation. All Rights Reserved.
*/
/* ---------------------------------------------------
変数
--------------------------------------------------- */
/* ---------------------------------------------------
読み込みファイル
--------------------------------------------------- */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.l-contentFoot {
  padding-bottom: 5px;
}

.Nav {
  background: #fff;
}

.Nav__box {
  width: 770px;
  margin: 0 auto;
}

.Nav__boxList {
  float: left;
  width: auto;
  font-size: 16px;
}

.Nav__link {
  display: block;
  padding: 5px 15px;
  color: #252525;
}

.Nav__link:link, .Nav__link:visited {
  color: #252525;
}

.Nav__link:active, .Nav__link:hover {
  background: #252525;
  color: #fff;
  text-decoration: none;
}

.Nav__thumbnail {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.Nav__thumbnailList {
  display: inline-block;
  width: 157px;
  padding: 30px 16px;
  background: #fff;
  overflow: visible;
  vertical-align: top;
}

.Nav__thumbnailLink {
  width: 157px;
  height: 105px;
}

.Nav__thumbnailLink:link, .Nav__thumbnailLink:visited {
  color: #252525;
}

.Nav__thumbnailLink:active, .Nav__thumbnailLink:hover {
  text-decoration: none;
}

.Nav__img {
  margin: 0 0 5px;
  overflow: hidden;
  width: 157px;
  height: 105px;
  display: block;
}

.Nav__img--thumbs {
  width: 160px;
}

.Nav__title {
  display: block;
  line-height: 1.5;
  height: 64px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

/* マウスオーバーで表示する */
.Nav__boxList:hover .Nav__thumbnail {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}

.Category__header {
  position: relative;
  width: 950px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #cccccc;
}

.Category__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Specialty {
  position: relative;
  width: 950px;
  margin: 0 auto 50px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.Specialty__link {
  display: block;
  width: 100%;
}

.Specialty__link:link, .Specialty__link:visited {
  color: #252525;
}

.Specialty__link:active, .Specialty__link:hover {
  text-decoration: none;
}

.Specialty__corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-indent: -9999px;
  display: block;
}

.Specialty__corner--specialty {
  background-image: url(../img/spr_common_01.png);
  background-position: -103px -205px;
  width: 93px;
  height: 93px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Specialty__corner--specialty {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Specialty__corner--new {
  background-image: url(../img/spr_common_01.png);
  background-position: 0px -205px;
  width: 93px;
  height: 93px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Specialty__corner--new {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Specialty__img {
  float: left;
  overflow: hidden;
  width: 500px;
}

.Specialty__img--thumbs {
  width: 500px;
  vertical-align: middle;
}

.Specialty__info {
  display: block;
  overflow: hidden;
  padding: 20px 20px 42px;
}

.Specialty__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  overflow: hidden;
}

.Specialty__sentence {
  display: block;
  height: 75px;
  margin: 0 0 10px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.Specialty__sentence--more {
  text-decoration: underline;
  font-size: 14px;
  color: #2a7bb4;
}

.Specialty__date {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  color: #444444;
}

.Specialty__tag {
  position: absolute;
  bottom: 20px;
  height: 24px;
  margin: 0 0 0 500px;
  padding: 0 15px;
  overflow: hidden;
}

.Specialty__tagList {
  float: left;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  line-height: 2.2;
}

.Specialty__tagLink {
  padding: 2px 4px;
  margin: 5px;
  background: #252525;
  color: #fff;
}

.Specialty__tagLink:link, .Specialty__tagLink:visited {
  color: #fff;
}

.Specialty__tagLink:active, .Specialty__tagLink:hover {
  text-decoration: none;
}

.CardList {
  margin: 0 auto;
  width: 950px;
}

.CardList__box {
  margin: 0 0 50px -40px;
  text-align: center;
}

.CardList__boxList {
  display: inline;
  float: left;
  width: 290px;
  margin: 0 0 20px 40px;
}

/* --- .Card --- */
.Card {
  display: block;
  position: relative;
  width: 290px;
  height: auto;
  min-height: 290px;
  background: #fff;
  color: #252525;
  text-align: left;
  word-wrap: break-all;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  /* --- .Card__link --- */
  /* --- .Card__tag --- */
}

.Card__link {
  color: #252525;
  display: block;
}

.Card__link:link, .Card__link:visited {
  color: #252525;
}

.Card__link:active, .Card__link:hover {
  text-decoration: none;
}

.Card__img {
  overflow: hidden;
  width: 290px;
  display: block;
}

.Card__img--thumbs {
  width: 290px;
}

.Card__title {
  display: block;
  margin: 10px 15px;
  font-weight: bold;
  line-height: 1.3;
}

.Card__date {
  display: block;
  margin: 0 15px 10px;
  font-size: 13px;
  color: #666666;
}

.Card__corner {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/spr_common_01.png);
  background-position: -275px -120px;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Card__corner {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Card__tag {
  display: block;
  width: 270px;
  min-height: 20px;
  padding: 0 10px 15px;
  background: #fff;
  word-wrap: break-all;
}

.Card__tagList {
  line-height: 2.2;
  float: left;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.Card__tagLink {
  padding: 1px 5px;
  margin: 3px;
  background: #252525;
  color: #fff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
       border-radius: 2px 2px 2px 2px;
}

.Card__tagLink:link, .Card__tagLink:visited {
  color: #fff;
}

.Card__tagLink:active, .Card__tagLink:hover {
  text-decoration: none;
}

.KeyVisual {
  padding: 10px;
  text-align: center;
}

.KeyVisual__logo {
  background-image: url(../img/spr_common_01.png);
  background-position: 0px 0px;
  width: 380px;
  height: 110px;
  margin: 0 auto 15px;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .KeyVisual__logo {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.KeyVisual__logo a {
  display: block;
  width: 380px;
  height: 110px;
}

.KeyVisual__logo--otr {
  background-image: url(../img/spr_common_01.png);
  background-position: 0px -120px;
  width: 265px;
  height: 75px;
  margin: 0 auto 10px;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .KeyVisual__logo--otr {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.KeyVisual__logo--otr a {
  display: block;
}

.kv {
  margin: 0 0 5px;
  text-align: center;
}

.kv__logo {
  padding: 35px 0 0;
}

.kv__logo--otr {
  padding: 10px 0 0;
}

.kv__copy {
  margin: 0 0 20px;
  font-size: 12px;
}

.kv__copy--otr {
  margin: 0 0 7px;
  font-size: 11px;
}

.Slider {
  text-align: center;
  margin: 0 auto;
  width: 950px;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
     -moz-transform: translatez(0);
      -ms-transform: translatez(0);
       -o-transform: translatez(0);
          transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #333;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  z-index: 99;
  left: 5px;
  background-image: url(../img/spr_common_01.png);
  background-position: -160px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .bx-wrapper .bx-prev {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-image: url(../img/spr_common_01.png);
  background-position: -40px -348px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.bx-wrapper .bx-next {
  z-index: 99;
  right: 5px;
  background-image: url(../img/spr_common_01.png);
  background-position: -316px -205px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .bx-wrapper .bx-next {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-image: url(../img/spr_common_01.png);
  background-position: -80px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.Article {
  margin: 7px auto 50px;
  width: 950px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  /* --- &__header --- */
  /* --- &__body --- */
  /* --- &__footer --- */
}

.Article__header {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.Article__date {
  margin-bottom: 10px;
  color: #666666;
}

.Article__title {
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
}

.Article__subTitleText {
  padding: 5px 3px;
  color: #5a4b10;
}

.Article__tag {
  display: block;
  min-height: 22px;
  word-wrap: break-all;
  padding-top: 10px;
}

.Article__tagList {
  line-height: 2.2;
  float: right;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.Article__tagLink {
  padding: 1px 5px;
  margin: 3px;
  background: #252525;
  color: #fff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
       border-radius: 2px 2px 2px 2px;
}

.Article__tagLink:link, .Article__tagLink:visited {
  color: #fff;
}

.Article__tagLink:active, .Article__tagLink:hover {
  text-decoration: none;
}

.Article__body {
  padding: 30px 60px 10px;
  font-size: 18px;
}

.Article__mainimg {
  margin: 0 0 10px;
  text-align: center;
}

.Article__mainimg img {
  max-width: 950px;
  width: 100%;
}

.Article__img {
  margin: 0 0 10px;
  text-align: center;
}

.Article__img img {
  max-width: 600px;
  width: 100%;
}

.Article__imgCaption {
  text-align: center;
  max-width: 600px;
  margin: 10px auto 20px;
  width: 100%;
  font-size: 14px;
}

.Article__heading {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: bold;
  border-left: 5px solid #d8a898;
  padding: 10px 5px 0 7px;
}

.Article__sentence {
  margin: 0 0 30px;
  line-height: 1.75;
}

.Article__provision {
  font-size: 81.3%;
  color: #555555;
  display: block;
  margin-top: 5px;
}

.Article__exp {
  margin: 0 15px 15px;
  font-size: 14px;
}

.Article__footer {
  border-top: 1px solid #ccc;
}

.ArticleButton {
  margin: 10px auto 15px auto;
  text-align: center;
}

.ArticleButton__title {
  font-weight: bold;
  margin-bottom: 7px;
}

.ArticleButton__text {
  font-size: 87.5%;
  margin-bottom: 7px;
}

.ArticleButton__box {
  display: block;
  background: #26365c;
  width: 500px;
  text-align: center;
  margin: 0 auto 10px auto;
  -webkit-border-radius: 3px 3px 3px 3px;
     -moz-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px;
  border-bottom: 2px solid #172139;
}

.ArticleButton__box a {
  color: #ffffff;
}

.ArticleButton__box a:hover {
  text-decoration: none;
  opacity: .80;
  filter: alpha(opacity=80);
  cursor: pointer;
  background: #364873;
}

.ArticleButton__box--small {
  width: 400px;
  -webkit-border-radius: 2px 2px 2px 2px;
     -moz-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
  font-size: 93.8%;
}

.ArticleButton__lavel {
  display: block;
  padding: 7px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
}

.ArticleButton__subtext {
  font-size: 81.3%;
}

.Ranking {
  margin: 0 0 20px;
}

.Ranking__item {
  margin: 0 0 15px;
}

.Ranking__item:nth-child(1) {
  border-top: 1px dotted #beb6ab;
}

.Ranking__item .Related__title {
  line-height: 2;
}

.Ranking__item .Related__title::before {
  padding: 5px 18px 10px 14px;
  content: " ";
}

.Ranking__item:nth-child(1) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: 0px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(1) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(2) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -40px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(2) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(3) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -80px -348px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(3) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(4) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -120px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(4) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(5) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -276px -205px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(5) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(6) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -200px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(6) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(7) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -240px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(7) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(8) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -280px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(8) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(9) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: -320px -308px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(9) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking__item:nth-child(10) .Related__title::before {
  background-image: url(../img/spr_common_01.png);
  background-position: 0px -348px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Ranking__item:nth-child(10) .Related__title::before {
    background-image: url(../img/spr_common_01_2x.png);
    -moz-background-size: 380px 378px;
         background-size: 380px 378px;
  }
}

.Ranking .Related__itemLink {
  background: #ffffff;
  border-bottom: 1px dotted #beb6ab;
}

.Related {
  margin: 0 0 20px;
}

.Related__item {
  margin: 0 0 15px;
}

.Related__itemLink {
  display: block;
  position: relative;
  padding: 15px;
  background: #f5f5f5;
}

.Related__itemLink:link, .Related__itemLink:visited {
  color: #252525;
}

.Related__itemLink:active, .Related__itemLink:hover {
  text-decoration: none;
}

.Related__img {
  display: block;
  float: left;
  width: 150px;
  margin-right: 15px;
  height: auto;
}

.Related__img--thumbs {
  width: 150px;
  vertical-align: middle;
}

.Related__title {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}

.Related__info {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

.Pagers {
  position: relative;
}

.Pagers__list {
  float: left;
  width: 50%;
}

li.Pagers__list:last-child {
  float: right;
}

.Pagers__link {
  display: block;
}

.Pagers__link:link, .Pagers__link:visited {
  color: #252525;
}

.Pagers__link:active, .Pagers__link:hover {
  text-decoration: none;
}

.Pagers__link--prev {
  padding: 20px 20px 20px 46px;
  background: url(../img/ico_pagerprev_2x.png) no-repeat left center;
  -moz-background-size: 30px 30px;
       background-size: 30px 30px;
}

.Pagers__link--next {
  padding: 20px 46px 20px 19px;
  border-left: 1px dotted #ccc;
  background: url(../img/ico_pagenext_2x.png) no-repeat right center;
  -moz-background-size: 30px 30px;
       background-size: 30px 30px;
}

.Pagers__icon {
  margin: 0 0 5px;
  font-size: 18px;
  color: #c51162;
  font-weight: bold;
}

.Pagers__date {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  color: #666666;
}

.Pagers__title {
  display: block;
  height: 50px;
  font-weight: bold;
  overflow: hidden;
}

/* --- Paging --- */
.Paging {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.Paging li {
  display: inline-block;
}

.Paging a,
.Paging span {
  padding: 7px 10px 4px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 2px 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
       border-radius: 2px 2px 2px 2px;
  text-decoration: none;
}

.Paging a {
  text-decoration: none;
}

.Paging .Paging__current span {
  background: #dddddd;
  color: #999999;
}

.Paging__next,
.Paging__prev {
  margin: -1px 5px 0 0;
  height: 28px;
  border: none;
}

.Paging__next a,
.Paging__prev a {
  padding: 6px 0;
  width: 60px;
  border: none;
  background: #444444;
  color: #ffffff !important;
}

.SocialButton__body {
  display: table;
  border-collapse: separate;
  border-spacing: 1px 0;
  width: 400px;
  text-align: center;
  margin: 10px auto;
}

.SocialButton__list {
  display: table-cell;
  width: 49.5%;
  margin-right: 1px;
}

.SocialButton__list a, .SocialButton__list a:hover, .SocialButton__list a:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
}

.SocialButton__list--line {
  display: none;
}

.SocialButton__list--twitter a, .SocialButton__list--facebook a {
  line-height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50px center;
  -moz-background-size: 34px 34px;
       background-size: 34px 34px;
}

.SocialButton__list--twitter a span, .SocialButton__list--facebook a span {
  display: block;
  padding-left: 15px;
}

.SocialButton__list--twitter a {
  background-color: #00a6f5;
  background-image: url(https://s.yimg.jp/images/auct/cms/recommend/topics/pc/img/ico_tw.png);
}

.SocialButton__list--facebook a {
  background-color: #3e4b9c;
  background-image: url(https://s.yimg.jp/images/auct/cms/recommend/topics/pc/img/ico_fb.png);
}

.Article__subItem .SocialButton {
  vertical-align: bottom;
  float: left;
}

.Article__subItem .SocialButton__body {
  width: 200px;
  margin: 5px 0;
}

.Article__subItem .SocialButton__body .SocialButton__list {
  display: table-cell;
}

.Article__subItem .SocialButton__body .SocialButton__list--line {
  display: none;
}

.Article__subItem .SocialButton__body .SocialButton__list--twitter a, .Article__subItem .SocialButton__body .SocialButton__list--facebook a {
  line-height: 35px;
  height: 35px;
  background-position: left center;
  -moz-background-size: 30px 30px;
       background-size: 30px 30px;
}

.Article__subItem .SocialButton__body .SocialButton__list--twitter a span, .Article__subItem .SocialButton__body .SocialButton__list--facebook a span {
  display: block;
}

.backToButton {
  margin: 25px auto;
  text-align: center;
  width: 400px;
}

.backToButton__box {
  background: #dddddd;
  -webkit-border-radius: 2px 2px 2px 2px;
     -moz-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
}

.backToButton__box a:hover {
  background: #cccccc;
  -webkit-border-radius: 2px 2px 2px 2px;
     -moz-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
  text-decoration: none !important;
}

.backToButton__lavel {
  padding: 10px;
  display: block;
  color: #333333 !important;
  font-size: 13px;
}

.Recommend {
  padding: 10px 0;
  background: #fff;
}

.Recommend__body {
  width: 950px;
  margin: 0 auto;
}

.Recommend__body--title {
  margin: 0 0 5px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.Recommend__body--text {
  margin: 0 auto 15px;
  text-align: center;
}

.Recommend__lists {
  margin: 0 0 0 -20px;
}

.Recommend__list {
  margin: 0 0 0 20px;
  float: left;
  width: 140px;
}

.Recommend__link {
  display: block;
  text-align: center;
  color: #252525;
}

.Recommend__link:link, .Recommend__link:visited {
  color: #252525;
}

.Recommend__link:active, .Recommend__link:hover {
  text-decoration: none;
}

.Recommend__img {
  width: 140px;
  height: 140px;
  margin: 0 0 10px;
}

.Recommend__title {
  display: block;
}

.News {
  padding: 10px 0 30px;
}

.News__lists {
  margin: 0 auto 40px;
  width: 950px;
}

.News__list {
  margin: 0 0 8px;
  background: #fff;
}

.News__link {
  display: block;
  padding: 20px;
}

.News__link:active, .News__link:hover {
  text-decoration: none;
}

.News__date {
  display: block;
  color: #666666;
  font-size: 13px;
}

.News__title {
  display: block;
  height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
  color: #333333 !important;
}

.News__more {
  width: 350px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #e4e4e4;
  text-align: center;
  cursor: pointer;
}

.News__more a {
  color: #777 !important;
  font-size: 18px;
  display: block;
}

.News__more a:hover {
  text-decoration: none;
}

.Sale {
  position: relative;
  height: 300px;
  margin: 0 0 80px;
  background: url("../img/bg_saleinfo_01.jpg") no-repeat center #fff;
}

.Sale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  background: url("../img/bg_sale_01.png");
}

.Sale:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 115px;
  background: url("../img/bg_sale_02.png");
}

.Sale__body {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.Sale__info {
  position: absolute;
  top: 85px;
  right: 0;
  width: 400px;
  height: 185px;
  text-align: center;
}

.Sale__copy {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}

.Sale__copyBig {
  position: relative;
  top: 5px;
  font-size: 28px;
}

.Sale__link {
  display: block;
  position: relative;
  left: 46px;
  height: 56px;
  width: 304px;
  padding: 18px 0 0;
  background: url("../img/bg_salebtn_01.png") no-repeat center;
}

.Sale__link:link, .Sale__link:visited {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.Sale__link:active, .Sale__link:hover {
  text-decoration: none;
}

.Product {
  display: block;
  width: 178px;
  margin: 0 auto;
  font-size: 100%;
}

.Product:active,
.Product:hover,
.Product:link,
.Product:visited {
  color: #333;
}

.Product:hover {
  text-decoration: none;
}

.Product:hover .Product__image {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.Product:hover .Product__name {
  text-decoration: underline;
}

.Product__thumb {
  display: block;
  width: 178px;
  height: 178px;
  line-height: 178px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 0;
}

.Product__image {
  max-width: 178px;
  max-height: 178px;
  vertical-align: middle;
}

.Product__category {
  display: block;
  margin-bottom: 10px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.Product__name {
  display: block;
  margin-bottom: 10px;
  font-size: 93.75%;
  font-weight: bold;
  color: #444444 !important;
  line-height: 1.3;
  text-align: left;
}

.Product__name--item {
  display: block;
  margin-bottom: 5px;
  font-size: 93.75%;
  font-weight: bold;
  color: #444444 !important;
  line-height: 1.3;
  text-align: left;
}

.Product__name--text {
  display: block;
  margin-bottom: 10px;
  font-size: 81.25%;
  line-height: 1.3;
  text-align: left;
}

.Product__startPrice {
  display: block;
  font-size: 68.75%;
  text-align: left;
}

.Product__bids {
  display: block;
  margin: 2px 0;
  font-size: 68.75%;
  text-align: left;
}

.Product__time {
  display: block;
  margin: 2px 0;
  font-size: 68.75%;
  text-align: left;
}

.Product__currentPrice {
  display: block;
  margin-top: 10px;
}

.Product__currentPrice .Product__label {
  font-size: 81.25%;
}

.Product__currentPrice .Product__value {
  font-size: 150%;
  font-weight: bold;
  color: #f35600;
}

.Product__currentPrice .Product__unit {
  font-size: 81.25%;
}

.storeItem__list {
  float: left;
  margin: 5px 28px 10px 30px;
  vertical-align: top;
}

.storeItem__link {
  display: block;
}

.storeItem__thumbs {
  overflow: hidden;
  width: 180px;
  margin-bottom: 10px;
}

.storeItem__thumbs img {
  width: 180px;
  height: auto;
}

.storeItem__name {
  text-align: center;
  color: #333333;
}

.Product {
  width: 178px;
  display: block;
}

.Product__name {
  color: #333333;
  font-size: 0.875em;
  display: block;
  margin: 2px;
  text-align: left;
}

.Product__price {
  display: block;
}

.Product__price--order {
  font-size: 0.813em;
}

.Product__price--number {
  font-size: 1.063em;
  font-weight: bold;
  color: #933c15;
}

.moreItemButton {
  margin: 15px auto;
  text-align: center;
  width: 350px;
}

.moreItemButton__box {
  background: #4c4c4c;
  -webkit-border-radius: 3px 3px 3px 3px;
     -moz-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px;
}

.moreItemButton__box a:hover {
  background: #333333;
  -webkit-border-radius: 3px 3px 3px 3px;
     -moz-border-radius: 3px 3px 3px 3px;
          border-radius: 3px 3px 3px 3px;
}

.moreItemButton__lavel {
  padding: 10px;
  display: block;
  color: #ffffff !important;
  font-weight: bold;
}

/* ---------------------------------------------------
共通css
--------------------------------------------------- */
.centering, .storeItem {
  margin: 0 auto;
  text-align: center;
}

.l-wrapper {
  background: #f5f5f5;
  -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
       animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.l-content {
  padding: 0 0 20px;
  background: #f5f5f5;
  position: relative;
}

.l-contentBody {
  background: url("../img/bg_img_01.jpg") #f5f5f5 no-repeat center top;
}

.l-inner {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer {
  margin: 0;
}

.l-block {
  margin: 0 0 20px;
}

/* --- cf --- */
.cf:after, .Specialty__link:after, .Related__itemLink:after,
.cf:before,
.Specialty__link:before,
.Related__itemLink:before {
  content: "";
  display: table;
}

.cf:after, .Specialty__link:after, .Related__itemLink:after {
  clear: both;
}

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

/* --- .fadeout --- */
.fadeout:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* --- a --- */
a {
  color: #2a7bb4;
  text-decoration: none;
}

a:hover {
  color: #2a7bb4;
  text-decoration: underline;
}

a:visited {
  color: #2a7bb4;
}

/* --- .PageTopNav__link --- */
.PageTopNav {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: block;
  width: 90px;
  height: 90px;
}

.PageTopNav__link {
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}

.PageTopNav:hover {
  opacity: .65;
  filter: alpha(opacity=65);
}

/* --- font --- */
.ContentsTitle {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
