@charset "UTF-8";
/* ------------------------- //
//  css hacks mixin for sass //
// ------------------------- */
/* ------------------------- //

Usage Example:
	@include below_ie7( '.test', (color: red) )
	@include ie8( '.test', (
		background-color: green,
		display: flex,
		margin: 10px,
	))

  IE:
  edge
	Internet Explorer/Edge 7
  Internet Explorer/Edge ≤ 7
  Internet Explorer/Edge 8
  Internet Explorer/Edge ≤ 8   Firefox *
  Internet Explorer/Edge ≥ 9   Safari 4   Android ≥ 2.3
	Internet Explorer/Edge ≥ 10
	Internet Explorer/Edge ≥ 11
	Everything but Internet Explorer 6

// ------------------------- */
/*img-path*/
/*font-size*/
/*color*/
/*font*/
/*Hack*/
/*-----------------------
all at once Set
------------------------*/
/*for thumbnail*/
/*-----------------------
icon
------------------------*/
/*-----------------------
サムネワク設定
------------------------*/
/*チャンネル各イメージ*/
.movieCont {
  padding: 0 0 15px;
  border-top: 1px solid #e1e1e1;
}

.movieCont .movieContTitle {
  padding: 10px 15px;
  font-weight: bold;
  background-color: #fff;
}

.movieCont .movieContentInner {
  display: none;
  padding: 0 15px 15px;
}

.movieCont .movieContentInner.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.movieCont .movieContentInner .livePlayer {
  background-size: 602px 339px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

.movieCont .movieContentInner .livePlayer iframe {
  width: 602px;
  height: 339px;
  vertical-align: bottom;
}

.movieCont .movieContentInner .movieBlank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 339px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-weight: bold;
  background-color: #f0f0f0;
}

.movieCont .movieContExplain {
  background-color: #fff;
}

.movieCont .movieContExplain .liveProgram {
  display: none;
}

.movieCont .movieContExplain .liveProgram.act {
  display: block;
}

.movieCont .movieContExplain .movieContExplainTitle {
  text-align: right;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.movieCont .movieContExplain .movieContExplainTitle .name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 87.5%;
}

.movieCont .movieContExplain .movieContExplainTitle .name img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 5px;
}

.movieCont .movieContExplain .movieContExplainProgram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.movieCont .movieContExplain .movieContExplainProgram .read {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 16px 0;
  font-size: 87.5%;
}

.movieCont .movieContExplain .movieContExplainProgram .program {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 245px;
  padding: 0 0 0 8px;
  margin: 16px 8px;
  border-left: 1px dotted #999;
}

.movieCont .movieContExplain .movieContExplainProgram .program th {
  font-weight: bold;
  padding: 0 4px 4px 4px;
  text-align: left;
}

.movieCont .movieContExplain .movieContExplainProgram .program td {
  padding: 4px;
  line-height: 1;
  font-size: 75%;
}

.movieCont .movieContExplain .movieContExplainProgram .program td.time {
  font-size: 68.75%;
}

.movieCont .movieContList {
  padding: 15px 7px 0;
  border-top: 1px #e1e1e1 solid;
}

.movieCont .movieContList .movieContListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.movieCont .movieContList .movieContListWrap li {
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 75%;
  padding: 8px;
  cursor: pointer;
}

.movieCont .movieContList .movieContListWrap li .img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(9 / 16 * 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.movieCont .movieContList .movieContListWrap li .icNew {
  vertical-align: middle;
}

.movieCont .movieContList .movieContListWrap li:hover {
  opacity: 0.8;
}

.movieCont .movieContList .movieContListWrap li.act {
  position: relative;
  width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 87.5%;
  cursor: default;
}

.movieCont .movieContList .movieContListWrap li.act .icon-movplay {
  position: absolute;
  top: -1px;
  left: 0;
  padding: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  background-color: #222;
}

.movieCont .movieContList .movieContListWrap li.act .icon-movplay::before {
  display: block;
  font-size: 11px;
  color: #fff;
}

.movieCont .movieContList .movieContListWrap li.act:before {
  position: absolute;
  top: -17px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.movieCont .movieContList .movieContListWrap li.act:after {
  position: absolute;
  top: -19px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.movieCont .movieContList .movieContListWrap li.nnn .img {
  background-image: url("https://s.yimg.jp/images/jpnews/cre/common/all/images/cp_live_logo_nnn.png");
}

.movieCont .movieContList .movieContListWrap li.jnn .img {
  background-image: url("https://s.yimg.jp/images/jpnews/cre/common/all/images/cp_live_logo_jnn.png");
}

.movieCont .movieContList .movieContListWrap li.bbc .img {
  background-image: url("https://s.yimg.jp/images/jpnews/cre/common/all/images/cp_live_logo_bbc.png");
}

/* mixin */
/*img-path*/
/*font-size*/
/*color*/
/*font*/
/*Hack*/
/*-----------------------
all at once Set
------------------------*/
/*for thumbnail*/
/*-----------------------
icon
------------------------*/
/*-----------------------
サムネワク設定
------------------------*/
/* タイムライン型 YDNインフィード広告 */
.yads_ad_pc_feed,
.yads_ad_pc_feed_res_s {
  position: relative;
  /*広告表記 */
}

.yads_ad_pc_feed .yads_ad_item,
.yads_ad_pc_feed .yads_ad_item_res_s,
.yads_ad_pc_feed_res_s .yads_ad_item,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_img,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_img,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_img,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_img {
  margin-right: 8px;
  position: relative;
  background-color: #efefef;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_img::before,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_img::before,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_img::before,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_img img,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_img img,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_img img,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_img img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_inner_2,
.yads_ad_pc_feed .yads_ad_item .yads_ad_inner_2_res_s,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_inner_2,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_inner_2_res_s,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_inner_2,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_inner_2_res_s,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_inner_2,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_inner_2_res_s {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 14px;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_title,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_title,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_title,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_title {
  display: inline;
  line-height: 1.3;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_desc,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_desc,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_desc,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_desc {
  display: inline;
  position: relative;
  padding: 0 0 0 8px;
  line-height: 1.3;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_desc:before,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_desc:before,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_desc:before,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_desc:before {
  content: "|";
  position: absolute;
  left: -1px;
}

.yads_ad_pc_feed .yads_ad_item .yads_ad_adv,
.yads_ad_pc_feed .yads_ad_item_res_s .yads_ad_adv,
.yads_ad_pc_feed_res_s .yads_ad_item .yads_ad_adv,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s .yads_ad_adv {
  color: #999;
  font-size: 12px;
  margin-top: 4px;
}

.yads_ad_pc_feed .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc_feed .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc_feed .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc_feed .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc_feed .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc_feed .yads_ad_item_res_s:hover .yads_ad_desc:before,
.yads_ad_pc_feed_res_s .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc_feed_res_s .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc_feed_res_s .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s:hover .yads_ad_desc:before {
  text-decoration: underline;
}

.yads_ad_pc_feed .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc_feed .yads_ad_item_res_s:hover .yads_ad_img:before,
.yads_ad_pc_feed_res_s .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc_feed_res_s .yads_ad_item_res_s:hover .yads_ad_img:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.yads_ad_pc_feed .yads_ad_info,
.yads_ad_pc_feed_res_s .yads_ad_info {
  position: absolute;
  right: 12px;
  bottom: 12px;
  text-align: right;
}

.yads_ad_pc_feed .yads_ad_info a,
.yads_ad_pc_feed_res_s .yads_ad_info a {
  padding: 0;
  font-size: 75%;
  color: #666;
}

.yads_ad_pc_feed .yads_ad_info a:hover,
.yads_ad_pc_feed_res_s .yads_ad_info a:hover {
  text-decoration: underline;
}

.yads_ad_pc_feed .yads_ad_info img,
.yads_ad_pc_feed_res_s .yads_ad_info img {
  vertical-align: middle;
}

/*AD YDN plain-html*/
.yads_ad_pc,
.yads_ad_pc_res_s,
.yads_ad_pc_rank,
.yads_ad_pc_rank_res_s {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.yads_ad_pc .yads_ad_item,
.yads_ad_pc .yads_ad_item_res_s,
.yads_ad_pc_res_s .yads_ad_item,
.yads_ad_pc_res_s .yads_ad_item_res_s,
.yads_ad_pc_rank .yads_ad_item,
.yads_ad_pc_rank .yads_ad_item_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s {
  display: block;
  padding: 8px 0 24px;
}

.yads_ad_pc .yads_ad_item:after,
.yads_ad_pc .yads_ad_item_res_s:after,
.yads_ad_pc_res_s .yads_ad_item:after,
.yads_ad_pc_res_s .yads_ad_item_res_s:after,
.yads_ad_pc_rank .yads_ad_item:after,
.yads_ad_pc_rank .yads_ad_item_res_s:after,
.yads_ad_pc_rank_res_s .yads_ad_item:after,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.yads_ad_pc .yads_ad_item .yads_ad_img,
.yads_ad_pc .yads_ad_item .yads_ad_img_res_s,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img_res_s,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img_res_s,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img_res_s,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img_res_s,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img_res_s {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0 0 0 8px;
  position: relative;
  background-color: #efefef;
}

.yads_ad_pc .yads_ad_item .yads_ad_img::before,
.yads_ad_pc .yads_ad_item .yads_ad_img_res_s::before,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img::before,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img_res_s::before,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img::before,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img_res_s::before,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img::before,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img_res_s::before,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img::before,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img_res_s::before,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img::before,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img_res_s::before,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img::before,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img_res_s::before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img::before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img_res_s::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.yads_ad_pc .yads_ad_item .yads_ad_img img,
.yads_ad_pc .yads_ad_item .yads_ad_img_res_s img,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img img,
.yads_ad_pc .yads_ad_item_res_s .yads_ad_img_res_s img,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img img,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_img_res_s img,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img img,
.yads_ad_pc_res_s .yads_ad_item_res_s .yads_ad_img_res_s img,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img img,
.yads_ad_pc_rank .yads_ad_item .yads_ad_img_res_s img,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img img,
.yads_ad_pc_rank .yads_ad_item_res_s .yads_ad_img_res_s img,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img img,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_img_res_s img,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img img,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s .yads_ad_img_res_s img {
  max-width: 60px;
}

.yads_ad_pc .yads_ad_item:hover,
.yads_ad_pc .yads_ad_item_res_s:hover,
.yads_ad_pc_res_s .yads_ad_item:hover,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover,
.yads_ad_pc_rank .yads_ad_item:hover,
.yads_ad_pc_rank .yads_ad_item_res_s:hover,
.yads_ad_pc_rank_res_s .yads_ad_item:hover,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover {
  background: #eaeef2;
  text-decoration: none;
}

.yads_ad_pc .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc .yads_ad_item:hover .yads_ad_img_res_s:before,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_img:before,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_img_res_s:before,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_img_res_s:before,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_img:before,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_img_res_s:before,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_img_res_s:before,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_img:before,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_img_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_img:before,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_img_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_img:before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_img_res_s:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.yads_ad_pc .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc .yads_ad_item:hover .yads_ad_title_res_s,
.yads_ad_pc .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_title_res_s,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_desc:before,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_title_res_s,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_title_res_s,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_desc:before,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_title_res_s,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_title_res_s,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_desc:before,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_title,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_title_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_desc,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_desc:before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_title,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_title_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_desc,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_desc:before {
  text-decoration: underline;
}

.yads_ad_pc .yads_ad_item:hover .yads_ad_title:before,
.yads_ad_pc .yads_ad_item:hover .yads_ad_title_res_s:before,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_title:before,
.yads_ad_pc .yads_ad_item_res_s:hover .yads_ad_title_res_s:before,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_title:before,
.yads_ad_pc_res_s .yads_ad_item:hover .yads_ad_title_res_s:before,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_title:before,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover .yads_ad_title_res_s:before,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_title:before,
.yads_ad_pc_rank .yads_ad_item:hover .yads_ad_title_res_s:before,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_title:before,
.yads_ad_pc_rank .yads_ad_item_res_s:hover .yads_ad_title_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_title:before,
.yads_ad_pc_rank_res_s .yads_ad_item:hover .yads_ad_title_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_title:before,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover .yads_ad_title_res_s:before {
  text-decoration: none;
}

.yads_ad_pc .yads_ad_item,
.yads_ad_pc_res_s .yads_ad_item,
.yads_ad_pc_rank .yads_ad_item,
.yads_ad_pc_rank_res_s .yads_ad_item {
  line-height: 1.3;
}

.yads_ad_pc .yads_ad_item .yads_ad_title,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_title,
.yads_ad_pc_rank .yads_ad_item .yads_ad_title,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_title {
  display: inline;
}

.yads_ad_pc .yads_ad_item .yads_ad_desc,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_desc,
.yads_ad_pc_rank .yads_ad_item .yads_ad_desc,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_desc {
  display: inline;
  position: relative;
}

.yads_ad_pc .yads_ad_item .yads_ad_desc:before,
.yads_ad_pc_res_s .yads_ad_item .yads_ad_desc:before,
.yads_ad_pc_rank .yads_ad_item .yads_ad_desc:before,
.yads_ad_pc_rank_res_s .yads_ad_item .yads_ad_desc:before {
  content: "|";
  padding-right: 4px;
}

.yads_ad_pc .yads_ad_desc,
.yads_ad_pc .yads_ad_desc_res_s,
.yads_ad_pc .yads_ad_title,
.yads_ad_pc .yads_ad_title_res_s,
.yads_ad_pc_res_s .yads_ad_desc,
.yads_ad_pc_res_s .yads_ad_desc_res_s,
.yads_ad_pc_res_s .yads_ad_title,
.yads_ad_pc_res_s .yads_ad_title_res_s,
.yads_ad_pc_rank .yads_ad_desc,
.yads_ad_pc_rank .yads_ad_desc_res_s,
.yads_ad_pc_rank .yads_ad_title,
.yads_ad_pc_rank .yads_ad_title_res_s,
.yads_ad_pc_rank_res_s .yads_ad_desc,
.yads_ad_pc_rank_res_s .yads_ad_desc_res_s,
.yads_ad_pc_rank_res_s .yads_ad_title,
.yads_ad_pc_rank_res_s .yads_ad_title_res_s {
  font-size: 82.5%;
  word-wrap: break-word;
}

.yads_ad_pc .yads_ad_adv,
.yads_ad_pc .yads_ad_adv_res_s,
.yads_ad_pc_res_s .yads_ad_adv,
.yads_ad_pc_res_s .yads_ad_adv_res_s,
.yads_ad_pc_rank .yads_ad_adv,
.yads_ad_pc_rank .yads_ad_adv_res_s,
.yads_ad_pc_rank_res_s .yads_ad_adv,
.yads_ad_pc_rank_res_s .yads_ad_adv_res_s {
  color: #666;
  font-size: 12px;
}

.yads_ad_pc .yads_ad_info,
.yads_ad_pc .yads_ad_info_res_s,
.yads_ad_pc_res_s .yads_ad_info,
.yads_ad_pc_res_s .yads_ad_info_res_s,
.yads_ad_pc_rank .yads_ad_info,
.yads_ad_pc_rank .yads_ad_info_res_s,
.yads_ad_pc_rank_res_s .yads_ad_info,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 11px;
  line-height: 14px;
}

.yads_ad_pc .yads_ad_info a,
.yads_ad_pc .yads_ad_info_res_s a,
.yads_ad_pc_res_s .yads_ad_info a,
.yads_ad_pc_res_s .yads_ad_info_res_s a,
.yads_ad_pc_rank .yads_ad_info a,
.yads_ad_pc_rank .yads_ad_info_res_s a,
.yads_ad_pc_rank_res_s .yads_ad_info a,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a {
  padding: 4px;
  color: #666;
}

.yads_ad_pc .yads_ad_info a:hover,
.yads_ad_pc .yads_ad_info_res_s a:hover,
.yads_ad_pc_res_s .yads_ad_info a:hover,
.yads_ad_pc_res_s .yads_ad_info_res_s a:hover,
.yads_ad_pc_rank .yads_ad_info a:hover,
.yads_ad_pc_rank .yads_ad_info_res_s a:hover,
.yads_ad_pc_rank_res_s .yads_ad_info a:hover,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a:hover {
  color: #666;
}

.yads_ad_pc .yads_ad_info a img,
.yads_ad_pc .yads_ad_info_res_s a img,
.yads_ad_pc_res_s .yads_ad_info a img,
.yads_ad_pc_res_s .yads_ad_info_res_s a img,
.yads_ad_pc_rank .yads_ad_info a img,
.yads_ad_pc_rank .yads_ad_info_res_s a img,
.yads_ad_pc_rank_res_s .yads_ad_info a img,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a img {
  vertical-align: top;
}

.yads_ad_pc_rank .yads_ad_item,
.yads_ad_pc_rank .yads_ad_item_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s {
  padding: 8px 0 24px 30px;
}

.yads_ad_pc_rank .yads_ad_title:before,
.yads_ad_pc_rank .yads_ad_title_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_title:before,
.yads_ad_pc_rank_res_s .yads_ad_title_res_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  content: "PR";
}

.comment .yads_ad_pc_rank .yads_ad_item,
.comment .yads_ad_pc_rank .yads_ad_item_res_s,
.comment .yads_ad_pc_rank_res_s .yads_ad_item,
.comment .yads_ad_pc_rank_res_s .yads_ad_item_res_s {
  padding: 8px 0 24px 50px;
}

.comment .yads_ad_pc_rank .yads_ad_title:before,
.comment .yads_ad_pc_rank .yads_ad_title_res_s:before,
.comment .yads_ad_pc_rank_res_s .yads_ad_title:before,
.comment .yads_ad_pc_rank_res_s .yads_ad_title_res_s:before {
  width: 50px;
}

.yads_ad_pc .yads_ad_title:before,
.yads_ad_pc .yads_ad_title_res_s:before,
.yads_ad_pc_res_s .yads_ad_title:before,
.yads_ad_pc_res_s .yads_ad_title_res_s:before {
  display: inline-block;
  margin-right: 3px;
  padding: 0 6px;
  background: #717171;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
  content: "PR";
}

/*スポコン右カラム plain-html*/
.rma_responsive_small {
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.rma_responsive_small .rma_header {
  font-size: 87.5%;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #e1e1e1;
}

.rma_responsive_small .rma_click_area a {
  display: block;
  padding: 8px 0;
}

.rma_responsive_small .rma_click_area a:hover {
  text-decoration: none;
  background-color: #eaeef2;
}

.rma_responsive_small .rma_click_area a:hover .rma_title {
  text-decoration: underline;
}

.rma_responsive_small .rma_click_area a:after {
  /zoom: 1;
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rma_responsive_small .rma_info {
  line-height: 1.3;
}

.rma_responsive_small .rma_img {
  float: right;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.rma_responsive_small .rma_title {
  display: inline;
  font-size: 81.25%;
}

.rma_responsive_small .rma_adv {
  display: block;
  color: #666;
  font-size: 75%;
}

.rma_responsive_small a:hover .rma_adv {
  text-decoration: none;
}

.rma_responsive_small .rma_footer {
  display: none;
}

/* ---------------------------------- *\
   #ICON
\* ---------------------------------- */
@font-face {
  font-family: RiffIcons;
  src: url("https://s.yimg.jp/images/riff/3.8.2/fonts/icon/RiffIcons.eot?#iefix") format("eot"), url("https://s.yimg.jp/images/riff/3.8.2/fonts/icon/RiffIcons.woff2") format("woff2"), url("https://s.yimg.jp/images/riff/3.8.2/fonts/icon/RiffIcons.woff") format("woff"), url("https://s.yimg.jp/images/riff/3.8.2/fonts/icon/RiffIcons.ttf") format("truetype");
}

.Icon, .movieCont .movieContList .movieContListWrap li.act .icon-movplay::before, .iconMovie::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: RiffIcons;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Icon--timeOutline::before {
  content: "\e600";
}

.Icon--time::before {
  content: "\e601";
}

.Icon--photo::before {
  content: "\e602";
}

.Icon--comment::before {
  content: "\e603";
}

.Icon--commentAnswer::before {
  content: "\e604";
}

.Icon--settings::before {
  content: "\e605";
}

.Icon--print::before {
  content: "\e606";
}

.Icon--image::before {
  content: "\e607";
}

.Icon--location::before {
  content: "\e608";
}

.Icon--warning::before {
  content: "\e609";
}

.Icon--home::before {
  content: "\e60a";
}

.Icon--externalLink::before {
  content: "\e60b";
}

.Icon--movie::before {
  content: "\e60c";
}

.Icon--moviePlay::before, .movieCont .movieContList .movieContListWrap li.act .icon-movplay::before, .iconMovie::before {
  content: "\e60d";
}

.Icon--moviePlayCircleOutline::before {
  content: "\e60e";
}

.Icon--menu::before {
  content: "\e60f";
}

.Icon--lockClose::before {
  content: "\e610";
}

.Icon--lockOpen::before {
  content: "\e611";
}

.Icon--refresh::before {
  content: "\e612";
}

.Icon--search::before {
  content: "\e613";
}

.Icon--expansion::before {
  content: "\e614";
}

.Icon--reduction::before {
  content: "\e615";
}

.Icon--like::before {
  content: "\e616";
}

.Icon--news::before {
  content: "\e617";
}

.Icon--mapPin::before {
  content: "\e618";
}

.Icon--userBox::before {
  content: "\e619";
}

.Icon--user::before {
  content: "\e61a";
}

.Icon--shareAndroid::before {
  content: "\e61b";
}

.Icon--help::before {
  content: "\e61c";
}

.Icon--timeWait::before {
  content: "\e61d";
}

.Icon--widget::before {
  content: "\e61e";
}

.Icon--notification::before {
  content: "\e61f";
}

.Icon--smile::before {
  content: "\e620";
}

.Icon--good::before {
  content: "\e621";
}

.Icon--bad::before {
  content: "\e622";
}

.Icon--calendar::before {
  content: "\e623";
}

.Icon--calendarToday::before {
  content: "\e624";
}

.Icon--favorite::before {
  content: "\e625";
}

.Icon--favoriteOutline::before {
  content: "\e626";
}

.Icon--delete::before {
  content: "\e627";
}

.Icon--deleteOutline::before {
  content: "\e628";
}

.Icon--mailbox::before {
  content: "\e629";
}

.Icon--undo::before {
  content: "\e62a";
}

.Icon--redo::before {
  content: "\e62b";
}

.Icon--edit::before {
  content: "\e62c";
}

.Icon--document::before {
  content: "\e62d";
}

.Icon--folder::before {
  content: "\e62e";
}

.Icon--mail::before {
  content: "\e62f";
}

.Icon--share::before {
  content: "\e630";
}

.Icon--clip::before {
  content: "\e631";
}

.Icon--expandClose::before {
  content: "\e632";
}

.Icon--expandOpen::before {
  content: "\e633";
}

.Icon--navigatePrevious::before {
  content: "\e634";
}

.Icon--navigateNext::before {
  content: "\e635";
}

.Icon--moreHorizon::before {
  content: "\e636";
}

.Icon--moreVertical::before {
  content: "\e637";
}

.Icon--download::before {
  content: "\e638";
}

.Icon--exclusion::before {
  content: "\e639";
}

.Icon--pagetop::before {
  content: "\e63a";
}

.Icon--info::before {
  content: "\e63b";
}

.Icon--navigatePreviousOutline::before {
  content: "\e63c";
}

.Icon--navigateNextOutline::before {
  content: "\e63d";
}

.Icon--arrowLeft::before {
  content: "\e63e";
}

.Icon--arrowRight::before {
  content: "\e63f";
}

.Icon--arrowUp::before {
  content: "\e640";
}

.Icon--arrowDown::before {
  content: "\e641";
}

.Icon--remove::before {
  content: "\e642";
}

.Icon--add::before {
  content: "\e643";
}

.Icon--close::before {
  content: "\e644";
}

.Icon--done::before {
  content: "\e645";
}

.Icon--removeBox::before {
  content: "\e646";
}

.Icon--addBox::before {
  content: "\e647";
}

.Icon--closeBox::before {
  content: "\e648";
}

.Icon--doneBox::before {
  content: "\e649";
}

.Icon--pagetopBox::before {
  content: "\e64a";
}

.Icon--infoBox::before {
  content: "\e64b";
}

.Icon--hintQBox::before {
  content: "\e64c";
}

.Icon--removeCircle::before {
  content: "\e64d";
}

.Icon--addCircle::before {
  content: "\e64e";
}

.Icon--closeCircle::before {
  content: "\e64f";
}

.Icon--doneCircle::before {
  content: "\e650";
}

.Icon--pagetopCircle::before {
  content: "\e651";
}

.Icon--infoCircle::before {
  content: "\e652";
}

.Icon--hintQCircle::before {
  content: "\e653";
}

.Icon--removeBoxOutline::before {
  content: "\e654";
}

.Icon--addBoxOutline::before {
  content: "\e655";
}

.Icon--closeBoxOutline::before {
  content: "\e656";
}

.Icon--doneBoxOutline::before {
  content: "\e657";
}

.Icon--pagetopBoxOutline::before {
  content: "\e658";
}

.Icon--infoBoxOutline::before {
  content: "\e659";
}

.Icon--hintQBoxOutline::before {
  content: "\e65a";
}

.Icon--removeCircleOutline::before {
  content: "\e65b";
}

.Icon--addCircleOutline::before {
  content: "\e65c";
}

.Icon--closeCircleOutline::before {
  content: "\e65d";
}

.Icon--doneCircleOutline::before {
  content: "\e65e";
}

.Icon--pagetopCircleOutline::before {
  content: "\e65f";
}

.Icon--infoCircleOutline::before {
  content: "\e660";
}

.Icon--hintQCircleOutline::before {
  content: "\e661";
}

.Icon--hintQ::before {
  content: "\e662";
}

.Icon--kisekae::before {
  content: "\e663";
}

.Icon--previousLast::before {
  content: "\e664";
}

.Icon--nextLast::before {
  content: "\e665";
}

.Icon--constellationAquarius::before {
  content: "\e666";
}

.Icon--constellationSagittarius::before {
  content: "\e667";
}

.Icon--constellationVirgo::before {
  content: "\e668";
}

.Icon--constellationPisces::before {
  content: "\e669";
}

.Icon--constellationScorpio::before {
  content: "\e66a";
}

.Icon--constellationGemini::before {
  content: "\e66b";
}

.Icon--constellationLibra::before {
  content: "\e66c";
}

.Icon--constellationTaurus::before {
  content: "\e66d";
}

.Icon--constellationCapricornus::before {
  content: "\e66e";
}

.Icon--constellationCancer::before {
  content: "\e66f";
}

.Icon--constellationAries::before {
  content: "\e670";
}

.Icon--constellationLeo::before {
  content: "\e671";
}

.Icon--new::before {
  content: "\e672";
}

.Icon--live::before {
  content: "\e673";
}

.Icon--socialFacebook::before {
  content: "\e674";
}

.Icon--socialTwitter::before {
  content: "\e675";
}

.Icon--socialGoogleplus::before {
  content: "\e676";
}

.Icon--socialLine::before {
  content: "\e677";
}

.Icon--socialHatebu::before {
  content: "\e678";
}

.Icon--gourmet::before {
  content: "\e679";
}

.Icon--currencyYen::before {
  content: "\e67a";
}

.Icon--browser::before {
  content: "\e67b";
}

.Icon--browserSafari::before {
  content: "\e67c";
}

.Icon--shareIos::before {
  content: "\e67d";
}

.Icon--mic::before {
  content: "\e67e";
}

.Icon--weatherSun::before {
  content: "\e67f";
}

.Icon--weatherMoon::before {
  content: "\e680";
}

.Icon--weatherCloud::before {
  content: "\e681";
}

.Icon--weatherRain::before {
  content: "\e682";
}

.Icon--weatherSnow::before {
  content: "\e683";
}

.Icon--appLink::before {
  content: "\e684";
}

.Icon--checkboxCheck::before {
  content: "\e685";
}

/* 再生アイコン新 */
.iconMovie {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 4px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.iconMovie::before {
  display: block;
  font-size: 11px;
  color: #fff;
}

/* sub column
==========================*/
.subListMod {
  margin-bottom: 15px;
  /* TED右カラム誘導 */
}

.subListMod .hd .ttl {
  font-size: 87.5%;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  padding: 4px;
}

.subListMod .listModBox {
  /*listModBoxWrap */
}

.subListMod .listModBox .listModBoxWrap {
  border-bottom: solid 1px #e1e1e1;
  line-height: 1.3;
  /*aタグ */
  /* サムネイル */
}

.subListMod .listModBox .listModBoxWrap.mov .thum {
  background-color: #000;
}

.subListMod .listModBox .listModBoxWrap.mov .pbTime {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Helvetica;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
  padding: 1px 4px;
  font-size: 10px;
}

.subListMod .listModBox .listModBoxWrap.mov .pbTime:before {
  padding-right: 1px;
  font-family: RiffIcons;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  color: #fff;
}

.subListMod .listModBox .listModBoxWrap.mov .pbTime:empty {
  min-width: 20px;
  min-height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0;
}

.subListMod .listModBox .listModBoxWrap.mov .pbTime:empty:before {
  position: absolute;
  right: 4px;
  padding: 0;
}

.subListMod .listModBox .listModBoxWrap.mov .pbTime:empty {
  min-height: 15px;
  line-height: 15px;
}

.subListMod .listModBox .listModBoxWrap a {
  display: block;
  position: relative;
  padding: 8px 0;
  /*.listModBoxText */
}

.subListMod .listModBox .listModBoxWrap a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.subListMod .listModBox .listModBoxWrap a dl .ttl {
  word-break: break-all;
  font-size: 81.25%;
}

.subListMod .listModBox .listModBoxWrap a dl .source {
  display: inline;
  font-size: 75%;
  color: #666;
}

.subListMod .listModBox .listModBoxWrap a dl .tsDate {
  display: inline-block;
  margin: 0 6px;
}

.subListMod .listModBox .listModBoxWrap a dl .tsTime {
  display: inline-block;
}

.subListMod .listModBox .listModBoxWrap a:hover {
  text-decoration: none;
  background-color: #eaeef2;
}

.subListMod .listModBox .listModBoxWrap a:hover .ttl {
  text-decoration: underline;
}

.subListMod .listModBox .listModBoxWrap a:hover .thum:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.subListMod .listModBox .listModBoxWrap .thum {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: 8px;
  background-color: #efefef;
  position: relative;
  background-color: #efefef;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.subListMod .listModBox .listModBoxWrap .thum::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.subListMod .listModBox .listModBoxWrap .thum img {
  max-width: 60px;
  max-height: 60px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.subListMod .listModBox .listModBoxWrap .listModBoxBody:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.subListMod .listModBox .listModBoxWrap .price {
  clear: both;
  margin: 5px 0 0 0;
  color: #333;
  text-align: right;
  font-size: 81%;
}

.subListMod .listModBox .listModBoxWrap .price em {
  font-size: 150%;
  font-weight: bold;
}

.subListMod.ranking .listModBoxBody {
  margin-left: 30px;
}

.subListMod.ranking.comment .listModBoxBody {
  margin-left: 50px;
}

.subListMod.ranking .rankNum {
  min-width: 30px;
  float: left;
  font-size: 125%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.subListMod.ranking .rankNum .rankNumAve,
.subListMod.ranking .rankNum .rankNumSum {
  display: block;
  width: 50px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.subListMod.ranking .rankNum .rankNumAve em,
.subListMod.ranking .rankNum .rankNumSum em {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.subListMod.ranking .rankNum .rankNumAve em {
  color: #d87937;
}

.subListMod.ranking .rankNum .rankNumSum em {
  color: #59b200;
}

.subListMod .ft {
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 87.5%;
}

.subListMod.ted .hd {
  border-bottom: 1px solid #e1e1e1;
}

.subListMod.ted .hd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.subListMod.ted .hd .ttl {
  display: block;
  width: 55px;
  height: 20px;
  float: left;
  text-indent: -9999px;
  border-bottom: none;
  background: url("../../../common/pc/images/ttl_TED_2x.png") no-repeat;
  background-size: 55px 20px;
}

.subListMod.ted .hd .anchor {
  float: right;
  font-size: 81.25%;
}

.subListMod.ted .bd li a {
  display: block;
  padding: 8px 0;
}

.subListMod.ted .bd li a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.subListMod.ted .bd li a .thumbnail {
  position: relative;
  float: left;
  margin-right: 8px;
  position: relative;
  background-color: #efefef;
  background-color: #000;
}

.subListMod.ted .bd li a .thumbnail::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.subListMod.ted .bd li a .thumbnail .img {
  width: 100px;
  height: 75px;
}

.subListMod.ted .bd li a .thumbnail .img:after {
  width: 100px;
  height: 75px;
}

.subListMod.ted .bd li a .thumbnail .img img {
  max-width: 100px;
  vertical-align: top;
}

.subListMod.ted .bd li a .thumbnail .pbTime {
  right: 0;
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Helvetica;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}

.subListMod.ted .bd li a .thumbnail .pbTime:before {
  padding-right: 1px;
  font-family: RiffIcons;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  color: #fff;
}

.subListMod.ted .bd li a .thumbnail .pbTime:empty {
  min-width: 20px;
  min-height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0;
}

.subListMod.ted .bd li a .thumbnail .pbTime:empty:before {
  position: absolute;
  right: 4px;
  padding: 0;
}

.subListMod.ted .bd li a .ttl {
  font-size: 87.5%;
  line-height: 1.3;
}

/* main column */
.listFeedWrap {
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  line-height: 1.3;
}

.listFeedWrap.mov .thum {
  background-color: #000;
}

.listFeedWrap.mov .pbTime {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Helvetica;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}

.listFeedWrap.mov .pbTime:before {
  padding-right: 1px;
  font-family: RiffIcons;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  color: #fff;
}

.listFeedWrap.mov .pbTime:empty {
  min-width: 20px;
  min-height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0;
}

.listFeedWrap.mov .pbTime:empty:before {
  position: absolute;
  right: 4px;
  padding: 0;
}

.listFeedWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

.listFeedWrap a .rankNum {
  color: #333;
}

.listFeedWrap:hover {
  background-color: #f9f9f9;
}

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

.listFeedWrap:hover .titl {
  text-decoration: underline;
}

.listFeedWrap:hover .titl .oss {
  text-decoration: none;
}

.listFeedWrap:hover .source {
  color: #999;
}

.listFeedWrap:hover .thum:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.listFeedWrap .listFeedWrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.listFeedWrap .thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efefef;
  position: relative;
  background-color: #efefef;
}

.listFeedWrap .thum::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.listFeedWrap .thum img {
  max-width: 80px;
  max-height: 80px;
}

.listFeedWrap .listFeedWrapCont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.listFeedWrap .titl {
  margin-bottom: 4px;
  word-break: break-all;
}

.listFeedWrap .titl .oss {
  color: #999;
  font-size: 75%;
}

.listFeedWrap .source {
  color: #999;
  font-size: 75%;
  margin: 0 0 4px 0;
}

.listFeedWrap .source .separate {
  margin: 0 5px;
}

.listFeedWrap .theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  color: #999;
  font-size: 75%;
}

.listFeedWrap .theme .themeThum {
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  position: relative;
  background-color: #efefef;
}

.listFeedWrap .theme .themeThum::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.listFeedWrap .theme:hover {
  text-decoration: underline;
}

.listFeedWrap .theme:hover + dl dt.titl {
  color: #0033cc;
  text-decoration: none;
}

.listFeedWrap .point {
  margin: 4px 0 0 0;
  color: #222;
  font-size: 12px;
}

.listFeedWrap .point .logo {
  display: inline-block;
  width: 80px;
  background: url(https://s.yimg.jp/images/jpnews/cre/article/sp/images/ico_tlogo.png) no-repeat -1px -1px;
  /* 仮 */
  background-size: 80px;
  line-height: 15px;
  text-indent: -9999px;
}

.listFeedWrap .point .price {
  margin: 0 8px 0 0;
  font-weight: bold;
}

.listFeedWrap .point .price em {
  font-weight: bold;
  font-size: 15px;
}

.listFeedWrap .rankNum {
  margin-right: 12px;
  text-align: center;
}

.listFeedWrap .rankNum .numb {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 4px 0;
  line-height: 24px;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.06em;
  text-align: center;
}

.listFeedWrap:nth-child(1) .rankNum .numb,
.listFeedWrap:nth-child(2) .rankNum .numb,
.listFeedWrap:nth-child(3) .rankNum .numb {
  color: #fff;
}

.listFeedWrap:nth-child(1) .rankNum .numb {
  background-color: #fb6170;
}

.listFeedWrap:nth-child(2) .rankNum .numb {
  background-color: #ff9c00;
}

.listFeedWrap:nth-child(3) .rankNum .numb {
  background-color: #fad200;
}

.listFeedWrap .rankNumAve,
.listFeedWrap .rankNumSum {
  display: block;
  font-size: 12px;
}

.listFeedWrap .rankNumAve em,
.listFeedWrap .rankNumSum em {
  display: block;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #999;
  font-size: 16px;
}

.listFeedWrap .rankNumAve em {
  color: #d87937;
}

.listFeedWrap .rankNumSum em {
  color: #59b200;
}

.listFeedWrap .index {
  color: #999;
  font-size: 75%;
}

.listFeedWrap .index .numAve {
  color: #d87937;
  font-weight: bold;
}

.listFeedWrap .index .numSum {
  color: #59b200;
  font-weight: bold;
}

/*** http://i.yimg.jp/yui/jp/lrc/1.0.1/lrc.css ------------------------------------------------------------------------------------------------------------***/
#pos-lrec {
  margin-bottom: 10px;
  text-align: center;
}

#pos-lrec dl {
  background: #fff;
  color: #555;
}

#pos-lrec dt {
  display: inline-block;
  padding: 4px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
}

#pos-lrec td {
  text-align: left;
}

#pos-lrec dd img {
  vertical-align: bottom;
}

.yj100per-1 #contents,
.yj950-1 #contents {
  position: relative;
}

.yj100per-1-3 #main #sub-block2 {
  margin-top: 280px;
}

/*** http://i.yimg.jp/yui/jp/tmpl/1.0.1/tmplLocal-patch.css ----------------------------------------------------------------------------------------------------***/
#uhd div table {
  text-align: left;
}

#uhd img {
  display: block;
}

#uhd br {
  display: none;
}

#emg,
#emg2,
#emg3 {
  margin-bottom: 10px;
  text-align: center;
}

#emg table,
#emg2 table,
#emg3 table {
  margin: 0 auto;
  text-align: left;
}

#pos-n {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#pos-n table {
  margin: 0 auto;
  text-align: left;
}

#pos-n br {
  display: none;
}

#pos-s {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}

#pos-s table {
  width: 500px;
  margin: 0 auto;
  line-height: 1em;
  text-align: left;
}

/*** http://i.yimg.jp/yui/jp/tmpl/1.0.2/p/u/tmplCommon_pu.css edited----------------------------------------------------------------------------------***/
hr.separation {
  display: none;
}

.yj-guid,
.yj-skip {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.yj950-1-3 #main .wrapper {
  float: left;
  width: 634px;
}

.yj950-1-3 #main #main-block {
  float: right;
  width: 432px;
}

.yj950-1-3 #main #sub-block1 {
  float: left;
  width: 192px;
}

.yj950-1-3 #main #sub-block2 {
  float: right;
  width: 300px;
  margin-top: 280px;
}

/* === yj100per common  === */
.yj100per-1,
.yj100per-1-3,
.yj100per-2,
.yj100per-3 {
  width: 100%;
}

.yj100per-1 #wrapper,
.yj100per-1-3 #wrapper,
.yj100per-2 #wrapper,
.yj100per-3 #wrapper {
  min-width: 950px;
  padding: 0 10px;
}

/* === yj100per-1 === */
.yj100per-1 #contents {
  position: relative;
}

/*-- yj100per-1-3 = --*/
.yj100per-1-3 #main #main-main-wrapper {
  float: left;
  width: 100%;
  margin-left: -316px;
}

.yj100per-1-3 #main #main-main {
  margin-left: 316px;
}

.yj100per-1-3 #main #main-block-wrapper {
  float: right;
  width: 100%;
  margin-right: -202px;
}

.yj100per-1-3 #main #main-block {
  margin-right: 202px;
}

.yj100per-1-3 #main #sub-block1 {
  float: left;
  width: 192px;
}

.yj100per-1-3 #main #sub-block2 {
  float: right;
  width: 300px;
  margin-top: 280px;
}

/*** http://i.yimg.jp/yui/jp/tmpl/p/e/tmplWinie50_pe.css --------------------------------------------------------***/
#wrapper {
  font-size: medium;
  voice-family: inherit;
}

#footer address {
  font-size: small;
  voice-family: inherit;
}

strong {
  font-weight: 700;
}

/* uhd patch */
.yj100per-1 #wrapper,
.yj100per-1-3 #wrapper,
.yj100per-2 #wrapper,
.yj100per-3 #wrapper {
  padding: 0 10px;
  voice-family: inherit;
}

.yj100per-1 #uhd,
.yj100per-1-3 #uhd,
.yj100per-2 #uhd,
.yj100per-3 #uhd {
  padding: 0 10px;
  voice-family: inherit;
}

.yj100per-1 #uhd table td,
.yj100per-1-3 #uhd table td,
.yj100per-2 #uhd table td,
.yj100per-3 #uhd table td {
  padding-right: 10px;
  padding-left: 10px;
  voice-family: inherit;
}

.yj100per-1 #uhd table td td,
.yj100per-1-3 #uhd table td td,
.yj100per-2 #uhd table td td,
.yj100per-3 #uhd table td td {
  padding-right: 2px;
  padding-left: 2px;
  voice-family: inherit;
}

.yj100per-1 #contents,
.yj100per-1 #footer,
.yj100per-1 #masthead {
  padding-right: 10px;
  padding-left: 10px;
  voice-family: inherit;
}

.yj100per-1-3 #contents,
.yj100per-1-3 #footer,
.yj100per-1-3 #masthead {
  padding-right: 10px;
  padding-left: 10px;
  voice-family: inherit;
}

.yj100per-2 #contents,
.yj100per-2 #footer,
.yj100per-2 #masthead {
  padding-right: 10px;
  padding-left: 10px;
  voice-family: inherit;
}

.yj100per-3 #contents,
.yj100per-3 #footer,
.yj100per-3 #masthead {
  padding-right: 10px;
  padding-left: 10px;
  voice-family: inherit;
}

html .yj100per-1 #wrapper {
  voice-family: inherit;
}

/* ----------------------------------------
NEWS css set
---------------------------------------- */
#contents #main .yjXL {
  font-weight: bold;
  font-size: 140%;
  letter-spacing: -.05em;
}

.alertBox {
  padding: 10px 15px;
}

.fsl {
  font-size: medium;
  voice-family: inherit;
}

html > body .fsl {
  font-size: large;
}

.fsm {
  font-size: small;
  voice-family: inherit;
}

.fsmt {
  font-size: small;
  line-height: 1.4em;
  voice-family: inherit;
}

html > body .fsm,
html > body .fsmt {
  font-size: medium;
}

.fss {
  font-size: x-small;
  voice-family: inherit;
}

.fsst {
  font-size: x-small;
  line-height: 1.3em;
  voice-family: inherit;
}

html > body .fss,
html > body .fsst {
  font-size: small;
}

/*AD*/
.adRp {
  margin-bottom: 10px;
}

.adRp .ynbox_side table table table {
  width: 100%;
}

.adRp .ynbox_side table table table td {
  padding: 3px 0;
  text-align: center;
}

.adCt {
  margin-bottom: 10px;
  text-align: center;
}

.adHSM {
  margin-bottom: 10px;
  line-height: 100%;
}

.adHSM table table td {
  padding: 3px 4px 4px;
}

.adTyumoku {
  padding: 4px 5px;
  border: 1px solid #ccc;
  border-top: none;
}

.adTyumoku table {
  width: 288px;
}

.adTyumoku td div {
  width: 234px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.adTyumoku img {
  margin: 0;
}

.adUltra {
  display: block;
  width: 948px;
  margin: 0 auto 10px;
  padding: 0;
  border: 1px solid #c6c6c6;
  background: #fff;
}

.adUltraTitle {
  clear: both;
  width: 948px;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #c6c6c6;
  background: #dbdbdb;
  color: #575759;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.adUltraTitle p {
  padding: 10px;
}

.adYdnImg728 {
  margin-bottom: 15px;
  text-align: center;
}

.mainYdn {
  padding: 15px 0 10px;
  border-top: 1px solid #e1e1e1;
}

.adTextYdn > div {
  padding: 10px 15px 0;
  border-top: 1px solid #e1e1e1;
}

.rma_responsive_small {
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.rma_responsive_small .rma_header {
  padding: 4px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 87.5%;
}

.rma_responsive_small .rma_click_area a {
  display: block;
  padding: 8px 0;
}

.rma_responsive_small .rma_click_area a:hover {
  background: #eaeef2;
  text-decoration: none;
}

.rma_responsive_small .rma_click_area a:hover .rma_title {
  text-decoration: underline;
}

.rma_responsive_small .rma_click_area a:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.rma_responsive_small .rma_info {
  line-height: 1.3;
}

.rma_responsive_small .rma_img {
  float: right;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background: #efefef　no-repeat　contain;
}

.rma_responsive_small .rma_title {
  display: inline;
  font-size: 81.25%;
}

.rma_responsive_small .rma_adv {
  display: block;
  color: #666;
  font-size: 75%;
}

.rma_responsive_small a:hover .rma_adv {
  text-decoration: none;
}

.rma_responsive_small .rma_footer {
  display: none;
}

/*ADTUT*/
.adTUT {
  border: 1px solid #88a5c0;
  background: url("https://s.yimg.jp/images/news/v1/yn_sprite_background.png");
  background-position: 0 -200px;
  background-repeat: repeat-x;
  line-height: 32px;
}

.adTUTHl {
  border-bottom: 1px solid #fff;
}

.adTUTHl span {
  float: right;
  margin: 0 10px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 35px;
  vertical-align: middle;
}

.adTUTHl h2 {
  display: block;
  padding: 2px 6px 0;
  font-weight: 700;
  font-size: 12px;
}

.adTUTCon {
  border: 1px solid #88a5c0;
  border-top: 0;
  background-position: 0 bottom;
}

.adTUTCon ul {
  font-size: 83%;
  line-height: 1.7;
}

.adTUTCon li {
  padding: 2px 4px 2px 18px;
  background: url("https://s.yimg.jp/images/media/ymui/img/carrrot_5.png") no-repeat 8px 10px;
}

.adTUTLastli {
  border-top: 1px solid #b8c9d9;
}

.adVideo {
  margin-bottom: 10px;
}

div#taboola-below-article-text-links {
  margin-top: 15px;
}

hr.line {
  clear: both;
  height: 1px;
  overflow: hidden;
  border: solid #ccc;
  border-width: 1px 0 0 0;
}

/* ----------------------------------------
Main
---------------------------------------- */
#pos-tnp {
  width: 100%;
}

#pos-tn {
  border: 2px solid #c0d1df;
  background: #fff;
}

#pos-sqb {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.3;
}

#pos-sqb tr[bgcolor="#eeeeee"] td {
  text-align: center;
}

ul li h2.yjXL {
  margin-bottom: 5px;
}

.photoBg {
  background: #efefef;
}

.ymuiPhotoContainerLeft table {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

#ynPhotoMod li {
  float: left;
  width: 25%;
}

#ynPhotoMod li table {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

#ynPhotoMod li .photoCategory {
  margin: 0 4px;
  padding: 4px 0;
  background: #e1e8e9;
  text-align: center;
}

#ynPhotoMod li .photoProvider {
  display: block;
  color: #666;
}

#PhotoMod {
  margin-bottom: 5px;
  padding-left: 0;
}

#PhotoMod li {
  float: left;
  width: 25%;
  text-align: center;
}

#PhotoMod li table.photoBg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#PhotoRanking table {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  table-layout: fixed;
}

#PhotoRanking table img {
  float: none;
  margin: 0 auto;
  border: 0;
  text-align: center;
}

.caution {
  padding: 10px;
  border: 1px solid #f66;
  background: #ffe;
}

/*------- ynDetail -------*/
#ynDetail {
  position: relative;
}

/*mainBox*/
.mainBox {
  margin-bottom: 15px;
  border-right: 1px #e1e1e1 solid;
  border-bottom: 1px #e1e1e1 solid;
  border-left: 1px #e1e1e1 solid;
  background: #fff;
}

.subCategory {
  margin: 0 15px;
  padding: 15px 0 0;
  border-bottom: 1px dotted #e1e1e1;
}

.subCategory:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.subCategory li {
  float: left;
  height: 12px;
  margin-bottom: 10px;
  padding: 0 6px;
  border-left: 1px solid #cfcfcf;
  font-size: 75%;
  line-height: 12px;
}

.subCategory li.first {
  padding-left: 0;
  border: none;
}

.subCategory .current a {
  color: #000;
  font-weight: bold;
}

.article {
  padding: 15px 15px 0;
}

.article.comment {
  padding: 15px 0 0;
}

.article.comment .hd {
  padding: 0 15px;
}

.article .hd {
  padding-bottom: 15px;
}

.article .hd h1 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 140%;
  letter-spacing: -.05em;
  line-height: 1.3;
}

.article .hd .date:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.article .hd .source {
  display: inline-block;
  color: #666;
  font-size: 84%;
  line-height: 40px;
}

.article .paragraph:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.article .ynDetailPhoto table {
  float: left;
  width: 1%;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.article .ynDetailPhoto .ynDetailPhotoImg {
  padding: 5px;
}

.article .ynDetailPhoto .ynDetailPhotoZoom {
  padding: 5px;
  text-align: center;
}

.article .ynDetailPhoto .ynDetailPhotoCaption {
  padding: 0 5px 5px;
  color: #333;
}

.article em {
  font-weight: bold;
}

.article .ynDetailPhoto.flR table {
  float: right;
  margin: 0 0 10px 10px;
}

.article .ynDetailPhoto.flR .ynDetailPhotoImg p {
  text-align: right;
}

.article .ynDetailHeading {
  display: block;
  margin-bottom: .25em;
  font-size: 108%;
}

.article .ynDetailText {
  margin-bottom: 1em;
  word-wrap: break-word;
  word-break: normal;
  /*font-size:94%;*/
}

.article .ynDetailNotes {
  margin-bottom: 1em;
  text-align: right;
}

.article .ynDetailAuthor {
  color: #666;
  font-size: 84%;
}

.article .ft {
  padding: 1em 0 .5em;
}

.article .ft:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.bottomLogoWrap {
  margin: 16px 0;
}

.bottomLogoWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.bottomYjnSnsBtn {
  float: left;
}

.bottomYjnSnsBtn li {
  display: inline-block;
  vertical-align: middle;
}

.bottomLogoWrap .ynCpName {
  float: right;
  text-align: right;
}

.bottomLogoWrap .ynCpName .date {
  color: #666;
  font-size: 84%;
}

.bottomLogoWrap .ynCpName a {
  font-weight: bold;
  font-size: 92%;
}

.bottomLogoWrap p.ynLastEditDate {
  float: left;
  font-size: 84%;
}

.article .ynDetailText {
  line-height: 1.8em;
}

.article .fdFt {
  margin-top: 10px;
}

.article.mag .hd .ymuiDate {
  font-size: 84%;
}

.ynDetailRelArticle {
  padding-top: 1em;
  font-size: 94%;
}

.article .translationMod {
  display: block;
  height: 300px;
  overflow: auto;
  margin-bottom: 16px;
  padding: 16px;
  border: solid 1px #dedede;
  background: #f7f7f8;
}

.article .translationMod dt {
  margin: 0 0 12px;
  font-weight: bold;
}

.article .translationMod dd {
  font-size: 94%;
}

#themeSticker iframe {
  border-top: 1px solid #e1e1e1;
}

/*navgation for Article Paragraph and Photo*/
.ynArticlePgraphNav,
.ynArticlePhotoNav {
  font-size: 84%;
  text-align: center;
}

.ynArticlePgraphNav em,
.ynArticlePhotoNav em {
  font-weight: bold;
}

.yvpControl {
  padding-bottom: 10px;
}

.yvpControl .caution {
  margin: 10px 0;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: #fff;
  font-weight: 700;
  text-align: center;
}

.yvpControl .caution p {
  display: inline-block;
  padding-left: 34px;
  background: url("https://s.yimg.jp/images/jpnews/cre/common/all/images/ic_alert.png") no-repeat;
}

.yvpControl .cap {
  color: #666;
  font-size: 84%;
}

/*renew for centerPhoto*/
.centerPhoto .imgThumbnail {
  margin: 0 auto;
}

.centerPhoto .imgThumbnail table {
  margin: 0 auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 6px;
}

.centerPhoto .imgThumbnail a {
  display: block;
}

.centerPhoto .imgThumbnail img {
  height: auto !important;
  max-height: 60px;
  padding: 0;
}

.centerPhoto .imgThumbnail td {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  background: #efefef;
  vertical-align: middle;
}

.centerPhoto .imgThumbnail .current {
  border: 2px solid #fbb6b4;
}

/*photoWrap*/
.photoWrap ul {
  height: 100%;
}

.photoWrap li.mainImg, .photoWrap li.next, .photoWrap li.prev {
  display: table-cell;
  vertical-align: middle;
}

.photoWrap li.prev {
  width: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(65%, #e7e7e7), to(#ededed));
  background: -o-linear-gradient(left, #e7e7e7 0%, #e7e7e7 65%, #ededed 100%);
  background: linear-gradient(to right, #e7e7e7 0%, #e7e7e7 65%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#e7e7e7', endColorstr='#ededed', GradientType=1);
}

.photoWrap li.next {
  width: 37px;
  background: -webkit-gradient(linear, left top, right top, from(#ededed), color-stop(35%, #e7e7e7), color-stop(100%, #e7e7e7), to(#cdcdcd));
  background: -o-linear-gradient(left, #ededed 0%, #e7e7e7 35%, #e7e7e7 100%, #cdcdcd 100%);
  background: linear-gradient(to right, #ededed 0%, #e7e7e7 35%, #e7e7e7 100%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#ededed', endColorstr='#cdcdcd', GradientType=1);
}

.photoWrap li.mainImg .wrap {
  width: 560px;
  overflow: hidden;
  background: #f8f7f7;
  text-align: center;
  vertical-align: middle;
}

.photoWrap li.mainImg .wrap a {
  display: block;
}

.photoWrap li.mainImg img {
  width: auto !important;
  height: auto !important;
  max-width: 560px;
  max-height: 560px;
  padding: 0;
  vertical-align: middle;
}

.photoWrap li.prev a,
.photoWrap li.prev a:hover,
.photoWrap li.prev span {
  display: block;
  width: 35px;
  height: 70px;
  border: solid 1px #ccc;
  background: url("https://s.yimg.jp/images/news/v1/arwPhotoArticle.png") no-repeat;
  text-indent: -9999px;
}

.photoWrap li.next a,
.photoWrap li.next a:hover,
.photoWrap li.next span {
  display: block;
  width: 35px;
  height: 70px;
  border: solid 1px #ccc;
  background: url("https://s.yimg.jp/images/news/v1/arwPhotoArticle.png") no-repeat;
  text-indent: -9999px;
}

.photoWrap li.prev a {
  background-position: -43px 50%;
}

.photoWrap li.prev a:hover,
.photoWrap li.prev span {
  background-position: 7px 50%;
}

.photoWrap li.next a {
  background-position: -141px 50%;
}

.photoWrap li.next a:hover,
.photoWrap li.next span {
  background-position: -91px 50%;
}

.photoWrap li.next a:hover,
.photoWrap li.prev a:hover {
  background: #fa671e;
}

.ynPhotoCopyright {
  margin-top: .5em;
}

.ynPublicNewsHeader {
  margin-bottom: 10px;
  zoom: 1;
}

.ynPublicNewsHeader span {
  padding: 5px;
  background: #690;
  color: #fff;
  font-weight: bold;
  zoom: 1;
}

p.ynLastEditDate {
  display: inline;
  color: #666;
}

p.ynCobrandBanner {
  float: right;
}

p.ynCobrandBanner img {
  max-width: 170px;
}

div.ynClear {
  clear: both;
  height: 2px;
  overflow: hidden;
  margin: 5px 0;
  padding: 0;
  font-size: 0;
  zoom: 1;
}

.relInfoMod {
  display: inline-block;
  padding: 10px 15px;
  border-top: 1px solid #e1e1e1;
  /*margin: 0 15px 15px;*/
}

.relInfoMod:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.relInfoMod {
  display: block;
}

.relInfoModLeft80 {
  display: block;
  float: left;
  width: 80px;
  margin-right: 10px;
}

.relInfoModRight80 {
  display: block;
  margin-left: 90px;
}

.relInfoModLeft100 {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}

.relInfoModRight100 {
  display: block;
  margin-left: 110px;
}

.relInfoModLeft192 {
  display: block;
  float: left;
  width: 192px;
  margin-right: 10px;
  padding-bottom: 5px;
}

.relInfoModRight192 {
  display: block;
  margin-left: 202px;
}

.relInfoMod dl {
  line-height: 1.5;
}

.relInfoMod dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: bold;
}

.relInfoMod dd {
  overflow: hidden;
}

.relInfoMod dd dl dt {
  display: inline;
  margin: 0;
  border: 0;
  font-weight: bold;
}

.relInfoMod dd dl dd {
  display: inline;
  margin: 0;
  border: 0;
}

.relInfoMod .ymuiSeeMore {
  color: #000;
}

.relInfoMod .red {
  color: #f30;
}

.relInfoMod .changeGrn {
  color: #3a932e;
}

.relInfoMod .changeRed {
  color: #e46062;
}

.relInfoMod .weightNormal {
  font-weight: normal;
}

/*複数写真購入モジュール改善*/
.photoWrap {
  margin: 0;
}

.photoWrap .registerMsg {
  display: block;
  width: 560px;
  margin: 0;
  padding: 0;
  background: none;
}

.photoWrap .registerMsg.discontinued {
  width: 538px;
  margin: 0 10px;
}

.photoWrap .registerMsg em {
  font-weight: bold;
}

.photoWrap .registerText {
  text-align: left;
}

.photoWrap .registerMsg .registerBtn {
  float: none;
  font-size: 16px;
  line-height: 16px;
}

.photoWrap .registerMsg .registerBtn a {
  width: 70%;
  margin: 0 auto;
}

.photoWrap .registerMsgBg .notes {
  padding: 5px 0 10px;
}

.photoWrap .priceList {
  margin: 0 0 10px;
}

.photoWrap .priceList ul {
  display: inline-block;
  text-align: center;
}

.photoWrap .priceList ul li {
  display: inline-block;
}

.photoWrap .priceList dd,
.photoWrap .priceList dt {
  display: inline;
}

.photoWrap .relLink {
  padding: 10px 0 0;
  text-align: center;
}

.photoWrap .pack {
  padding: 10px 0 5px;
  font-weight: bold;
}

/*relatedArticle & affinity*/
#ynAffinityList h3,
#ynRelatedArticleList h3 {
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
  padding: 4px 15px;
  border-top: #999 1px solid;
  border-bottom: #e6e6e6 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f8f8f8));
  background: -o-linear-gradient(top, #ededed 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ededed 0%, #f8f8f8 100%);
  font-weight: 700;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#f8f8f8',GradientType=0);
}

#ynRelArticleList.tmplNews001 h3,
#ynRelArticleList.tmplNews004 h3,
#ynRelArticleList.tmplNews005 h3 {
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
  padding: 4px 15px;
  border-top: #999 1px solid;
  border-bottom: #e6e6e6 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f8f8f8));
  background: -o-linear-gradient(top, #ededed 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ededed 0%, #f8f8f8 100%);
  font-weight: 700;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#f8f8f8',GradientType=0);
}

#ynRelArticleList02.tmplNews005 h3 {
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05);
  padding: 4px 15px;
  border-top: #999 1px solid;
  border-bottom: #e6e6e6 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f8f8f8));
  background: -o-linear-gradient(top, #ededed 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #ededed 0%, #f8f8f8 100%);
  font-weight: 700;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#f8f8f8',GradientType=0);
}

#ynRelArticleList.tmplNews004 h3,
#ynRelArticleList.tmplNews005 h3 {
  padding: 4px 15px;
}

#ynRelatedArticleList p a {
  color: #393;
  font-weight: bold;
}

#ynRelatedArticleList li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.7em;
}

#ynAffinityList li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.7em;
}

#ynAffinityList li a,
#ynRelatedArticleList li a {
  display: block;
  padding: 5px;
}

#ynAffinityList li a:hover,
#ynRelatedArticleList li a:hover {
  background: #ebf0fa;
}

#ynRelArticleList.tmplNews004 {
  margin: 20px 0;
}

#ynRelArticleList .yjMt {
  font-size: 88%;
}

#ynRelArticleList .relLink li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.7em;
}

#ynRelArticleList .relLink li a {
  display: block;
  padding: 5px;
}

#ynRelArticleList .relLink li a:hover {
  background: #ebf0fa;
  cursor: pointer;
}

#ynRelArticleList p {
  margin-top: 4px;
  margin-bottom: 20px;
  color: #999;
}

/*testadd*/
#ynRelArticleList .thumb {
  float: left;
  margin-right: 5px;
}

#ynRelArticleList .thumb span {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: #efefef;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 60px;
}

#ynRelArticleList .thumb img {
  vertical-align: middle;
}

#ynRelArticleList li a:hover {
  text-decoration: none;
}

#ynRelArticleList li a:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

#ynRelArticleList li .title:hover,
#ynRelArticleList li .ttl:hover {
  text-decoration: underline;
}

#ynRelArticleList .date,
#ynRelArticleList .source {
  padding-left: .5em;
  color: #6e6e6f;
  font-size: 94%;
}

.cptCommentNumber {
  color: #393 !important;
  font-weight: 700 !important;
}

/*NoticeColumn*/
.NoticeColumn {
  margin: 20px 0;
  padding-bottom: 16px;
  border: 1px #b0c3eb solid;
  border-radius: 3px;
  background: url("https://s.yimg.jp/images/news/v1/ico_info.png") no-repeat 20px 12px;
  background: #ebf0fa;
  line-height: 1.1em;
}

.NoticeColumn a {
  display: inline-block;
  margin: 16px 50px 0;
  font-size: 14px;
}

.NoticeColumn a.howtoNext {
  margin: 0;
}

.NoticeColumn strong {
  display: inline-block;
  padding: 16px 50px 6px;
  color: #333;
  font-size: 14px;
}

.NoticeColumn p {
  padding: 10px 20px 0;
  color: #666;
  font-size: 13px;
}

.NoticeColumn dl {
  padding: 0 20px;
  color: #666;
  font-size: 13px;
}

.NoticeColumn dd {
  padding-left: 20px;
}

.NoticeColumnRe {
  margin: 20px 0;
  padding: 10px 5px;
  border: 1px #b0c3eb solid;
  border-radius: 3px;
  font-size: 14px;
}

.NoticeColumnRe p {
  color: #666;
  line-height: 1.5;
}

.cptHeaderBottomLine li a.cptHeaderSubLink,
.cptHeaderToggleClose li a.cptHeaderSubLink,
.cptHeaderToggleOpen li a.cptHeaderSubLink {
  padding: 0 0 0 20px;
  background: url("https://s.yimg.jp/images/sicons/c/wakaba16.gif") no-repeat left center;
}

/*navTab*/
.hd .navTab {
  width: 100%;
  padding: 10px 0;
  border-top: #bcbcbc solid 1px;
}

.hd .navTab li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  border-right: 1px #e0e0e0 solid;
  font-size: 87.5%;
  vertical-align: middle;
}

.hd .navTab li.last {
  border-right: none;
}

/*オーサーボタン*/
#rtSearchBox,
.ynSocialCts {
  margin: 0 15px;
}

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

.commentBox .authorPostBtn a {
  display: block;
  padding: 10px 0;
  border: solid 1px #3a567e;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49719e), to(#376086));
  background: -o-linear-gradient(top, #49719e 0%, #376086 100%);
  background: linear-gradient(to bottom, #49719e 0%, #376086 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#49719e', endColorstr='#376086', GradientType=0);
}

.commentBox .authorPostBtn a:hover {
  border: solid 1px #2e4567;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e6188), to(#25425d));
  background: -o-linear-gradient(top, #3e6188 0%, #25425d 100%);
  background: linear-gradient(to bottom, #3e6188 0%, #25425d 100%);
  text-decoration: none;
}

.commentBox .authorPostBtn a:before {
  font-family: pt-icon;
  content: "\e607";
}

.commentBox .authorPostBtn span {
  display: block;
  padding: 10px 0;
  color: #777;
  font-weight: 700;
  line-height: 1.3;
}

.commentNotice {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
}

.commentNotice li {
  display: inline-block;
  font-size: 75%;
  line-height: 1.7em;
}

.commentNotice li.hidden {
  position: absolute;
  right: 10px;
}

.commentNotice li.hidden input[type="checkbox"] {
  position: relative;
  top: 2px;
  right: 5px;
}

.commentNotice li.notice {
  color: #777;
}

.SelectMenu {
  margin-bottom: 10px;
  padding: 6px;
  background: #eee;
}

.SelectNearDate {
  float: left;
}

.SelectNearDate ul {
  line-height: 1.7;
}

.SelectNearDate li {
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #333;
}

.SelectNearDate li.first {
  border: 0;
}

.SelectDate {
  float: right;
}

/* contents provider individual */
#ynProvider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  line-height: 1.4;
}

#ynProvider .ynProviderLogo {
  margin-right: 10px;
  vertical-align: middle;
}

#ynProvider .ynProviderLogo img {
  vertical-align: bottom;
}

#ynProvider .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#ynProvider h1 {
  overflow: hidden;
  font-weight: bold;
}

#ynProvider p {
  overflow: hidden;
  font-size: 87.5%;
}

.ynProviderInfo {
  padding: 10px;
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  line-height: 1.3;
}

.ynProviderInfo h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

.ynProviderInfo .ynProviderInfoInner table {
  width: 100%;
}

.ynProviderInfo .ynProviderInfoInner td {
  vertical-align: top;
}

.ynProviderInfo .ynProviderInfoPict {
  width: 1%;
  padding-right: 10px;
}

.ynProviderInfo .ynProviderInfoText .inner {
  padding-right: 10px;
}

.ynProviderInfo .ynProviderInfoText h3 {
  font-weight: bold;
  font-size: 100%;
}

.ynProviderInfo .ynProviderInfoText .subText {
  margin: 5px 0;
  color: #8a8a8a;
}

.ynProviderInfo .ynProviderInfoText .explanation {
  margin: 5px 0;
}

.ynProviderInfo .ynProviderInfoText ul {
  padding-left: 18px;
}

.ynProviderInfo .ynProviderInfoText li {
  list-style: disc outside;
  margin: 5px 0;
  font-weight: bold;
}

.ynProviderInfo .ynProviderInfoRel {
  width: 50%;
  border-left: 1px dotted #ccc;
}

.ynProviderInfo .ynProviderInfoRel .inner {
  padding-left: 10px;
}

.ynProviderInfo .ynProviderInfoRel .note {
  margin-bottom: 10px;
  font-weight: bold;
}

.ynProviderInfo .ynProviderInfoRel .relLink {
  padding-left: 18px;
}

.ynProviderInfo .ynProviderInfoRel .relLink li {
  list-style: disc outside;
  margin: 5px 0;
}

.ynProviderInfo .ynProviderInfoText li,
.ynProviderInfo .ynProviderInfoText p {
  font-size: small;
}

.ynProviderInfo .ynProviderInfoRel li,
.ynProviderInfo .ynProviderInfoRel p {
  font-size: small;
}

/*zero match*/
.zeroMatch {
  display: block;
  padding: 30px 10px;
  text-align: center;
}

/* copyright */
#ynCopyright {
  padding: 15px;
}

#ynCopyright .titl {
  margin: 0 0 10px;
}

#ynCopyright .ynCopyrightTitle {
  margin: 0 0 10px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}

#ynCopyright .ymuiContainer {
  margin: 0 0 15px;
}

#ynCopyright .cap {
  font-size: 84%;
}

#ynCopyright h3 {
  font-weight: bold;
}

#ynCopyright ul.ymuiList li.ymuiArrow1 {
  display: block;
  float: left;
  width: 48%;
}

/* commentCopyright */
#ynCommentCopyright {
  zoom: 1;
}

#ynCommentCopyright ul.ymuiList li.ymuiArrow1 {
  display: block;
  float: left;
  width: 48%;
}

/* Fresh eye旧テンプレ対応 */
.yntitle_sub4b {
  clear: both;
  width: 100%;
  margin: 0 0 5px !important;
  padding: 0 0 5px !important;
  background: url("https://s.yimg.jp/images/media/ymui/img/lineWide_4x1.gif") repeat-x bottom;
  zoom: 1;
}

.yntitle_sub_left {
  float: left;
  margin-right: 15px;
  padding: 0;
}

.yntitle_sub4b .feye {
  padding: 0 0 0 20px;
  background-position: 0 -450px;
}

.dot_line {
  display: none;
  height: 0;
}

/* Photo Douga module */
.centerPhoto {
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}

.centerPhoto p {
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
}

.centerPhoto img {
  margin: 0 auto;
  padding: 0 12px;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.centerPhoto div.mov {
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
}

.BtnPhotoCon {
  display: block;
  width: 32px;
  height: 36px;
  text-indent: -9999px;
  outline: none;
}

/* comment*/
.loadingWrap {
  width: 100%;
  margin: 15px auto;
  padding: 40px 0 30px;
  border: 1px solid #eee;
  color: #666;
  text-align: center;
}

.loadingWrap .loadingIcon {
  width: 36px;
  margin: 0 auto;
}

.commentWrap {
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.commentIframe {
  width: 100%;
  border: none;
}

/*snsButton*/
.snsButton {
  padding: 10px 0;
  border-top: solid 1px #f0f0f0;
}

.hd .snsButton {
  padding: 10px 0 0;
  border-top: none;
}

.snsButton li {
  display: inline-block;
  margin-right: 3px;
  line-height: 1;
  vertical-align: top;
}

.snsButton li a {
  display: block;
  cursor: pointer;
  outline: none;
}

.alertBg {
  margin-bottom: 10px;
}

.listMod {
  border-top: 1px solid #e1e1e1;
}

.listMod h3 {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}

.themeList h3 {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}

.affinity ul,
.listMod ul {
  margin: 0;
}

.listMod li {
  margin: 0;
  border-top: 1px solid #f0f0f0;
  line-height: 1.2em;
}

.listMod li a {
  display: block;
  padding: 10px 15px;
}

.listMod li a:hover {
  background: #f7f7f8;
  text-decoration: none;
  cursor: pointer;
}

.listMod li .ttl {
  font-size: 88%;
}

.listMod li .ttl:hover {
  text-decoration: underline;
}

.listMod ul .date,
.listMod ul .source {
  padding-left: .5em;
  color: #6e6e6f;
  font-size: 82%;
}

.listMod.promoCP .listMore {
  margin: 0 15px 10px;
  padding: 6px 0;
  border-top: 1px solid #f0f0f0;
  font-size: 87.5%;
  text-align: right;
}

.themeList {
  border-top: 1px solid #e1e1e1;
}

.themeList .hd {
  position: relative;
}

.themeList .hd a.themeHelplink {
  position: absolute;
  top: 10px;
  right: 15px;
}

.themeList_m {
  margin: 0 15px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  /*border-bottom: solid 1px #f0f0f0;*/
}

/*relVideo*/
.relVideo {
  padding: 0 15px;
  border-top: 1px solid #e1e1e1;
}

.relVideo:after,
.relVideo ul li a:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.relVideo h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}

.relVideo ul {
  overflow: hidden;
  margin-left: -8px;
}

.relVideo ul li {
  display: inline-block;
  width: 195px;
  margin: 0 0 10px 8px;
  line-height: 1.3;
  vertical-align: top;
}

.relVideo ul li.first {
  margin-left: 0;
}

.relVideo ul li a {
  display: block;
}

.relVideo ul li a:hover {
  text-decoration: none;
}

.relVideo li img {
  width: auto !important;
  width: 195px;
  max-width: 195px;
  margin-bottom: 5px;
}

.relVideo li .ttl {
  font-size: 88%;
}

.relVideo li .ttl:hover {
  text-decoration: underline;
}

.relVideo li .date,
.relVideo li .source {
  padding: 0 0 0 .6em;
  color: #6e6e6f;
  font-size: 82%;
  line-height: 1.4;
}

/*relPhotoMod*/
.relPhotoMod {
  margin-bottom: 20px;
  padding: 0 15px;
  border-top: 1px solid #e1e1e1;
}

.relPhotoMod h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}

.relPhotoMod ul {
  margin-right: -15px;
}

.relPhotoMod li {
  float: left;
  width: 146px;
  margin-right: 6px;
}

.relPhotoMod li .thumb {
  display: table-cell;
  width: 146px;
  height: 146px;
  margin-bottom: 5px;
  background: #efefef;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 146px;
}

.relPhotoMod li .thumb img {
  vertical-align: middle;
}

.relPhotoMod li .ttl {
  margin-top: 5px;
  font-size: 84%;
}

.relPhotoMod li .date,
.relPhotoMod li .source {
  padding-left: .5em;
  color: #6e6e6f;
  font-size: 78%;
}

.relPhotoMod li a {
  display: block;
  line-height: 1.3em;
  cursor: pointer;
}

.relPhotoMod li a:hover {
  text-decoration: underline;
}

/*sportsModule*/
#ynSportsMod {
  padding: 10px 15px;
  border-top: 1px solid #e1e1e1;
}

#ynSportsMod .ymuiTitle {
  padding: 8px 6px;
  font-size: 85%;
  line-height: 1;
}

#ynSportsMod .ymuiTitle.listTtl {
  font-size: 100%;
}

#ynSportsMod .ymuiHeaderBGLight .ymuiTitle {
  font-size: 100%;
  line-height: 1.56em;
}

#ynSportsMod .ymuiTitle .ymuiDate {
  padding-left: 1em;
  font-weight: normal;
}

#ynSportsMod .sportsTitle {
  border-bottom: 1px solid #f0f0f0;
}

#ynSportsMod .sportsTitle .ymuiTitle {
  float: left;
}

#ynSportsMod .sportsNav {
  float: right;
  padding: 8px 6px;
  font-size: small;
}

#ynSportsMod li {
  display: block;
  float: left;
  padding: 0 .5em;
}

#ynSportsMod li a {
  display: block;
  white-space: nowrap;
  word-break: break-all;
}

#ynSportsMod .sportsNav li {
  background: url("https://s.yimg.jp/images/news/v1/yn_gnavi_sprite.png") no-repeat 0 -448px;
  line-height: 1;
}

#ynSportsMod .sportsNav li a {
  line-height: 1.2;
}

#ynSportsMod .sportsNav li.first {
  background: none;
}

#ynSportsMod .sportsSched.horse li {
  float: none;
  margin-top: 5px;
  padding: 0;
}

#ynSportsMod .sportsSched.horse li a {
  display: inline;
}

#ynSportsMod .sportsSched.horse .rank {
  display: block;
  float: left;
  width: 4.65em;
}

#ynSportsMod .sportsSched.horse .rank span {
  display: block;
  margin: 5px 10px 5px 0;
  padding: 4px 0;
  background: #a6a6a6;
  color: #fff;
  font-weight: bold;
  font-size: medium;
  text-align: center;
}

#ynSportsMod .sportsSched.horse dd {
  line-height: 1;
}

#ynSportsMod .sportsSched.horse dt span {
  padding-left: 5px;
  font-size: 85%;
}

#ynSportsMod.detail .sportsSched {
  font-size: 85%;
}

#ynSportsMod .sportsSched.soccer th {
  width: 5.25em;
  font-weight: bold;
  text-align: left;
}

#ynSportsMod .sportsSched.soccer .jLeague.single th {
  width: 1.75em;
}

#ynSportsMod .sportsSched.soccer li,
#ynSportsMod .sportsSched.soccer td {
  font-size: small;
}

#ynSportsMod.detail h3 {
  padding-left: 20px;
  background-position: 0 -1946px;
  font-weight: bold;
}

#ynSportsMod.detail .ymuiTitle {
  font-size: small;
}

#ynSportsMod.detail .sportsSched.horse dt span {
  font-size: small;
}

#ynSportsMod.detail .sportsSched.horse .rank {
  width: 5.5em;
}

#ynSportsMod.detail .sportsSched.soccer th {
  font-size: 116%;
}

#ynSportsMod.ynSportsModContents {
  padding: 0 10px 10px;
}

#ynSportsMod.ynSportsModContents li {
  border-right: 1px solid #c0cedb;
  font-size: 90%;
  line-height: 1.0;
}

#ynSportsMod.ynSportsModContents li:last-child {
  border-right: none;
}

/*-- contentsSelectNav --*/
.cptHeaderToggleClose,
.cptHeaderToggleOpen {
  margin-top: 0 !important;
}

.ynCtsSelectNav {
  width: 100%;
  margin: 0 auto 9px;
  /*border-left:1px solid #D1D1D1;*/
  border-bottom: 1px #d1d1d1 solid;
}

.ynCtsSelectNav ul {
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: -1px;
  border-top: 1px #e1e1e1 solid;
}

.ynCtsSelectNav li {
  display: block;
  float: left;
  width: 210px;
  border-right: 1px solid #d1d1d1;
  font-size: 84%;
  line-height: 1.3;
  text-align: center;
}

.ynCtsSelectNav li a {
  display: block;
  height: 40px;
  border-bottom: 1px #d1d1d1 solid;
  background: #f7f7f8;
  color: #03c;
  /*font-size:87.5%;*/
  font-weight: bold;
  line-height: 40px;
}

.ynCtsSelectNav #realtimeTab {
  border-right: none;
}

.ynCtsSelectNav #commentTab span {
  display: inline-block;
  padding-left: 20px;
  background: url("https://s.yimg.jp/images/jpnews/cre/article/pc/images/ic_com.png") no-repeat 0 center;
  cursor: pointer;
}

.ynCtsSelectNav #facebookTab span {
  display: inline-block;
  padding-left: 20px;
  background: url("https://s.yimg.jp/images/jpnews/cre/pickup/pc/images/ico_fb.png") no-repeat 0 center;
  cursor: pointer;
}

.ynCtsSelectNav #realtimeTab span {
  display: inline-block;
  padding-left: 20px;
  background: url("https://s.yimg.jp/images/jpnews/cre/pickup/pc/images/ico_tw.png") no-repeat 0 center;
  cursor: pointer;
}

.ynCtsSelectNav li a.current {
  border-bottom: 1px #fff solid;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.ynCtsSelectNav li a.current:hover {
  cursor: default;
}

.ynCtsSelectNav li a span:hover {
  color: #03c;
}

.ynCtsSelectNav li a.current span:hover {
  color: #333;
}

.ynCtsSelectNav #commentTab.current span,
.ynCtsSelectNav #facebookTab.current span,
.ynCtsSelectNav #realtimeTab.current span {
  cursor: default;
}

.ynCtsSelectNav ul:after {
  display: table;
  clear: both;
  content: "";
}

/*-- RealTimeSearch module --*/
.ynRTSearch {
  margin-bottom: 10px;
}

#rtSearchBox {
  color: #333;
  font-size: 84%;
  line-height: 1.3;
}

#rtSearchBox .itemHd {
  padding: 0 8px 5px;
  border-bottom: 1px solid #dfdfdf;
}

#rtSearchBox .itemHd .btnTw {
  float: left;
}

#rtSearchBox .itemHd .logoTw {
  float: right;
}

#rtSearchBox .itemCts li {
  position: relative;
  overflow: hidden;
  margin: 0 8px;
  padding: 8px 0 6px;
  border-bottom: 1px solid #dfdfdf;
}

#rtSearchBox .itemCts .metadata {
  float: left;
  padding: 8px 0 0 56px;
}

#rtSearchBox .itemCts .pict {
  position: absolute;
  top: 8px;
  left: 0;
}

#rtSearchBox .itemCts .account {
  display: inline;
}

#rtSearchBox .itemCts .account .user {
  display: inline-block\9;
  padding-left: 18px;
  background-position: -18px 2px;
  word-wrap: break-word;
  word-break: break-all;
}

#rtSearchBox .itemCts .account .full {
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}

#rtSearchBox .itemCts .tweet {
  min-height: 27px;
  padding: 0 0 0 56px;
  word-wrap: break-word;
}

#rtSearchBox .itemCts .msg {
  padding: 60px 8px 50px;
  border-bottom: 2px solid #fff;
  font-size: 120%;
  text-align: center;
}

#rtSearchBox .itemCts .action {
  float: right;
  margin: 8px 0 0;
  color: #666;
  white-space: nowrap;
}

#rtSearchBox .itemFt .btn {
  width: 70%;
  margin: 8px auto;
  border: 1px solid #ddd;
  text-align: center;
}

#rtSearchBox .itemFt .btn a {
  display: block;
  padding: 7px 8px;
  border: 1px solid #fff;
  color: #333;
  line-height: 1;
}

#rtSearchBox .itemFt .btn a:visited {
  color: #333;
}

#rtSearchBox .itemFt .note {
  margin: 0 8px 8px;
  padding-top: 8px;
  background: transparent url("https://s.yimg.jp/images/media/ymui/img/lineWide_4x1.gif") repeat-x 0 0;
  color: #666;
}

#rtSearchBox .itemHd:after {
  display: table;
  clear: both;
  content: "";
}

#rtSearchBox .itemCts li:after {
  display: table;
  clear: both;
  content: "";
}

#rtSearchBox .itemCts .action a,
#rtSearchBox .itemCts .time,
#rtSearchBox .itemCts .tweet a {
  margin: 0 .3em;
}

#rtSearchBox .itemCts .metadata a {
  text-decoration: none;
}

#rtSearchBox .itemCts .tweet a.atUser, #rtSearchBox .itemCts .tweet a.tag {
  text-decoration: none;
}

#rtSearchBox .itemCts .action a {
  text-decoration: none;
}

#rtSearchBox .itemFt .btn a {
  text-decoration: none;
}

#rtSearchBox .itemCts .metadata a {
  color: #666ccc;
}

#rtSearchBox .itemCts .tweet a.atUser, #rtSearchBox .itemCts .tweet a.tag {
  color: #666ccc;
}

#rtSearchBox .itemCts .action a {
  color: #666ccc;
}

#rtSearchBox .itemCts .account .user,
#rtSearchBox .logoTw a {
  background: url("https://s.yimg.jp/images/news/v1/sprite_icoTwitter02.png") no-repeat;
}

#rtSearchBox .logoTw a {
  display: inline-block;
  width: 19px;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  background-position: 0 2px;
  line-height: 20px;
}

#rtSearchBox .itemFt .btn a {
  background: url("https://s.yimg.jp/images/news/v1/sprite_bgRTSearchBox.png") repeat-x;
}

#rtSearchBox .itemCts {
  background: #fff;
}

#rtSearchBox .itemFt .btn a {
  background: #f3f3f3;
  background-position: 0 -100px;
}

#sub #rtSearchBox .itemCts .metadata {
  float: none;
}

#sub #rtSearchBox .itemCts .msg {
  font-size: 93%;
}

/**-- facebook module --**/
.ynSocialCts {
  margin-bottom: 10px;
}

.icoFb {
  display: inline-block;
  background: transparent url("https://s.yimg.jp/images/news/v1/icoFb16.png") no-repeat 0 50%;
}

#facebookTabContents .fbSocialMod {
  background: url("https://s.yimg.jp/images/news/v1/sprite_bgRTSearchBox.png") repeat-x;
}

.fbSocialMod #FacebookComments,
.fbSocialMod .fbCommentsLabel,
.fbSocialMod .guide {
  background: url("https://s.yimg.jp/images/news/v1/sprite_bgRTSearchBox.png") repeat-x;
}

/*-- fbSocialMod --*/
.fbSocialMod {
  margin-bottom: 5px;
  font-size: 100%;
}

.fbSocialMod a {
  color: #3b5998;
}

.fbSocialMod .about {
  display: block;
  padding: 3px 8px;
  font-size: 77%;
  text-align: right;
}

/*comments*/
#facebookTabContents .fbSocialMod {
  margin: 1px 0;
  padding: 0 1px;
  border: 1px solid #ccc;
  background-position: 0 -203px;
}

.fbSocialMod #FacebookComments {
  margin: 0 10px 5px;
  /*background-position:0 -413px;*/
}

.fbSocialMod #FacebookComments > .fb_iframe_widget {
  width: 100% !important;
}

.fbSocialMod #FacebookComments > .fb_iframe_widget span {
  width: 100% !important;
}

.fbSocialMod #FacebookComments > .fb_iframe_widget span iframe {
  width: 100% !important;
}

#facebookTabContents .note {
  margin: 0 8px 8px;
  padding-top: 8px;
  background: transparent url("https://s.yimg.jp/images/media/ymui/img/lineWide_4x1.gif") repeat-x 0 0;
  color: #666;
  font-size: 84%;
  line-height: 1.3;
}

/*photoArticle*/
#mainPhoto {
  margin-top: 16px;
  background: #000;
}

#mainPhoto.bgValue01 {
  /*緊急対応用*/
  background: #000;
}

.photoArticleLink {
  padding: 10px 0;
  font-weight: bold;
  font-size: 92%;
  text-align: center;
}

#mainPhoto #mainImg {
  position: relative;
  border-bottom: 1px solid #fff;
}

#mainPhoto #mainImg .mainImgCont {
  width: 100%;
  height: 476px;
  background-position: center center;
  background-repeat: no-repeat;
}

#mainPhoto #mainImg .mainImgCont a,
#mainPhoto #mainImg .mainImgCont div {
  display: table-cell;
  width: 634px;
  height: 476px;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 476px;
}

#mainPhoto #mainImg .mainImgCont img {
  vertical-align: middle;
}

#mainPhoto #mainImg .mainImgRegist {
  display: table-cell;
  height: 476px;
  text-align: center;
  vertical-align: middle;
}

.mainImgRegist .registerText {
  margin-bottom: 8px;
}

#mainPhoto #mainImg .mainImgRegist .registerMsg {
  width: 508px;
  margin: 0 60px;
}

#mainPhoto #mainImg .mainImgRegist .registerMsg .center .priceList li {
  float: none;
}

#mainPhoto #mainImg .mainImgNex,
#mainPhoto #mainImg .mainImgPre {
  position: absolute;
  top: 190px;
  background-color: #444;
  background-color: rgba(68, 68, 68, 0.8);
}

#mainPhoto #mainImg .mainImgNex a,
#mainPhoto #mainImg .mainImgPre a {
  display: block;
  width: 50px;
  height: 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 38px;
  text-align: center;
}

#mainPhoto #mainImg .mainImgNex a:hover,
#mainPhoto #mainImg .mainImgPre a:hover {
  background-color: #444;
  text-decoration: none;
}

#mainPhoto #mainImg .mainImgPre {
  left: 0;
}

#mainPhoto #mainImg .mainImgNex {
  right: 0;
}

#mainPhoto #mainImg .mainImgNex.disable,
#mainPhoto #mainImg .mainImgPre.disable {
  display: none;
}

#mainPhoto #mainImg .mainImgNex a span,
#mainPhoto #mainImg .mainImgPre a span {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("https://s.yimg.jp/images/jpnews/cre/article/pc/images/try_photo.png") no-repeat;
  text-indent: -9999px;
}

#mainPhoto #mainImg .mainImgPre a span {
  background-position: 0 0;
}

#mainPhoto #mainImg .mainImgNex a span {
  background-position: -50px 0;
}

.imgThumbnail {
  position: relative;
  padding: 1px 0;
}

.imgThumbnailWrap {
  width: 630px;
  height: 94px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

.imgThumbnailBox {
  position: relative;
  float: left;
  padding-right: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  opacity: .9;
}

.imgThumbnailBox a,
.imgThumbnailBox div {
  display: table-cell;
  width: 125px;
  height: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.imgThumbnailBox.activ, .imgThumbnailBox:hover {
  opacity: 1;
}

.imgThumbnailBox.activ:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #ffc926;
  content: "";
}

body.ie8 .imgThumbnailBox:after {
  display: none;
}

.imgThumbnailNaviNex,
.imgThumbnailNaviPre {
  display: block;
  position: absolute;
  width: 24px;
  background: #444;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.imgThumbnailNaviPre {
  top: 0;
  left: 0;
}

.imgThumbnailNaviNex {
  top: 0;
  right: 0;
}

.imgThumbnailNaviNex.disable,
.imgThumbnailNaviPre.disable {
  display: none;
}

.imgThumbnailNaviNex a,
.imgThumbnailNaviPre a {
  display: block;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 42px;
  text-align: center;
}

.imgThumbnailNaviNex a:hover,
.imgThumbnailNaviPre a:hover {
  background: #444444;
}

.imgThumbnailNaviNex a span,
.imgThumbnailNaviPre a span {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("https://s.yimg.jp/images/jpnews/cre/article/pc/images/try_photo.png") no-repeat;
  text-indent: -9999px;
}

.imgThumbnailNaviPre a span {
  background-position: -100px 0;
}

.imgThumbnailNaviNex a span {
  background-position: -150px 0;
}

/*videoArticle*/
.videoArticle .movieCont {
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.videoArticle .article .ymuiDate {
  padding: 12px 0;
  font-size: 84%;
}

.videoArticleCont {
  padding: 0 10px 10px;
}

.videoCpWrapTitle {
  margin-bottom: 10px;
  padding: 10px 0 5px;
  border-bottom: 1px solid #e0e0e0;
}

.videoCpWrapTitle img {
  height: 25px;
}

.videoCpWrapTitle p.logo,
.videoCpWrapTitle h2,
.videoCpWrapTitle img {
  display: inline-block;
  vertical-align: middle;
}

.videoCpWrapTitle ul {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.videoCpWrapTitle ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.videoCpWrapTitle ul li.current {
  font-weight: bold;
}

.videoCpWrapTitle h2 {
  font-weight: bold;
}

.videoCpWrapTitle ul li a {
  display: block;
  padding: 4px 8px;
  font-size: 13px;
}

.videoCpWrap {
  padding: 0 0 12px;
}

.videoCpWrapImg {
  float: left;
}

.videoCpWrapList {
  margin-left: 112px;
  font-size: 84%;
}

.videoCpWrapList li {
  margin-bottom: 12px;
}

.videoCpWrapList li .ymuiDate {
  margin-left: 4px;
  font-size: 12px;
}

.videoArticleCont .snsButton {
  padding: 0 0 16px;
  border-top: none;
}

.videoArticleCont .yvpControl {
  width: 602px;
  margin: 0 auto;
}

.ymuiDotLine {
  padding-bottom: 5px;
}

#mvCtlButton {
  margin-bottom: 6px;
}

.BtnRenzokuPlayOff,
.BtnRenzokuPlayOnGrey {
  display: block;
  float: left;
  width: 94px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -9999px;
  cursor: pointer;
}

.BtnRenzokuPlayOnGrey {
  background-position: -275px -20px;
}

.BtnRenzokuPlayOff {
  background-position: -275px -50px;
}

#playerModule {
  height: 237px;
  margin: 0 auto 10px;
  padding: 150px 0 15px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

#playerModule em {
  color: #c00;
  font-weight: bold;
}

#playerModule p {
  display: block;
  margin: 10px 0 15px;
}

#playerModule p a {
  display: block;
}

/*subNav*/
#subNav {
  padding: 10px 0;
}

#subNav ul.imgSs {
  float: left;
}

#subNav ul li {
  float: left;
  font-size: 13px;
  line-height: 1;
}

#subNav ul li.photoNewsSlideshowPlay {
  /* margin-left: 10px; */
  padding-bottom: 5px;
  background: 0;
  font-weight: bold;
}

.BtnSlidePlaying,
.BtnSlideStopping {
  display: block;
  float: left;
  width: 137px;
  height: 20px;
  margin-right: 5px;
  border: 0;
  font-size: 1px;
  text-indent: -9999px;
  vertical-align: bottom;
  cursor: pointer;
}

.BtnSlidePlaying {
  background-position: -230px -95px;
}

.BtnSlideStopping {
  background-position: -230px -115px;
}

.videoArticle #subNav {
  margin-bottom: 10px;
  padding: 10px 0 5px;
  border-bottom: 1px solid #e0e0e0;
}

.videoArticle #subNav .logo {
  float: left;
  padding: 0;
}

.videoArticle #subNav .logo img {
  width: 100px;
  vertical-align: middle;
}

.videoArticle #subNav ul li a {
  display: block;
  margin: 4px 8px;
  padding: 1px 4px;
}

.videoArticle #subNav ul li a .select {
  font-weight: bold;
}

/* ----------------------------------------
Sub
---------------------------------------- */
.yj950-2 #sub {
  margin-top: 16px;
}

/* ----------------------------------------
Footer
---------------------------------------- */
/* Plugin */
.yjplg {
  margin-bottom: 10px;
}

div.yjplg {
  min-height: 31px;
  padding: .5em;
  border: 3px double #ddd;
  background: #eee none repeat scroll 0 0;
}

div.yjplg div.icn-h {
  float: right;
}

div.yjplg div.icn-h img {
  margin-left: .5em;
}

div.yjplg img {
  width: 88px;
  height: 31px;
  border: 0 none;
}

div.yjstdPlug {
  min-height: 16px;
  margin-bottom: 10px;
  padding: .5em;
  border: double 3px #ddd;
  background: #eee;
}

div.yjstdPlug p {
  margin: 0;
  padding: 0;
}

div.yjstdPlug img {
  width: 88px;
  height: 31px;
  border: 0;
}

div.yjstdPlug img.ydc {
  width: 230px;
  height: 33px;
  border: 0;
}

div.yjstdPlug img.ydc1 {
  width: 150px;
  height: 33px;
  border: 0;
}

div.yjstdPlug div.yjstdIcnH {
  float: right;
}

div.yjstdPlug div.yjstdIcnH img {
  margin-left: .5em;
}

div.yjstdPlug .yjstdIcnV {
  text-align: center;
}

div.yjstdPlug .yjstdIcnV img {
  margin: 0 .25em .25em;
}

.yjstdPlug {
  display: block;
}

.yjstdPlug:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ----------------------------------------
Error Page
---------------------------------------- */
.alertBg {
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #cc8d8a;
  background: #f8f8ee;
  text-align: left;
}

.apologyText {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #000;
  color: #000;
}

.errorText p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.errorText ul {
  margin: 50px 0;
}

.errorText ul li {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #666;
}

.errorText ul li.first {
  border: 0;
}

ul.ynZasshiSubGenreList {
  display: inline;
  margin-left: 25px;
  font-weight: normal;
  line-height: 1 !important;
}

ul.ynZasshiSubGenreList li {
  display: inline;
}

ul.ynZasshiSubGenreList li a {
  vertical-align: text-bottom !important;
}

.ynZasshiMagText h3 {
  font-weight: bold;
}

span.onSaleDate {
  margin: 2px;
  padding: 3px;
  background: #900;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}

span.onSalePrice {
  color: #900;
  font-weight: bold;
}

.borderBtmDot {
  border-bottom: 1px dotted #8e93c1;
}

.adPromo {
  margin: 0 0 20px;
  text-align: center;
}

.articleList {
  margin: 0 0 10px;
}

.articleList ul {
  margin: 0 0 10px;
}

.articleList .paging {
  margin: 0 15px 10px;
  font-size: 87.5%;
}

.articleList .paging span {
  float: right;
}

.articleList .ymuiInactive {
  color: #666;
}

.articleList .article {
  padding: 10px 15px;
  border-top: 1px solid #f0f0f0;
}

.articleList .article:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.articleList .article:hover {
  background: #f9f9f9;
}

.articleList .article .thumb {
  float: left;
}

.articleList .article .thumb .imgWrap {
  display: table-cell;
  position: relative;
  width: 60px;
  height: 60px;
  background: #efefef;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 60px;
}

.articleList .article .thumb .imgWrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: url("https://s.yimg.jp/images/jpnews/cre//common/all/images/spacer.gif");
  content: "";
}

.articleList .article .thumb .imgWrap:hover:after {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.articleList .article .thumb .imgWrap img {
  vertical-align: middle;
}

.articleList .article .thumb.mv {
  position: relative;
}

.articleList .article .thumb.mv .imgWrap {
  background: #333;
}

.articleList .article .thumb.mv .icmv_s {
  position: absolute;
  bottom: 10px;
  left: 3px;
}

.articleList .article.hasImg .mc {
  float: right;
  width: 530px;
}

.articleList .article.tab a {
  display: block;
  padding: 2px 0;
}

.articleList .article.tab a:hover {
  text-decoration: none;
}

.articleList .article .mc {
  line-height: 1.3;
  word-wrap: break-word;
}

.articleList .article .mc dt {
  margin-bottom: 3px;
}

.articleList .article .mc dd {
  color: #999;
  font-size: 75%;
}

.articleList .article .mc dd span {
  margin-right: 6px;
}

.articleList .last {
  padding: 10px 15px;
  border-top: 1px solid #f0f0f0;
  font-size: 87.5%;
}

/*AD YDN plain-html*/
.yads_ad_pc,
.yads_ad_pc_res_s,
.yads_ad_pc_rank,
.yads_ad_pc_rank_res_s {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.yads_ad_pc .yads_ad_item,
.yads_ad_pc .yads_ad_item_res_s,
.yads_ad_pc_res_s .yads_ad_item,
.yads_ad_pc_res_s .yads_ad_item_res_s,
.yads_ad_pc_rank .yads_ad_item,
.yads_ad_pc_rank .yads_ad_item_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s {
  display: block;
  padding: 8px 0 24px;
}

.yads_ad_pc .yads_ad_item:hover,
.yads_ad_pc .yads_ad_item_res_s:hover,
.yads_ad_pc_res_s .yads_ad_item:hover,
.yads_ad_pc_res_s .yads_ad_item_res_s:hover,
.yads_ad_pc_rank .yads_ad_item:hover,
.yads_ad_pc_rank .yads_ad_item_res_s:hover,
.yads_ad_pc_rank_res_s .yads_ad_item:hover,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:hover {
  background: #eaeef2;
  text-decoration: none;
}

.yads_ad_pc .yads_ad_item:after,
.yads_ad_pc .yads_ad_item_res_s:after,
.yads_ad_pc_res_s .yads_ad_item:after,
.yads_ad_pc_res_s .yads_ad_item_res_s:after,
.yads_ad_pc_rank .yads_ad_item:after,
.yads_ad_pc_rank .yads_ad_item_res_s:after,
.yads_ad_pc_rank_res_s .yads_ad_item:after,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

.yads_ad_pc .yads_ad_img,
.yads_ad_pc .yads_ad_img_res_s,
.yads_ad_pc_res_s .yads_ad_img,
.yads_ad_pc_res_s .yads_ad_img_res_s,
.yads_ad_pc_rank .yads_ad_img,
.yads_ad_pc_rank .yads_ad_img_res_s,
.yads_ad_pc_rank_res_s .yads_ad_img,
.yads_ad_pc_rank_res_s .yads_ad_img_res_s {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0 0 0 8px;
}

.yads_ad_pc .yads_ad_img img,
.yads_ad_pc .yads_ad_img_res_s img,
.yads_ad_pc_res_s .yads_ad_img img,
.yads_ad_pc_res_s .yads_ad_img_res_s img,
.yads_ad_pc_rank .yads_ad_img img,
.yads_ad_pc_rank .yads_ad_img_res_s img,
.yads_ad_pc_rank_res_s .yads_ad_img img,
.yads_ad_pc_rank_res_s .yads_ad_img_res_s img {
  max-width: 60px;
}

.yads_ad_pc .yads_ad_desc,
.yads_ad_pc .yads_ad_desc_res_s,
.yads_ad_pc .yads_ad_title,
.yads_ad_pc .yads_ad_title_res_s,
.yads_ad_pc_res_s .yads_ad_desc,
.yads_ad_pc_res_s .yads_ad_desc_res_s,
.yads_ad_pc_res_s .yads_ad_title,
.yads_ad_pc_res_s .yads_ad_title_res_s,
.yads_ad_pc_rank .yads_ad_desc,
.yads_ad_pc_rank .yads_ad_desc_res_s,
.yads_ad_pc_rank .yads_ad_title,
.yads_ad_pc_rank .yads_ad_title_res_s,
.yads_ad_pc_rank_res_s .yads_ad_desc,
.yads_ad_pc_rank_res_s .yads_ad_desc_res_s,
.yads_ad_pc_rank_res_s .yads_ad_title,
.yads_ad_pc_rank_res_s .yads_ad_title_res_s {
  font-size: 82.5%;
  word-wrap: break-word;
}

.yads_ad_pc .yads_ad_adv,
.yads_ad_pc .yads_ad_adv_res_s,
.yads_ad_pc_res_s .yads_ad_adv,
.yads_ad_pc_res_s .yads_ad_adv_res_s,
.yads_ad_pc_rank .yads_ad_adv,
.yads_ad_pc_rank .yads_ad_adv_res_s,
.yads_ad_pc_rank_res_s .yads_ad_adv,
.yads_ad_pc_rank_res_s .yads_ad_adv_res_s {
  color: #666;
  font-size: 12px;
}

.yads_ad_pc .yads_ad_info,
.yads_ad_pc .yads_ad_info_res_s,
.yads_ad_pc_res_s .yads_ad_info,
.yads_ad_pc_res_s .yads_ad_info_res_s,
.yads_ad_pc_rank .yads_ad_info,
.yads_ad_pc_rank .yads_ad_info_res_s,
.yads_ad_pc_rank_res_s .yads_ad_info,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 11px;
  line-height: 14px;
}

.yads_ad_pc .yads_ad_info a,
.yads_ad_pc .yads_ad_info_res_s a,
.yads_ad_pc_res_s .yads_ad_info a,
.yads_ad_pc_res_s .yads_ad_info_res_s a,
.yads_ad_pc_rank .yads_ad_info a,
.yads_ad_pc_rank .yads_ad_info_res_s a,
.yads_ad_pc_rank_res_s .yads_ad_info a,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a {
  padding: 4px;
  color: #666;
}

.yads_ad_pc .yads_ad_info a:hover,
.yads_ad_pc .yads_ad_info_res_s a:hover,
.yads_ad_pc_res_s .yads_ad_info a:hover,
.yads_ad_pc_res_s .yads_ad_info_res_s a:hover,
.yads_ad_pc_rank .yads_ad_info a:hover,
.yads_ad_pc_rank .yads_ad_info_res_s a:hover,
.yads_ad_pc_rank_res_s .yads_ad_info a:hover,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a:hover {
  color: #666;
}

.yads_ad_pc .yads_ad_info a img,
.yads_ad_pc .yads_ad_info_res_s a img,
.yads_ad_pc_res_s .yads_ad_info a img,
.yads_ad_pc_res_s .yads_ad_info_res_s a img,
.yads_ad_pc_rank .yads_ad_info a img,
.yads_ad_pc_rank .yads_ad_info_res_s a img,
.yads_ad_pc_rank_res_s .yads_ad_info a img,
.yads_ad_pc_rank_res_s .yads_ad_info_res_s a img {
  vertical-align: top;
}

.yads_ad_pc_rank .yads_ad_item,
.yads_ad_pc_rank .yads_ad_item_res_s,
.yads_ad_pc_rank_res_s .yads_ad_item,
.yads_ad_pc_rank_res_s .yads_ad_item_res_s {
  padding: 8px 0 24px 50px;
}

.yads_ad_pc_rank .yads_ad_title:before,
.yads_ad_pc_rank .yads_ad_title_res_s:before,
.yads_ad_pc_rank_res_s .yads_ad_title:before,
.yads_ad_pc_rank_res_s .yads_ad_title_res_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 50px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  content: "PR";
}

.yads_ad_pc .yads_ad_title:before,
.yads_ad_pc .yads_ad_title_res_s:before,
.yads_ad_pc_res_s .yads_ad_title:before,
.yads_ad_pc_res_s .yads_ad_title_res_s:before {
  display: inline-block;
  margin-right: 3px;
  padding: 0 6px;
  background: #717171;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
  content: "PR";
}
