@charset "utf-8";
/* ====== IMPORT ===== */
@import "normal.css";
/* @import "./special/special20120901.css"; */

/* ====== RESET ===== */
/* ResetStyle CSS */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0; padding: 0;}
table {	border-collapse:collapse;	border-spacing:0;	font-size:inherit; font:100%;}
ol, ul, dl { text-indent: 0;}
li { list-style: none;}
caption,th { text-align: left;}
h1,h2,h3,h4,h5,h6 { clear: both; font-size: 100%; font-weight: normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0; font-variant:normal;}
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select { *font-size:100%;}
input[type=text]:focus, textarea:focus { outline:none;}
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal;}
a { cursor: pointer;}
img { border: 0; vertical-align: bottom;}
iframe { border:none; text-decoration:none;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {  
	display:block;  
}

/* ====== INIT ===== */
html { height: 100%;}
html { background-color: #fff; height: 100%;}
body{	color: #444; font-size: 14px; line-height: 120%; /*text-align:justify;*/ text-justify: inter-ideograph;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
} /* color: #323232; */
a { outline:none; line-height:130%;}
a:link { color: #16649b/*#49738f*/; text-decoration: none; word-wrap: break-word;}
a:visited {	color: #16649b/*#50768f*/;}
a:hover, a:active, a:focus { color: #d05478; text-decoration: underline;}

/* ====== STRUCTURE ===== */
#siteHeader, #nav01, #nav_new01, #nav02, #contents, #local_menuWrap { width: 990px; margin: 0 auto;}
#siteHeader { width: 1040px; height: 160px;margin: 20px auto -50px; text-align: center;}

@media screen and (max-width: 979px) {
#siteHeader { width: 990px; }
}

@media screen and (max-width: 767px) {
#siteHeader { width: 990px; }
}

@media (max-width: 1020px) and (min-width: 768px) { 
#siteHeader { width: 990px; }
}



#mainConts, #sideConts, #wideConts{ padding: 15px;}

#contents { background: url(../images/base/contents_bg.gif) repeat-y; padding-bottom: 20px;}
#contents p { line-height: 170%;}
#mainConts { width: 630px; float: left;}
#sideConts { width: 300px; float: right;}
#wideConts { width: 960px; float: none;}
#articleHead { background: #fff url(../images/base/articleHead_bg.gif) repeat-y; border-bottom: 1px #e5e3e3 solid;}

/* ====== HEADER ===== */
/* global Nav */
#global_menu { height: 40px; background: url(../images/base/bg_base.png) repeat-x left top;}
#nav01 { position: relative;}
#nav01 li { float:left; height: 40px;}
#nav01 li a {
	display: block;
	line-height: 40px;
	text-indent: -9999px;
	background: url(../images/base/global_menu.png) no-repeat left top;
}
	/* global Nav a */
	#nav01 li.top a { width: 84px; background-position: left top;}
	#nav01 li.movie a { width: 78px; background-position: -84px top;}
	#nav01 li.celeb_gossip a { width: 135px; background-position: -162px top;}
	#nav01 li.drama a { width: 98px; background-position: -297px top;}
	#nav01 li.entertainment a { width: 84px; background-position: -395px top;}
	#nav01 li.game_animation a { width: 130px; background-position: -479px top;}
	#nav01 li.kininaru a { width: 84px; background-position: -609px top;}
	/* global Nav hover */
	#nav01 li.top a:hover { width: 84px; background-position: left bottom;}
	#nav01 li.movie a:hover { width: 78px; background-position: -84px bottom;}
	#nav01 li.celeb_gossip a:hover { width: 135px; background-position: -162px bottom;}
	#nav01 li.drama a:hover { width: 98px; background-position: -297px bottom;}
	#nav01 li.entertainment a:hover { width: 84px; background-position: -395px bottom;}
	#nav01 li.game_animation a:hover { width: 130px; background-position: -479px bottom;}
	#nav01 li.kininaru a:hover { width: 84px; background-position: -609px bottom;}
	/* global Nav current */
	body.top #nav01 li.top a { width: 84px; background-position: left bottom;}
	body.movie #nav01 li.movie a { width: 78px; background-position: -84px bottom;}
	body.celeb_gossip #nav01 li.celeb_gossip a { width: 135px; background-position: -162px bottom;}
	body.drama  #nav01 li.drama a { width: 98px; background-position: -297px bottom;}
	body.entertainment #nav01 li.entertainment a { width: 84px; background-position: -395px bottom;}
	body.game_animation #nav01 li.game_animation a { width: 130px; background-position: -479px bottom;}
	body.kininaru #nav01 li.kininaru a { width: 84px; background-position: -609px bottom;}
	
	/* global Nav02 */
#global_menu02 { height: 40px; background: url(../images/base/bg_base.png) repeat-x left top;}
#nav_new01 { position: relative;}
#nav_new01 li { float:left; height: 40px;}
#nav_new01 li a {
	display: block;
	line-height: 40px;
	text-indent: -9999px;
	background: url(../images/base/global_menu02.png) no-repeat left top;
}
	/* global Nav a */
	#nav_new01 li.top a { width: 44px; background-position: left top;}
	#nav_new01 li.movie a { width: 54px; background-position: -44px top;}
	#nav_new01 li.celeb_gossip a { width: 113px; background-position: -98px top;}
	#nav_new01 li.drama a { width: 87px; background-position: -211px top;}
	#nav_new01 li.entertainment a { width: 74px; background-position: -298px top;}
	#nav_new01 li.game_animation a { width: 113px; background-position: -372px top;}
	#nav_new01 li.kininaru a { width: 74px; background-position: -485px top;}
	#nav_new01 li.movie_week a { width: 79px; background-position: -559px top;}
	#nav_new01 li.drama_program a { width: 82px; background-position: -638px top;}
	#nav_new01 li.person a { width: 74px; background-position: -720px top;}
	#nav_new01 li.present a { width: 71px; background-position: -794px top;}
	#nav_new01 li.video a { width: 48px; background-position: -865px top;}
	#nav_new01 li.event a { width: 65px; background-position: -913px top;}
	/* global Nav hover */
	#nav_new01 li.top a:hover { width: 44px; background-position: left bottom;}
	#nav_new01 li.movie a:hover { width: 54px; background-position: -44px bottom;}
	#nav_new01 li.celeb_gossip a:hover { width: 113px; background-position: -98px bottom;}
	#nav_new01 li.drama a:hover { width: 87px; background-position: -211px bottom;}
	#nav_new01 li.entertainment a:hover { width: 74px; background-position: -298px bottom;}
	#nav_new01 li.game_animation a:hover { width: 113px; background-position: -372px bottom;}
	#nav_new01 li.kininaru a:hover { width: 74px; background-position: -485px bottom;}
	#nav_new01 li.movie_week a:hover { width: 79px; background-position: -559px bottom;}
	#nav_new01 li.drama_program a:hover { width: 82px; background-position: -638px bottom;}
	#nav_new01 li.person a:hover { width: 74px; background-position: -720px bottom;}
	#nav_new01 li.present a:hover { width: 71px; background-position: -794px bottom;}
	#nav_new01 li.video a:hover { width: 48px; background-position: -865px bottom;}
	#nav_new01 li.event a:hover { width: 65px; background-position: -913px bottom;}
	/* global Nav current */
	body.top #nav_new01 li.top a { width: 44px; background-position: left bottom;}
	body.movie #nav_new01 li.movie a { width: 54px; background-position: -44px bottom;}
	/*body#movie_list #nav_new01 li.movie a { width: 57px; background-position: -49px top;}*/
	body.celeb_gossip #nav_new01 li.celeb_gossip a { width: 113px; background-position: -98px bottom;}
	body.drama  #nav_new01 li.drama a { width: 87px; background-position: -211px bottom;}
	body.entertainment #nav_new01 li.entertainment a { width: 74px; background-position: -298px bottom;}
	body.game_animation #nav_new01 li.game_animation a { width: 113px; background-position: -372px bottom;}
	body.kininaru #nav_new01 li.kininaru a { width: 74px; background-position: -485px bottom;}
	/*body#movie_list #nav_new01 li.movie_week a { width: 79px; background-position: -559px bottom;}
	body#drama_program #nav_new01 li.drama_program a { width: 82px; background-position: -638px bottom;}*/
	body.person #nav_new01 li.person a { width: 74px; background-position: -720px bottom;}
	body#profile #nav_new01 li.person a { background-position: none;}
	body.present #nav_new01 li.present a { width: 71px; background-position: -794px bottom;}
	body.video #nav_new01 li.video a { width: 48px; background-position: -865px bottom;}
	body.calendar #nav_new01 li.event a { width: 65px; background-position: -913px bottom;}
	
	
	
	
	
	
/* local Nav */
#local_menu { height: 30px;}
body #local_menu { background-color: #ff2c85;}
body.movie #local_menu { background-color: #fa3338;}
body.celeb_gossip #local_menu { background-color: #ee28aa;}
body.drama #local_menu { background-color: #005cce;}
body.entertainment #local_menu { background-color: #2ab7f2;}
body.game_animation #local_menu { background-color: #0dd57e;}
body.kininaru #local_menu { background-color: #f3b727;}

#local_menuWrap { position: relative;}
#nav02 { z-index: 100; position: relative;}
#nav02 li {
  float: left;
  position: relative;
	height: 30px;
	font-weight: bold;
	background: url(../images/base/pole.png) no-repeat left top;
}
#nav02 li a, #nav02 li a:link, #nav02 li a:active, #nav02 li a:visited {
  color: #fff;
  display: block;
  padding: 0 20px;
	line-height: 30px;
  text-decoration: none;
}
/* local Nav genre hover */
#nav02 li span img { line-height: 30px; vertical-align: middle; padding-left: 3px;}
#nav02 li:hover a {	background: url(../images/base/bg_wh15.png);}
/* local Nav genre hover （２階層目の背景） */
#nav02 li:hover ul a, #nav02 li.sfHover ul a { background-color: #db1379;}
body.movie #nav02 li:hover ul a { background-color: #d52b30;}
body.celeb_gossip #nav02 li:hover ul a { background-color: #cb2291;}
body.drama #nav02 li:hover ul a { background-color: #004eaf;}
body.entertainment #nav02 li:hover ul a { background-color: #249cce;}
body.game_animation #nav02 li:hover ul a { background-color: #0bb56b;}
body.kininaru #nav02 li:hover ul a { background-color: #d2b942;}
/* local Nav genre hover dark （２階層目のhover） */
#nav02 li:hover ul a:hover, #nav02 li.sfHover ul a:hover { background-color: #ff4B97;}
body.movie #nav02 li:hover ul a:hover { background-color: #fb5156;}
body.celeb_gossip #nav02 li:hover ul a:hover { background-color: #ee28aa; }
body.drama #nav02 li:hover ul a:hover { background-color: #005cce;}
body.entertainment #nav02 li:hover ul a:hover { background-color: #2ab7f2;}
body.game_animation #nav02 li:hover ul a:hover { background-color: #0dd57e;}
body.kininaru #nav02 li:hover ul a:hover { background-color: #f3b727;}

#nav02 ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
#nav02 li:hover ul, #nav02 li.sfHover ul { top: 30px;}
body.movie #nav02 li.sfHover a { background-color: #fb5156;}
body.celeb_gossip #nav02 li.sfHover a { background-color: #ee28aa;}
body.drama #nav02 li.sfHover a { background-color: #005cce;}
body.entertainment #nav02 li.sfHover a { background-color: #2ab7f2;}
body.game_animation #nav02 li.sfHover a { background-color: #0dd57e;}
body.kininaru #nav02 li.sfHover a { background-color: #f3b727;}

#nav02 ul li { border: 0; background-image: none; float: none;}
#nav02 ul a {
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}

#nav02_sub { width: 268px; position: absolute; top:0; right: 0; z-index: 200;}
#nav02_sub li { float: left; position: relative;}
#nav02_sub li a { display: block; line-height: 30px; text-indent: -9999px;}
.nav02_tw a { width: 92px; background: url(../images/base/officialaccount.png) no-repeat left top;}
.nav02_fb a { width: 92px; background: url(../images/base/officialaccount.png) no-repeat -92px top;}
.nav02_rss a { width: 84px; background: url(../images/base/officialaccount.png) no-repeat -184px top;}
.nav02_tw a:hover { background-position: left bottom;}
.nav02_fb a:hover { background-position: -92px bottom;}
.nav02_rss a:hover { background-position: -184px bottom;}

/* local Nav genre hover */
#local_menuWrap #related_words li { float: left; color: #fff; font-weight: bold; line-height: 30px; margin-right: 30px;}
#local_menuWrap #related_words li:first-child { margin-left: 15px;}
#local_menuWrap #related_words li a { color: #fff;}

/* SerchBox */
.searchWrap { position: relative; width: 230px;}
#search { position: absolute; top: 0; right: 0;}
#search .srcBox {
	position: relative;
	height: 30px;
	width: 155px;
	margin: 5px 0;
	padding: 0px 10px 0px 20px;
	background: url(../images/base/search.png) no-repeat left top;
	overflow: hidden;
}
#search .search {
	width: 155px;
	height: 20px;
	margin: 3px 0;
	border: 0;
	line-height: 20px;
  background: transparent;
	z-index: 2;
	font-size: 12px;
	color: #666;
}
#search .submit {
	display: block;
	position: absolute;
	width: 42px;
	height: 30px;
	top: 5px;
	left: 190px;
	background: url(../images/base/search.png) no-repeat -191px top;
}
#search .submit:hover {	background: url(../images/base/search.png) no-repeat -191px bottom;}
#search .submit input {
	display:block;
	position: absolute;
	width: 42px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-indent: -9999px;
	top: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}

/*--大ヘッダー 検索 --*/

#search02 { /*position: absolute; top: 0; right: 0;*/float:right; width:250px;}
#search02 .srcBox {
	position: relative;
	height: 30px;
	width: 155px;
	margin: 1px 0;
	padding: 0px 10px 0px 20px;
	background: url(../images/base/search.png) no-repeat left top;
	overflow: hidden;
	left: 0px;
}
#search02 .search {
	width: 155px;
	height: 20px;
	margin: 3px 0;
	border: 0;
	line-height: 20px;
  background: transparent;
	z-index: 2;
	font-size: 12px;
	color: #666;
}
#search02 .submit {
	display: block;
	position: absolute;
	width: 42px;
	height: 30px;
	top: 1px;
	/*left: 190px;*/
	background: url(../images/base/search.png) no-repeat -191px top;
	margin:0 0 0 190px;
}
#search02 .submit:hover {	background: url(../images/base/search.png) no-repeat -191px bottom;}
#search02 .submit input {
	display:block;
	position: absolute;
	width: 42px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-indent: -9999px;
	/*top: 0;
	right: 0;*/
	overflow: hidden;
	cursor: pointer;
}


/* ====== CONTENTS ===== */
/* ぱんくずリスト */
.topicPath { font-size: 12px; padding: 15px 15px 10px;}
.topicPath li { display: inline; line-height: 110%;}
.topicPath li a { padding-right:10px; background: url(../images/base/topicpath.gif) no-repeat right center; color: #666;}
.topicPath li:last-child a { padding-right: 0; background: none;}

#summaryHead .topicPath { padding: 0 0 15px;}
#theater_top #summaryHead .topicPath { padding: 0 0 5px;}
#theater_area #summaryHead .topicPath { padding: 0 0 5px;}

p.copylight { margin: 5px 0 10px; color: #999; font-size: 10px; text-align: center;}

/* タイトル */
#articleHead h1 { font-size: 24px; line-height: 120%; padding: 0 15px 15px 15px; font-weight: bold;
	border-bottom: 1px #e5e3e3 solid; position:relative;}
#summaryHead h1 { font-size: 24px; line-height: 120%; font-weight: bold; padding: 0 0 15px;}
h1.title_list { font-size: 24px; line-height: 120%; font-weight: bold; padding: 0 0 10px;}
#summaryHead h1.title_list02 { font-size: 24px; line-height: 120%; font-weight: bold; padding: 0 0 5px; }

#present_index #summaryHead h1 { padding: 15px 0 0;}
#keyword_top #summaryHead h1 { padding: 10px 0 5px;}
#theater_top #summaryHead h1 { padding: 10px 0 0;}
#theater_area #summaryHead h1 { padding: 10px 0 0;}
#theater_detail #summaryHead h1 { padding: 10px 0 0;}

/* PR */

#articleHead h1 span.pr { 
	background:#c91568;
	color:#fff;
	font-size:12px;
	padding: 2px 4px 2px 5px;
	font-weight:normal;
	letter-spacing:0.1em;
	position: absolute;
    bottom: 19px;
    line-height: 1.0em;
	margin-left: 8px}
	
dt span.pr { 
	background:#c91568;
	color:#fff;
	font-size:12px;
	padding: 2px 4px 2px 5px;
	font-weight:normal;
	letter-spacing:0.1em;
	position: absolute;
    bottom: 40px;
    line-height: 1.0em;
	margin-left: 8px}

.newsTitleList li dt span.pr { 
	width:20px;
	background:#c91568;
	color:#fff;
	font-size:12px;
	padding: 2px 4px 2px 5px;
	font-weight:normal;
	letter-spacing:0.1em;
	position: static;
  line-height: 1.0em;
	margin-left: 8px
}

	
/* 関連タグ */
.news-tag p { float: left; margin-right: 10px; color: #666; line-height: 30px; padding: 3px 0; font-weight:bold;}
.news-tag { margin: 5px 15px; background-color: #fff;}
.news-tag ul li { float: left; margin-right: 10px; line-height: 30px; white-space: nowrap;}
.news-tag ul li a {
	padding: 2px 8px;
	color: #777;
	border: 1px #ccc solid;
	border-radius: 4px;
	background-color: #ffffff/*#f4f4f4*/;
}
.news-tag ul li a:hover { text-decoration: none; color: #999;}
/* 関連タグ、映画ナビを上部に固定 */
.fixed { position: fixed; top: 0; left: 0; width: 100%;}
.news-tag.fixed { margin: 0; padding: 5px 0; border-bottom: 1px #e5e3e3 solid; background: #F5F5F5/*url(../images/base/bg_wh80.png)*/; z-index: 300;}
.news-tag.fixed .news-tag_in { width:990px; margin:0 auto; }

/* addthis */
.addthis_toolbox { height: 24px; overflow: hidden;} /* IE7で切る */
.addthis_button_tweet { width: 100px!important; /*overflow: hidden;*/} /* addthisボタンに数字がついたときの段落ち防止 */


/*-- ソーシャル --*/
.fb_btn{
	width:120px;
	float:left;
	/*text-align:right;*/
	margin:0 10px 0 0;
	
}

.twitter_btn{
	width:130px;
	float:left;
	text-align:left;
	
}

.social_area{
	width:630px;
	/*overflow:hidden;*/
	text-align:left;
	margin:0 0 10px 0;
	float:right;

}

.social_area02{
	width:630px;
	text-align:left;
	margin:30px 0 10px 0;
	float:left;

}

.social_area02 h3{
	margin-bottom: 10px;
}
.social_area_in{
	/* float:left; */
	width:630px;
}
.social_area_in li {

	  display: inline-block;
	  text-align: center;
    	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
}
.social_area_in li a{
	color: #fff;
	 width: 140px;
	  height: 40px;
	line-height: 40px;
	  vertical-align: middle;
	display: inline-block;
    font-size: 12px;
    text-decoration: none;
    	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
}
.social_area_in li a:hover{
background-color: #d05478;
}
.social_area_in li a i{
	font-size: 20px;
    margin-right: 5px;
}
.social_area_in li.tw{
	background-color:#2ca7e0;

font-size: 25px;
margin-right: 5px;
}

.social_area_in li.fb{
	background-color: #3765a3;
	font-size: 25px;
		margin-right: 5px;
}
.social_area02 .social_area_in{
	/* float:left; */
	width: 630px;
	margin-bottom: 10px;
}
.social_area02 .SocialBtn {
	padding: 10px;
	background-color: #f3f3f4;
}
.social_area02 .SocialBtn li {
    text-align: center;

}
.social_area02 .SocialBtn li.tw h3{
	line-height: 40px;
	vertical-align: middle;
}
.social_area02 .SocialBtn li.tw h3 img{
	    margin-right: 10px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
}
.social_area02 .SocialBtn li.tw h3{
	margin-bottom: 10px;
}
.social_area02 .SocialBtn li.tw a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	width: 400px;
	margin: 0 auto;
	background-color:#2ca7e0;
	text-decoration: none;
}
.social_area02 .SocialBtn li.tw a i{
	margin-right: 8px;
	font-size: 20px;
}
.social_area02 .SocialBtn li.tw a i{
	margin-right: 8px;
}}
.social_area02 .SocialBtn li.tw a i{
	margin-right: 8px;
}
.social_area02 .SocialBtn li.tw a:hover{
background-color: #d05478;
}
.social_area02 .twitter_btn{
	width:130px;
	float:left;
	text-align:left;

}

.social_area02 .googleplus_btn{
	width:100px;
	float:left;

}

.social_area02 .twitter_follow{
	width:100px;
	float:left;

}
.kodoku {
	margin:10px 0 0 0;
	overflow:hidden;

}

.kodoku .kodoku_text {
	width:50px;
	float:left;

}

.kodoku .twitter_follow{
	width:100px;
	float:left;

}

.kodoku .fb_iine{
	width:100px;
	float:left;

}

/*-- ソーシャル ここまで　--*/

/* Twitterコメント */
#topsybox { margin: 20px 0 5px; padding: 8px 12px; border: 2px #ccf2ff solid; border-radius: 6px; background-color: #f7fdff; clear:both;}
#topsybox .twitterlist { margin: 10px 0 10px; color: #666;}
#topsybox h1 { font-weight: bold; color: #00B9F4;
	padding-left: 20px; background: url(../images/base/twitter_comments_balloon.gif) no-repeat left center;}
#topsybox textarea { width: 595px; height: 75px; margin: 5px 0;}
#topsybox .count { color: #999; font-size: 12px; line-height: 25px; text-align: right; width: 480px; float:left;}
#topsybox .count .twtextareanum { display: inline-block; width: 2em;}
#topsybox  h2 { font-size: 12px; margin: 3px 0 5px; color: #888
;width: 120px;
float: left;
display: block;}
#topsybox  h2 .twittcount { font-size: 14px; font-weight: bold; color: #00B9F4; margin-right: 2px;}
#topsybox .tweet:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#topsybox ul { margin:5px 0 0;}
#topsybox ul li { min-height: 1px; padding: 6px 0; border-top: 1px #97cee0 dotted; margin:0 0 10px 0;}
* html #topsybox .tweet {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#topsybox .topsy_icon { float: left; margin-right: 10px;}
#topsybox .topsy_name { font-size: 12px; margin-top: 3px; padding-left: 60px;}
#topsybox .topsy_tweet { font-size: 12px; line-height: 130%; padding-left: 60px;}
.topsybutton { text-align: center; line-height: 25px; color: #49738f; cursor: pointer;}
.topsybutton:hover { border-radius: 4px; background: #d0e7ee;}
#topsybox .tweet_submit {
	position: relative;
	width: 110px;
	height: 25px;
 	float: right;
	background: url(../images/base/twitter_comments_btn.gif) no-repeat left top;
}
#topsybox .tweet_submit:hover { background-position: left bottom;}
#topsybox .tweet_submit input {
	display:block;
	position: absolute;
	width: 110px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-indent: -9999px;
	top: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}

/* 関連ジャンル */
p.genreLink { font-size: 12px; margin: 10px 0 0; color: #787878;}

/* テキストリスト */
.txtList { font-weight: bold;}

/* 矢印リンクのリスト */
.aside .linkList { margin-top: -8px;}
.linkList li { margin: 8px 0; padding-left: 15px; font-size: 14px; line-height: 16px; text-indent: -15px;}
.linkList li a { background: url(../images/base/arw_category.png) no-repeat left top; padding-left: 15px;}

/* 矢印リンクのリスト02 */
.aside .linkList02 { margin-top: -8px;}
.linkList02 li { margin: 8px 0; padding-left: 15px; font-size: 14px; line-height: 16px; /*text-indent: -15px;*/}
/*.linkList02 li a { background: url(../images/base/arw_category.png) no-repeat left top; padding-left: 15px;}*/

body.movie .linkList li a {	background-position: left -49px;}
body.celeb_gossip .linkList li a { background-position: left -99px;}
body.drama .linkList li a { background-position: left -149px;}
body.entertainment .linkList li a {	background-position: left -199px;}
body.game_animation .linkList li a { background-position: left -249px;}
body.kininaru .linkList li a { background-position: left -299px;}
body .linkList.normal li a { background-position: left -349px;} /*グレー */
/* 矢印リンク個別指定 */
.linkList li a { background-position: left 0px;}
.linkList li.movie a { background-position: left -49px!important;}
.linkList li.celeb_gossip a {	background-position: left -99px!important;}
.linkList li.drama a {	background-position: left -149px!important;}
.linkList li.entertainment a { background-position: left -199px!important;}
.linkList li.game_animation a {	background-position: left -249px!important;}
.linkList li.kininaru a {	background-position: left -299px!important;}
.linkList li.normal a {	background-position: left -349px!important;} /*グレー */
/* リンクリスト内ジャンル表記ミニ */
.linkList li span a, .btnList li span a {
	font-size: 10px; font-weight: normal; color: #999; margin: 0 0 0 5px; background: none; padding-left: 0; white-space: nowrap; text-decoration:none;}
.btnList li p a:hover { border: 0!important;}

/* リンクリスト内ジャンル表記ミニ02 */
.linkList02 li span a, .btnList li span a {
	font-size: 10px; font-weight: normal; color: #999; margin: 0 0 0 5px; background: none; padding-left: 0; white-space: nowrap; text-decoration:none;}


/* 急上昇記事 */
.newsRank li { margin: 8px 0; font-size: 14px; line-height: 20px;}
.newsRank li a { background: url(../images/base/newsRank.gif) no-repeat left 1px; padding: 3px 0 3px 23px;}
.newsRank li.top2 a { background-position: left -98px;}
.newsRank li.top3 a { background-position: left -198px;}
.newsRank li.top4 a { background-position: left -298px;}
.newsRank li.top5 a { background-position: left -398px;}
/* SNS人気記事 */
.snsRank li { margin: 8px 0; font-size: 14px; line-height: 16px;}
.snsRank li span { font-size: 10px; font-weight: bold; color: #37a9ce; white-space: nowrap;}

/* サムネイル付のリスト（サイドバー） */
.tmbList li { margin-bottom: 10px; }
.tmbList p.thumbnail {
	width: 85px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.tmbList p.thumbnail img { max-width: 85px;}
.tmbList p.thumbnail a img { border: 1px #f8f8f8 solid;}
.tmbList p.thumbnail a:hover img { border: 1px #d05478 solid;}
.tmbList p.title { font-size: 13px; font-weight: bold; line-height: 120%;}
.tmbList p.text { font-size: 12px; line-height: 120%; margin-top: 6px;}

.tmbList span { color: #888;
font-size: 12px;
display: block;
margin: 5px 0 10px 15px;
}


/* イベント（サイドバー） */
.tmbList .event_genre a{
	font-size: 10px;
font-weight: normal;
color: #999;
margin: 0 0 0 5px;
background: none;
padding-left: 0;
white-space: nowrap;
text-decoration: none;
	
	
}

a.more_event {
float:right;
font-size:12px;
margin:0 0 5px 0;
background: url(../images/base/arw_ci.gif) no-repeat left 2px;
padding-left: 10px;

	
}



/* ボタン付リスト（横5つ） */
.btnList li { width: 110px; margin-left: 18px; float: left; text-align: center;}
.btnList li:first-child { margin-left: 0;}
.btnList p.thumbnail img { max-height: 100px; max-width: 100px; vertical-align:middle; margin-bottom: 5px;}
.btnList p.thumbnail a img { border: 1px #fff solid;}
.btnList p.thumbnail a:hover img { border: 1px #d05478 solid;}
.btnList p.title { font-size: 12px; line-height: 14px!important; font-weight: bold;}
.btnList p.btn { margin-top: 6px;}
/* 画像のhover（ボタン） */
.btn a:hover img {
 	filter: alpha(opacity=80); /*For IE*/
 	opacity: 0.8; /*Opera!|Safari*/
 	-moz-opacity: 0.8; /*For FireFox*/
}
/* 画像リスト（横5つ） */
.imgList li { width: 110px; margin-left: 18px; float: left; text-align: center;}
.imgList li:first-child { margin-left: 0;}
.imgList a img { border: 1px #fff solid;}
.imgList a:hover img { border: 1px #d05478 solid;}

/* 関連サムネイル（正方形切り抜き） */
#relatedThumb { margin-top: 7px;}
#relatedThumb a { margin: 3px; border: none; overflow: hidden; float: left;}
#relatedThumb a:hover { border: 3px #e1396a solid;}
#relatedThumb a:hover .myThumb { margin: -3px;}

#relatedThumb { *margin-right: 0;} /* IE7 */
#relatedThumb a { *display: block; *margin: 3px; } /* IE7 */
#relatedThumb a:hover { *border: 0;} /* IE7 */
#relatedThumb a:hover .myThumb { *margin: 0;} /* IE7 */

/* 誘導リンク（三角矢印） */
p.inductionLink { font-weight: normal; position: absolute; top: 5px; right: 0; margin-right: 10px; font-size:12px;}
p.inductionLink a { background: url(../images/base/arw_ci.gif) no-repeat left top; padding-left: 10px;}

body.movie p.inductionLink a { background-position: left -20px;}
body.celeb_gossip p.inductionLink a { background-position: left -40px;}
body.drama p.inductionLink a { background-position: left -60px;}
body.entertainment p.inductionLink a { background-position: left -80px;}
body.game_animation p.inductionLink a { background-position: left -100px;}
body.kininaru p.inductionLink a { background-position: left -120px;}

#mainConts .section h3 p.inductionLink { position: absolute; top: 1px; right: 5px;}
#wideConts .section h3 p.inductionLink { position: absolute; top: 1px; right: 5px;}

/* プレゼント締切 */
p.end { color: #fe2c85; font-size: 12px; text-align: right; font-weight: bold;}

/* タグリスト（HOTワード） */
.tagList li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 28px;
	margin: 5px 3px 0;
	white-space: nowrap;
}
.tagList li a { padding: 3px 5px; text-decoration: none; color: #777;
	border: 1px #ccc solid;
	border-radius: 4px;
	background-color: #f4f4f4;}
.tagList li a:hover { color: #999;}

/* 企画タイアップ */
#tie-up .tmbList {}
/* 特集リスト */
#crancin-special .tmbList {}
#crancin-special .tmbList .title { font-size: 14px; line-height: 130%; height: 54px;}
.tmbList .genre a { font-size: 10px; font-weight: normal; color: #999;}

/* 外部リンクを判別 */
body .linkList li a[href^="http"]{
   background: url(../images/base/ico_anotherlink.png) no-repeat 0 50%;
   padding-left: 18px;
}
.linkList li a[href^="http://www.crank-in.net"],
.linkList li a[href^="http://crank-in.net"] {
   background:transparent;
   padding:0;
}

/* 関連リンク、関連記事 */
#related-link, #related-article { margin-bottom: 20px; margin-top:20px;}
#related-link p { font-weight: bold; color: #666; margin-bottom: 5px;}
#related-link h2 { font-size: 16px; margin-bottom: 8px;}

/* 特集ページ */
.special_wrapper{
	margin:0 0 20px 0;
	display:block;
	
}
/* 基本パーツのマージン設定 */
.section { margin-bottom: 20px;}
.aside { margin-bottom: 15px;}
.tagList, .newsRank, .snsRank { margin-top: -8px;}

/* 基本パーツのタイトル */
.section h2, #sideConts h2 {
	position: relative;
 	line-height: 18px;/*14px*/
	font-size: 18px;/*14px*/
	color: #202020;
	font-weight: normal;
	/*border-top: 1px #808080 solid;*/
	border-top: 1px #d9d9d9 solid;
	padding: 20px 2px;
	margin-top: 10px;
}

#all_top .section h2.top_latestnews{
	border-top: none;
}

#all_top #top-slider { margin-bottom: 0px;}


.section h2 span { position: absolute; right: 10px; top: 0px; font-size: 12px; font-weight: normal; color: #666;}
#news-recent.section h2 { border-top: 0; margin-top: 10px;}
#photo_zoom #tie-up.aside h2, #special_photo_zoom #tie-up.aside h2 { border-top: 0; margin-top: 0;}
#mainConts .section h3 { position: relative; color: #666; font-weight: bold; background: url(../images/base/h3_bg.gif); padding: 5px 7px; font-size:16px;}



#wideConts .section h3 { position: relative; color: #666; font-weight: bold; background: url(../images/base/h3_bg.gif); padding: 3px 5px;}

/* ステータスアイコン */
i.status img { vertical-align: middle; width: 32px!important; line-height: 18px; margin-left: 2px;}

/* カテゴリ表示 */
.category i { font-size: 10px; font-weight: bold; font-style: normal; margin-right: 6px;}
.category i:before { content: "■"; font-size: 18px; margin-right: 2px;}
i.ico_movie { color: #fa3338;}
i.ico_celeb_gossip { color: #ee28aa;}
i.ico_drama { color: #005cce;}
i.ico_entertainment { color: #35b0e3;}
i.ico_game_animation { color: #0dd57e;}
i.ico_kininaru { color: #f3b727;}

/* .newsTitleList i { font-size: 10px; font-weight: normal; font-style: normal; margin-right: 5px; padding: 1px 5px; color: #fff; border-radius: 4px;}
i.ico_movie { background-color: #fa3338;}
i.ico_celeb_gossip { background-color: #ee28aa;}
i.ico_drama { background-color: #005cce;}
i.ico_entertainment { background-color: #35b0e3;}
i.ico_game_animation { background-color: #0dd57e;}
i.ico_kininaru { background-color: #f3b727;}

/* さらに読み込む */
.loadBtn { width: 360px; margin: 20px auto 40px;}
.loadBtn a { display: block; line-height: 40px; text-align: center; color: #666; font-weight: bold; text-decoration: none;
	border-radius: 4px; border: 1px #ccc solid;
	background-color: #f4f4f4;
	background: -moz-linear-gradient(bottom, #eee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eee), to(#fff)); 
}
.loadBtn a:hover { text-decoration: none;
	background-color: #e9e9e9;
	background: -moz-linear-gradient(bottom, #fff, #eee);
	background: -webkit-gradient(linear, center bottom, center top, from(#fff), to(#eee)); 
}

/* ページネーション */
ul.pageNav { margin-top: 10px; padding: 14px 10px; text-align: center; clear:both;}
ul.pageNav li { display: inline; margin: 0 2px; font-weight: bold;}
ul.pageNav li a { display: inline-block; line-height: 25px; padding: 0 10px;
	text-decoration: none; border: 1px #e1e1e1 solid; border-radius: 2px;}
ul.pageNav li a:hover {	background-color: #fafafa; border: 1px #de7b98 solid;}
ul.pageNav li.current a { color: #999; background-color: #fafafa;}
ul.pageNav li.current a:hover {	border: 1px #e1e1e1 solid;}
ul.pageNav li.pagePrev a, ul.pageNav li.pageNext a { border: 0; background-color: transparent; text-decoration: none;}
ul.pageNav li.pagePrev a:hover, ul.pageNav li.pageNext a:hover { text-decoration: underline;}

/* タイトル一覧、カテゴリータブ */
#specialTabBtn.linkList li { float: left; margin-right: 5px; padding: 3px 7px 3px 18px;}
#specialTabBtn.linkList li a { background: url(../images/base/arw_category.png) no-repeat left -350px;}
#specialTabBtn li.active { background-color: #f4f4f4; border-radius: 4px;}

body.movie #specialTabBtn.linkList li a { background-position: left -50px;}
body.celeb_gossip #specialTabBtn.linkList li a { background-position: left -100px;}
body.drama #specialTabBtn.linkList li.active a { background-position: left -150px;}
body.entertainment #specialTabBtn.linkList li a { background-position: left -200px;}
body.game_animation #specialTabBtn.linkList li a { background-position: left -250px;}
body.kininaru #specialTabBtn.linkList li a { background-position: left -300px;}

body.movie #specialTabBtn.linkList li.active a { background-position: left -450px;}
body.celeb_gossip #specialTabBtn.linkList li.active a { background-position: left -500px;}
body.drama #specialTabBtn.linkList li.active a { background-position: left -550px;}
body.entertainment #specialTabBtn.linkList li.active a { background-position: left -600px;}
body.game_animation #specialTabBtn.linkList li.active a { background-position: left -650px;}
body.kininaru #specialTabBtn.linkList li.active a { background-position: left -700px;}

/*** タブコンテンツ ***/
/* 最新ニュース */ 
#news-recent #tabs { width: 630px; margin-top: 3px;}
#news-recent #tabWrap { width: 627px; margin:0; padding:0; background: url(../images/base/headline_tab.gif) repeat-x left -280px;}
	/* タブ型メニュー 共通 */ 
	#tabBtn, #tabMenuBtn { height: 30px;}
	#tabBtn li, #tabMenuBtn li {
		float: left;
		height: 30px;
		padding-right: 1px;
		background: url(../images/base/headline_tab.gif) no-repeat right top;
	}
	#tabWrap span.pole, #tabMenuWrap span.pole {
		display: block;
		float: left;
		width: 1px;
		height: 30px;
		background: url(../images/base/headline_tab.gif) no-repeat left top;
	}
	#tabBtn li a, #tabMenuBtn li a {
		color: #4f4f4f;
		display: block;
		padding: 4px 0 0;
		font-size: 12px;
		line-height: 26px;
		text-align: center;
		text-decoration: none;
	}
#news-recent #tabBtn li.movie a, #news-recent #tabBtn li.drama a, #news-recent #tabBtn li.entertainment a, #news-recent #tabBtn li.kininaru a, #news-recent #tabBtn li.game_animation a { width: 100px;}
#news-recent #tabBtn li.celeb_gossip a { width: 120px;}

.boxTab { background: #fff; margin: 15px 0 30px 0;}

#news-recent #tabBtn li.all a:hover, #news-recent #tabBtn li.all.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -30px;}
#news-recent #tabBtn li.movie a:hover, #news-recent #tabBtn li.movie.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -60px;}
#news-recent #tabBtn li.celeb_gossip a:hover, #news-recent #tabBtn li.celeb_gossip.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -90px;}
#news-recent #tabBtn li.drama a:hover, #news-recent #tabBtn li.drama.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -120px;}
#news-recent #tabBtn li.entertainment a:hover, #news-recent #tabBtn li.entertainment.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -150px;}
#news-recent #tabBtn li.game_animation a:hover, #news-recent #tabBtn li.game_animation.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -180px;}
#news-recent #tabBtn li.kininaru a:hover, #news-recent #tabBtn li.kininaru.active a {
	background: url(../images/base/headline_tab.gif) repeat-x left -210px;}

#tab-all .linkList li a {	background-position: left 0px;}
#tab-movie .linkList li a {	background-position: left -49px;}
#tab-celeb_gossip .linkList li a {	background-position: left -99px;}
#tab-drama .linkList li a {	background-position: left -149px;}
#tab-entertainment .linkList li a {	background-position: left -199px;}
#tab-game_animation .linkList li a {	background-position: left -249px;}
#tab-kininaru li a {	background-position: left -299px;}

/* タブ型メニュー */
#tabMenuWrap { margin: 0 0 10px; padding:0; /*background: url(../images/base/headline_tab.gif) repeat-x left -280px;*/}
#tabMenuBtn li a { background: url(../images/base/headline_tab.gif) repeat-x left -280px;}
#tabMenuBtn li a:hover, #tabMenuBtn li.active a { background: url(../images/base/headline_tab.gif) repeat-x left -30px;}

/* 人気のフォトギャラリー */
#popular_gallery { margin-bottom: 20px;}
#popular_gallery ul { display: block; margin: 0 auto; padding: 0 0 5px 0; border: 1px #d4d4d4 solid; background: #fff; }
/*#popular_gallery .gridList li:nth-child(odd) { clear: left; margin-left: 0;}*/
#popular_gallery .gridList li:last-child, #popular_gallery li:nth-last-of-type(2) { margin-bottom:0;}
.gridList li { position: relative; display: block; width: 88px; height: 108px; overflow: hidden;
	margin: 0 0 10px 20px; padding: 1px; float: left; border: 1px #fff solid; background: url(../images/base/noImg02.gif) no-repeat 1px 1px; }
	
.gridList01 li { position: relative; display: block; width: 88px; height: 108px; overflow: hidden;
	margin: 0 0 10px 20px; padding: 1px; float: left; border: 1px #fff solid; background: url(../images/base/noImg02.gif) no-repeat 1px 1px; }
	
	
.gridList02 li { position: relative; display: block; width: 98px; height: 128px; overflow: hidden;
	margin: 0 0 2px 3px; padding: 1px; float: left; border: 1px #fff solid; background: url(../images/base/noImg02.gif) no-repeat 1px 1px; }
	
.gridList03 li { position: relative; display: block; width: 168px; height: 128px; overflow: hidden;
	margin: 0 0 20px 10px; padding: 1px; float: left; border: 1px #fff solid; background: url(../images/base/noImg02.gif) no-repeat 1px 1px; }
	
/* 注目フォト */

#drama_top .gridList li { margin: 5px 0 0 5px; }	
#movie_top .gridList li { margin: 5px 0 0 5px; }
#celeb_gossip_top .gridList li { margin: 5px 0 0 5px; }	
#entertainment_top .gridList li { margin: 5px 0 0 5px; }
#game_animation_top .gridList li { margin: 5px 0 0 5px; }	
#kininaru_top .gridList li { margin: 5px 0 0 5px; }	
#profile .gridList li { margin: 5px 0 0 5px; }	
#related-article .gridList li { margin: 5px 0 0 5px; }
#related-opus .gridList li { margin: 5px 0 0 5px; }
#present_index .gridList li { margin: 5px 0 0 5px; }
#present_detail .gridList li { margin: 5px 0 0 5px; }
#person_top .gridList li { margin: 5px 0 0 5px; }
#keyword_top .gridList li { margin: 5px 0 0 5px; }
#related-photo .gridList li { margin: 5px 0 0 5px; }
#all_top .gridList li { margin: 5px 0 0 5px; }
#weekly-calendar .gridList li { margin: 5px 0 0 5px; }
	
.gridList li img { width: 90px;}
.gridList li a { display: block; width: 100px; height: 108px; float: left; overflow: hidden; text-decoration: none;}
.gridList li:hover { border: 1px #d05478 solid; text-decoration: none;}
.gridList li a span { position: absolute; width: 84px; bottom: 0px; left: 1px; display: block; padding: 4px;
	background: url(../images/base/bg_bl80.png); font-size: 10px; line-height: 11px; color: #fff; word-break: break-all;}
.gridList li span.movie { border-bottom: 4px #fa3338 solid;}
.gridList li span.celeb_gossip { border-bottom: 4px #ee28aa solid;}
.gridList li span.drama { border-bottom: 4px #005cce solid;}
.gridList li span.entertainment { border-bottom: 4px #35b0e3 solid;}
.gridList li span.game_animation { border-bottom: 4px #0dd57e solid;}
.gridList li span.kininaru { border-bottom: 4px #f3b727 solid;}

.gridList01 li img { width: 90px;}
.gridList01 li a { display: block; width: 100px; height: 108px; float: left; overflow: hidden; text-decoration: none;}
.gridList01 li:hover { border: 1px #d05478 solid; text-decoration: none;}
.gridList01 li a span { position: absolute; width: 84px; bottom: 0px; left: 1px; display: block; padding: 4px;
	background: url(../images/base/bg_bl80.png); font-size: 10px; line-height: 11px; color: #fff; word-break: break-all;}
.gridList01 li span.movie { border-bottom: 4px #fa3338 solid;}
.gridList01 li span.celeb_gossip { border-bottom: 4px #ee28aa solid;}
.gridList01 li span.drama { border-bottom: 4px #005cce solid;}
.gridList01 li span.entertainment { border-bottom: 4px #35b0e3 solid;}
.gridList01 li span.game_animation { border-bottom: 4px #0dd57e solid;}
.gridList01 li span.kininaru { border-bottom: 4px #f3b727 solid;}

.gridList02 li img { width: 100px;}
.gridList02 li a { display: block; width: 128px; height: 128px; float: left; overflow: hidden; text-decoration: none;}
.gridList02 li:hover { border: 1px #d05478 solid; text-decoration: none;}
.gridList02 li a span { /*position: absolute;*/ width: 96px; bottom: 0px; left: 1px; display: block; padding: 4px;
	background: url(../images/base/bg_bl80.png); font-size: 10px; line-height: 11px; color: #fff; word-break: break-all; height:23px;}
	
.gridList02 li a span {	
	width: 96px;
  bottom: 0px;
  left: 1px;
  /*display: block;*/
  padding: 4px;
  background: url(../images/base/bg_bl80.png);
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  word-break: break-all;
  display: table-cell;
  vertical-align: middle;
  height: 23px;
	}
	
	
.gridList02 li span.movie { border-bottom: 4px #fa3338 solid;}
.gridList02 li span.celeb_gossip { border-bottom: 4px #ee28aa solid;}
.gridList02 li span.drama { border-bottom: 4px #005cce solid;}
.gridList02 li span.entertainment { border-bottom: 4px #35b0e3 solid;}
.gridList02 li span.game_animation { border-bottom: 4px #0dd57e solid;}
.gridList02 li span.kininaru { border-bottom: 4px #f3b727 solid;}

.gridList02 li p.tyumoku {
  position: absolute;
  bottom: 0;
}


.gridList03 li img { width: 168px;}
.gridList03 li a { display: block; width: 168px; height: 128px; float: left; overflow: hidden; text-decoration: none;}
.gridList03 li:hover { border: 1px #d05478 solid; text-decoration: none;}
.gridList03 li a span { position: absolute; width: 160px; bottom: 0px; left: 1px; display: block; padding: 6px 4px;
	background: url(../images/base/bg_bl80.png); font-size: 10px; line-height: 12px; color: #fff; text-align:left; word-break: break-all;}
.gridList03 li span.movie { border-bottom: 4px #fa3338 solid;}
.gridList03 li span.celeb_gossip { border-bottom: 4px #ee28aa solid;}
.gridList03 li span.drama { border-bottom: 4px #005cce solid;}
.gridList03 li span.entertainment { border-bottom: 4px #35b0e3 solid;}
.gridList03 li span.game_animation { border-bottom: 4px #0dd57e solid;}
.gridList03 li span.kininaru { border-bottom: 4px #f3b727 solid;}

.gridList04 li img { width: 100px;}
.gridList04 li a { display: block; width: 128px; height: 128px; float: left; overflow: hidden; text-decoration: none;}
.gridList04 li:hover { border: 1px #d05478 solid; text-decoration: none;}
.gridList04 li a span { position: absolute; width: 96px; bottom: 0px; left: 1px; display: block; padding: 4px;
	background: url(../images/base/bg_bl80.png); font-size: 10px; line-height: 11px; color: #fff; word-break: break-all;}
.gridList04 li span.movie { border-bottom: 4px #fa3338 solid;}
.gridList04 li span.celeb_gossip { border-bottom: 4px #ee28aa solid;}
.gridList04 li span.drama { border-bottom: 4px #005cce solid;}
.gridList04 li span.entertainment { border-bottom: 4px #35b0e3 solid;}
.gridList04 li span.game_animation { border-bottom: 4px #0dd57e solid;}
.gridList04 li span.kininaru { border-bottom: 4px #f3b727 solid;}


/* 話題の人 */
#hot_person p.portrait { float: left; margin-right: 10px;}
#hot_person p.portrait img { max-width: 130px;}
#hot_person .info { float: left;}
#hot_person .info h3 { font-size: 16px; font-weight: bold; margin: 6px 0 15px;}

/* ランキングボックス */
#rankingBox { position: relative; margin-top: 20px; padding-bottom: 9px;
	background: url(../images/base/rankBox_shadow.png) no-repeat center bottom;}
#rankingBox .copy { font-size: 10px; position: absolute; right: 0; bottom: -10px;}
#rankingBox .boxTab { margin: 0; border: 1px #d6d6d6 solid; text-align: left; word-wrap: break-word;}
#rankingBox .rankList li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#rankingBox .rankList li { position: relative; min-height: 1px; padding: 6px 5px 6px 30px; line-height: 110%;
	background: url(../images/base/ranking10.gif) no-repeat 3px top;}
#rankingBox .rankList li a { display: block;}
#rankingBox .rankList li:nth-child(even) { background-color: #f8f8f8;}
* html #rankingBox .rankList li {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* １位～３位 */
#rankingBox .rankList li.rank1, #rankingBox .rankList li.rank2, #rankingBox .rankList li.rank3 { 
	border-bottom: 1px #ff9dc6 dotted; background-color: #fff;}
/* サムネイル */
#rankingBox .rankList li .thumbnail { float: left; height: 60px; margin-right: 10px;}
#rankingBox .rankList li .thumbnail img { max-height: 60px;}
/* 公開日、発売日 */
#rankingBox .rankList li span { position: absolute; right: 5px; bottom: 4px; font-size: 10px; color: #999;}
/* ランキング順位表示 */
#rankingBox .rankList li.rank1 { background: url(../images/base/p_rank01.png) no-repeat 5px 5px;}
#rankingBox .rankList li.rank2 { background: url(../images/base/p_rank02.png) no-repeat 5px 5px;}
#rankingBox .rankList li.rank3 { background: url(../images/base/p_rank03.png) no-repeat 5px 5px;}
/*
#rankingBox .rankList li.rank1 { background-position: 3px top;}
#rankingBox .rankList li.rank2 { background-position: 3px -80px;}
#rankingBox .rankList li.rank3 { background-position: 3px -160px;}
*/
#rankingBox .rankList li.rank4 { background-position: 3px -240px;}
#rankingBox .rankList li.rank5 { background-position: 3px -320px;}
#rankingBox .rankList li.rank6 { background-position: 3px -400px;}
#rankingBox .rankList li.rank7 { background-position: 3px -480px;}
#rankingBox .rankList li.rank8 { background-position: 3px -560px;}
#rankingBox .rankList li.rank9 { background-position: 3px -640px;}
#rankingBox .rankList li.rank10 { background-position: 3px -720px;}


#rankingBox .rankList li.rank4 a { display:inline;}
#rankingBox .rankList li.rank5 a { display:inline;}
#rankingBox .rankList li.rank6 a { display:inline;}
#rankingBox .rankList li.rank7 a { display:inline;}
#rankingBox .rankList li.rank8 a { display:inline;}
#rankingBox .rankList li.rank9 a { display:inline;}
#rankingBox .rankList li.rank10 a { display:inline;}

#rankingBox .rankList li.rank4 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank5 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank6 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank7 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank8 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank9 img { vertical-align: top; margin:4px 0 0 5px;}
#rankingBox .rankList li.rank10 img { vertical-align: top; margin:4px 0 0 5px;}


/* ランキングタブ */
#rankTabBtn { height: 30px;}
#rankTabBtn li { float: left; height: 30px; width: 69px; margin-left: 2px;
	background: url(../images/base/ranking_tab.gif) no-repeat left top;}
#rankTabBtn li a { display: block; height:30px; text-indent: -9999px;}
/* 非アクティブ */
#rankTabBtn li.boxOffice { width: 87px; margin-left: 0;}
#rankTabBtn li.dvd { background-position: -89px top;}
#rankTabBtn li.drama { background-position: -160px top;}
#rankTabBtn li.cd { background-position: -231px top;}
/* アクティブ */
#rankTabBtn li.boxOffice.active, #rankTabBtn li.boxOffice:hover { background-position: left bottom;}
#rankTabBtn li.dvd.active, #rankTabBtn li.dvd:hover { background-position: -89px bottom;}
#rankTabBtn li.drama.active, #rankTabBtn li.drama:hover { background-position: -160px bottom;}
#rankTabBtn li.cd.active, #rankTabBtn li.cd:hover { background-position: -231px bottom;}
/* ランキングボックス、タブなし固定 */
#rankingBox.fixTab #rankTabBtn li span.title { display: block; width: 100px; float: left; text-indent: -9999px;}
#rankingBox.fixTab #rankTabBtn li span.update { float: right; margin-right: 10px; font-size: 12px; color: #fff; line-height: 30px;}
#rankingBox.fixTab #rankTabBtn li.boxOffice { width: 300px; margin-left: 0;
	background: url(../images/base/ranking_tab_fix_bo.gif) no-repeat left top;}
	
/* 沖縄映画祭 */
#okinawaBox { position: relative; margin-top: 20px; padding-bottom: 9px; 
	background:#ffffff url(../images/base/rankBox_shadow.png) no-repeat center bottom;}

#okinawaBox.fixTab #rankTabBtn li span.title { display: block; width: 100px; float: left; text-indent: -9999px;}
#okinawaBox.fixTab #rankTabBtn li span.update { float: right; margin-right: 10px; font-size: 12px; color: #fff; line-height: 30px;}
#okinawaBox.fixTab #rankTabBtn li.boxOffice { width: 300px; margin-left: 0; height:46px;
	background: url(../images/base/r_header_okinawa.png) no-repeat left top;}
	
#okinawaBox.fixTab .okinawa_in { 
  width: 298px;
	border-right: 1px #d6d6d6 solid;
	border-left: 1px #d6d6d6 solid;
	}
#okinawaBox.fixTab .okinawa_in ul { padding: 18px 0 0 0;}
#okinawaBox.fixTab .okinawa_in ul li { border-bottom: 1px #4fc4f1 dotted; padding:5px 10px;}
#okinawaBox.fixTab .okinawa_in ul li:last-child { border-bottom: none;}

#okinawaBox.fixTab .okinawa_bottom {
	background:#4fc4f1; display:block; width:280px; padding:5px 10px; text-align:right;
	font-size:11px;
	
	}
#okinawaBox.fixTab .okinawa_bottom a {
	line-height:1.6em;
	color:#fff;
	}	
	
	
	
	
	

/* イベントボックス */
#eventbox { position: relative; width: 300px; height: 400px; margin: 10px auto 15px;
	background: url(../images/base/eventbox.gif) no-repeat left top;}
#eventbox h2 { padding: 0; border-top: 0; height: 30px; line-height: 30px;}
#eventbox span.date { color: #fff; font-weight: bold; margin-left: 40px; font-size: 16px;}
#eventbox span.more a { color: #fff;}
#eventbox span.head { display: block; width: 100px; float: left; text-indent: -9999px;}
#eventbox h3 span.more { float: right; display: block; height: 14px; margin: 8px 30px; padding-left: 10px;
	font-size: 12px; line-height: 14px; color: #fff;
	background: url(../images/base/arw_ci.gif) no-repeat left -138px;}

#todays-event ul { width: 288px; height: 200px; overflow: hidden; margin: 0 auto 6px;}
#todays-event ul li { margin: 7px; height: 87px; overflow: hidden;}
#todays-event .tmb { float: left; width: 122px; height: 87px; overflow: hidden;}
#todays-event .tmb img { width: 122px;}
#todays-event .title { margin-left: 128px; font-size: 12px; font-weight: bold; line-height: 130%;}
#todays-event .title span a { color: #959595; font-size: 10px; font-weight: normal; margin-left: 3px;}
#todays-event .txt { margin-left: 128px; margin-top: 5px; font-size: 10px; line-height: 140%;}

#birthday .inner { width: 288px; height: 200px; overflow: hidden; margin: 0 auto 6px;}
#birthday p.sqThumb { margin: 6px 7px;}
#birthday dl { margin: 7px 7px 7px 110px;}
#birthday dt { font-weight: bold; line-height: 130%; margin-top: 10px;}
#birthday dd { margin-top: 5px; font-size: 12px; line-height: 140%;}

*:first-child+html #eventbox h2 { margin-top: 0;}





/* おすすめ映画、最新映画レビュー */
#movie-recommend .tmbList p.thumbnail, #new-movie-review .tmbList p.thumbnail { width: 120px;}
#movie-recommend .tmbList p.thumbnail img, #new-movie-review .tmbList p.thumbnail img { max-width: 120px;}
#movie-recommend .text, #new-movie-review .text { padding-left: 130px; margin-top: 0;}
#movie-recommend .title { font-size: 14px;}

/* Twitterコメント */
#twitter_comments { margin: 20px 0; padding: 8px 12px; border: 2px #ccf2ff solid; border-radius: 6px; background-color: #f7fdff;}
#twitter_comments .twitterlist { margin: 10px 0 10px; color: #666;}
#twitter_comments h1 { font-weight: bold; color: #00B9F4;
	padding-left: 20px; background: url(../images/base/twitter_comments_balloon.gif) no-repeat left center;}
#twitter_comments textarea { width: 595px; height: 75px; margin: 5px 0;}
#twitter_comments .count { color: #999; font-size: 12px; line-height: 25px; text-align: right; width: 480px; float:left;}
#twitter_comments .count .twtextareanum { display: inline-block; width: 2em;}
#twitter_comments .twitterlist h2 { font-size: 12px; margin: 5px 0; color: #888;}
#twitter_comments .twitterlist h2 .twittcount { font-size: 14px; font-weight: bold; color: #00B9F4; margin-right: 2px;}
#twitter_comments .tweet:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#twitter_comments .tweet { min-height: 1px; padding: 6px 0; border-top: 1px #97cee0 dotted;}
* html #twitter_comments .tweet {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#twitter_comments .twicon { float: left; margin-right: 10px;}
#twitter_comments .twname { font-size: 12px; margin-top: -2px; padding-left: 60px;}
#twitter_comments .twtext { font-size: 12px; line-height: 130%; padding-left: 60px;}
#twitter_comments .readmore { text-align: center; line-height: 25px; color: #49738f; cursor: pointer;}
#twitter_comments .readmore:hover { border-radius: 4px; background: #d0e7ee;}
#twitter_comments .tweet_submit {
	position: relative;
	width: 110px;
	height: 25px;
 	float: right;
	background: url(../images/base/twitter_comments_btn.gif) no-repeat left top;
}
#twitter_comments .tweet_submit:hover { background-position: left bottom;}
#twitter_comments .tweet_submit input {
	display:block;
	position: absolute;
	width: 110px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-indent: -9999px;
	top: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}
/* Twitterウィジェット */
div.twtr-widget { margin: 15px 0;}
/* アリーナ */
.areana { width:630px;}
.areana_in { height: 75px; margin: 0 0 20px; padding: 5px; border: 2px #d8e2e2 solid; background: url(../images/base/areana_bg02.gif) repeat-x left bottom;}
.areana .head { float: left;}
.areana .head span { display: block; width: 18px; height: 75px; float: left; margin-right: 1px; text-indent: -9999px; background:url(../images/base/areana_head.gif) no-repeat left top;}
.areana .head img { height: 75px; margin:0 10px;}
.areana ul { margin-left: 120px; line-height: 25px;}
.areana ul li { max-width: 486px; white-space: nowrap; overflow: hidden;}

/* ====== FOOTER ===== */
#movieLogoWrap, #footer { width: 990px; margin: 0 auto;}
#more-contents { height: 266px; background: url(../images/base/bg_base.png) repeat-x left -40px; overflow: hidden;}
#footerGroup > h2 { width: 960px; margin: 0 auto; margin-top: -20px;}
#footerNewsList { width: 960px; margin: 0 auto; }
#footerNewsList li { width: 140px; height: 226px; float: left; margin: 20px 8px; background: url(../images/base/bg_bl80.png); border: 1px transparent solid;}
#footerNewsList li em { display: block; padding: 6px 10px 0 10px; margin-bottom: 10px; height: 56px; overflow: hidden;
	color: #fff; font-size: 10px; line-height: 14px;}
#footerNewsList li a:link, #footerNewsList li a:hover, #footerNewsList li a:active, #footerNewsList li a:visited { text-decoration: none;}
#footerNewsList li.movie:hover { border: 1px #fa3338 solid;}
#footerNewsList li.celeb_gossip:hover { border: 1px #ee28aa solid;}
#footerNewsList li.drama:hover { border: 1px #005cce solid;}
#footerNewsList li.entertainment:hover { border: 1px #2ab7f2 solid;}
#footerNewsList li.game_animation:hover { border: 1px #0dd57e solid;}
#footerNewsList li.kininaru:hover { border: 1px #f3b727 solid;}

#footerNewsList li p {
	width: 140px;
	height: 140px;
	/*background:red;*/
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
	layout-grid-line: 140px;
	padding:0;
	margin:0;
}


#footerNewsList li img { max-height: 140px; max-width: 140px; vertical-align: middle; margin:auto; margin:0;}

#footerNewsList li small { display: block; height:14px; margin: 0; padding: 0 10px;
	text-align: right; font-size: 10px; line-height: 14px;}
#footerNewsList li small img { margin-right: 5px; vertical-align: middle; width:3px; height:5px;}
#footerNewsList li.movie small { color: #fff; background-color: #fa3338;}
#footerNewsList li.celeb_gossip small { color: #fff; background-color: #ee28aa;}
#footerNewsList li.drama small { color: #fff; background-color: #005cce;}
#footerNewsList li.entertainment small { color: #363636; background-color: #2ab7f2;}
#footerNewsList li.game_animation small { color: #363636; background-color: #0dd57e;}
#footerNewsList li.kininaru small { color: #363636; background-color: #f3b727;}

#support-movies { background: url(../images/base/bg_base.png) repeat-x left bottom; padding-bottom: 40px;}
#support-movies h2 { background-color: #e7e3e3;}
#support-movies h2 span { display:block; width: 960px; margin: 0 auto; line-height: 30px;}
#support-movies h2 img { vertical-align: middle;}
#movieLogoWrap { text-align: center;}
#movieLogoWrap a { width: 220px; margin: 10px; text-align: center;}
#support-movies a:hover img {
	filter: alpha(opacity=70); /*For IE*/
	opacity: 0.7; /*Opera!|Safari*/
	-moz-opacity: 0.7; /*For FireFox*/}

.inlineNav li { display: inline; line-height: 40px;}
.inlineNav li a { font-size: 12px;	padding: 2px 15px;}
.inlineNav li:after { content: "|"; color: #d4d4d4;}
.inlineNav li:last-child:after {  content: " ";}
#footer .inlineNav { width: 560px; float:left;}
#footer .inlineNav li a { color: #666;}
#company_logo { width: 285px; float: right; margin-top: 10px;}
#footer small { display: block; width: 560px; float: left; font-size: 10px; color: #acacac; margin: 0 0 10px 15px;}

/* ====== PAGE TOP ===== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:100000;
}
#page-top a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/base/pagetop.png) no-repeat left top;
}
#page-top a:hover {
	filter: alpha(opacity=70); /*For IE*/
	opacity: 0.7; /*Opera!|Safari*/
	-moz-opacity: 0.7; /*For FireFox*/
}

/* ====== noimage===== */

#noimagemessage{
	font-weight:bold;
	margin:10px auto;
	text-align:center;
	
	
}





/* clearfix
------------------------------------- */
.clearfix:after, .tmbList li:after, .txtList li:after, .section h2:after, #todays-event li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix, .tmbList li, .txtList li, .section h2, #todays-event li { min-height: 1px;}
* html .clearfix, * html .tmbList li, * html .txtList li, * html .section h2, * html #todays-event li {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ====== AD ===== */
/* レクタングル */
.banner-rectangle { margin-bottom: 20px;}
.banner-rectangle:last-child { margin-bottom: 0;}
.banner-rectangle iframe { margin: 0; padding: 0;}

/* インタレストマッチ */
.interest-ads { text-align: left; word-wrap: break-word;}
/*** L ****/
.imframe_l{ margin-top:0px; margin-bottom:15px; padding-bottom:10px; width:630px; display:block; background-color:#fCfCfC; position:relative; padding:18px 0 10px; border-top:1px solid #FCFCFC; border-bottom:1px solid #FCFCFC;}
.imframe_l a{	text-decoration:none; display:block; cursor:pointer;}
.imframe_l a:hover{ color:#f28;	background-color:#fffccc;}
.imurl_l{ display:inline; text-decoration:none; font:italic; font-size:12px; line-height:12px; font-weight:normal; color:rgb(150,150,150); padding:1px 7px 0 20px;}
.imtitle_l{ /*background:transparent url(http://www.hollywood-ch.com/images/tieup_logo/intresticon.gif) center left no-repeat;*/
	margin:0 7px 0 0; padding:2px 7px 0 10px; font-size:16px; font-weight: bold; line-height:18px; color: #16649B;}
.imtitle_s .t{ text-decoration:underline;}
.imdesc_l{ display:block;	font-size:13px;	line-height:14px;	font-weight:normal;	color:rgb(130,130,130); padding:1px 7px 5px 10px;}
.immsg_l{	padding:0; font-size:12px;	line-height:12px;	position:absolute; right:5px; top:5px; margin:0 0 10px 0;}
/*** M ****/
.imframe_m{	margin-top:0px;	margin-bottom:10px; width:480px;	border:1px solid #ccc; display:block;	background-color: #f5f5f5; position:relative; padding:18px 0 10px;}
.imframe_m a{	text-decoration:none;	display:block; cursor:pointer;}
.imframe_m a:hover{	color:#f28;	background-color:#fffccc;}
.imurl_m{	display:inline;	text-decoration:none;	font:italic; font-size:12px;	line-height:12px;	font-weight:normal;	color:rgb(70,158,157); padding:1px 7px 0 20px;}
.imtitle_m{	/*background:transparent url(http://www.hollywood-ch.com/images/tieup_logo/intresticon.gif) center left no-repeat;*/
	margin:0 7px 0 0;	padding:2px 7px 0 20px;	font-size:16px;	font-weight:bold;	line-height:18px;	color: #d05478;}
.imtitle_m .t{ text-decoration:underline; font-weight: normal;}
.imdesc_m{ display:block;	font-size:14px;	line-height:14px;	font-weight:normal;	color:rgb(51,51,51); padding:1px 7px 5px 20px;}
.immsg_m{	padding:0; font-size:12px;	line-height:12px; position:absolute;	right:5px; top:5px;}
/*** S ****/
.imframe_s{	margin-top:0px;	margin-bottom:0px; width:215px;	border:0px solid #fff; display:block; background-color: #fCfCfC;}
.imframe_s a{	text-decoration:none;	display:block;	cursor:pointer;}
.imframe_s a:hover{	color:#f28;	background-color:#fffccc;}
.imurl_s{	display:inline;	text-decoration:none;	font:italic; font-size:12px;	line-height:12px; font-weight:normal; color:rgb(150,150,150);	padding:1px 0px 0px 5px;}
.imtitle_s{ /*background:transparent url(http://www.hollywood-ch.com/images/tieup_logo/intresticon.gif) center left no-repeat;*/
	margin:0;	padding:2px 0 0 0px; font-size:14px;	font-weight:bold;	line-height:14px;	color: #16649B;}
.imtitle_s .t{ text-decoration:none; font-weight: bold; display:block; margin:0 0 -5px 0;}
.imdesc_s{ display:block; font-size:12px; line-height:14px; font-weight:normal; color:rgb(130,130,130); padding:1px 0px 0px 0px; }
.immsg_s{	padding: 5px 0 0px 0px;	font-size:10px;	line-height:12px;	font-color:rgb(150,150,150);}

/* フッター広告 */
.article_footer_ad{
	width:490px;
	margin:20px auto 0;
	text-align: center;
	
}

/* 関連記事下広告 */

.news_middle_left{
	margin:0 10px 0 0;
	
}


.newsdata{
	color:#999;
	text-align:right;
	}

/* 自社バナー */

.houseBanner{
	width:988px;
	margin:0 auto;
	margin-bottom:8px;
	padding-top:10px;
	/*padding-bottom:5px;*/
	border-right: 1px #e5e3e3 solid;
	border-left: 1px #e5e3e3 solid;
	
}
.news_down_ad{
	overflow: hidden;
	text-align: center;

}
.news_down_ad>div{
	width:300px;
	float: left;
	margin-top: 0!important;

}
.news_down_ad>div:last-child{
	float: right;
}
.news_down_ad .ad_left{
	margin-left: 0;
margin-right: 10px;
}
.news-more-ad{
	width: 300px;
	margin-right: auto;
}
.pc_side_rect3_ad>div{
	width: 300px;
	display: block !important;
}
/*2016.04.28 自社横フッターバナー*/
.footerBannerLeft{
    position: fixed;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100px;
    height: 450px;
    left: 50%;
    margin-left: -625px;

}.footerBannerRight{
	position:fixed;
	 bottom: 0;
    top: 0;
    margin: auto;
    width: 100px;
    height: 450px;
	right:50%;
	margin-right:-625px;
}



#adspace_super #adiframe1>body{
 margin:0px!important;
}

/* サムネイル付のリスト（サイドバー） */
#tvdramaschedule .belt {
    position: relative;
    line-height: 18px;
    font-size: 18px;
    color: #202020;
    font-weight: normal;
    /* border-top: 1px #808080 solid; */
    border-top: 1px #d9d9d9 solid;
    padding: 20px 2px;
    margin-top: 10px;
}
#tvdramaschedule .drama-list li{
	overflow: hidden;
  zoom: 1;
}
#tvdramaschedule .drama-list li .tmb{
    margin-right: 10px;
    width: 100px;
    height: 67px;
    border: 1px solid #ddd;
    display: inline;
    float: left;
}
#tvdramaschedule .drama-list li .tmb img{
	width: 100%;
    height: 100%;
}
#tvdramaschedule .drama-list .box {
	float: right;
   width: 185px;

}

  #tvdramaschedule .drama-list .box .ttl{
  	margin-bottom: 5px;
  	min-height: 40px;

	    font-size: 13px;
    font-weight: bold;
}
#tvdramaschedule .drama-list li { margin-bottom: 10px; }

#tvdramaschedule .drama-info{

          color: #5e5f5e;
    font-size: 13px;
    text-align: right;

  }
#tvdramaschedule .drama-info .week{
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  color: #fff;
    text-align: center;

  } 
  /* 月  */
#tvdramaschedule .drama-info .week.mon{
    background-color: #ce5e5e;
  }
  /* 火  */
#tvdramaschedule .drama-info .week.tue{
    background-color: #ceca5e;

  }
  /* 水  */
#tvdramaschedule .drama-info .week.wed{
    background-color: #5eceaa;

  }
  /* 木  */
#tvdramaschedule .drama-info .week.thu{
    background-color: #5ea5ce;

  }
 /* 金  */
#tvdramaschedule .drama-info .week.fri{
    background-color: #5e66ce;
  }
    /* 土  */
#tvdramaschedule .drama-info .week.sat{
    background-color:#ce5ea3;

  }
    /* 日  */
#tvdramaschedule .drama-info .week.sun{
    background-color: #CB0133;

  }




  
