@charset "utf-8";

/* Clearfix
-------------------------------------- */
article:after,
.cf:after {
	content: '';
	display: table;
	clear: both;
}
article,
.cf {
	zoom: 1;
}

/* 新着記事
-------------------------------------- */
.entry-list {
	margin-bottom: 10px;
}
.entry-list .section-header h1 {
	padding: 12px 10px;
	background: #F3F3F1;
	border-top: 3px solid #E62140;
	border-bottom: 1px solid #DDD;
	color: #E62140;
	font-size: 16px;
	font-weight: bold;
}
.entry-list article {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
.entry-list article figure {
	display: table;
	table-layout: fixed;
	float: left;
	margin-right: 10px;
	width: 100px;
}
.entry-list article figure a {
	display: table-cell;
	width: 100px;
	height: 100px;
	background: #F3F3F1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	text-align: center;
	vertical-align: middle;
}
.entry-list article figure a img {
	display: block;
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}
.entry-list article .title {
	overflow: hidden;
}
.entry-list article .title h1 {
	font-weight: bold;
	margin-bottom: 3px;
}
.entry-list article .title time {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
}
.entry-list article .title .category {
	display: inline;
	font-size: 10px;
	line-height: 1.3;
}
.entry-list article .summary {
	display: none;
}

/* 記事ページ
-------------------------------------- */
.single article {
	padding: 10px;
}
.single article .article-header {
	position: relative;
	margin: -10px -10px 20px -10px;
	padding: 15px 10px;
	background: #F3F3F1;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.single article .article-header h1 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.single article .article-header h1.ex {
	margin-bottom: 0;
}
.single article .article-header time {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	color: #666;
	font-size: 10px;
	line-height: 1.3;
}
.single article .article-header .category {
	display: inline;
	font-size: 10px;
	line-height: 1.3;
}
.single article .text-body {
	margin-bottom: 20px;
}
.single article .text-body figure {
	max-width: 300px;
	margin: 0 auto 10px auto;
	text-align: center;
}
.single article .text-body figure img {
	max-width: 290px;
	padding: 4px;
	border: 1px solid #DDD;
}
.single article .text-body figure figcaption {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}
.single article .text-body h1 {
	margin-bottom: 10px;
	padding: 4px 10px;
	background: #F0F0F0;
	font-size: 18px;
	font-weight: bold;
}
.single article .text-body h2 {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 3px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
.single article .text-body h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.single article .text-body p {
	margin-bottom: 1.5em;
}
.single article .text-body .index-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}
.single article .text-body .index-list:last-child li:last-child {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.single article .text-body .index-list li figure {
	display: table;
	table-layout: fixed;
	float: left;
	margin: 0 10px 0 0 !important;
	width: 100px;
}
.single article .text-body .index-list li figure a {
	display: table-cell;
	width: 100px;
	height: 100px;
	background: #F3F3F1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	text-align: center;
	vertical-align: middle;
}
.single article .text-body .index-list li figure img {
	display: block;
	max-width: 100px !important;
	max-height: 100px !important;
	margin: 0 auto;
	padding: 0 !important;
	border: none !important;
}
.single article .text-body .index-list li .text {
	overflow: hidden;
}
.single article .text-body .index-list li .text h3 {
	margin: 0 !important;
	font-size: 14px !important;
}
.single article .text-body .index-list li .text p {
	margin-bottom: 0 !important;
}
.single article .text-body .index-list li .text .info-up {
	display: inline-block;
	margin-top: 3px;
	padding: 2px 5px;
	background: #E62140;
	color: #FFF;
	font-size: 10px;
}
.single article .article-footer {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.single article .article-footer small {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

/* TVドラマガイド用 */
.chara-list {
	margin-bottom: 1.5em;
	list-style: disc;
}
.chara-list li {
	margin: 0 0 1em 1.4em;
	padding-left: 0.2em;
}
.press-list li {
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
.press-list li figure img {
	width: 120px;
}

/* ランキング用 */
.ranking-category {
	display: block;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: #805BCC;
	color: #FFF;
	text-align: center;
}
.ranking-table {
	margin-bottom: 20px;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
.ranking-table th {
	padding: 10px 0;
	background: #F6F6F6;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
.ranking-table th.cell1 {
	width: 10%;
}
.ranking-table th.cell2 {
	width: 58%;
}
.ranking-table th.cell3,
.ranking-table th.cell4 {
	width: 16%;
}
.ranking-table td {
	padding: 10px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	vertical-align: middle;
}
.ranking-table td.cell1,
.ranking-table td.cell3,
.ranking-table td.cell4 {
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}

/* お問い合わせフォーム用 */
.inquiry-table {
	width: 100%;
}
.inquiry-table th {
	float:left;
	clear:both;
	width: 100%;
}
.inquiry-table th p {
	margin: 0 !important;
	padding: 10px;
	background: #F0F0F0;
}
.inquiry-table td {
	float:left;
	clear:both;
	width: 100%;
	padding: 10px 0;
	vertical-align: middle;
}
input[type="text"] {
	width: 100%;
	height: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select {
	height: 2em;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="submit"],
input[type="button"] {
	padding: 5px;
	width: 100px;
}
.submit-button {
	text-align: center;
}

/* スライダー
-------------------------------------- */
#power-push .section-header h1 {
	padding: 12px 10px;
	background: #F3F3F1;
	border-top: 3px solid #E62140;
	border-bottom: 1px solid #DDD;
	color: #E62140;
	font-size: 16px;
	font-weight: bold;
}
#power-push .slider-wrap {
	position: relative;
	padding: 10px 30px;
}
#power-push .slider {
	position: relative;
	width: 100%;
	height: 145px !important;
	overflow: hidden;
}
#power-push .slider article {
	position: relative;
	width: 80px !important;
	margin-right: 10px !important;
}
#power-push .slider article figure {
	display: table;
	table-layout: fixed;
	width: 80px;
	margin-bottom: 10px;
}
#power-push .slider article figure a {
	display: table-cell;
	width: 80px;
	height: 80px;
	background: #F3F3F1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	text-align: center;
	vertical-align: middle;
}
#power-push .slider article figure a img {
	display: block;
	max-width: 80px;
	max-height: 80px;
	margin: 0 auto;
}
#power-push .slider article .title h1.ellipsis {
	width: 80px;
	height: 56px;
	font-size: 12px;
	overflow: hidden;
}
/* BxSlider */
#power-push .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#power-push .bx-wrapper img {
	display: block;
	max-width: 100%;
}
#power-push .bx-wrapper .bx-viewport {
	max-width: 260px !important;
	margin: 0 auto;
	/* fix other elements on the page moving (on Chrome) */
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
#power-push .bx-wrapper .bx-pager,
#power-push .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
#power-push .bx-wrapper .bx-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	z-index: 2000;
}
#power-push .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 50px;
	margin-top: -25px;
	text-indent: -9999px;
	z-index: 9000;
	outline: 0;
}
#power-push .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../../images/btn_prev_sp_01.png) no-repeat 0 0;
	background-size: 20px 50px;
}
#power-push .bx-wrapper .bx-next {
	right: -30px;
	background: url(../../images/btn_next_sp_01.png) no-repeat 0 0;
	background-size: 20px 50px;
}

/* 最新号 [サイド]
-------------------------------------- */
#side-newest .section-header h1 a {
	display: block;
	padding: 12px 10px;
	background: #F3F3F1 url(../../images/arw_link_sp_01.png) no-repeat right center;
	background-size: 20px 18px;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
#side-newest article {
	padding: 10px;
}
#side-newest article figure {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#side-newest article figure img {
	width: 100px;
	height: auto;
}
#side-newest article .title {
	overflow: hidden;
}

/* きょうは何の日 [サイド]
-------------------------------------- */
#side-whatday {
	margin-bottom: 10px;
}
#side-whatday .section-header h1 {
	display: block;
	padding: 12px 10px;
	background: #F3F3F1;
	background-size: 20px 18px;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
#side-whatday article {
	padding: 10px;
	background: #FFF;
}

/* おすすめコラム [サイド]
-------------------------------------- */
#side-column {
	display: none;
}

/* お知らせ [サイド]
-------------------------------------- */
#side-info .section-header h1 a {
	display: block;
	padding: 12px 10px;
	background: #F3F3F1 url(../../images/arw_link_sp_01.png) no-repeat right center;
	background-size: 20px 18px;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
#side-info article ul li {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
#side-info article ul li:last-child {
	border-bottom: none;
}
#side-info article ul li time {
	color: #666;
	font-size: 12px;
}

/* ランキング [サイド]
-------------------------------------- */
#side-ranking .section-header h1 a {
	display: block;
	padding: 8px 10px;
	background: #F3F3F1 url(../../images/arw_link_sp_01.png) no-repeat right center;
	background-size: 20px 18px;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
#side-ranking .section-header h1 a time {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
#side-ranking article .read-more {
	padding: 10px;
}
#side-ranking article .read-more span {
	font-size: 16px;
}
#side-ranking article table th {
	padding: 10px 3px;
	border-top: 1px dotted #CCC;
	color: #805BCC;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}
#side-ranking article table th span {
	display: block;
	font-size: 12px;
}
#side-ranking article table td {
	padding: 10px;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	vertical-align: middle;
}

/* アンケート＆プレゼント [サイド]
-------------------------------------- */
#side-enquete .section-header h1 a {
	display: block;
	padding: 12px 10px;
	background: #F3F3F1 url(../../images/arw_link_sp_01.png) no-repeat right center;
	background-size: 20px 18px;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
	font-weight: bold;
}
#side-enquete article {
	padding: 10px;
}

/* サイドナビ [サイド]
-------------------------------------- */
#side-nav {
	display: none;
}

/* カテゴリ別のカラーコントロール
-------------------------------------- */
.home a,
.home .section-header h1,
.home .article-header h1,
.home .category {
	color: #E62140;
}
.news a,
.news .section-header h1,
.news .article-header h1,
.news .category {
	color: #30A36F;
}
.column a,
.column .section-header h1,
.column .article-header h1,
.column .category {
	color: #F58014;
}
.feature a,
.feature .section-header h1,
.feature .article-header h1,
.feature .category {
	color: #4371C5;
}
.recommend a,
.recommend .section-header h1,
.recommend .article-header h1,
.recommend .category {
	color: #EC4FAD;
}
.ranking a,
.ranking .section-header h1,
.ranking .article-header h1,
.ranking .category {
	color: #805BCC;
}
.talent a,
.talent .section-header h1,
.talent .article-header h1,
.talent .category {
	color: #53A9E9;
}
.home .section-header h1 {
	border-top: 3px solid #E62140;
}
.news .section-header h1 {
	border-top: 3px solid #30A36F;
}
.column .section-header h1 {
	border-top: 3px solid #F58014;
}
.feature .section-header h1 {
	border-top: 3px solid #4371C5;
}
.recommend .section-header h1 {
	border-top: 3px solid #EC4FAD;
}
.ranking .section-header h1 {
	border-top: 3px solid #805BCC;
}
.talent .section-header h1 {
	border-top: 3px solid #53A9E9;
}

/* aside関連
-------------------------------------- */
#sns-widget {
	display: none;
}
.side-ad {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.side-ad ul li {
	margin-bottom: 10px;
	text-align: center;
}
.side-ad ul li img {
	max-width: 300px;
}

/* ページネーション
-------------------------------------- */
#pagination {
	text-align: center;
	margin-bottom: 10px;
}
#pagination ul {
	display: inline-block;
}
#pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
#pagination ul li span {
	display: block;
	padding: 5px 12px;
	background-color: #CCC;
	color: #999;
}
#pagination ul li span.prev {
	width: 8px;
	height: 22px;
	background: #CCC url(../../images/arw_link_sp_04.png) no-repeat center center;
	background-size: 8px 12px;
	text-indent: -9999px;
}
#pagination ul li span.next {
	width: 8px;
	height: 22px;
	background: #CCC url(../../images/arw_link_sp_05.png) no-repeat center center;
	background-size: 8px 12px;
	text-indent: -9999px;
}
#pagination ul li a span {
	background-color: #333 !important;
	color: #FFF !important;
}

/* 共通パーツ
-------------------------------------- */
.share-button {
	margin-top: 10px;
}
.share-button li {
	float: left;
	width: 120px;
	height: 20px;
}
.cabinet {
	margin-bottom: 10px;
	background: #F6F6F6;
	font-size: 12px;
}
.cabinet dt {
	padding: 8px 10px;
	border: 1px solid #DDD;
	font-weight: bold;
}
.cabinet dd {
	padding: 10px;
	border: 1px solid #DDD;
	border-top: none;
}
.cabinet dd.fig img {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
ul.link li,
p.link,
span.link {
	display: block;
	padding-left: 10px;
	background: url(../../images/arw_link_sp_03.png) no-repeat 0 0.4em;
	background-size: 4px 7px;
}
.tag-list li {
	display: inline;
}
.tag-list li:after {
	content: ' / ';
	color: #BBB;
}
.movie {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ol {
	list-style: decimal;
}
ol li {
	margin: 0 0 0 2em;
	padding: 0 0 0 0.3em;
}
strong {
	font-weight: bold;
}
em {
	color: #F00;
}

/* Margin
-------------------------------------- */
.mt0  {margin-top:  0   !important;}
.mt5  {margin-top:  5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mr0  {margin-right:  0   !important;}
.mr5  {margin-right:  5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}

.mb0  {margin-bottom:  0   !important;}
.mb5  {margin-bottom:  5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.ml0  {margin-left:  0   !important;}
.ml5  {margin-left:  5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
