/* header */

#header {
	height:123px;
	width:960px;
	margin:0 auto;
}

#header_wrapper {
	background:#f3f3f3;
	box-shadow:0 -1px 2px -1px rgba(219,219,219,1) inset;
	-moz-box-shadow:0 -1px 2px -1px rgba(219,219,219,1) inset;
	-webkit-box-shadow:0 -1px 2px -1px rgba(219,219,219,1) inset;
	-ms-box-shadow:0 -1px 2px -1px rgba(219,219,219,1) inset;
	border-bottom: 1px solid #eee\9;
}

#header_inner {
	float:right;
	width: 728px;
	padding:0;
}

.logotype {
	float: left;
	width:232px;
	height: 93px;
}

.logotype h1 {
	width: 167px;
	margin: 11px auto 0;
}

.header_banner {
	padding-top: 3px;
}

#header_menu {
	width: 728px;
	height: 30px;
	overflow:hidden;
	clear: both;
	margin-left: 232px;
	height:30px;
}

#header_menu ul {
	float: left;
	height:20px;
	margin-top: 9px;
	padding: 0;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}

#header_menu li{
	float: left;
	display: inline;
	padding: 0 0 0 8px;
}

#header_menu li:first-child {
	padding:0;
}

#header_menu a {
	display:block;
	padding:1px 0 0 12px;
	margin-right: 16px;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background:url(../../images/pc/menu_aroow.jpg) no-repeat left center;
}

#header_menu a:hover {
	text-decoration:underline;
}

#search_box {
	width: 200px;
	margin-top: 3px;
	height: 26px;
	float:right;
	overflow:hidden;
	position:relative;
	top:0;
}

.search_button {
	float:right;
	border:none;
	width:22px;
	height:22px;
	padding: 0;
	line-height: 140%;
	cursor:pointer;
	background:#000000;
}

@-moz-document url-prefix(){
.search_button
{width : 24px ; }
}

.search_button span {
	display:block;
	background:url(../../images/pc/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	text-indent:-10000px;
}

#search_input_box {
	width:179px;
	height:22px;
	position: absolute;
}

#search_input_box label {
	display:block;
	overflow:hidden;
	height:100%;
	_margin-top:5px;
}

input[type="text"],
input[type="password"]{
	line-height:1.4;
}

input[type="text"]:focus,
input[type="password"]:focus {
	border:2px solid #FC0;
}

.search_input {
	width:100%;
	height: 22px;
	padding-left:6px;
	font-size: 13px;
	border:1px solid #000000;
	line-height:1.4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}


/* global menu */

#global {
	width:100%;
	background:#ffffff;
}

#global_menu {
	clear: both;
	width: 960px;
	height: 38px;
	margin:0 auto;
}

#global_menu:after {
	content:'';
	background:url(../../images/pc/global_under.png) no-repeat;
	display:block;
	height:13px;
}

#global_menu ul{
	overflow:hidden;
	padding-top:0;
	height:38px;
	background:url(../../images/pc/gmenu_bg.png) no-repeat;
}

#global_menu li.fast{
	float: left;
	display: inline;
	padding:0;
}

#global_menu li{
	float: left;
	display: inline;
	padding:0;
}

#idl {
	border-bottom: 6px solid #ee3acb;
}

#drma {
	border-bottom: 6px solid #e32a2a;
}

#anm_hero {
	border-bottom: 6px solid #e8721b;
}

#vrty {
	border-bottom: 6px solid #1cae10;
}

#fish {
	border-bottom: 6px solid #1c6ce5;
}

#otr {
	border-bottom: 6px solid #0d98da;
}

#fre {
	border-bottom: 6px solid #6600ff;
}
#idl a{
	width: 104px;
}

#drma a{
	width: 104px;
}

#anm_hero a{
	width: 116px;
}

#vrty a{
	width: 104px;
}

#fish a{
	width: 104px;
}

#otr a{
	width: 104px;
}

#fre a{
	width: 104px;
}

#live a{
	width: 104px;
}
#global_menu a {
	display:block;
	padding:11px 0 8px 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:13px;
	-webkit-transition: all.2s;
	-moz-transition: all .2s;
  transition: all 0.2s;
}

#global_menu a:hover {
	background:#999;
}

#mypage_btn {
	width:106px;
}

#mypage_btn a {
	margin:4px 0 0 10px;
	padding: 6px 0;
	width:106px;
	background:#ffe400;
	color:#434343;
	border-radius:3px;
	text-shadow: -1px 1px 0 rgba(255,255,255,.4);
}

#mypage_btn a:hover {
	background:#ffc600;
}

/* fixed_global */
#fixed_global {
	display:none;
	width:100%;
	height:28px;
	background:#ffffff;
	position:fixed;
	top:0;
	left:0;
	-moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.4);
	border-bottom:2px solid #CCCCCC\9;
	z-index:100;
}

#fixed_header {
	width:960px;
	height:29px;
	margin:0 auto;
	overflow:hidden;
	background:url(../../images/pc/fixed_header_bg.jpg) no-repeat;
}

#fixed_header li {
	float:left;
}

#fixed_header #fixed_logo a {
	width:71px;
	margin-top:5px;
	padding:0 8px 0 0 ;
}

#fixed_header #fixed_logo a:hover {
	background:#ffffff;
}

#fixed_header a {
	display:block;
	padding: 7px 0 5px 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:12px;
}
#idl_f {
	width: 97px;
}

#drma_f {
	width: 97px;
}

#anm_hero_f {
	width: 106px;
}

#vrty_f {
	width: 97px;
}

#fish_f {
	width: 97px;
}

#otr_f {
	width: 106px;
}

#fre_f {
	width: 97px;
}
#live_f {
	width: 97px;
}

#fixed_header a:hover {
	background:#999;
}

#fixed_header #fixed_mypage a {
	width: 82px;
	height: 13px;
	margin:3px 0 0 5px;
	padding: 4px 0;
	background:#ffe400;
	color:#434343;
	border-radius:3px;
	text-shadow: -1px 1px 0 rgba(255,255,255,.4);
}

#fixed_header #fixed_mypage a:hover {
	background:#ffc600;
}

/* footer */
#footer {
	clear: both;
	width:100%;
	padding: 0;
	margin: 0 auto;
	background:#eeeeee;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	box-shadow:0 1px 2px -1px rgba(213,213,213,1) inset;;
	-moz-box-shadow:0 1px 2px -1px rgba(213,213,213,1) inset;;
	-webkit-box-shadow:0 1px 2px -1px rgba(213,213,213,1) inset;;
	-ms-box-shadow:0 1px 2px -1px rgba(213,213,213,1) inset;;
	border-top: 1px solid #e3e3e3\9;
}

#footer_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	font-size:11px;
	font-weight:bold;
}

#footer .footer_L {
	float: left;
	width:520px;
	margin: 0;
	padding:0;
}
#footer .footer_R {
	float: right;
	width:440px;
	padding:0;
	text-align:left;
}

.footer_list {
	margin-bottom: 22px;
}

#footer_list_last {
	margin-bottom:0;
}

#footer li {
	display: block;
	line-height: normal;
	width: 260px;
	float: left;
	font-size: 11px;
	color: #525252;
	display:inline;
}

#footer li a {
	font-size:12px;
}

#footer .footer_R .foot_s_s_box{
float: left;
padding-left: 7px;
}
#footer .footer_R .foot_s_s_box img{}
#footer .footer_R .foot_s_s_box p{font-size: 10px;line-height: 10px; color: #6C6C6C; font-family: "ＭＳ ゴシック", "Osaka−等幅";}
address {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 0 0;
	background: #626262;
	color: #D2D2D2;
	font-size: 11px;
	font-style: normal;
}
#footer ul{
	list-style: none;
	padding: 0;
	display: block;
	height: 20px;
}
#footer ul a{
	font-size: 11px;
	padding: 0 10px;
	line-height: normal;
}

#tv_asahi_cr {
	clear:both;
	display:block;
	height:31px;
	background:#333;
}

#tv_asahi_cr address {
	width:960px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:right;
	background:#333;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

#menseki {
	width:960px;
	margin:0 auto 60px;
	padding-left:7px;
	font-size:10px;
	color:#525252;
}

#footer a:link {
	color: #525252;
	text-decoration: none;
}
#footer a:visited {
	color: #525252;
	text-decoration: none;
}
#footer a:active {
	color: #525252;
	text-decoration: none;
}
#footer a:hover {
	color: #FFB900;
	text-decoration: underline;
}

/* alert */

#header_exp_top {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	background:url(../../images/pc/alert_bg.jpg) no-repeat #f3f3f3;
}

#header_exp_top ul,
#header_exp ul {
	width:960px;
	color:#4f4f4f;
	border:none;
	background: #f3f3f3;
}

#header_exp_top img,
#header_exp img {
	display:none;
}

#header_exp_top li,
#header_exp li{
	height:20px\9;
	list-style:none;
	margin:0 0 5px 10px;
	padding-left:25px;
	background:url(../../images/pc/alert_icon.jpg) no-repeat left 25%;
	font-size:12px;
	line-height: 1.6;
	color:#4f4f4f;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}


#header_exp_top li a,
#header_exp li a {
	display:block\9;
	padding-top:3px\9;
	color:#4f4f4f;
	text-decoration:none;
}

#header_exp_top span,
#header_exp span {
	display:block;
	padding-bottom:5px;
}

#header_exp_top li a:hover,
#header_exp li a:hover {
	text-decoration:underline;
}

#header_exp_top li a:visited,
#header_exp li a:visited {
	color:#4f4f4f;
}

#mv_superbanner {
	position: absolute;
	top: -158px;
	right: 0;
}

#breadcrumbs {
	position:relative;
}

/* 番組お知らせ */
#program_exp {
	display: table;
	background-color: #f3f3f3;
	width: 650px;
	margin-bottom: 10px;
}

.exp_icon {
	display: table-cell;
	vertical-align: middle;
	width: 24px;
	background-color: #0099ff;
}

.exp_icon span {
	display: block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/pc/program_icon.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

#program_exp p {
	display: table-cell;
	padding: 15px 5px 15px 15px;
	line-height: 1.4;
	font-size: 14px;
	color: #666666;
	text-shadow: -1px 1px 0 rgba(255,255,255,.8);
}

#program_exp a {
	display: block;
	color: #0099ff;
	line-height: 1.4;
	text-shadow: -1px 1px 0 rgba(255,255,255,.8);
	-webkit-transition: all .4s ease;
}

.program_arrow {
	display: table-cell;
	vertical-align: middle;
	width: 14px;
}

.program_arrow span {
	display: block;
	margin-right: 15px;
	width: 8px;
	height: 15px;
	background-image: url(../../images/pc/program_arrow.png);
	background-repeat: no-repeat;
}
#goTop{
	visibility:hidden;
}
#btn-pgtop{
	visibility:hidden;
}