@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
#container{ background-color: #fff; }
------------------------------------------------------*/



/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{ color: #333; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }

/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

/*●リンク文字*/
a{
	text-decoration: none;
	color: #39f;
	-webkit-tap-highlight-color: #ff0;
}

a:link,
a:visited{ color: #22a4d8; }
a:hover,
a:active{ color: #39f; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	background-color: #22a4d8;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
	position: relative;
}

#top-menu li a{
	padding-left: 12px;
	color: #fff;
}

#top-menu li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FF0;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{ padding: 1em 0; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 36.5%;
	margin: 10px;
}

#header .header-logo{
	margin-bottom: 0;
	font-size: 3em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #fff; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	margin: 10px;
	height: 70px;
	width: 55%; /*・1行の幅はwidthの値を変更*/
	color: #333;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.7);
	-o-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.7);
	-ms-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.7);
}

#header-in #header-text p{
	padding: 16px;
}

#header h1{
	margin-bottom: 1em;
	padding-left: 0.5em;
	font-size: 1.167em;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background-color: #fff;
	border-top: 3px solid #22a4d8;
	border-bottom: 5px solid #22a4d8;
	box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
} /*メニュー下のラインの設定*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{
	display: block;
	width: 750px;
	float: left;
}
#global-nav .form-wrap form{
	padding: 8px 0;
	font-size: 2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 2px 5px;
	border-radius:5px;
	border-color:#83B6C2;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	height: 30px;
	width: 170px;
}

input[type="submit"] {
    background: -moz-linear-gradient( top, #F6F6F6 0%, #C9C9C9);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.42857143;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type="submit"]:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

#menu{
	padding: 5px 0;
	font-size: 1.8em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 3px 5px;
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 5px 15px;
	color: #fff; /* メニューのフォントの色*/
	background-color: #22a4d8;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#global-nav #menu li a:hover,
#global-nav #menu li a:active{
	background-color: #94c254;
} /*マウスカーソルを乗せた時の背景色*/

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

/*●パン屑ナビ*/
#breadcrumbs{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#breadcrumbs ol{
	overflow: hidden;
}

#breadcrumbs li{
	float: left;
}


#breadcrumbs a,
#breadcrumbs li:first-child a,
#breadcrumbs h1 {
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
}

#breadcrumbs a {
	padding: .7em 1em .7em 2em;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #22a4d8;
}

#breadcrumbs li:first-child a{
	padding-left: 1em;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#breadcrumbs a:hover{
	background: #94c254;
}

#breadcrumbs a::after,
#breadcrumbs a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;   
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

#breadcrumbs a::after{ 
	z-index: 2;
	border-left-color: #22a4d8;  
}

#breadcrumbs a::before{
	border-left-color: #ccc;  
	right: -1.1em;
	z-index: 1; 
}

#breadcrumbs a:hover::after{
	border-left-color: #94c254;
}

#breadcrumbs .current,
#breadcrumbs .current:hover{
	font-weight: bold;
	background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
	content: normal;  
}

#breadcrumbs h1{
	padding: 8px 20px;
	background-color: #fff;
	border-radius: 5px;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	font-size: 1.4em;
}

#main-contents .contents{
	margin: 0;
	padding: 0;
}

#main-contents .new-contents,
.post section,
.article section,
.article #sutori,
.article .details,
.article #details,
.article .drama-related,
.article #kakuwalink,
.article .relevance,
.article #syutuen,
.article .doulink,
.article .drama-related,
.article .ddsg-wrapper,
.contents section.search404 {
	margin-bottom: 15px;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.article #syutuen ul,
.article #kakuwalink ul,
.article .doulink ul,
.article .drama-related ul,
.tab_content .w-box ul {
	padding: 10px!important;
}

.article p,
.article .text-box p {
	margin: 16px;
}

#main-contents .contents #respond{
	margin: 10px;
}

.contents section.search404 {
	padding: 10px;
}

/*●H2タグ*/
#main-contents .post h2,
#main-contents  h2.post-title{
	background-color: #6ab207;
	margin: 0 0 5px;
	padding: 5px;
	border-radius: 4px;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	box-shadow: 1px 3px 3px 0px #666666;
}

#main-contents h2:first-letter {
	font-size: 130%;
	padding: 2px;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{
	color: #fff;
	display: block;
}

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
h2.new,
#main-contents h3 {
	margin: 0;
	padding: 2px 5px;
	border-radius: 4px 4px 0 0;
	background: #22a4d8;
	color: #FFF;
	font-size: 116%;
	font-weight: bold;
}

h2.new:first-letter,
#main-contents h3:first-letter,
.sub-column h3:first-letter {
	font-size: 130%;
	color: #FF0;
	padding: 2px;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{
	display:block;
	color: #fff;
}

#main-contents h3 a:hover{
	position: relative;
}

#main-contents h3 a:hover:after {
	content: "";
	position: absolute;
	background: #ff0;
	top: 50%;
	right: 0px;
	margin-top :-10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #777 inset;
}


#main-contents h3 a:active{ color: #ff0; }

/*●H4タグ*/
#main-contents h4,
.h-blue,
#comments,
#respond h3 {
	margin: -5px -5px 5px -5px;
	padding: 5px 10px;
	border-radius: 4px 4px 0 0;
	background: #22a4d8;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p{ margin-bottom: 1.2em; }


/*●リストタグ*/
#main-contents section ul{
	margin: 0 0 10px 0;
}

#main-contents section ul li{
	list-style: none;
	border-bottom: 1px dashed #959595;
	position: relative;
}

#main-contents #syutuen ul li{
	padding: 5px;
}

#main-contents .details .maindetails ul{
	padding: 0 5px;
}

#main-contents .details .maindetails ul li{
	padding: 4px 5px;
}

#main-contents .details .maindetails ul li a,
#main-contents #syutuen ul li span span.actor a{
	display: inline;
	padding: 0;
}

#main-contents .details .maindetails ul li a:after,
#main-contents #syutuen ul li span span.actor a:after{
	display: inline;
	position: static;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-transform: none;
	transform: none;
}

#main-contents section ul li a,
.sub-column .widget-conts ul li a,
#sub-contents li a,
#main-contents section dd a,
.new-contents a,
ol.wpp-list li a {
	position: relative;
	display: block;
}

#main-contents section ul li a,
#main-contents section dd a {
	padding: 8px 18px 8px 6px;
}

.sub-column .widget-conts ul li a,
#sub-contents li a {
	padding: 6px 18px;
}

#main-contents section ul li a:after,
.sub-column .widget-conts ul li a:after,
#sub-contents li a:after,
#main-contents section dd a:after,
.tab_content .ranking ol li a:after,
.new-contents a:after,
.sub-column .popular-posts ol li a:after,
.top_dougalink p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #22a4d8;
	border-right: solid 2px #22a4d8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-contents section ul li a:hover,
.sub-column ul li a:hover,
.new-contents dl dd a:hover,
ol.wpp-list li a:hover,
#main-contents dd a:hover,
.sub-column .popular-posts ol li a:hover {
	background-color: #ff0;
}

#syutuen ul li span {
	padding: 0 3px;
}

#main-contents .drama-related ul li span {
	padding: 8px 5px;
	display: block;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
	font-size: 1.3em;
	position: relative;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }

ol.sidrank,
#main-contents ol.wpp-list {
	counter-reset: num;
	padding: 0;
	margin: 0;
	list-style: none;
}
ol.sidrank li {
	line-height: 2.9;
	border-bottom: 1px dashed #959595;
	position: relative; 
}

ol.sidrank li:before {
	counter-increment: num;
	text-align: center;
	color: #fff;
	background: #22a4d8;
	position: absolute;
	top: 20%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}

ol.wpp-list li:before {
	counter-increment: num;
	text-align: center;
	color: #fff;
	background: #22a4d8;
	position: absolute;
	top: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
ol.sidrank li:before {
	content: counter(num);
	height: 1.8em;
	width: 1.8em;
	line-height: 1.9;
}
ol.wpp-list li:before {
	content: counter(num)'位';
	height: 2.4em;
	width: 2.4em;
	line-height: 2.5;
}

ol.wpp-list li a {
	padding: 10px 0 10px 50px;
}

/*●定義リスト*/
#main-contents dl {
	margin: 5px;
}

#main-contents dt {
	background: #dfefff;
	border-left: 6px solid #2998D6;
	padding-left: 5px;
	margin-top: 5px;
}

#main-contents dd {
	border-bottom: dotted 1px #000;
}

/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 0 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}

#main-contents blockquote p{
	text-align: right;
	margin-bottom: 0!important;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
	max-height: 200px;
	overflow: auto;
}

#main-contents dl.news dt{
	float: left;
	clear: both;
	width: 70px;
	margin: 0;
	padding: 10px;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news dd a{
	margin: 0px 0 0 100px;
	padding: 10px 20px 10px 0px;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
}
.link-back a{
	padding: 3px 0 3px 15px;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 0 5px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.0em;
	padding: 0.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background: #fff;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	position: relative;
	color: #ffffff;
	font-weight: bold;
	background: #22a4d8;
	font-size: 130%;
	line-height: 1;
	margin: 5px -10px 10px -10px;
	padding: 8px 5px 8px 10px;
	box-shadow: 1px 3px 3px 0px #666666;
	border-top: 1px solid #74bde6;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #22a4d8; /*フッター全体の背景色を指定*/
	color: #fff;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	position: relative;
	padding: 10px;
	padding-left: 42px;
	border: 2px solid #22a4d8;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:before {
	position: absolute;
	content: '';
	top: 2px;
	left: 18px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #999;
}

.page-top a:after {
	position: absolute;
	content: '';
	top: 18px;
	left: 22px;
	width: 9px;
	height: 8px;
	background: #999;
}

.page-top a:link,
.page-top a:visited{
	background: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: yellow;
}


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents  h2.post-title{
	margin-bottom: 0.5em;
}

#main-contents .contents h3{
	margin: -5px -5px 5px;
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{
	padding-left: 0;
	border-bottom: 1px dashed #959595;
	position: relative; 
}

.sub-column .widget-conts ul li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #959595;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	z-index: 1;
}
.sub-column .widget-conts ul li:after {
	color: #fff;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	z-index: 1;
}
li.soon:before,
li.broadcast:before,
li.end:before {
	width: 16px!important;
	height: 16px!important;
	border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-webkit-border-radius: 2px!important;
	-o-border-radius: 2px!important;
	-ms-border-radius: 2px!important;
}
li.soon:after,
li.broadcast:after,
li.end:after {
	font-size: 0.9em!important;
	left: 2px!important;
	margin-top: -7px!important;
	border: none!important;
}
li.soon:before  {
	background: #6ab207!important;
}
li.soon:after {
	content: "近"!important;
}
li.today:before {
	background: #ff7f21!important;
}
li.broadcast:before {
	background: #00a0e9!important;
}
li.broadcast:after {
	content: "新"!important;
}
li.end:before {
	background: #ff3366!important;
}
li.end:after {
	content: "終"!important;
}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .popular-posts ol li a{
	display: block;
	padding: 4px 10px 4px 25px;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 0.3em 1em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}



/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
	padding: 3px 10px 3px 20px;
	background: url(./images/icon/icon-arrow_r.png) 2px 8px no-repeat;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}



/*●ページネーション WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}

#main-contents .cont-menu-wp:after{ content : ''; display : block; clear : both; height:0; }

#main-contents .cont-menu-wp ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#main-contents .cont-menu-wp li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu-wp li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu-wp li.nav-prev{ float: right; }

#main-contents .cont-menu-wp li.nav-next{ float: left; }

#main-contents .cont-menu-wp li.nav-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) left 7px no-repeat;
}

#main-contents .cont-menu-wp li.nav-prev a{
	padding: 3px 15px 3px 0;
	background: url(./images/icon/icon-arrow_r.png) right 7px no-repeat;
}


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.detail-box:after,
.move-box:after,
.move-box:after,
ul#tab_post:after,
#global-nav-in:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }

/*--------------------------------------------------------
カスタムCSS
--------------------------------------------------------*/
/*--------------------------------------------------------
サイドバー曜日
--------------------------------------------------------*/
.midasi{
	background-color: gray;
	text-align: center;
	color: #fff;
	margin: 20px 0 5px 0;
}

/*--------------------------------------------------------
更新日
--------------------------------------------------------*/
.entry-date{
	margin: 0 0 10px 0;
	padding: 5px 5px 0 0;
	border-top: 1px solid #959595;
}
.time{
	text-align: right;
}

/*-------------------------------------------------------------------------
ドラマ詳細
-------------------------------------------------------------------------*/
.details_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px;
}

.maindetails {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	padding: 5px 0;
	width: 320px;
}

.sidedetails {
	margin: auto;
}

.sidedetails img {
	width: 142px;
	margin:0;
	border: solid 2px #000;
}

.top_dougalink {
	display: block;
	margin: -5px;
	padding: 5px 16px;
	background: #EAF2F5;
	font-size: 1.0rem;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.top_dougalink:hover {
	background-color: #d7e3ff;
}

.top_dougalink p {
	margin: 0!important;
}

.top_dougalink p a {
	padding: 0 16px;
	position: relative;
	display: block;
	color: #39f;
}

/*-------------------------------------------------------------------------
動画プレーヤー
-------------------------------------------------------------------------*/
.dou-box {
	width: 100%;
	margin-bottom: 15px;
	background-color: #000;
}

.dou object,
.dou embed,
.dou iframe {
	margin: 4px;
	width: 480px;
	height: 301.6px;
}

/*--------------------------------------------------------
動画リンク
--------------------------------------------------------*/
#main-contents .dougalink ul {
	margin: 0 -5px;
	padding: 0;
}

#main-contents .dougalink ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #959595;
}

/*-------------------------------------------------------------------------
タブ
-------------------------------------------------------------------------*/
ul#tab,
#program ul,
.page_link ul{	
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

ul#tab li,
.page_link li{
	font-size: 1.8em;
}

ul#tab li,
#program li,
.page_link li{
	list-style: none;
	background: #fff;
	flex-grow: 1;
	margin: 0;
	padding: 4px 2px;
	border: 1px solid #029EBC;
	text-align: center;
	color: #0796DD;
}

#program li{
	position: relative;
	padding: 0;
	width: 48%;
}

.page_link li{
	padding: 0;
}

#program a,
#program span{
	padding: 25px 15px 5px;
}

.link_switch a{
	padding: 4px;
}

#program span{
	display: block;
	color: #000;
}

#program a,
.link_switch a{
	display: block;
	color: #0796DD;
	font-weight: normal;
}

#program a:hover,
.link_switch a:hover{
	color: #fff;
	background: #0099cc;
}

#program li#before-program a:before,
#program li#next-program a:before,
#program li#before-program span:before,
#program li#next-program span:before{
	display: block;
	position: absolute;
	top: 5%;
	left: 0%;
	width: 100%;
	color: #000;
}

#program li#before-program a:before,
#program li#before-program span:before{
	content: "前番組";
}

#program li#next-program a:before,
#program li#next-program span:before{
	content: "次番組";
}

#program li#before-program a:after,
#program li#next-program a:after,
#program li#before-program span:after,
#program li#next-program span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#program li#before-program a:after{
	left: 10px;
	border-bottom: solid 2px #22a4d8;
	border-left: solid 2px #22a4d8;
}

#program li#next-program a:after{
	right: 10px;
	border-top: solid 2px #22a4d8;
	border-right: solid 2px #22a4d8;
}

#program li#before-program span:after{
	left: 10px;
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
}

#program li#next-program span:after{
	right: 10px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
}

#program li#before-program a:hover:after,
#program li#next-program a:hover:after{
	border-color: #fff;
}

/*-------------------------------------------------------------------------
広告部分
-------------------------------------------------------------------------*/
.ad_c{
	text-align: center;
	margin-bottom: 15px;
}

.ad_728{
	text-align: center;
	margin: 0 0 5px 0
}

.ad_336{
	margin-bottom: 15px;
	padding: 20px 0 20px 0;
	text-align: center;
	width: 100%;
	height: 306px;
}

.ad_300{
	margin-bottom: 15px;
	padding: 28px 0 0 0;
	text-align: center;
	width: 100%;
	height: 278px;
	background-color: black;
}

.ad_300w{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
	height: 278px;
}

.ad_300s{
	margin: -6px 0 -7px -6px;
}

.ad_top{
	margin: 0px 0px 5px 0px;
	text-align : center;
}

#sutori,
#syutuen{
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-ms-user-select: none;
}

/*-------------------------------------------------------------------------
マルチデバイス
-------------------------------------------------------------------------*/
.pc-switcher {
    clear: both;
    text-align: center;
    margin: 1.4em auto
}

.pc-switcher a,
.pc-switcher
span {
    padding: 0.4em 8%;
    text-align: center;
    border: 1px
    solid #0059A8;
    border-left: none;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none
}

.pc-switcher
a {
    background-color: #0074DA;
    background-image: -moz-linear-gradient(#0074DA, #004A8D);
    background-image: -o-linear-gradient(#0074DA, #004A8D);
    background-image: -ms-linear-gradient(#0074DA, #004A8D);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0074DA), to(#004A8D));
    background-image: -webkit-linear-gradient(#0074DA, #004A8D);
    background-image: linear-gradient(#0074DA, #004A8D)
}

.pc-switcher a:hover {
    background-color: #0059A8;
    background-image: -moz-linear-gradient(#0059A8, #004A8D);
    background-image: -o-linear-gradient(#0059A8, #004A8D);
    background-image: -ms-linear-gradient(#0059A8, #004A8D);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0059A8), to(#004A8D));
    background-image: -webkit-linear-gradient(#0059A8, #004A8D);
    background-image: linear-gradient(#0059A8, #004A8D)
}

.pc-switcher
span.active {
    background-color: #00305C
}

.pc-switcher a:first-child,
.pc-switcher span:first-child {
    border-left: 1px solid #0074DA;
    -webkit-border-radius: 2.4em 0 0 2.4em;
    -moz-border-radius: 2.4em 0 0 2.4em;
    border-radius: 2.4em 0 0 2.4em
}

.pc-switcher a:last-child,
.pc-switcher span:last-child {
    -webkit-border-radius: 0 2.4em 2.4em 0;
    -moz-border-radius: 0 2.4em 2.4em 0;
    border-radius: 0 2.4em 2.4em 0
}