@charset 'iso-2022-jp';
/************************************
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	/* background:#F4F4F4; */
	/* background:url(../img/common/bodyBg.jpg) repeat; */
	-webkit-text-size-adjust: 100%;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}


nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}


del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
?????????vertical-align: top;
?????????font-size:0;
?????????line-height: 0;
}

.alt {
	text-indent:-9999px;
	font-size:0px;
	line-height:0;
}

.clear {
	clear:both;
}


.clearfix:after {  
    content: ".";  
     display: block;       
	 visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
     line-height: 0;  
   clear: both;  
 }
 
 .clearfix {
 display: inline-block;
 }

.round {
	-webkit-border-top-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      border-top-right-radius: 6px;
	  -webkit-border-top-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      border-top-left-radius: 6px;
	  
	  -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      border-bottom-right-radius: 6px;
	  -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-left-radius: 6px;
}

.smallround {
	-webkit-border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      border-top-right-radius: 4px;
	  -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px;
	  
	  -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
	  -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
}


.shadow {
	-webkit-box-shadow:0px 0px 2px 0px #ccc;
	-moz-box-shadow:0px 0px 2px 0px #ccc;
	box-shadow:0px 0px 2px 0px #ccc; 
}

 * {
	/* font-family:"$B%a%$%j%*(B",Meiryo,"$B#M#S(B $B#P%4%7%C%/(B","Hiragino Kaku Gothic Pro","$B%R%i%.%N3Q%4(B Pro W3",sans-serif; */
	font-family:'$B%R%i%.%N3Q%4(B Pro W3','Hiragino Kaku Gothic Pro','$B%a%$%j%*(B',Meiryo,'$B#M#S(B $B#P%4%7%C%/(B',sans-serif;
	font-size:13px;
	line-height:1.8em;
	color: #333333;
	letter-spacing:1px;
}

a {
	text-decoration:none;
}

a:hover {
	color:#39F;
	text-decoration:underline;
}

/*css3 transition*/

.anim{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*lazyLoading*/

.lazy {
    display: none;
}

/*base*/

div#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	/* background:#F4F4F4; */
	background:url(../img/common/bodyBg.jpg) repeat;
}

div#container{
	background:url(../img/common/noiz.png) repeat;
	width:980px;
	min-height:300px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	position:relative;
	-webkit-box-shadow:0px 0px 6px 0px #333;
	-moz-box-shadow:0px 0px 6px 0px #333;
	box-shadow:0px 0px 6px 0px #333;
}

/* pageHeader */

div#pageHeader{
	width:100%;
	position:relative;
	min-height:130px;
}

h1#logo{
	position:absolute;
	top:20px;
	left:50px;
}

a#logoLink{
	display:block;
	width:290px;
	height:90px;	
}
p.onair{
	position:absolute;
	top:50px;
	left:380px;	
}

div#facebook{
	position:absolute;
	top:50px;
	right:73px;	
}

div#facebook a{
	display:block;	
}

div#facebook a:hover{
	opacity:0.7;
}

div#twitter{
	position:absolute;
	top:50px;
	right:32px;	
}

div#twitter a{
	display:block;
}

div#twitter a:hover{
	opacity:0.7;	
}

/* mainImageArea */

div#mainImageArea{
	width:100%;
	height:435px;
	margin-bottom:40px;
}

div.mainImage{
	width:926px;
	height:435px;
	background-color:#EAEAEA;
	border:#D3D3D3 solid 1px;
	position:relative;
}

div.mainImage img#mainimage{
	margin-left:12px;
	margin-top:10px;
		
}


/* toppage */

div#mainImageArea.toppage{
	border-left:#EAEAEA solid 15px;
}

div.mainImage.toppage{
	margin-left:15px;
}

a#today{
	display:block;
	width:450px;
	height:90px;
	background:url(../img/top/today.png) no-repeat;
	position:absolute;
	left:-48px;
	top:30px;	
}


/* linkMenuArea */

div#linkMenuArea{
	width:100%;
	position:relative;
	padding-bottom:20px;
}

div.archiveLinkArea{
	position:absolute;
	top:0px;
	left:100px;
	height:80px;
	width:410px;
	text-align:center;
	position:relative;
	cursor:pointer;
}

div.contentBannerArea{
	position:absolute;
	top:0px;
	left:55px;
	height:122px;
	width:500px;
	text-align:center;
	position:relative;
}

a.archiveLink{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:#F4F4F4 solid 8px;
}

a.archiveLink:hover{
	opacity:0.4;
	border:#EAEAEA solid 8px;
}

div.bannerArea{
	position:absolute;
	width:300px;
	height:250px;
	padding:8px;
	top:-150px;
	right:50px;
	background:#fff;
}

div.bannerBox{
		
}


/* yokokuArea */

div#yokokuArea{
	width:100%;
	position:relative;	
	margin-bottom:80px;
	margin-top:50px;
}

div#yokokuDateArea{
	height:20px;
	width:300px;
}

div.datePin span{
	display:inline-block;
}

span.yokokuDate{
	position:relative;
	top:-14px;
	left:2px;
}

span#yokoku{
	position:relative;
	top:-16px;
	left:10px;	
}

div#yokokuEngArea{
	position:relative;
	width:580px;
	height:90px;
	margin-left:30px;
}

div#yokokuEngArea span{
	display:inline-block;	
}

div#yokokuEngArea img{
	position:absolute;
	top:50px;
	left:110px;
	display:inline-block;	
}

div#yokokuDes{
	position:relative;
	width:885px;
	min-height:210px;
	margin-top:20px;
	margin-left:40px;
}

div.keisenArea{
	width:885px;
	min-height:35px;
	background:url(../img/common/keisen.png) repeat-y;
	padding-left:35px;
	border-bottom:#EAEAEA solid 1px;
	margin-bottom:35px;
}

div.keisenArea h3.keisenTitle{
	color:#844534;
	margin:0px;
	padding:0px;
	font-size:140%;
	font-weight:normal;
	letter-spacing:2px;
	line-height:35px;
	font-style:italic;
	padding-top:5px;
}

div.keisenArea p.keisenDate{
	color:#844534;
	line-height:35px;
	font-weight:bold;
	letter-spacing:2px;
	font-style:italic;
}

div.keisenArea p.description{
	line-height:35px;
	font-size:120%;
	font-style:italic;
}

div#castArea{
	position:absolute;
	top:0px;
	right:60px;	
}


/* aboutArea */

div#aboutArea{
	width:100%;
	position:relative;
}

div#aboutTitleArea{
	border-left:#000 solid 15px;
	padding-left:30px;
	padding-top:25px;
	height:75px;
}

h3#aboutTitle{
	display:block;
}

div#aboutDes{
	margin-left:40px;
}


/* nakapage */

div#mainImageArea.nakapage{
}

div.mainImage.nakapage{
	margin-left:auto;
	margin-right:auto;
}

div#monthTitleArea{
		
}

div#monthTitleArea h2{
		
}

div.articleArea{
	width:100%;
	margin-top:40px;
	position:relative;	
}

div.articleDateArea{
	width:100%;
	height:45px;
	position:relative;
}

div.articleDateArea span{
	display:inline-block;	
}

div.articleDateArea img.engTitle{
	position:absolute;
	top:-10px;
	left:150px;
	display:inline-block;	
}

div.articleNumberArea{
	position:absolute;
	text-align:right;
	top:-50px;
	right:70px;
}

div.articleNumberArea span{
	display:inline-block;	
}

div.articleDesArea{
	min-height:300px;	
	margin-left:30px;
}

h3.articleKeisenTitle{
	margin-left:85px !important;	
}

div.articleDesArea p.description{
	margin-left:85px;
	margin-bottom:20px;
}

div.imageArea{
	position:relative;
	width:100%;
}

img.articlePhoto{
	margin:0px 0px 20px 85px;
		
}

p.caption{
	color:#834534;
	position:absolute;
	font-style:italic;
	font-weight:normal;
}

p.caption span{
	font-weight:bold;
	color:#834534;
	}
	
p.address{
	margin-left:90px;
	margin-bottom:40px;
}

p.address span{
	font-weight:bold;
	color:#834534;
}

/* div.articlePhoto01{
	padding:7px;
	background:#E9E9E9;
	width:480px;
	height:270px;
	position:relative;
	top:0px;
	left:85px;
}

div.articlePhoto01 p.caption{
	position:absolute;
	width:300px;
	bottom:0px;
	left:510px;
	color:#834534;
}

div.articlePhoto02{
	padding:7px;
	background:#E9E9E9;
	width:270px;
	height:270px;
	position:relative;
	margin-bottom:50px;
	margin-top:20px;
}

div.articlePhoto02 p.caption{
	position:relative;
	text-align:center;
	width:270px;
	top:20px;
	left:0px;
	color:#834534;
} */

/* archiveArea */
div#archiveArea{
	width:100%;
	position:relative;
	min-height:150px;
	background:url(../img/common/noiz2.png) repeat;	
}

div.pageEdgeTop{
	width:100%;
	height:30px;
	position:absolute;
	top:-5px;
	left:0px;
	background:url(../img/common/paperEdgeTop.png) repeat-x;	
}

div#archiveTitle{
	position:relative;
	top:40px;
	left:50px;
}

ul#archive{
	position:relative;
	list-style:none;
	width:930px;
	left:30px;
	margin-top:70px;
	min-height:100px;
	padding-bottom:50px;
}

ul#archive li{
	min-height:45px;
	min-width:700px;
	padding-top:20px;
}

ul#archive li p.month{
	display:inline-block;
	position:relative;
	top:10px;
}

ul#archive li p.archives{
	display:inline-block;;
	position:relative;
	left:20px;
	top:-5px;
}

ul#archive li p.archives span{
	cursor:pointer;
	display:block;	
}

ul#archive li p.archives span:hover{
	 opacity:0.5;	
}

div.archiveDetailArea{
	width:100%;
	height:150px;
	/* display:none; */
	margin-bottom:20px;
}

div.archiveDetailArea.four{
	padding-left:130px;	
}

div.archiveDetailBox{
	width:183px;
	min-height:140px;
	float:left;
}

div.drectorsNoteArea{
	margin-left:auto;
	margin-right:auto;
	width:830px;
	background:url(../img/common/noiz2.png) repeat;
	min-height:100px;
	-webkit-box-shadow:0px 0px 2px 0px #ccc;
	-moz-box-shadow:0px 0px 2px 0px #ccc;
	box-shadow:0px 0px 2px 0px #ccc;
	padding:20px;
	padding-bottom:30px;
	position:relative;
	margin-bottom:80px;
}

div.directorsTitleArea{
	position:relative;
		
}

img.directorsTitle{
	margin-left:10px;
}

p.directorsTitleSub{
	position:absolute;
	top:20px;
	left:450px;
	color:#834534;
	font-size:130%;
}

div.directorsDesArea{
	position:relative;	
	min-height:250px;
}

img.directorsPhoto1{
	position:absolute;
	top:10px;
	left:20px;
}

img.directorsPhoto2{
	position:absolute;
	top:10px;
	left:50px;	
}

p.directorsDes{
	position:relative;
	left:420px;
	top:20px;
	width:380px;
	font-size:110%;
}

p.directorsBought{
	position:absolute;
	top:210px;
	left:30px;
	line-height:1.6;
	font-size:110%;
	font-weight:bold;
	color:#834534;
}

p.directorsBought span{
	font-style:italic;
	color:#834534;
	font-size:inherit;
}

/* number */

p.number{
}

p.number span{
	display:inline-block;
	margin-top:-10px;	
}

span.sprite-common-lt_sharp{
	width:40px;
	margin-right:-5px;
}
span.sprite-common-lt0{
}
span.sprite-common-lt1{
	margin-right:-25px;
}
span.sprite-common-lt2{
	margin-right:-15px;
}
span.sprite-common-lt3{
	margin-right:-15px;
}
span.sprite-common-lt4{
	margin-left:5px;
	margin-right:-15px;
}
span.sprite-common-lt5{
	margin-left:5px;
	margin-right:-15px;
}
span.sprite-common-lt6{
	margin-left:5px;
	margin-right:-30px;
}
span.sprite-common-lt7{
	margin-right:-15px;
}
span.sprite-common-lt8{
	margin-left:5px;
	margin-right:-15px;
}
span.sprite-common-lt9{
	margin-left:-10px;
	margin-right:-15px;
}



p.archiveDetail{
	width:170px;
	border-left:#ccc solid 1px;
	min-height:70px;
	padding-left:10px;
}

p.archiveDetail a{
	text-decoration:underline;	
}

span.date{
	display:inline-block;
	margin-bottom:6px;
	
}



/*footer area*/
div#footerArea{
  width:100%;
  height:165px;
  border-top:#ccc solid 1px;
}

div#footer{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:165px;
}

div.pageEdgeBottom{
	position:absolute;
	top:-20px;
	left:0px;
	background:url(../img/common/paperEdgeBottom.png) repeat-x;
	width:100%;
	height:30px;
}

div#pagetop_area{
	position:absolute;
	right:25px;
	top:20px;
}

div#pagetop_area a.pagetop_b{
	 display:block;	
}

div#pagetop_area a.pagetop_b:hover{
	background-color:#F4F4F4;	
}

span.tbs-link1{
	position:absolute;
	left:25px;
	bottom:30px;	
}

span.tbs-copy1{
	position:absolute;
	right:25px;
	bottom:30px;	
}

/* ===========================================
	TBS global header Legacy
=========================================== */

/*	reset
============================== */

html,body {
	padding:0;
	margin:0;
}

/*	common
============================== */

/*	GH common
============================== */

div.global-header {
	position:relative;
	background-repeat:repeat-x;
	border-bottom:2px solid #c2c2c2 !important;
	background-color:#eaeaea;
}
div.global-header h1 {
	display:none;
}
div.global-header nav,
div.global-header ul,
div.global-header li,
div.global-header p {
	margin: 0;
	padding: 0;
	line-height:1;
	letter-spacing:0;
}
div.global-header ul {
	list-style-type: none;
}

/* causion */
div.gh-caution p {
	line-height:1.5;
	text-align:center;
	background-color:#ffe000;
	padding: 12px 0;
	margin-bottom:12px;
}
div.gh-caution p b, div.gh-caution p strong {
	font-style:normal;
	font-weight:bold;
	color:#c00;
}
div.gh-caution p.gh-caution-tls {
	line-height:1.5;
	text-align:center;
	background-color:#ffe000;
	padding: 12px;
	margin-bottom:12px;
}
div.gh-caution p.gh-caution-tls b, div.gh-caution p.gh-caution-tls strong,
div.gh-caution p.gh-caution-tls a {
	color:#005eac !important;
}
div.gh-caution p.gh-caution-tls a {
	font-weight:normal;
	text-decoration:underline !important;
}

/* banner */
div.global-header div.gh-super {
	display:block;
	text-align:left;
	margin:0 auto;
}

/* tbs tv side */
div.global-header div.gh-tbs ul li {
	display:block;
	position:absolute;
}
div.global-header div.gh-tbs ul li a {
	display:block;
	background-repeat:no-repeat;
	text-indent:110%;
	white-space:nowrap;
	overflow:hidden;
}




/* catari widget */

.catari-widget, .catari-widget iframe {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.catari-widget {
	text-align:left;
	border:1px solid #d6d6d6;
	background-color:#fff;
	padding:4px;
}
.catari-widget-inner {
	
	height:315px;
	-webkit-overflow-scrolling:touch;
}
.catari-widget iframe {
	width:100%;
	height:100%;
	border:none;
	padding:0 !important;
	margin:0 !important;
	background-color:#fff !important;
}
.catari-widget p {
	color:#2d2d2d;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:"Helvetica Neue","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif !important;
	line-height:1;
	margin:0 !important;
}
.catari-widget p:after {
	content:"";clear:both;display:block;
}
.catari-widget p:first-child {
	font-size:14px !important;
	font-weight:bold !important;
	padding-bottom:4px;
}
.catari-widget p span {
	display:block;
}
.catari-widget p:first-child span {
/*	padding-left:44px; */
	padding-left:20px;
	padding-top:12px;
}
.catari-widget p:last-child span {
	padding-right:74px;
	padding-top:6px;
}
.catari-widget p:last-child {
	padding-top:4px;
	text-align:right !important;
	font-size:12px !important;
}
/*
.catari-widget p:first-child:before {
	content:"";
	display:block;
	background-image:url(/um/v7/img/catari_fromtbs.svg);
	width:40px;
	height:40px;
	float:left;
}
*/
.catari-widget p:last-child a {
	display:block;
	/* background-image:url(/um/v7/img/catari_logo.svg); */
	width:72px;
	height:24px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	float:right;
}
/*	GH PC header
============================== */

div.global-header,
div.global-header ul li,
div.global-header p.gh-search-btn {
	font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size:16px !important;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}

/* causion */
div.gh-caution p {
	font-size:87.5%;
}

div.global-header {
	text-align:left;
	background-image:url(/um/v7/img/gh_bg_pc.svg?0);
	background-size:320px 240px;
}

/* banner */
div.global-header div.gh-super {
	padding-bottom:12px;
}
div.global-header div.gh-super img {
	display:inline;
}
div.global-header div.gh-super span {
	display:inline;
}

/* tbs tv side */
div.global-header div.gh-tbs {
	position:absolute;
	background-image:url(/um/v7/img/gh_parts.svg?0);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:320px 240px;
	width:150px;
	height:75px;
}
div.global-header div.gh-tbs ul {
	display:block;
	background-image:url(/um/v7/img/gh_boobo.png?0);
	background-repeat:no-repeat;
	background-size:150px;
	background-position:0 36px;
	width:150px;
	height:75px;
}
div.global-header div.gh-tbs ul li.gh-home {
	left:30px;
	top:8px;
}
div.global-header div.gh-tbs ul li.gh-program {
	left:32px;
	top:40px;
}
div.global-header div.gh-tbs ul li.gh-home a {
	background-position:-170px 0;
	width: 90px;
	height: 26px;
}
div.global-header div.gh-tbs ul li.gh-program a {
	background-image: none;
	width: 86px;
	height: 25px;
}
div.global-header div.gh-tbs ul li.gh-side {
	display:none;
}

/* di2 only PC */
div.global-header div.gh-navi {
	height:76px;
	margin:0 auto;
}

/* di2 */
div.global-header div.gh-menu {
	position:relative;
	margin-left:150px;
}
div.global-header div.gh-menu ul.gh-main, div.global-header div.gh-menu ul.gh-sub {
	display:table;
	border-collapse: collapse;
	/* border-spacing: 0; */
}
div.global-header div.gh-menu ul.gh-main {
	width:100%;
}
div.global-header div.gh-menu ul.gh-sub {
	width:59%;
	margin-left:41%;
}
div.global-header div.gh-menu ul li {
	display:table-cell;
	vertical-align:middle;
	white-space:nowrap;
	}
div.global-header div.gh-menu ul.gh-main li {
	border-bottom:1px solid transparent;
}
div.global-header div.gh-menu ul li a {
	display:block;
	text-align:center;
	color:#222;
	text-decoration:none;
	}
div.global-header div.gh-menu ul li a:hover {
	/*font-weight:bold;*/
	color:#000;
}
div.global-header div.gh-menu ul.gh-main li a span {
	font-weight:bold;
	line-height:40px;
}
div.global-header div.gh-menu ul.gh-sub li a span {
	color:#fff;
	line-height:18px;
}
div.global-header div.gh-menu ul.gh-main li a:hover {
	background-color:#bfdcf3;
}
div.global-header div.gh-menu ul.gh-sub li a:hover,
div.global-header div.gh-menu p.gh-search-btn a:hover {
	background-color:#00569b;
}
div.global-header div.gh-menu ul.gh-main li a:before,
div.global-header div.gh-menu ul.gh-sub li a:before {
	content: "";
	display:block;
	float:left;
	margin-left: -1px;
	}
div.global-header div.gh-menu ul.gh-main li a:before {
	height:20px;
	margin-top:10px;
	border-left: 2px solid #80b9e7;
	}
div.global-header div.gh-menu ul.gh-sub li a:before {
	height:14px;
	margin-top:2px;
	border-left: 2px solid #80b9e7;
}
div.global-header div.gh-menu ul.gh-main li:first-child a:before,
div.global-header div.gh-menu ul.gh-sub li:first-child a:before {
	border-left:none;
}
div.global-header div.gh-menu ul.gh-main li a span,
div.global-header div.gh-menu ul.gh-sub li a span {
	display:inline-block;
}

/* search button */
div.global-header div.gh-menu p.gh-search-btn {
	position:absolute;
	left:0;
	top:41px;
}
div.global-header div.gh-menu p.gh-search-btn a {
	display:block;
	color:#fff;
	font-size:83%;
	text-decoration:none;
	line-height:18px;
	line-height:19px;	/* for IE9 */
	letter-spacing:0.75em;
	padding:0 15px;
}
div.global-header div.gh-menu p.gh-search-btn a:before {
	content: "";
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin-right:10px;
	background-image:url(/um/v7/img/gh_parts.svg?0);
	background-position:0 -90px;
	background-repeat:no-repeat;
	background-size:320px 240px;
}

/* tbs tv side */
div.global-header div.gh-tbs ul li.gh-home a {
	background-image:url(/um/v7/img/gh_parts.svg?0);
	background-size:320px 240px;
}

/*	GH 980px
============================== */

div.global-header {
	letter-spacing:0;
	min-width: 980px;
}
div.global-header div.gh-super {
	width:980px;
}
div.global-header div.gh-super:before {
	content: "";
	display:block;
	float:left;
	width:126px;
	height:1px;
}
div.global-header div.gh-navi {
	width:980px;
}
div.global-header div.gh-menu ul.gh-main li a span {
	font-size:87.5%;
	padding:0 12px;
}
div.global-header div.gh-menu ul.gh-sub li a span {
	font-size:83%;
	padding:0 12px;
}



/*jumpSmp*/
#jumpSmp {
	display:block;
	color:#fff;
	background: -moz-linear-gradient(center top, #9dce5f 50%,#7cbe2a 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #9dce5f),color-stop(0.5, #7cbe2a));
	text-align:center;
	font-size:52px;
	font-weight:bold;
	line-height:1.35;
	border-top:5px solid #ddd;
	border-bottom:5px solid #eee;
	padding:52px;
}
#jumpSmp a { display:block; color:#fff;}
