<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html,body {
}


body {
	background-color:#fff;
	color:#2d2d2d;
	font-size:14pt;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*----------------------------------------------------
	#content
----------------------------------------------------*/
#container {
	overflow: hidden;
}


header {
	height:40px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.4, rgb(247, 247, 247)));
	background-image: -moz-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(247, 247, 247) 40%);
	background-image: linear-gradient(top,rgb(255, 255, 255) 0%,rgb(247, 247, 247) 40%);
	border-bottom:1pa solid #979797; 
	width:100%;
}

#tvasahiLogo a {
	display:block;
	width:117px;
	height:40px;
	text-indent:-9999px;
	-moz-background-size   :114px 24px;
	-webkit-background-size:114px 24px;
	-o-background-size     :114px 24px;
	-ms-background-size    :114px 24px;
	/* background-image :url(/sphone/images/logo_tvasahi_x2.png); */
	background-image :url(/commons/1/images/logo_2020.svg);
	background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
	float:left;
	margin-left: 5px;
}

#search {
	margin:6px 5px 0 0;
	float:right;
}

#search #inputKeyword{
	width:100px;
}

#inputKeyword {
	height:25px;
	padding:0 5px;
	border:0;
	-webkit-box-shadow: inset 1px 1px 2px 0px #b2b2b2;
	-moz-box-shadow   : inset 1px 1px 2px 0px #b2b2b2;
	box-shadow        : inset 1px 1px 2px 0px #b2b2b2;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(251, 251, 251)),color-stop(1, rgb(223, 222, 222)));
	background-image: -moz-linear-gradient(top,rgb(251, 251, 251) 0%,rgb(223, 222, 222) 100%);
	background-image: linear-gradient(top,rgb(251, 251, 251) 0%,rgb(223, 222, 222) 100%);
	float:left;
}

#submitKeyword {
	width :25px;
	height:25px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	background-image:url(../images/btn_submit.png), -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(101, 109, 119)),color-stop(1, rgb(58, 62, 68)));
	background-image:url(../images/btn_submit.png), -moz-linear-gradient(top,rgb(101, 109, 119) 0%,rgb(58, 62, 68) 100%);
	background-image:url(../images/btn_submit.png), linear-gradient(top,rgb(101, 109, 119) 0%,rgb(58, 62, 68) 100%);
	background-repeat:no-repeat, repeat;
	background-position:50% 50%, 0 0;
	float:right;
}

.title3 {
	border-top: 2px solid #B0B4B5;
	padding:0.5em;
}

.title4 {
	font-size: 0.8em;
	border-top: 2px solid #B0B4B5;
	padding : 0.5em 0.5em 0 0.5em;
}

footer {
	background-color:#ffffff;
}

#globalNavi {
	background-color:#b0b4b5;
	padding:2px 3px;
}

#globalNavi li {
	float:left;
	width:25%;
}
#globalNavi li a {
	display:block;
	height:44px;
	text-indent:-9999px;
	margin:1px;
	border-radius        : 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-webkit-box-shadow: inset 0px 0px 6px 0px #555;
	-moz-box-shadow   : inset 0px 0px 6px 0px #555;
	box-shadow        : inset 0px 0px 6px 0px #555;
	border-top   :solid 1px #505151;
	border-right :solid 1px #C8CBCB;
	border-bottom:solid 1px #D2D4D4;
	border-left  :solid 1px #747777;
	background-repeat: no-repeat, repeat;
	-moz-background-size   :100px 400px, auto;
	-webkit-background-size:100px 400px, auto;
	-o-background-size     :100px 400px, auto;
	-ms-background-size    :100px 400px, auto;
	background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(165, 164, 164)),color-stop(1, rgb(120, 119, 119)));
	background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(top,rgb(165, 164, 164) 0%,rgb(120, 119, 119) 100%);
	background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(top,rgb(165, 164, 164) 0%,rgb(120, 119, 119) 100%);
}

#globalNavi li a:hover,
#globalNavi li a:active {
	background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(30, 161, 181)),color-stop(1, rgb(20, 113, 144)));
	background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(top,rgb(30, 161, 181) 0%,rgb(20, 113, 144) 100%);
	background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(top,rgb(30, 161, 181) 0%,rgb(20, 113, 144) 100%);
}


a.gNaviBangumi { background-position:50%   -3px, top left;}
a.gNaviNews    { background-position:50%  -53px, top left;}
a.gNaviDrama   { background-position:50% -103px, top left;}
a.gNaviVariety { background-position:50% -153px, top left;}
a.gNaviMusic   { background-position:50% -203px, top left;}
a.gNaviSports  { background-position:50% -253px, top left;}
a.gNaviAnime   { background-position:50% -303px, top left;}
a.gNaviCooking { background-position:50% -353px, top left;}


#toRoot {
	padding:20px 0;
	text-align:center;
}

#toRoot a:link,
#toRoot a:visited {
	padding:0.3em 1em;
	text-decoration:none;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(211, 211, 211)));
	background-image: -moz-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	background-image: linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	text-shadow   : 0px 1px 0px rgb(255, 255, 255);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color: #4c4c4c;
	border:solid 1px #a6a6a6;
}

#copyright {
	margin-top:10px;
	text-align:center;
	font-size:0.5em;
	background:#434343;
	padding:10px;
	color:#fff;
}

#switchSphone2PC {
	text-align:center;
}
#switchSphone2PC a {
	color:#01b1d3;
}

.toCategoryTop {
	text-align:right;
	margin-bottom:10px;
	padding:20px 0;
	text-align:center;
}

.toCategoryTop a:link,
.toCategoryTop a:visited {
	padding:0.3em 1em;
	text-decoration:none;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(211, 211, 211)));
	background-image: -moz-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	background-image: linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	text-shadow   : 0px 1px 0px rgb(255, 255, 255);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color: #4c4c4c;
	border:solid 1px #a6a6a6;
}

/*基盤以降メンテナンスの誘引ボタン*/
#Maitenance_Btn {
	text-align:center;
	margin:10px 0;
}


#Maitenance_Btn a {
	display: block;
	margin: 6px;
	padding: 8px 0;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), color-stop(0.5,#E2E2E2), color-stop(0.5,#D2D2D2), to(#F7F7F7));
	background: -moz-linear-gradient(top center, #FBFBFB 0%, #E2E2E2 50%, #D2D2D2 50%, #F7F7F7 100%);
	background: linear-gradient(top center, #FBFBFB 0%, #E2E2E2 50%, #D2D2D2 50%, #F7F7F7 100%);
	font-size: 12pt;
	color:#666;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow   : 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow        : 0px 1px 3px rgba(0,0,0,0.5);
	border:1px solid #999;
}


/*uliza player style*/
.movie_player_style{
    background-color:black;
    width:280px;
    height:158px;
    padding:0px;
    margin:auto;
    border: 2px solid #ffffff;
}

.movie_player_style.w270{
    width:270px;
    height:152px;
}

.movie_player_style.w284{
    width:284px;
    height:160px;
}

.movie_player_style.w300{
    width:300px;
    height:169px;
}


/* 20131025 common_fotter footer_contents */

.title3{ border: none;}

.content-unit {
	font: 13px Arial,Helvetica,sans-serif;
	padding: 0.5em 0.5em 0;
}

.content-unit a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
	color: inherit;
}

.content-unit .wrapper {
	background-color: white;
	border: 1px solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}

.divider {
	padding: 10px 8px;
	border-radius: 4px 4px 0 0;
	background-color: rgb(120, 119, 119);
	color: white;
	font-weight: bold;
}

.content-unit li { border-bottom: 1px solid #ccc; background-color: white;}
.content-unit li:last-child { border-bottom: none; -webkit-border-radius: 5px; border-radius: 5px;}
.content-unit li a { padding: 12px 8px; display: block;}

#topics .content-list a { padding: 8px;}


.table-cell-wrap { display: table; width: 100%;}
.table-cell-wrap&gt;* {
	display: table-cell;
	vertical-align: middle;
	max-width: 1px;
}

#topics h3 { margin-bottom: 4px;}

.content-list .thumb { width: 88px; vertical-align: top;}

.alignleft { float: left;}

.content-list .thumb img { width: 80px; height: auto;}

p.subtext { font-size: 12px; line-height: 1.3em; color: #777; }

.arrow-cell { width: 18px; text-align: right;}

.icon-arrow { height: 11px; width: 10px; background-position: 0 -2509px;}

.sprite {
	background-image: url('/sphone/images/common_footer/sprite.png');
	background-repeat: no-repeat;
	-webkit-background-size: 114px auto;
	-moz-background-size: 114px auto;
	-o-background-size: 114px auto;
	background-size: 114px auto;
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}


.footer_contents{ font-size: 12pt; padding: 0.5em 8px 0; border-top: solid 2px #B0B4B5;}

.footer_contents_field{
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.footer_contents_field &gt; p:first-child{
	color: white;
	font-weight: bold;
	background-color: #F00480;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 10px 8px;
}

.intro_field a{ color: #4c4c4c; padding: 8px; display: block;}
.intro_field a:hover{ text-decoration: none;}

.contents_img{ float: left;}
.contents_img img{ width: 80px; height: auto;}

.contents_text{ margin-left: 88px;}</pre></body></html>