@charset "utf-8";
/*--------------------------------------------------------------------
/- admin  :TV TOKYO Communications Corporation.
/- update :20130510
/--------------------------------------------------------------------*/

/**********************************************************************

　目次：追加した順に記述します。

　01.top
　02.下層ページ共通
　03.news
　04.dvd
　05.live
　06.broadcaster
　07.special
　08.lineup
　09.contentspage

**********************************************************************/

/*
　基本フォントサイズは13px（下記を参考に%で指定する）
　10px→77%　 11px→85%　 12px→93%　 13px→100%　14px→108%
　15px→116%　16px→124%　17px→131%　18px→139%　19px→147%
　20px→154%　21px→162%　22px→169%　23px→177%　24px→185%
　25px→192%　26px→200%
*/

.pink {
	color: #ff275a;
}
/**********************************************************************
 スマホサイトへ遷移するボタン
**********************************************************************/

.smpBranch a {
	margin: 15px;
	display: block;
	background: #1365C8;
	color: #fff;
	font-weight: bold;
	font-size: 54px;
	text-decoration: none;
	padding: 35px 0;
	text-align: center;
	text-shadow: -5px -5px 1px #05378B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 14px 0px #05378B;
}
/**********************************************************************
　01.top
  ヘッダの設定は一部「02.下層ページ共通」の後に記述
**********************************************************************/

#top #header_bg {
	background: url(../../images/main_img_bg.png) center top repeat-x;
	padding-top: 8px;
}
#top #header {
	background: url(../../images/main_img.png) center top no-repeat;
	height: 529px;
}
#top h1 {
	height: 444px;
}
#top #socialbtn {/* ソーシャルタグ */
	margin: 0 0 10px 0;
	display:inline-block;
	width: auto;
}
#top ul.top_bnr {
	clear: both;
}
#top .bnr_box {
	width: 300px;
	height: 250px;
	float: left;
	margin-right: 20px;
	margin: 0 20px 25px 0;
}
#top .bnr_box:nth-child(3n) {
	margin-right: 0;
}
#top .movie {
	width: 500px;
	margin: 0 auto 30px auto;
}
#top .newsBlock {
	margin: 30px 15px 30px 0;
}
#top .newsBlock h2 {
	font-family: 'Russo One', sans-serif;
	-moz-text-shadow: 2px 2px 1px #000;
	-webkit-text-shadow: 2px 2px 1px #000;
	text-shadow: 2px 2px 1px #000;
	font-size: 300%;
	letter-spacing: 4px;
	line-height: 1;
	color: #fff;
	float: left;
	margin: 0 20px 5px 0;
}
#top .newsBlock ul {
	color: #fff;
	float: left;
	margin-top: 3px;
	font-size: 115%;
	letter-spacing: 1px;
}
#top .newsBlock li {
	margin-left: 7em;
	text-indent: -7em;
}
#top .newsBlock a {
	color: #fff;
}
#top .newsBlock a .icon_new {
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
	background: #de447c;
	color: #fff;
	padding: 1px 4px;
	border-radius: 2px;
	margin-left: 2px;
	vertical-align: middle;
}
#top .newsBlock .date {
	font-family: 'Oswald', sans-serif;
	color: #CDFF92;
	font-weight: bold;
	padding-right: 15px;
}

.ondemand {
	background: #000;
	padding: 10px;
	border-radius: 5px;
	margin: 20px 10px;
	clear: both;
}
.ondemand h2 {
	padding: 5px 0 15px 10px;
	margin: 0;
	text-align: center;
}
.ondemand .ondemand_in {
	/*width:580px;*/
	margin: 0 auto;
}


#top div.top_alert {
	display: inline-block;
	margin: -2px 14px 10px!important;
	position: absolute;
	width: 685px;
}
#top div.top_alert p {
	color: #cc0000;
	background-color: #fff;
	font-size: 108%;
	line-height: 1.4;
	padding: 3px 10px 2px;
	border-radius: 1px;
	text-align: center;
}

/**********************************************************************
　02.下層ページ共通
**********************************************************************/
#header_bg {
	background: url(../../images/lowermain_img_bg.png) center top repeat-x;
	padding-top: 5px;
}
#header {
	background: url(../../images/lowermain_img.png) center top no-repeat;
	height: 317px;
}
#header .toplink {
	width: 980px;
	margin: 0 auto 30px auto;
}
#header .toplink a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#header .toplink img {
	margin-left: -60px;
}
#contents_left {
	width: 620px;
	float: left;
}
#contents_left_in {
	width: 572px;
	margin: 0 auto;
	background: url(../../images/contents_left_bg.jpg) repeat;
	border-left: 5px solid #aa7b43;
	border-right: 5px solid #aa7b43;
	border-bottom: 5px solid #aa7b43;
	padding: 14px 14px 30px 14px;
}
#contents_right {
	width: 300px;
	float: right;
}
#contents_right .bnr_box {
	margin-bottom: 15px;
}
/********
　01.top
********/
#top #header_bg {
	background: url(../../images/main_img_bg.png) center top repeat-x;
	padding-top: 8px;
}
#top #header {
	background: url(../../images/main_img.png) center top no-repeat;
	height: 529px;
}
/**********************************************************************
　03.news
**********************************************************************/
#news #contents_left h2 {
	background: url(../../news/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#news .article {
	margin-bottom: 20px;
}
#news .article dl.article_title {
	background: #2e180d;
	margin-bottom: 10px;
}
#news .article dt.date {
	font-family: 'Russo One', sans-serif;
	width: 120px;
	text-align: center;
	padding: 8px 0;
	font-size: 110%;
	color: #CDFF92;
	float: left;
	letter-spacing: 2px;
}
#news .article dd {
	font-size: 108%;
	float: left;
	padding: 9px 15px;
	font-weight: bold;
	color: #f00;
	width: 422px;
	background: #fff;
}
#news .article_in {
	padding: 0 15px;
}
#news .article_in .more a {
	background: url(../../news/images/icon_cupid.gif) #EEBF8A center right no-repeat;
	padding: 3px 33px 3px 10px;
	color: #2f180d;
	float: right;
	display: inline;
	margin-top: 10px;
	font-weight: bold;
}
#news .article_in .more a:hover {
	color: #8C411D;
	text-decoration: none;
}
/**********************************************************************
　04.dvd
**********************************************************************/
#dvd #contents_left h2 {
	background: url(../../dvd/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#contents_left_in .description {
	margin-top: 20px;
}
#contents_left_in .description .txt_box {
	padding: 15px;
	background: #fff;
}
#contents_left_in .description dt {
	font-weight: bold;
}
#dvd #contents_left .dvd_02 {
	margin-top: 20px;
	padding: 0 0 0 78px;
}


#dvd #contents_left .movie {
	background: #461f0c;
	width: 510px;
	height: 317px;
	margin: 20px auto 10px auto;
	padding: 17px 0 0 15px;
}
#dvd #contents_left .jaket_box {
	width: 480px;
	margin: 20px auto;
	display: block;
}
#dvd #contents_left .jaket_box img {
	border: #000 solid 8px;
}
#dvd #contents_left .jaket_box .left {
	margin: 0;
	padding: 0;
	float: left;
}
#dvd #contents_left .jaket_box .center {
	margin: 10px auto;
	padding: 0;
	max-width: 50%;
	text-align: center;
	border: #000 solid 5px;
}
#dvd #contents_left .jaket_box .right {
	margin: 0;
	padding: 0;
	float: right;
}
#dvd .lineup_box {
	font-size: 13px;
	width: 233px;
	float: left;
	padding: 20px 25px;
	background: url(../../dvd/images/border_decoration.jpg) center bottom repeat-x;
}
#dvd .lineup_box:last-child {
	background: none;
}
#dvd .jaket {
	text-align: center;
}
#dvd .jaket img {
	border: 2px solid #2f180d;
}
#dvd .lineup_title {
	color: #2f180d;
	font-weight: bold;
	margin-top: 10px;
}
#dvd .lineup_price_box {
	text-align: right;
	font-size: 85%;
}
#dvd .lineup_price_box span {
	font-size: 110%;
	font-weight: bold;
	color: #c00;
	display: block;
	margin-top: 10px;
}
#dvd .lineup_btn {
	text-align: center;
	margin: 10px 0;
}
/* live_dvd */

#dvd.live_dvd .livedvd_price {
	width: 571px;
	height: 587px;
	background: url(../../dvd/images/livedvd_price.jpg) no-repeat;
}
#dvd.live_dvd .livedvd_price .btn_yoyaku {
	padding: 240px 0 0 290px;
}
.red {
	color: #F00;
}
/**********************************************************************
　05.live
**********************************************************************/

#live #contents_left h2 {
	background: url(../../live/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}


#live #contents_left .dvd_02 {
	margin-top: 20px;
	padding: 0 0 0 78px;
}

#live #contents_left .jaket_box {
	width: 480px;
	margin: 20px auto;
	display: block;
}
#live #contents_left .jaket_box img {
	border: #000 solid 8px;
}
#live #contents_left .jaket_box .left {
	margin: 0;
	padding: 0;
	float: left;
}
#live #contents_left .jaket_box .center {
	margin: 10px auto;
	padding: 0;
	max-width: 50%;
	text-align: center;
	border: #000 solid 5px;
}
#live #contents_left .jaket_box .right {
	margin: 0;
	padding: 0;
	float: right;
}


/**********************************************************************
　06.broadcaster
**********************************************************************/

#broadcaster #contents_left h2 {
	background: url(../../broadcaster/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#broadcaster .new {
	color: #ad102a;
	font-weight: bold;
	font-size: 130%;
}
#broadcaster .icon_new {
	font-family: 'Russo One', sans-serif;
	background: #1526b4;
	color: #fff;
	padding: 0 5px;
	font-weight: normal;
	font-size: 130%;
}
#broadcaster #contents_left_in table {
	width: 572px;
	color: #2e180d;
}
#broadcaster #contents_left_in th {
	font-size: 124%;
	font-weight: bold;
	text-align: center;
	background: #c4925e;
	width: 95px;
	border-bottom: 2px solid #f6d7b6;
}
#broadcaster #contents_left_in td {
	font-size: 124%;
	background: #e7c097;
	border-bottom: 2px solid #f6d7b6;
	padding: 5px 0;
}
/**********************************************************************
　07.special
**********************************************************************/
#special #contents_left h2 {
	background: url(../../special/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#special .app_mov {
	background-color: #000;
	padding: 10px;
	width: 520px;
	margin: 0 auto;
}
#special .app_summary {
	background: url(../../special/images/summary.jpg) no-repeat;
	width: 572px;
	height: 220px;
	margin-bottom: 20px;
}
#special .dl_btn {
	width: 572px;
	margin: 0 auto;
}
#special .dl_btn div {
	float: left;
}
#special .dl_btn .btn_first {
	margin-right: 29px;
}
#special .app_social {
	margin: 15px 0 15px 15px;
}
/**********************************************************************
　08.lineup
**********************************************************************/
#lineup #contents_left h2 {
	background: url(../../lineup/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
.lineup_box {
	margin-bottom: 20px;
}
.lineup_box .date {
	font-family: 'Russo One', sans-serif;
	letter-spacing: 2px;
	background: #b70780;
	color: #fff;
	padding: 2px 15px;
}
.lineup_box .ttl {
	color: #fff;
	font-size: 154%;
	background: #f513ae;
	color: #fff;
	padding: 2px 15px;
}
.lineup_box .guests {
	background: #fff;
	padding: 20px 15px;
	border: 3px solid #f513ae;
}
.lineup_box .guests .program {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #f513ae;
}
/**********************************************************************
　09.contentspage
**********************************************************************/
#contentspage #contents_left h2 {
	background: url(../../contents/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#contentspage .section {
	margin-top: 20px;
	background: #fff;
}
#contentspage .section .thumlist {
	padding: 20px 15px;/*border-left:solid #ff6000 3px;
    border-right:solid #ff6000 3px;*/
}
#contentspage .section .ttl {
	background: #ff6000;
	font-size: 139%;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
#contentspage .section .thum {
	float: left;
	margin-right: 15px;
}
#contentspage .section .thum img {
	border: solid #4d4d4d 10px;
}
#contentspage .section ul {
}
#contentspage .section .etcbox {
	clear: both;
	padding: 10px 15px;
	background: #eee;/*border-left:solid #ff6000 3px;
    border-right:solid #ff6000 3px;
    border-bottom:solid #ff6000 3px;*/
}
/**********************************************************************
　10.goods
**********************************************************************/
#goods #contents_left h2 {
	background: url(../../goods/images/pagettl.jpg) no-repeat;
	width: 620px;
	height: 69px;
}
#goods .goods_contents {
	background: url(../../goods/images/goods_contents.jpg) no-repeat;
	width: 571px;
	height: 631px;
}
#goods .goods_contents .yoyaku_btn {
	margin: 515px 0 0 233px;
}
/**********************************************************************
　11.2017sp
**********************************************************************/
#sp2017 #wrapper .mainimg {
	background: #28016b;
	width: 610px;
	margin: 0 auto;
}
#sp2017 #wrapper .readtxt {
	font-size: 116%;
	line-height: 1.8;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px 20px 25px;
}
#sp2017 #wrapper .corner {
	background: #fff;
	padding: 20px;
	font-size: 116%;
}
#sp2017 #wrapper .corner_tit {
	background: #e8f100;
	background: -moz-linear-gradient(45deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	background: -webkit-linear-gradient(45deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	background: linear-gradient(-135deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	font-size: 220%;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 0 5px #FF0A0A;
	padding: 15px;
	margin: -20px -20px 20px -20px;
	text-align: center;
}
#sp2017 #wrapper .corner_tit .small {
	display: block;
	font-size: 70%;
}
#sp2017 #wrapper .corner_txt {
	font-size: 108%;
	font-weight: bold;
}
#sp2017 #wrapper .corner_tit_sub {
	font-size: 116%;
	color: #ed148c;
	margin: 0 0 15px 0;
}
#sp2017 #wrapper .corner_tit_sub:before {
	content: "★";
}
#sp2017 #wrapper .corner_tit_sub:after {
	content: "";
	display: block;
	background: #e8f100;
	background: -moz-linear-gradient(45deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	background: -webkit-linear-gradient(45deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	background: linear-gradient(-135deg, #e8f100 0%, #fd9b0c 20%, #ff174b 74%, #d410ea 100%);
	height: 2px;
}
#sp2017 #wrapper .movie_list {
	overflow: hidden;
}
#sp2017 #wrapper .movie_thum {
	width: 260px;
	float: left;
	margin: 0 0 15px 0;
	background: #000;
}
#sp2017 #wrapper li:nth-child(even) {
	float: right;
}
#sp2017 #wrapper .movie_thum a, #sp2017 #wrapper .movie_thum a:hover {
	text-decoration: none;
	color: #fff;
}
#sp2017 #wrapper .movie_thum span.img {
	display: block;
	width: 260px;
	height: 146px;
	overflow: hidden;
	position: relative;
}
#sp2017 #wrapper .movie_thum img {
	transition: .3s all;
	width: 100%;
}
#sp2017 #wrapper .movie_thum:hover img {
	transform: scale(1.1);
}
#sp2017 #wrapper .movie_tit {
	display: block;
	background: #000;
	color: #fff;
	padding: 10px;
}
#sp2017 #wrapper span.movie_arrow {
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	background: #fff;
	border-radius: 40px;
	bottom:5px;
	right: 5px;
}
#sp2017 #wrapper span.movie_arrow:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 10px transparent solid;
	border-right-width: 0;
	border-left-color: #ED148C;
	position: absolute;
	top: 10px;
	left: 16px;
}


