@charset "UTF-8";

@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg"); }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) repeat-y 0 0; }

.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y; }

/*
 * target: IE6,7
 * Validator: Valid
 */
html*.container-wrapper {
  background: #f2f2f2 url(../img/bg.png) repeat-y 50% 0; }

.aside:after {
  background-position: -920px 0; }

.aside-min:after {
  background-position: -1260px 0; }

.aside-container {
  position: relative;
  z-index: 1; }

.container-wrapper {
  background: #f2f2f2; }

.main-container {
  padding: 0 20px 0 40px; }
.main-container section {
  padding: 20px 0; }
.main-container section .site-title {
  color: #fafafa;
  margin: 0 -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #00a0c6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
  background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
  background-image: linear-gradient(top, #00a0c6, #0082a8);
  padding: 5px 20px; }
.main-container section p {
  margin-top: 10px; }

/*　追加　*/
.main-container section h1 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 20px 0;
  line-height: 1.5em;
}

.main-container section h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.5em 0 0px 0;
}

.main-container section h3 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 1em 0 10px 0;
}

.main-container section dl {
  padding: 20px 0;
}

.main-container section dt {
  font-size:0.9em;
  font-weight: bold;
}

.main-container section dd, .main-container section p {
  margin-top: 10px;
  font-size: 0.8em;
}

.main-container section > p {
  margin-top: 15px;
}

/*　タイトルバー設定　色のみ変更（このサンプルはグレーのグラデーション）　*/
.main-container .gradient-bar {
  color: #fafafa;
  margin: 0 -20px 10px -20px;
 /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);*/
  background-color: #0c0c0c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c2c2c), color-stop(100%, #0c0c0c));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #0c0c0c);
  background-image: -moz-linear-gradient(top, #2c2c2c, #0c0c0c);
  background-image: -o-linear-gradient(top, #2c2c2c, #0c0c0c);
  background-image: linear-gradient(top, #2c2c2c, #0c0c0c);
  padding: 5px 20px;
}

.txt-gra {
	color: #ff5a00;
 
}

.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
}

.main-container .timestamp {
  display: block;
  margin-top: 0.2em;
  float: right;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
}

.main-container .horizontal-list {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}

.main-container .horizontal-list ul {
  position: relative;
  float: left;
  left: 50%;
}

.main-container .horizontal-list li {
  position: relative;
  float: left;
  left: -50%;
}

.main-container .sumi:before {
  content: "【";
}

.main-container .sumi:after {
  content: "】";
}

.main-container .staff dl {
  padding: 20px 0;
}

.main-container .staff dt {
  font-weight: bold;
  margin-top: 1em;
}

.main-container .staff dd, .main-container .staff section p, .main-container section .staff p {
  margin-top: 0;
  font-size: 0.8em;
  text-indent: 1em;
}

.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 40px;
  z-index: 10;
  color: #fff;
  background-color: #dfe1e1;
  padding-top: 10px;
  border: solid 1px #f3f5f5;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.scroll2top:hover {
  background-color: #c1c3c3;
}


/*　参考までに　情報特番で使用したサブタイあり、画像左寄せのレイアウト用　*/

.ph-left { float:left; margin:0 15px 15px 0; }
.clearboth { clear:both; }
.catch_text { background-color:#FFc; padding:5px 10px; }
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}

.main-space { margin-top:-420px; }
.photo-space { margin-top:-460px; }
.menu-space { padding:8px 15px !important; }
.fw-b { font-weight:bold; }

.cast-name span { font-size:80%; }
.cast-name dd { margin-left:20px; }

.copyright-program { text-align:center; font-size:10px; }

#ghost-photo { text-align:center; width:100%; }

.anchorBox{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: -30px;
	left: -50px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	clear: both;
}


/*--------------------------------------
  text
---------------------------------------*/
p a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

p a {
  color: #d8020a;
  text-decoration: underline;
}
p a:visited {
  color: #d8020a;
  text-decoration: underline;
}
p a:focus {
  color: #d8020a;
  text-decoration: underline;
}
p a:active {
  color: #d8020a;
  text-decoration: underline;
}
p a:hover {
  color: #ff0808;
  text-decoration: none;
}

::-moz-selection{
background:#316ac5;
color:#ffffff;
}

::selection {
background:#316ac5;
color:#ffffff;
}


/* FONT
##################################### */
.font-08	{ font-size: 60% !important; }
.font-09	{ font-size: 70% !important; }
.font-10	{ font-size: 77% !important; }
.font-11	{ font-size: 85% !important; }
.font-12	{ font-size: 93% !important; }
.font-13	{ font-size: 100% !important; }
.font-14	{ font-size: 108% !important; }
.font-15	{ font-size: 116% !important; }
.font16		{ font-size: 1.25em !important; }
.font-16	{ font-size: 123.1% !important; }
.font-17	{ font-size: 130% !important; }
.font-18	{ font-size: 145% !important; }
.font-19	{ font-size: 160% !important; }
.font-20	{ font-size: 200% !important; }
.font-21	{ font-size: 210% !important; }
.font-22	{ font-size: 220% !important; }
.font-23	{ font-size: 230% !important; }
.font-24	{ font-size: 240% !important; }
.font-25	{ font-size: 250% !important; }
.font-under	{ text-decoration: underline !important; }
.font-bold	{ font-weight: bold !important; }	


/* BLANK
##################################### */

.mb-0 { margin-bottom: 0px !important;}
.mb-5 { margin-bottom: 5px !important;}
.mb-7 { margin-bottom: 7px !important;}
.mb-10 { margin-bottom: 10px !important;}
.mb-15 { margin-bottom: 15px !important;}
.mb-20 { margin-bottom: 20px !important;}
.mb-25 { margin-bottom: 25px !important;}	
.mb-30 { margin-bottom: 30px !important;}
.mb-35 { margin-bottom: 35px !important;}
.mb-40 { margin-bottom: 40px !important;}
.mb-45 { margin-bottom: 45px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mb-55 { margin-bottom: 55px !important;}
.mb-60 { margin-bottom: 60px !important;}
.mb-70 { margin-bottom: 70px !important;}


/* COLOR
##################################### */
.color0	{ color: #000000; }	/* BLACK */
.color1	{ color: #ffffff; }	/* WHITE */
.color2	{ color: #eb0007; }	/* RED */
.color3	{ color: #d30006; }	/* RED2 */
.color4	{ color: #f64b00; }	/* orange */
.color5	{ color: #002b73; }	/* orange */
.color6	{ color: #ff2a30; }	/* RED3 */	


/* line-height
##################################### */
.lineh-10 {line-height: 1em !important; }
.lineh-12 {line-height: 1.2em !important; }
.lineh-14 {line-height: 1.4em !important; }	
.lineh-16 {line-height: 1.6em !important; }
.lineh-18 {line-height: 1.8em !important; }	
.lineh-20 {line-height: 2.0em !important; }
.lineh-21 {line-height: 2.1em !important; }
.lineh-22 {line-height: 2.2em !important; }
.lineh-23 {line-height: 2.3em !important; }
.lineh-24 {line-height: 2.4em !important; }
.lineh-25 {line-height: 2.5em !important; }
.lineh-28 {line-height: 2.8em !important; }
.lineh-30 {line-height: 3.0em !important; }
	

/* banner
##################################### */
#site-bnr {
	border: none !important;
}

.site-bnr a {
	border: none !important;
}

.sp-banner {
	border: none !important;
}