@charset "UTF-8";
/*----------------------------------------------------
投稿記事
----------------------------------------------------*/
.articlePost {
  padding: 3.624%;
  background: #fff;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  /* css for WP */
  /* WordPress Native Styles */
  /* img */
  /* clearfix */
}
.articlePost .imgArea {
  margin: 0 0 10px;
  padding: 0;
  background: #fff;
  text-align: center;
  width: 100%;
}
.articlePost .imgArea img {
  max-width: 100%;
}
.articlePost .caption {
  margin: 0 0 10px 0;
  padding: 0;
  background: #fff;
  font-size: 10px;
  color: #666666;
  text-align: center;
}
.articlePost .genreArea {
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  color: #e7535f;
  background: #fff;
	float: left;
	width: 75%;
}
.articlePost .genreArea .genreTag {
  margin: 0;
  display: inline-block;
}
.articlePost .genreArea .genreTag:before {
  padding: 0 4px 0 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: transparent url("../../images/common/icon_tag.png") center center no-repeat;
  background-size: 9px 9px;
  vertical-align: middle;
}


.likeBtn {
	text-align: right;
	color: #e40a20;
	background-color: #fff;
}
.articlePost .likeBtn {
	float: right;
    width: 25%;
}
.articlePost .likeBtn p {
	margin-bottom: 0;
}
.likeBtn a {
	display: inline-block;
	color: #e40a20;
	padding-right: 27px;
    line-height: 25px;
	font-weight: bold;
}
.articlePost .likeBtn a {
	color: #e40a20;
}
.likeBtn a {
	background: url("../images/like_off.png") right top no-repeat;
	background-size: 22px auto;
	position: relative;
}
.likeBtn a.on {
	background: url("../images/like_on.png") right top no-repeat;
	background-size: 22px auto;
}
.likeBtn a.on::after {
	content: "";
	background: url("../images/like_on.png") right top no-repeat;
	background-size: 22px auto;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-animation: like 0.3s linear forwards;
	animation: like 0.3s linear forwards;
}

.articlePost a {
  color:#000;
}
.articlePost img {
  max-width: 100%;
  height: auto;
}
.articlePost p {
  margin: 0 0 20px;
  word-break: normal;
  word-wrap: break-word;
}
.articlePost p span{
  line-height: 1.2;
}
.articlePost h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}
.articlePost h2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 18px;
  color: #000000;
  border-bottom: 2px solid #e60012;
  position: relative;
}
.articlePost h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #90000b;
  position: absolute;
  bottom: -2px;
}
.articlePost h3 {
  margin: 0 0 15px;
  font-size: 16px;
  color: #e7535f;
}
.articlePost div.enclose {
  margin: 0 0 15px;
  padding: 3.3333333333333335%;
  background: #ffedee;
}
.articlePost ul li {
  margin: 0 0 10px 4% !important;
  padding: 0 0 0 2% !important;
  position: relative !important;
  width: 95% !important;
}
.articlePost ul li:before {
  content: "■" !important;
  color: #e60012 !important;
  font-size: 13px !important;
  position: absolute !important;
  left: -13px !important;
}
.articlePost .red {
  color: #e60012;
}
.articlePost .orange {
  color: #e85a0c;
}
.articlePost .lightblue {
  color: #03a5c8;
}
.articlePost strong {
  font-weight: bold;
}
.articlePost em {
  font-style: italic;
}
.articlePost blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.articlePost .imgGuardArea.aligncenter {
  display:block;
  width:100%;
  text-align:center;
}
.articlePost div.imgGuardArea.aligncenter img,
.articlePost .aligncenter {
  display: block;
  margin: 0 auto;
}
.articlePost .alignright {
  float: right;
}
.articlePost .alignleft {
  float: left;
}
.articlePost img[class*="wp-image-"],
.articlePost img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.articlePost .clearfix {
  overflow: hidden;
  zoom: 1;
}
.articlePost .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.articlePost .snsBox {
  margin: 0 0 20px;
  padding: 0;
  background: #fff;
	clear: both;
}
.articlePost .snsBox .share {
  margin: 0 0 15px;
  font-size: 16px;
  color: #e60012;
  text-align: center;
}
.articlePost .snsBox .snsBtn {
  margin: 0 auto;
  max-width: 445px;
  width: 100%;
  font-size: 0;
}
.articlePost .snsBox .snsBtn li {
  padding: 0 !important;
  margin: 0 0 0 3% !important;
  display: inline-block !important;
  width: 17.6% !important;
}
.articlePost .snsBox .snsBtn li:first-child {
  margin: 0 0 0 0 !important;
}
.articlePost .snsBox .snsBtn li:before {
  content: none !important;
}
.articlePost .snsBox .snsBtn li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.articlePost .snsBox .snsBtn li a img {
  width: 49px;
  height: 35px;
}
.articlePost .snsBox .snsBtn li.tw a {
  background: #5da9dd;
}
.articlePost .snsBox .snsBtn li.fb a {
  background: #3b5998;
}
.articlePost .snsBox .snsBtn li.hatena a {
  background: #00a4de;
}
.articlePost .snsBox .snsBtn li.google a {
  background: #da4d3c;
}
.articlePost .snsBox .snsBtn li.line a {
  background: #00b900;
}
.articlePost iframe{
  width:100%;
}


.likeAndRanking {
	background-color: #fff;
    padding: 2% 3.624% 5%;
}
.likeAndRanking .likeBtn { margin-bottom: 10px;}
.rankingBtn {
	text-align: right;
}
.rankingBtn a {
	display: inline-block;
	color: #e40a20;
	background: url(../images/ranking_icon.png) no-repeat right top;
	background-size: 22px;
    padding-right: 25px;
	line-height: 20px;
}


.articleDate {
  background-color: #FFF;
  display:block;
    text-align:right;
    font-size:12px;
    margin-top:-5px;
    padding: 0 35px 20px 0;
}

.articleAddDetail {
    background:#fff;
    display:block;
    font-size: 14px;
    padding: 10px  0 35px 0;
    line-height: 21px;
    width:100;
}
.articleAddDetail p{
    text-align: center;
}
.articleAddDetail p img{
    max-width:100%;
}

@media screen and (max-width: 599px) and (min-width: 1px) {
  .articlePost {
    margin: 3.3333333333333335% 0 0;
    padding: 2% 1.5% 1.5%;
    line-height: 1.6;
  }
  .articlePost h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .articlePost h2 {
    font-size: 18px;
    line-height: 1.3;
  }
  .articlePost h3 {
    font-size: 16px;
    line-height: 1.3;
  }
	
	.articlePost .likeBtn a {
		padding-right: 30px;
    	line-height: 28px;
		font-size: 15px;
	}
	.articlePost .likeBtn a.on {
		background: url("../images/like_on.png") right top no-repeat;
		background-size: 23px auto;
		position: relative;
	}
	.articlePost .likeBtn a.off {
		background: url("../images/like_off.png") right top no-repeat;
		background-size: 23px auto;
	}
	
  .articlePost .snsBox .share {
    margin: 0 0 10px;
  }
  .articlePost .snsBox .snsBtn {
    margin: 0 auto;
    max-width: 445px;
    width: 100%;
    font-size: 0;
  }
  .articlePost .snsBox .snsBtn li {
    margin: 0 0 0 3% !important;
    width: 17.6% !important;
  }
  .articlePost iframe{
    height:240px;
  }
}
/*----------------------------------------------------
投稿記事ページャー
----------------------------------------------------*/
.pager {
  margin: -20px 0 0 0;
  padding: 0 3.3333333333333335% 3.3333333333333335%;
  background: #fff;
}
.articlePost .nextPage {
  margin: 0 0 10px;
  padding: 0 0 0 75px;
  position: relative;
}
.articlePost .nextPage a {
  color: #747474;
    font-weight:bold;
}
.articlePost .nextPage:before {
  content: "【次ページ】";
  color: #e60012;
  font-size: 13px;
    font-weight:bold;
  position: absolute;
  left: -5px;
    top: 3px;
}

.pager .pagerInnerArea {
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  color: #e60012;
  border: 1px solid #e60012;
}
@media screen and (min-width: 600px) {
  .pager .pagerInnerArea .ppagerInnerArea {
    margin: 0 auto;
    max-width: 330px;
  }
}
.pager .pagerInnerArea li {
  padding: 10px 0;
  float: left;
  text-align: center;
}
.pager .pagerInnerArea a {
  display: block;
  width: 100%;
  color: #e60012;
}
.pager .pagerInnerArea .prev {
  width: 25%;
}
.pager .pagerInnerArea .prev span:before {
  margin: 0 2px 0 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../../images/common/icon_pager_left.png") center center no-repeat;
  background-size: 16px 16px;
  vertical-align: sub;
}
.pager .pagerInnerArea .pageNum {
  width: 50%;
  color: #000;
  border-right: 1px solid #e60012;
  border-left: 1px solid #e60012;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pager .pagerInnerArea .next {
  width: 25%;
}
.pager .pagerInnerArea .next span:after {
  margin: 0 0 0 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../../images/common/icon_pager_right.png") center center no-repeat;
  background-size: 16px 16px;
  vertical-align: sub;
}
.pager .pagerInnerArea .disable {
  opacity: 0.5;
}

/*----------------------------------------------------
特集連載アーカイブ
----------------------------------------------------*/
.bgArea {
  background: #fff;
}

.articlePost .titleArea {
  margin: 0 0 10px;
  padding: 0;
  background: #fff;
}
.articlePost .titleArea .postTitle {
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: bold;
  color: #5f5f5f;
}
.articlePost .titleArea .postSubTitle {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #5f5f5f;
}

.articlePostList {
  padding: 0 1.5%;
  background: #fff;
}
.articlePostList .articlePostBlock {
  margin: 0 0 10px;
  padding: 10px 0 0;
  border-top: 1px solid #e5e5e5;
}
.articlePostList .articlePostBlock:first-child {
  padding-top: 0;
  border: none;
}
.articlePostList .articlePostBlock:last-child {
  margin: 0;
}
.articlePostList .articlePostBlock .leftSide {
  float: left;
}
.articlePostList .articlePostBlock .leftSide .imgArea {
  width: 100%;
  position: relative;
}
.articlePostList .articlePostBlock .leftSide .new:before {
  content: "NEW";
  padding: 3px 15px;
  display: block;
  background: #e60012;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.articlePostList .articlePostBlock .leftSide .imgArea a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.articlePostList .articlePostBlock .rightSide {
  float: right;
  position: relative;
}
.articlePostList .articlePostBlock .rightSide .txtArea a {
  color: #5f5f5f;
}

@media screen and (min-width: 600px) {
  .articlePost .titleArea .postTitle {
    font-size: 22px;
  }
  .articlePost .titleArea .postSubTitle {
    font-size: 16px;
  }

  .articlePostList {
    margin: -15px 0 0;
    padding-bottom: 15px;
  }
  .articlePostList .articlePostBlock .leftSide {
    width: 30%;
  }
  .articlePostList .articlePostBlock .leftSide .imgArea {
    padding-top: 59%;
  }
  .articlePostList .articlePostBlock .rightSide {
    width: 68%;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .articlePost .titleArea .postTitle {
    font-size: 18px;
  }
  .articlePost .titleArea .postSubTitle {
    font-size: 13px;
  }

  .articlePostList {
    margin: -3% 0 0;
    padding-bottom: 5px;
  }
  .articlePostList .articlePostBlock .leftSide {
    width: 38%;
  }
  .articlePostList .articlePostBlock .leftSide .imgArea {
    padding-top: 59%;
  }
  .articlePostList .articlePostBlock .rightSide {
    width: 60%;
  }
  .articlePostList .articlePostBlock .rightSide .date {
    margin: 0 0 3px;
    font-size: 13px;
  }
}
/*----------------------------------------------------
特集連載シリーズサムネイル
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .series .plusBtn,
  .series .minusBtn {
    margin: 0;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .series .postList,
  .series .minusBtn {
    margin: 0;
  }
}
/*----------------------------------------------------
ページ下部SNSエリア
----------------------------------------------------*/
.articleFooterSns {
  background: #fff;
}
.seriesFooterSns {
  margin-top:15px;
  clear:both;
}
.articleFooterSns .innerArea {
  margin: -10px 0 0;
  padding: 0 1.5% 1.5%;
}

.snsBox {
  margin: 0 0 20px;
}
.snsBox .share {
  margin: 0 0 10px;
  font-size: 16px;
  color: #e60012;
  text-align: center;
}
.snsBox .snsBtn {
  margin: 0 auto;
  max-width: 445px;
  width: 100%;
  font-size: 0;
}
.snsBox .snsBtn li {
  margin: 0 0 0 3%;
  display: inline-block;
  width: 17.6%;
}
.snsBox .snsBtn li:first-child {
  margin: 0 0 0 0;
}
.snsBox .snsBtn li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.snsBox .snsBtn li a img {
  width: 49px;
  height: 35px;
}
.snsBox .snsBtn li.tw a {
  background: #5da9dd;
}
.snsBox .snsBtn li.fb a {
  background: #3b5998;
}
.snsBox .snsBtn li.hatena a {
  background: #00a4de;
}
.snsBox .snsBtn li.google a {
  background: #da4d3c;
}
.snsBox .snsBtn li.line a {
  background: #00b900;
}

.fbBox {
  float: left;
  width: 48%;
  height: 60px;
  border: 1px solid #dbdbdb;
}
.fbBox .fbBoxInner {
  margin: 15px auto 0 auto;
  width: 85%;
  font-size: 12px;
  color: #1e1e1e;
  text-align: center;
}
.fbBox .fbBoxInner .fbBoxTxt {
  float: left;
}
.fbBox .fbBoxInner .fb-like {
  margin: 5px 0;
  float: right;
}

.twBox {
  float: right;
  width: 48%;
  height: 60px;
  border: 1px solid #dbdbdb;
}
#pArticle .twBox {
  float: none;
	margin: 0 auto;
}
.twBox .twBoxInner {
  margin: 15px auto 0 auto;
  width: 85%;
  font-size: 12px;
  color: #1e1e1e;
  text-align: center;
}
.twBox .twBoxInner .twBoxTxt {
  float: left;
}
.twBox .twBoxInner .twBoxBtn {
  margin: 7px 0 0;
  float: right;
}

.maker {
  margin: 1px 0 0;
  padding: 1.5%;
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  text-align: right;
}
.maker a{
  color: #000;
}
.dMarketArea {
  margin: 8px 0;
    display:table;
    width:100%;
}
.dMarketArea .marketList {
    display:table-row;
}
.dMarketArea .marketList li {
  margin: 0;
  padding: 1.5%;
  width: 33.3%;
    display:table-cell;
    vertical-align:top;
    text-align: center;
  background: #fff;
}
.dMarketArea .marketList li a {
  color: #5f5f5f;
}
.dMarketArea .marketList li .imgArea {
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.dMarketArea .marketList li .imgArea .item-image {
    max-height: 150px !important;
    min-height: 150px !important;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 50%;
    width: 100%;
    min-width: 100%;
}
.dMarketArea .marketList li .txtArea {
    padding:0;
    font-size: 12px;
    font-weight: normal;
}
@media screen and (min-width: 600px) {
  .dMarketArea .marketList li .imgArea .item-image {
    max-height: 150px !important;
    min-height: 150px !important;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 950px) and (min-width: 1px) {
  .fbBox {
    margin: 0 auto 10px auto;
    float: none;
    max-width: 309px;
    width: auto;
  }
  .fbBox .fbBoxInner {
    max-width: 250px;
    width: auto;
  }

  .twBox {
    margin: 0 auto;
    float: none;
    max-width: 309px;
    width: auto;
  }
  .twBox .twBoxInner {
    max-width: 250px;
    width: auto;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .snsBox .share {
    margin: 0 0 10px;
  }
  .snsBox .snsBtn {
    margin: 0 auto;
    max-width: 445px;
    width: 100%;
  }
  .snsBox .snsBtn li {
    margin: 0 0 0 3%;
    width: 17.6%;
  }

  .maker {
    padding: 3%;
  }

  .dMarketArea {
    font-size: 12px;
  }
}
/*----------------------------------------------------
ページ上部リンクタブ
----------------------------------------------------*/
.linkArea {
  margin: 0 0 10px;
}
.linkArea .linkAreaTab {
  font-size: 14px;
}
.linkArea .linkAreaTab li {
  float: left;
  background: #fff;
  text-align: center;
}
.linkArea .linkAreaTab li a {
  display: block;
  color: #b4b4b4;
}
.linkArea .linkAreaTab li span {
  margin: 15px 0 0;
  display: inline-block;
  height: 32px;
  position: relative;
}
.linkArea .linkAreaTab li span:before {
  content: "";
  display: inline-block;
  padding: 0 5px 0 0;
  width: 7px;
  height: 6px;
  background: transparent url("../../images/common/icon_calendar_off_gray.png") top left no-repeat;
  background-size: 7px 6px;
}
.linkArea .linkAreaTab li.current {
  background: #ed4c59;
}
.linkArea .linkAreaTab li.current span {
  color: #fff;
}
.linkArea .linkAreaTab li.current span:before {
  background: transparent url("../../images/common/icon_calendar_active.png") top left no-repeat;
  background-size: 7px 6px;
}
.linkArea .linkAreaTab.tab4 li {
  width: 24.99%;
}
.linkArea .linkAreaTab.tab3 li {
  width: 33.334%;
}

@media screen and (max-width: 599px) and (min-width: 1px) {
  .samBlock {
    margin: 0 0 10px;
  }

  .linkArea .linkAreaTab li {
    width: 24.99%;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) and (min-width: 1px) {
  .linkArea .linkAreaTab li {
    font-size: 10px;
  }
  .linkArea .linkAreaTab li span:before {
    padding: 0 2px 0 0;
  }
}
/*----------------------------------------------------
ページ下部ページャー
----------------------------------------------------*/
.pagerArea {
  margin: 10px 0;
  padding: 3% 0 1.5%;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
}
.pagerArea .pager {
  margin: 0 auto 6px auto;
  padding: 0;
  max-width: 280px;
  text-align: center;
}
.pagerArea .pager li {
  max-width: 40px;
  width: 20%;
  border: 1px solid #ed4c59;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
}
.pagerArea .pager li:first-child {
  border-left: 1px solid #ed4c59;
}
.pagerArea .pager li.active a {
  color: #fff;
  background: #ed4c59;
}
.pagerArea .pager li.prev a {
  position: relative;
}
.pagerArea .pager li.prev a:before {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url("../../images/common/icon_pager_prev.png") no-repeat center center;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagerArea .pager li.next a {
  position: relative;
}
.pagerArea .pager li.next a:before {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url("../../images/common/icon_pager_next.png") no-repeat center center;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagerArea .pager li a {
  padding: 9px 0 0;
  width: 100%;
  height: 26px;
  display: block;
  color: #ed4c59;
  text-align: center;
}
.pagerArea .pagerNum {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .samBlock {
    margin: 0;
  }
}
/*----------------------------------------------------
投稿記事
----------------------------------------------------*/
@media screen and (max-width: 870px) and (min-width: 600px) {
  .postList li .genreArea .genreTag {
    display: none;
  }
}

/*----------------------------------------------------
RSS非配信エリア
----------------------------------------------------*/
.articleAddDetail .articleAddImg{
    text-align: center;
    padding-bottom:30px;
}
.articleAddDetail .advertisement{
    margin: 20px 0 10px;
}
    .articleAddDetail .articleAddImg img{
    max-width: 100%;
}
.articleAddDetail .advertisement img{
    max-width:100%;
}

/*----------------------------------------------------
RSS受信情報枠
----------------------------------------------------*/
#rssLinks {

}
#rssLinks a {
  color: #5f5f5f;
  font-size: 14px;
}

#rssLinks .innerArea {
    margin: 0 0 1% 0;
}

#rssLinks .innerArea .rssRelated .about {
    background-color:#FFFFFF;
    padding:1%;
    margin:5px 0 0 0;
}

#rssLinks .innerArea .rssRelated .about .leftSide img {
  width:100%;
}

#rssLinks .innerArea .rssRelated li {
  padding: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  background-color: #FFFFFF;
  display: flex;
}


#rssLinks .innerArea .rssRelated .clearfix .leftSide {

}
.rssRelated .about {
  display:flex;
}
#rssLinks .innerArea .rssRelated .clearfix .rightSide {
  vertical-align: top;
  padding:0 0 0 1%;
  width:100%;
}

@media screen and (max-width: 600px) and (min-width: 1px){
  #rssLinks .innerArea .rssRelated .imgArea {
    background: #eee;
    padding-top: 20%;
    width: 40%;
    position: relative;
  }
}

@media screen and (min-width: 601px) {
  #rssLinks .innerArea .rssRelated .imgArea {
    background: #eee;
    padding-top: 13%;
    width: 25%;
    position: relative;
  }
}

#rssMedia {

}

#rssMedia a {
    color:#5f5f5f;
}

#rssMedia .innerArea .about {
    background-color:#f5f5f5;
    padding:1%;
    font-size: 14px;
}
#rssMedia .innerArea .about .mediaLogo {
    display:table-cell;
    width:20%;
    vertical-align: middle;
    text-align: center;
}
#rssMedia .innerArea .about .mediaLogo img {
    width: 100%;
}
#rssMedia .innerArea .about .details {
    display:table-cell;
    vertical-align:top;
    padding:0 0 0 1%;
}
#rssMedia .innerArea .about .details .description {
  font-size: 12px;
}

@media screen and (min-width:1px) and (max-width: 600px) {
    #rssLinks .innerArea {
        padding :0;
    }
    #rssLinks .innerArea .rssRelated .about {
        padding: 1.5%;
    }
    #rssLinks .innerArea .rssRelated .clearfix .leftSide {
        width: 45%;
    }
    #rssMedia .innerArea {
        padding:0;
    }
    #rssMedia .innerArea .about {
        padding:1.5%;
    }
    #rssMedia .innerArea .about .mediaLogo {
        width: 30%;
        vertical-align: middle;
        text-align: center;
    }
    #rssMedia .innerArea .about .mediaLogo img {
      width: auto;
      height: 100px;
  }
}

/*----------------------------------------------------
インフィニティスクロール対応
----------------------------------------------------*/
.contdBtn a {
  margin: 0 auto;
  border: 1px solid #e60012;
  display: block;
  height: 50px;
  background-color: #e60012;
  //max-width: 445px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  text-align: center;
  position: relative;
}
.contdBtn a span {
  margin: 15px 0 0;
  display: block;
}
.contdBtn a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("../../images/common/icon_plus_white.png") center center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 15px;
  right: 13px;
}

.overall{
  position: relative;
}
.bendContent {
  display: none;
}
/* 記事間のスペース */
.punctuation {
  margin-bottom: 50px;
}
/* ボタンサイズ */
.contdBtn{
  width: 94%;
}
@media screen and (min-width: 600px) {
  .contdBtn {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
  }
  /* マウスオーバー時の透過解除 */
  .contdBtn a:hover {
    background-color: #FF4F50;
    opacity: 1; /* 不透過 */
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .contdBtn {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
  }
  .likeAndRanking {
    padding: 2% 1.5% 3%;
  }
}
.exceptContents{
    width:100%;
}
.latest_news_rss .rssRelated .imgArea a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
