@charset "utf-8";
/***** 記事ページ ******/
/* 配信日時、SNS */
.news-info { margin: 5px 0; }
.news-info span.date { float: left; margin-right: 30px; color: #888; font-size: 12px;}
.addthis_toolbox { float: right; text-align: right;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .addthis_toolbox {
         width: 400px;
    }
}
/* 本文 */
.news-text { min-height: 250px;}
p.paragraph-link { margin: 20px 0;}
/* 記事画像 */
.news-side { width: 215px; margin: 0 0 10px 30px; float: right;}
.news-side .thumbnail { text-align: center;}
.news-side .thumbnail img { max-width: 215px; width:200px;}
.news-side a img { border: 1px #ccc solid; padding: 1px;}
.news-side a:hover img { border: 1px #d05478 solid;}
.news-side .thumbnail-list img { max-width: 63px; margin: 2px;}
.news-side .thumbnail-list { text-align: center; margin-bottom: 10px;}
.news-side .thumbnail + p, .news-side iframe + p { color: #999; font-size: 12px; line-height: 12px; margin: 5px 0 10px;}
.btn-zoom a { display: block; width: 127px; height: 26px; margin: 5px auto 20px; text-indent: -9999px;
	background: url(../images/base/btn_zoom.gif) no-repeat left center;}
/* 続きを読む */
p.readmore { font-weight: bold; margin: 20px 0;}
.news-side.open { clear: both;}
.open { display: none;}/* 続きを読むより後を隠す */

/* 関連ジャンルマージン */
#news-text p.genreLink { margin-top: 10px; margin:10px 0 -30px;}

/* この記事をシェア（下部） */
#inner-shere { margin: 10px 0 20px; width: 400px; float: left;}
#inner-shere h2 { float: left; color: #787878; font-size: 12px; margin-right: 10px;}
#inner-shere p { float: left; height: 20px; line-height: 20px; vertical-align: middle;}
iframe.twitter-share-button { width: 120px!important;}
/* 関連アイテム */
.news-item { margin: 10px 0; width: 300px; float: right;}
.news-item p.thumbnail {
	width: 100px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	layout-grid-line: 100px;
	float: left;
	margin-right: 10px;
}
.news-item p.thumbnail img { max-height: 100px; max-width: 100px; vertical-align:middle;}
.news-item p.thumbnail { border: 1px #fff solid;}
.news-item p.thumbnail:hover { border: 1px #d05478 solid;}
.item-comment, .item-title, .item-info, .item-link { padding-left: 110px;}
.item-comment { color: #666;}
.item-title { font-weight: bold; line-height: 120%!important; text-align: left!important; word-wrap: break-word;}
.item-info { font-size: 12px; line-height: 14px;}
.item-link { margin: 5px 0;}

.news-item:after, #inner-shere:after  {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.news-item, #inner-shere { min-height: 1px;}
* html .news-item, * html #inner-shere {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* youtube */
.article_youtube{
	margin:15px 0 15px 35px;
      clear: both;
	
}



/* 関連リンク */
#news-body #related-link { float: left; min-width: 400px;}

/* 公開中の映画 */
#movie-now.section h2 { border: 0;}

/* インタレストマッチ枠 */
.interest-ads { margin-bottom: 10px;}

#article-foot{clear:both;}


/* ニュース下広告 */

/*.news_down_ad{float:left; margin:0 20px 20px 0;}*/

#Amazonspace h2{
line-height: 16px;
font-size: 16px;
color: #202020;
font-weight: bold;
padding: 10px 2px;
margin-top: 10px;
display:inline;
margin:0 0 10px 0;

	
}


div.open .Textlink {
  margin: 30px 20px 10px;
  padding: 10px 15px;
  border: 1px solid #ff6699;
  background-color: #efefef;
      clear: both;
}
div.open .Textlink a {
    line-height: 130%;
    color: #ff6699;

}

div.open .Textlink h1 {
  font-weight: bold;
  text-decoration: none;
}


div.open .Textlink a:hover, div.open .Textlink a:active, div.open .Textlink a:focus {
    color: #d05478;
  text-decoration: none;
}
div.open .Textlink a p{
    text-decoration: underline;
}
