/* ===========================================
	TBS Common CSS
=========================================== */

/* ===========================================
	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;
}

/* banner */
div.global-header div.gh-super {
	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;
}
/*	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);
}

/* 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);
	background-repeat:no-repeat;
	background-position:left top;
	width:150px;
	height:75px;
}
div.global-header div.gh-tbs ul {
	display:block;
	background-image:url(/um/v7/img/gh_boobo.png);
	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);
	background-position:0 -90px;
	background-repeat:no-repeat;
}

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

/*	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;}
@charset "iso-2022-jp";
/*/////////////////////////////////////////////////////////////////////////
default_CSS
/////////////////////////////////////////////////////////////////////////*/
body { text-align:center; font-size:62.5%; font-family: Verdana, "$B%R%i%.%N3Q%4(B ProN W3", "Hiragino Kaku Gothic ProN", "$B#M#S(B $B#P%4%7%C%/(B", "$B%a%$%j%*(B", Meiryo, sans-serif;}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, table, caption, tbody, tfoot, thead, tr, th, td, iframe { margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea { font-size:100%;}
img { border:none;}
hr { display:none;}
ul { list-style:none;}
.alt{ position:absolute; top:-5000px; left:-9999px;}
.bold { font-weight:bold;}
.normal { font-weight:normal;}
.cover { background:url(/mi/mi6/img/cover.gif); display:block;}
/*float*/
.floatL { float:left;}
.floatR { float:right;}
.clearfloat { height:1px; font-size:1%; clear:both; display:block; background: transparent;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*(J\(B*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*font*/
.tCenter { text-align:center !important;}
.tRight { text-align:right !important;}
.tLeft { text-align:left !important;}
/*font-color*/
.cRed { color:#c00;}
.cGrn { color:#509000;}
.cBlu { color:#0064d5;}

/*font-size*/
.f160 { font-size:160%;}
.f140 { font-size:140%;}
.f120 { font-size:120%;}
.f110 { font-size:110%;}
.f90 { font-size:90%;}
.f85 { line-height:normal; font-size:85% !important;}
/*link*/
a { text-decoration:none; color:#50688b;}
a:hover { text-decoration:underline; color:#444;}
/*padding*/
.pdg10 { padding:10px;}
/*margin*/
.mgnL10 { margin-left:10px;}
/*etc*/
.bgnone { background:none !important;}

/*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;}

/*jumpSmp_kinkon*/
#jumpSmp_kinkon {
	height:200px;
	color:#fff;
	background:#c00 url(/mi/mi6/img/idx_jumpsmp_kinkon.png) no-repeat center top;
	font-weight:bold;
	font-size:52px;
	line-height:120%;
	border-bottom:3px solid #eee;
}
#jumpSmp_kinkon a { display:block; color:#fff; padding:35px 0 0 450px;}

/*jumpSmp_hanamaru*/
#jumpSmp_hanamaru {
	height:200px;
	color:#5e340d;
	background:#cf275d url(/mi/mi6/img/idx_jumpsmp_hanamaru.png) no-repeat center top;
	font-weight:bold;
	font-size:52px;
	line-height:120%;
	border-bottom:3px solid #eee;
}
#jumpSmp_hanamaru a { display:block; height:165px; color:#5e340d; padding:35px 0 0 280px;}
#jumpSmp_hanamaru .org { color:#cf275d;}

/*jumpSmp_kanshasai*/
#jumpSmp_kanshasai {
	height:200px;
	color:#333;
	background:#fe0;
	font-weight:bold;
	text-align:center;
	font-size:52px;
	line-height:120%;
	border-bottom:3px solid #eee;
}
#jumpSmp_kanshasai a { display:block; height:165px; color:#5e340d; padding:35px 0 0 0;}

/*/////////////////////////////////////////////////////////////////////////
Common
/////////////////////////////////////////////////////////////////////////*/
body { background:#fff url(/mi/mi6/img/bg.png) no-repeat center 170px; color:#50545a; line-height:1.6em;}
#bg { background:url(/mi/mi6/img/di2_bg_head.gif) repeat-x top center;}
#bgBottom { background:url(/mi/mi6/img/bg.png) no-repeat bottom center;}
#container { width:980px; text-align:left; margin:0 auto; position:relative;}
#unit { padding:10px;}
#unitBottom { padding:30px 10px 10px;}
/*$B%P%J!<(B*/
#bnSuper { width:728px; height:90px; position:absolute; top:6px; right:0;}
#bnSuper iframe { margin:0; padding:0; width:728px; height:90px; position:absolute; top:0; right:0;}
#bnRectangle { height:250px; text-align:center; position:absolute;}
#bnRectangle .linkPolicy { font-size:120%; font-weight:bold; text-align:right; padding:5px 0 10px;}
.idx #bnRectangle { top:530px; right:35px;}
.idx #bnRectangle #bnSpot  { width:320px; position:absolute; top:0; right:-12px;}
.di2 #bnRectangle { top:170px; right:35px;}
.di2 #bnRectangle #bnSpot { width:320px; position:absolute; top:0; right:-12px;}
	.di2 #bnRectangle #bnSpot #jsoff { width:320px; height:180px; background:url(/mi/mi5/syplayer/img/jsoff.png) no-repeat center center;}
	.di2 #bnRectangle #bnSpot #jsoff p { display:none;}

#bnTxtad { width:600px; font-size:120%; text-align:center; position:absolute;}
#bnTxtad img { vertical-align:middle; margin-right:5px;}
.idx #bnTxtad { top:595px; left:10px;}
.di2 #bnTxtad { top:530px; left:10px;}
.idx .noplugin, .di2 .noplugin { display:none;}

/* flash */
@media print { #flasharea { display:none;}}


/* ===========================================
	TBS TimeTable
=========================================== */

body {
	font-family:Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	background-image:none;
	-webkit-text-size-adjust:100%;
	background-color:#eaeaea;
	}

div.cover {
	min-width:980px;
	position:relative;
	background-color:#fff;
}

div.box {
	text-align:left;
	width:980px;
	margin:0 auto;
	padding-top:5px;
	}
div.box div.header {
	font-size:2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center top;
	height:150px;
	margin-bottom:10px;
	}

/*	navigation
=================================== */

div#navibox h1 {
	position:absolute;
	left:92px;
	top:33px;
	font-size:1.6em;
	line-height:1.25;
	color:#4e4e4e;
	}
div#navibox h1:after {
	content:"TV Program Listing";
	display:block;
	line-height:1.5;
	font-size:12px;
	color:#999;
	}
div#navibox {
	position:relative;
	background-image:url(../img/tv_images.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
	}
div#navibox div.buttons {
	position:relative;
	height:102px;
	}
div#navibox div.buttons ul {
	list-style-type:none;
	}
div#navibox div.buttons ul li {
	display:block;
	position:absolute;
	}
div#navibox div.buttons ul li a {
	display:block;
	text-decoration:none;
	}
div#navibox div.buttons ul li a:hover {
	background-image:url(../img/tv_images.png);
	background-repeat:no-repeat;
	}
div#navibox div.buttons ul.ul-week li.btn-lastweek {
	left:295px;
	top:17px;
	}
div#navibox div.buttons ul.ul-week li.btn-thisweek {
	left:472px;
	top:15px;
	}
div#navibox div.buttons ul.ul-week li.btn-nextweek {
	left:743px;
	top:17px;
	}
div#navibox div.buttons ul.ul-week li.btn-lastweek a {
	width:177px;
	height:33px;
	}
div#navibox div.buttons ul.ul-week li.btn-lastweek a:hover {
	background-position:-1275px -127px;
	}
div#navibox div.buttons ul.ul-week li.btn-thisweek a {
	width:271px;
	height:37px;
	}
div#navibox div.buttons ul.ul-week li.btn-thisweek a:hover {
	background-position:-1452px -125px;
	}
div#navibox div.buttons ul.ul-week li.btn-nextweek a {
	width:177px;
	height:33px;
	}
div#navibox div.buttons ul.ul-week li.btn-nextweek a:hover {
	background-position:-1723px -127px;
	}
div#navibox div.buttons ul.ul-week li a span.date {
	display:block;
	color:#222;
	letter-spacing:0px;
	width:90px;
	text-align:center;
	line-height:1.25;
	position:absolute;
	font-size:1.2em;
	top:8px;
	}
div#navibox div.buttons ul.ul-week li.btn-lastweek a span.date {
	left:80px;
	}
div#navibox div.buttons ul.ul-week li.btn-thisweek a span.date {
	width:130px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	left:103px;
	}
div#navibox div.buttons ul.ul-week li.btn-nextweek a span.date {
	left:64px;
	}
div#navibox div.buttons ul.ul-time li {
	top:54px;
	}
div#navibox div.buttons ul.ul-time li.btn-morning {
	left:245px;
	}
div#navibox div.buttons ul.ul-time li.btn-evening {
	left:386px;
	}
div#navibox div.buttons ul.ul-time li.btn-night {
	left:527px;
	}
div#navibox div.buttons ul.ul-time li.btn-midnight {
	left:668px;
	}
div#navibox div.buttons ul.ul-time li.btn-now {
	left:813px;
	}
div#navibox div.buttons ul.ul-time li a {
	font-size:2px;
	text-indent:-9999px;
	width:137px;
	height:37px;
	}
div#navibox div.buttons ul.ul-time li.btn-now a {
	width:157px;
	}
div#navibox div.buttons ul.ul-time li.btn-morning a:hover {
	background-position:-1225px -164px;
	}
div#navibox div.buttons ul.ul-time li.btn-evening a:hover {
	background-position:-1366px -164px;
	}
div#navibox div.buttons ul.ul-time li.btn-night a:hover {
	background-position:-1507px -164px;
	}
div#navibox div.buttons ul.ul-time li.btn-midnight a:hover {
	background-position:-1648px -164px;
	}
div#navibox div.buttons ul.ul-time li.btn-now a:hover {
	background-position:-1793px -164px;
	}
div#navibox div.comments {
	background-color:#ffeab2;
	padding:0.5em 1.5em;
	margin:0 10px;
	}
div#navibox div.comments p {
	font-size:1.4em;
	line-height:1.25;
	font-weight:bold;
	color:#cc0017;
	}


/*	timetable
=================================== */

div.wrap {
	/* border:1px solid #d7dde6; */
	border:1px solid #fff;
	margin-bottom:20px;
	padding:6px;
	background-color:#fff;
	}

div#weeklybar {
	-webkit-transform:translate3d(0,0,0);
	}


/*	timetable
=================================== */

div.wrap table {
	width:966px;
	/*border-collapse:collapse;
	border-spacing:0;*/
	border-collapse:separate;
	padding:0;
	/*border-top:1px solid #8d9fb6;
	border-left:1px solid #8d9fb6;*/
	background-color:#f5f5f5;
	table-layout:fixed;
	}

/* thead */
div.wrap table thead th {
	/*border-right:1px solid #8d9fb6;
	border-bottom:1px solid #8d9fb6;*/
	background-color:#7d91a8;
	}
div.wrap table thead th.tolastweek, div.wrap table thead th.tonextweek {
	background-color:#6c7e99;
	}
div.wrap table thead th a, div.wrap table thead th span {
	display:block;
	color:#fff;
	padding:8px 4px;
	line-height:1.25;
	text-align:center;
	font-size:1.4em;
	text-decoration:none;
	}
div.wrap table thead th a:hover {
	text-decoration:underline;
	}

div.wrap table col.today {
	background-color:#e4e9ef;
	}
div.wrap table col.empty {
	background-color:#d8dee7;
	}
div.wrap table th.today span {
	background-color:#ff4e66;
	}

/* tbody */
div.wrap table tbody th {
	text-align:left;
	background-image:url(../img/tv_icon_time.png);
	background-position:left center;
	background-repeat:no-repeat;
	}
div.wrap table tbody th span.alt {
	position:static;
	font-size:2px;
	text-indent:-9999px;
	display:block;
	min-height:80px;
}

div.wrap table tbody th.tm00 {background-position:-750px center;}
div.wrap table tbody th.tm01 {background-position:-750px center;}
div.wrap table tbody th.tm02 {background-position:-750px center;}
div.wrap table tbody th.tm03 {background-position:-750px center;}
div.wrap table tbody th.tm04 {background-position:left center;}
div.wrap table tbody th.tm05 {background-position:-30px center;}
div.wrap table tbody th.tm06 {background-position:-60px center;}
div.wrap table tbody th.tm07 {background-position:-90px center;}
div.wrap table tbody th.tm08 {background-position:-120px center;}
div.wrap table tbody th.tm09 {background-position:-150px center;}
div.wrap table tbody th.tm10 {background-position:-180px center;}
div.wrap table tbody th.tm11 {background-position:-210px center;}
div.wrap table tbody th.tm12 {background-position:-240px center;}
div.wrap table tbody th.tm13 {background-position:-270px center;}
div.wrap table tbody th.tm14 {background-position:-300px center;}
div.wrap table tbody th.tm15 {background-position:-330px center;}
div.wrap table tbody th.tm16 {background-position:-360px center;}
div.wrap table tbody th.tm17 {background-position:-390px center;}
div.wrap table tbody th.tm18 {background-position:-420px center;}
div.wrap table tbody th.tm19 {background-position:-450px center;}
div.wrap table tbody th.tm20 {background-position:-480px center;}
div.wrap table tbody th.tm21 {background-position:-510px center;}
div.wrap table tbody th.tm22 {background-position:-540px center;}
div.wrap table tbody th.tm23 {background-position:-570px center;}
div.wrap table tbody th.tm24 {background-position:-600px center;}
div.wrap table tbody th.tm25 {background-position:-630px center;}
div.wrap table tbody th.tm26 {background-position:-660px center;}
div.wrap table tbody th.tm27 {background-position:-690px center;}
div.wrap table tbody th.tm28 {background-position:-720px center;}
div.wrap table tbody th.tm29 {background-position:-750px center;}
div.wrap table tbody th.tm30 {background-position:-750px center;}
div.wrap table tbody th.tm31 {background-position:-750px center;}

div.wrap table tbody tr.tm-am th {
	color:#222;
	background-color:#c1d685;
	}
div.wrap table tbody tr.tm-pm th {
	color:#222;
	background-color:#ffd666;
	}
div.wrap table tbody tr.tm-night th {
	color:#fff;
	background-color:#4e99b2;
	}
div.wrap table tbody tr.tm-mid th {
	color:#fff;
	background-color:#987fb2;
	}

div.wrap table tbody td {
	vertical-align:top;
	/* padding:4px; */
	line-height:1.25;
	/*border-right:1px solid #8d9fb6;
	border-bottom:1px solid #8d9fb6;
	background-color:#fff;*/
	border-bottom:1px dotted #8d9fb6;
	}
div.wrap table tbody td div {
	padding:4px;
	}
div.wrap table tbody td div a {
	display:block;
	text-decoration:none;
	}
div.wrap table tbody td div span, div.wrap table tbody td div strong {
	display:block;
	/*word-break:break-all;*/
	}
div.wrap table tbody td div span.icons {
	display:inline;
	}
div.wrap table tbody td div span.new {
	color:#c00;
	}
div.wrap table tbody td:hover {
	background-color:#d8dee7;
	/* cursor:pointer; */
	}
div.wrap table tbody td:hover strong {
	text-decoration:underline;
	}
div.wrap table tbody td div span.oa {
	display:inline;
	padding:2px 3px;
	line-height:1.25;
	font-size:1.2em;
	letter-spacing:1px;
	float:left;
	margin-bottom:4px;
	}
div.wrap table tbody tr.tm-am td div span.oa {
	color:#222;
	background-color:#c1d685;
	}
div.wrap table tbody tr.tm-pm td div span.oa {
	color:#222;
	background-color:#ffd666;
	}
div.wrap table tbody tr.tm-night td div span.oa {
	color:#fff;
	background-color:#4e99b2;
	}
div.wrap table tbody tr.tm-mid td div span.oa {
	color:#fff;
	background-color:#987fb2;
	}

div.wrap table tbody td div span.category {
	clear:both;
	background-image:url(../img/tv_icon_category.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:8px 0;
	border:1px solid #adb9ca;
	margin-bottom:4px;
	}
div.wrap table tbody tr td div span.category {display:none;}
div.wrap table tbody td div.drama span.category {display:block;background-position:center top;}
div.wrap table tbody td div.variety span.category {display:block;background-position:center -20px;}
div.wrap table tbody td div.info_wide span.category {display:block;background-position:center -40px;}
div.wrap table tbody td div.news span.category {display:block;background-position:center -60px;}
div.wrap table tbody td div.anime span.category {display:block;background-position:center -80px;}
div.wrap table tbody td div.sports span.category {display:block;background-position:center -100px;}
div.wrap table tbody td div.shopping span.category {display:block;background-position:center -120px;}
div.wrap table tbody td div strong {
	clear:both;
	color:#2d3e5b;
	font-size:1.2em;
	line-height:1.5;
	margin-bottom:4px;
	}
div.wrap table tbody td div span.img {
	margin-bottom:4px;
	}
div.wrap table tbody td div span.img img {
	width:208px;
	height:117px;
	}

span.txtA, span.txtB, span.txtC {
	color:#666;
	font-size:1.2em;
	line-height:1.5;
	margin-bottom:8px;
	}

span.tohp {
	background-image:url(../img/tv_images.png);
	background-position:-1000px 0;
	background-repeat:no-repeat;
	}
span.tohp a {
	font-size:2px;
	text-indent:-9999px;
	width:208px;
	height:30px;
	outline-style:none;
	}
span.tohp a:hover {
	background-color:#d8dee7;
	opacity:0.3;
	filter: alpha(opacity=30);	/* ie lt 8 */
	-ms-filter: "alpha(opacity=30)";	/* ie 8 */
	-moz-opacity:0.3;	/* FF lt 1.5, Netscape */
	-khtml-opacity:0.3;
	}
span.outgoing {
	display:block;
	font-size:1.2em;
	line-height:1.25;
	text-align:center;
	color:#7e7e7e;
	margin-top:6px;
	}

/*	hanrei
=================================== */

div.note {
	padding:10px 10px 30px;
	background-color:#fff;
	}
div.note-inner {
	border:1px solid #b6c0cc;
	padding:15px 0 15px 15px;
	}
div.note-inner ul {
	list-style-type:none;
	}
div.note-inner ul.ul-icons {
	margin-bottom:10px;
	}
div.note-inner ul li {
	display:inline;
	float:left;
	font-size:1.2em;
	line-height:1.6;
	width:232px;
	}

/*	footer
=================================== */

p.pgt {
	position:absolute;
	right:20px;
	bottom:-9px;
}
p.pgt a {
	display:block;
	text-decoration:none;
	background-image:url(../img/gf_pagetop.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	width:152px;
	height:102px;
	font-size:2px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

p.copyright {
	font-size:1.4em !important;
	width:980px;
	margin:20px auto 0;
	padding-bottom:30px;
	color:#4e4e4e;
	text-align:center;
	line-height:1.25;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
p.copyright a {
	color:#177bd6;
	text-decoration:underline;
}
p.copyright a:hover {
	text-decoration:none;
}



/*eof*/