@charset "UTF-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
 5.News Tab Redesign
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('/common/fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot');
	src: url('/common/fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
		url('/common/fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.woff') format('woff'),
		url('/common/fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.ttf') format('truetype'),
		url('/common/fonts/proximanova_regular_macroman/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('/common/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.eot');
    src: url('/common/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.woff') format('woff'),
         url('/common/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('/common/fonts/proximanova_bold_macroman/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
	font-family: 'ProximaNovaCnRgRegular';
	src: url('/common/fonts/proximanovacondensed_regular_macroman/ProximaNovaCond-Reg-webfont.eot');
	src: url('/common/fonts/proximanovacondensed_regular_macroman/ProximaNovaCond-Reg-webfont.eot?#iefix') format('embedded-opentype'),
		url('/common/fonts/proximanovacondensed_regular_macroman/ProximaNovaCond-Reg-webfont.woff') format('woff'),
		url('/common/fonts/proximanovacondensed_regular_macroman/ProximaNovaCond-Reg-webfont.ttf') format('truetype'),
		url('/common/fonts/proximanovacondensed_regular_macroman/ProximaNovaCond-Reg-webfont.svg#ProximaNovaCnRgRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaCnRgRegular';
    src: url('/common/fonts/proximanovacondensed_bold_macroman/ProximaNovaCond-Bold-webfont.eot');
    src: url('/common/fonts/proximanovacondensed_bold_macroman/ProximaNovaCond-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/fonts/proximanovacondensed_bold_macroman/ProximaNovaCond-Bold-webfont.woff') format('woff'),
         url('/common/fonts/proximanovacondensed_bold_macroman/ProximaNovaCond-Bold-webfont.ttf') format('truetype'),
         url('/common/fonts/proximanovacondensed_bold_macroman/ProximaNovaCond-Bold-webfont.svg#ProximaNovaCnRgBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
#contentNews {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}
#contentNews a {
	color: #111111;
}
#contentNews h1,
#contentNews h2 {
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
}
#contentNews h3 {
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	margin: 10px 0;
}
#contentNews p {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1.43;
	padding-bottom: 10px;
	font-weight: 300;
}
#contentNews #main-content {
	font-size: 16px;
	line-height: 1.3;
}
/***********************************************************
 2.Generic Classes
***********************************************************/
.frame-container {
	overflow:auto;
	display: none;
	-webkit-overflow-scrolling:touch;
}

#contentNews .bb0 {
	border-bottom: 0 !important;
}
#contentNews .bold {
	font-weight: bold;
}
#contentNews .clearfix {
	display: inline-block;
	display: block;
	clear: both;
}
#contentNews .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#contentNews .disp-none {
	display:none;
}
#contentNews .flr {
	float: right;
}
#contentNews .fll {
	float: left;
}
#contentNews .image-main {
	float: right;
	margin-left: 1.6853933%;	/* (15px/890px)*100 */
	width: 46.741573%;	/* (416px/890px)*100 */
}
#contentNews .img-responsive {
	display: block;
	height: auto;
	margin:0 20px 10px 0;
	width: 100%;
}
#contentNews .mb0 {
	margin-bottom: 2px !important;
}
#contentNews .pb0 {
	padding-bottom: 0 !important;
}
#contentNews .ta-right {
	text-align: right;
}
#contentNews .modal {
	cursor: pointer;
}
#contentNews .movie {
	position: relative;
}
#contentNews .start {
	bottom: 0;
	height: 30px;
	left: 0;
	position: absolute;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	width: 30px;
}
#contentNews a.linkBtn {
	border: 1px solid #aaaaaa;
	color: #696969;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 5px;
	padding: 0 5px;
	white-space: nowrap;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
#contentNews a.linkBtn:hover {
	background-color: #aaaaaa;
	color:#ffffff;
	text-decoration:none;
}
#contentNews .update {
	color: #666;
	font-family: 'proxima_nova_rgregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* for 2 columns pages */
#contentHead a.linkBtn {
	float: right;
	border: 1px solid #aaaaaa;
	color: #696969;
	margin: 7px 0 0;
	padding: 2px 5px;
	white-space: nowrap;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
#contentHead a.linkBtn:hover {
	background-color: #aaaaaa;
	color:#ffffff;
	text-decoration:none;
}
#contentNews .w300 {
	width: 47.244094%;	/* (300/635)*100 */
}
#contentNews .w240 {
	width: 37.795276%;	/* (240/635)*100 */
}
#contentNews .w200 {
	width: 31.496063%;	/* (200/635)*100 */
}
#contentNews .w60 {
	width: 60px;
}
/***********************************************************
 3.Basic Layout
***********************************************************/
#mainBox {
	width: 100%;
	max-width: 890px;
}
#mainBox div.clearfix {
	padding: 5px 0;
	line-height: 120%;
}
#mainBox div.clearfix p#topicPath {
	float: left;
}
#mainBox div.clearfix p#update {
	color: #666666;
	font-family: 'proxima_nova_rgregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
#main-content {
	padding-bottom: 10px !important; 
	border-bottom: 1px solid #333;
}
#main-content .cat-info {
	margin: 0px 0 5px;
	font-size: 18px;
}

/* Header */
#headBox #headNavUpper #toNews a {
	background-color: #666666;
	text-shadow: #444444 2px 2px 1px;
}

/* SP Side Navi */
#nw_sp_sidenav_set #nw_sp_slidenav_title h4 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	font-weight: 300;
}
.nw_sp_sidenav_info #nw_sp_slidenav_title {
	background: #FF0000;
}
#nw_sp_sidenav_set h4 {
	padding: 52px 0 0;
}
/***********************************************************
 4.Content
***********************************************************/
#contentNews div#newsBox.clearfix{
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
}
#contentNews #newsBox_inner {
	height: 17px;
	line-height: 17px;
	margin: 0;
}
#contentNews button#btn-back {
	display: none;
}
#contentNews h2#newsBox-title {
	float: left;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-top:6px;
	font-weight: 100;
	color: #696969;
	padding-right: 15px;
	font-weight: 300;
}
#contentNews #tickerContainer {
margin: 0;
height: 21px;
padding-top: 7px;
overflow: hidden;
}
#contentNews #tickerLane {
position: relative;
height: 21px;
line-height: 17px;
overflow: hidden;
background-color: #dddddd;
border: 1px solid #c0c0c0;
padding: 2px 10px;
}
#contentNews #ticker {
display: inline;
position: absolute;
left: 100%;
white-space: nowrap;
}
#contentNews #ticker li {
display: inline;
margin-right: 110px
}
/* IE7対応 */
*+html #contentNews #newsBox {width: 686px;padding:0;}
*+html #contentNews #newsBox #tickerContainer {margin:0;}
*+html #contentNews #newsBox #tickerLane {padding:0;}

#contentNews h1.top-title {
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:34px;
	line-height: 1;
	margin-bottom:15px;
}
#contentNews #catmenu {
	margin-bottom: 10px;
}
#contentNews #catmenu ul {
	display:table;
	table-layout: fixed;
	width:100%;
	border: 1px solid #333;
}
#contentNews #catmenu ul li {
	display:table-cell;
	border-right: 1px solid #333;
	padding: 3px 0;
	text-align: center;
}
*:first-child+html #contentNews #catmenu ul li{
	display: inline;
	width: 14.215%;
	zoom: 1;
}
#contentNews #catmenu ul li:hover {
	background-color: #f5f5f5;
}
#contentNews #catmenu ul li.last-br0 { 
	border-right: 0;
}
*+html #contentNews #catmenu ul li.last-br0 { 
	width: 128px;
}

#contentNews #catmenu ul li a {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	display: block;
}
#contentNews #catmenu ul li a:hover{
	text-decoration: none;
}
#contentNews #catmenu ul li.cat-active {
	background-color: #D2171A;
}
#contentNews #catmenu ul li.cat-active a {
	color: #FFFFFF;
}

#contentNews .image-main .box, .list .box { position:relative;margin:0 auto 10px; max-width:416px; }
#contentNews .image-main .box:before, .list .box:before { content:""; display:block; padding-top:100%; }
#contentNews .image-main .content, .list .content{ position:absolute; top:0; left:0; bottom:0; right:0; }
#contentNews .image-main .box:before, .list .box:before { padding-top:56.25%; } /* 16:9 */
*+html #contentNews .image-main .box { width:640px; height:360px; }	/* IE7 */

#contentNews .image-main2 {width:100%;}
#contentNews .image-main2 .box, .list .box { position:relative;margin:0 auto 5px; width:100%; }
#contentNews .image-main2 .box:before, .list .box:before { content:""; display:block; padding-top:100%; }
#contentNews .image-main2 .content, .list .content{ position:absolute; top:0; left:0; bottom:0; right:0; }
#contentNews .image-main2 .box:before, .list .box:before { padding-top:56.25%; } /* 16:9 */
#contentNews .feature-block {
	padding: 10px 0 0;
	margin: 0;
	border-top: 1px solid #c0c0c0;
}
#contentNews .divider {
	padding-bottom: 30px;
}
#contentNews h3.movie-category {
	font-size:1.2em;
	margin-bottom: 2px;
}
#contentNews h2.movie-title {
	font-family: 'ProximaNovaCnRgRegular',sans-serif;
	font-weight: normal;
	font-size:1.2em;
	line-height: 1;
	margin:0;
}

/******************************************************************************************
	Nuclear Watch
******************************************************************************************/
#contentNews #titleBox {
	background-color: #E7EDF9;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#contentNews #titleBox2 {
	background-color: #E7EDF9;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#contentNews #titleBox h2 {
	margin: 0;
	padding: 0 0 10px;
}
#contentNews #titleBox2 h2{
	margin: 0;
	padding: 10px;
}
#contentNews #main .content h3{
	margin: 0;
}
#contentNews #titleBox .titleImg {
	width: 44.094488%;	/*280px/635*100*/
}
#contentNews .snsTop {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 164px;
}
#contentNews .snsTop span {
	color: #888888;
	display: block;
	font-size: 10px;
}
#contentNews .pageTop {
	clear: both;
	padding: 30px 20px 0 0;
	text-align: right
}
#contentNews .back {
	clear: both;
	padding: 20px 20px 5px 0;
	text-align: right;
}
/******************************************************************************************
	Detail Movie
******************************************************************************************/
/* Aspect ratio fixed */
#movie-detail .box{ position:relative; width:100%; }
#movie-detail .box:before { content:""; display:block; padding-top:100%; }
#movie-detail .content{ position:absolute; top:0; left:0; bottom:0; right:0; }
/* 16:9 */
#movie-detail .box:before { padding-top:56.25%; }
/* IE7 */
*+html #movie-detail .box { width:640px; height:360px; }
/* Style */
#movie-detail .box { margin:0 auto; max-width:640px; }
#movie-detail .content { background-color:#000000; }

#movie-detail .infomation { background-color:#000000; margin:0 0 15px;}
#movie-detail .infomation img { width:100%; }
/******************************************************************************************
 Popup Movie
******************************************************************************************/
ul.description li.movie{
	position	: absolute;
	top: 120px;
	left: 250px;
}
a.moviePlayer{
	text-decoration: none;
}
a.imageViewer:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a.noMoviePlayer{
	display : none;
}
.glayLayer{
	display: none;
	position : fixed;
	top	: 0;
	left : 0;
	width: 100%;
	height	 : 100%;
	background-color : #000;
	filter	 : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity	: 0.5;
}
.overLayer{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
}
.player{
	border-radius : 10px;
	min-height : 100%;
	background-color : #fff;
	overflow:auto;
	padding : 10px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius : 10px;
	-webkit-overflow-scrolling:touch;
}
.closeBtn{
	padding-top : 10px;
	cursor	: pointer;
	font-size	 : 12px;
}
.closeBtn:hover{
	text-decoration : underline;
}
#movie-info h1#news-title {
	font-family: 'ProximaNovaCnRgRegular',sans-serif;
	font-size:2.2em;
	font-weight: bold;
	line-height: 1.1;
	margin: 5px 0 2px;
}
#movie-info p#outline {
	margin:0;
	line-height: 1.4;
	font-size: 13px;
}
/******************************************************************************************
	sub category menu
******************************************************************************************/
#contentNews div#sub-catmenu.clearfix {
	border: 1px solid #474655;
	padding-top: 0!important;
	padding-bottom: 15px;
	margin: 20px 0;	/* 20px/890*100 */
}
#contentNews #sub-catmenu #sub-cat-main {
	width:100%;
}
#contentNews #sub-catmenu ul.sub-cat-top {
	display:table;
	table-layout: fixed;
	width:100%;
	border-right: 1px solid #474655;
}
#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item {
	display:table-cell;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
*:first-child+html #contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item {
	display: inline;
	width: 14.215%;
	zoom: 1;
}
#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item.last-br0 {
	border-right: 0;
}
#contentNews #sub-catmenu ul.sub-cat-top li:hover {
	background-color: #f5f5f5;
}
#contentNews #sub-catmenu ul.sub-cat-top li.last-br0 {
	border-right: 0;
}
#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item a {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
}
#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item.sub-cat-active {
	border-bottom: 0;
	color: #d2171A;
}

#contentNews #sub-catmenu div.sub-links {
	float: left;
	width: 29.3%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 1%;
	padding-right: 1%;
}
#contentNews #sub-catmenu div.sub-links ul {
	margin-left: 7%;
}
#contentNews #sub-catmenu div.sub-links ul li.sub-links-item {
	list-style-type: square;
	font-size: 13px;
	line-height: 1.6;
}
#contentNews #sub-catmenu div.sub-links.last-mr0 {
	margin-right: 0;
}
#contentNews #sub-catmenu div.sub-links h4.sub-links-header {
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #808080;
	margin-bottom: 10px;
}
#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item {
	cursor: pointer;
}
#contentNews #sub-cat-main li.hide {display:none;}

/* onair_schedule */
#contentNews #liveTV.onair_schedule {
	background-color: #5193cf;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
}
#contentNews #liveTV.onair_schedule h2 {
	display: none;
}
#contentNews #liveTV.onair_schedule h3 {
	display: inline;
	border-left: none;
	border-right: none;
	background-color: transparent;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#contentNews #liveTV.onair_schedule h3 a {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
/******************************************************************************************
	Sub-items
******************************************************************************************/
#contentNews .sub-items {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
#contentNews .sub-items h3.sub-head,
#contentNews .sub-items .sub-half h3,
#contentNews .sub-items .sub-quarter h3 {
	border-left: 20px solid #D2171A;
	background-color: #E1E1E1;
	font-weight: 300;
	line-height: 120%;
	font-size: 18px;
	padding-left: 5px; /* (5/890)*100 */
}
#contentNews .sub-items h3.sub-head a,
#contentNews .sub-items h3.sub-head-half a {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
}
#contentNews .sub-items .sub-1,
#contentNews .sub-items .sub-2 {
	float: left;
	width: 23.735955%; /* (211.5px/890)*100 */
	margin-right: 1.6853933%; /* (15px/890px)*100 */
	border-bottom: 1px solid #333;
}
#contentNews .sub-items .sub-1 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding-top: 15px;
	min-height: 220px;
}
#contentNews .sub-items .sub-2 {
	min-height: 100px;
}

#contentNews .sub-items .sub-4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding: 10px 0 0 ;
}

#contentNews .sub-items .sub-1.last-mr0,
#contentNews .sub-items .sub-2.last-mr0,
#contentNews .sub-items .sub-4.last-mr0,
#contentNews .sub-items .sub-half.last-mr0,
#contentNews .sub-items .sub-half .sub-half-1.last-mr0,
#contentNews .sub-items .sub-half .sub-half-1.last-mr0,
#contentNews .sub-items .sub-quarter.last-mr0 {
	margin-right: 0;
}
#contentNews .sub-items h3,
#contentNews .sub-items .cat-info {
	margin-bottom: 10px;
}
#contentNews .sub-items h3,
#contentNews .sub-items h3 a,
#contentNews .sub-items h4,
#contentNews .sub-items h4 a,
#contentNews .sub-items h5,
#contentNews .sub-items h6 {
	font-weight: normal;
}

#contentNews .sub-items h3.sub-head,
#contentNews .sub-items h3.sub-head-half {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	min-height: 0;
}
#contentNews .sub-items h3,
#contentNews .sub-items h3 a {
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size:18px;
	line-height: 1.1;
}

#contentNews .sub-items h4,
#contentNews .sub-items h4 a {
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 1.1;
}
#contentNews .sub-items h4.nltitle,
#contentNews .sub-items h4 a.nltitle {
	font-size: 24px;
}
#contentNews .sub-items h5,
#contentNews .sub-items h5 a,
#contentNews .sub-items h6 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	min-height: 0;
}

#contentNews .sub-items a img {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
#contentNews .sub-items .sub-half {
	display: inline-block;
	width: 49%;
	margin-right: 1.5%;
	float: left;
	padding-top: 5px;
}
#contentNews .sub-items .sub-quarter {
	display: inline-block;
	width: 24%;
	margin-right: 1.5%;
	float: left;
	padding-top: 5px;
}
#contentNews .sub-items .sub-half .sub-half-1 {
	width: 49.157303%;
	margin-right: 1.6853933%;
	float: left;
	padding-top: 5px;
}
#contentNews .sub-items .sub-quarter .sub-half-1 {
	padding-top: 5px;
}
#contentNews .sub-ful{
	padding-top: 5px;
}
#contentNews .sub-items .sub-half p, 
#contentNews .sub-items .sub-quarter p {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#contentNews p.interview-sub {
	line-height: 1.2;
	padding: 0;
	font-size: 12px;
}
/******************************************************************************************
	Market
******************************************************************************************/
#contentNews #market {
	background: #FFFFFF;
	color: #000000;
	display: none;
	font-size: 12px;
	margin: 10px 0 15px;
	padding: 0;
	position: relative;
	width: 100%;
}
#contentNews #market h2 {
	display: none;
}
#contentNews #market ul {
	margin-top: 0;
}
#contentNews #market ul li {
	background: #EDEDED;
	border-Top: 2px solid #FFAE00;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 0;
	text-align: center;
	width: 45%; /* 90px; */
}
#contentNews #market div {
	background: #ededed;
	clear: both;
	padding: 10px 7px 5px;
	height: 100%;
}
#contentNews #market table {
	border-collapse: collapse;
	width: 100%;
}
#contentNews #market table tr.label {
	background: #82898F;
	color: #FFFFFF;
	font-weight: bold;
}
#contentNews #market table tr.value {
	font-size: 1.25em;
	font-weight: bold;
	white-space: nowrap;
}
#contentNews #market table tr td {
	padding: 3px 5px;
}
#contentNews #market table tr td.time {
	font-size: 0.917em;
	font-weight: normal;
	text-align: right;
}
#contentNews #market table tr td.netchange {
	font-size: 0.867em;
	text-align: right;
}
#contentNews #market p {
	font-size: 0.917em;
	text-align: right;
}
/******************************************************************************************
	onair_schedule
******************************************************************************************/
/* onair_schedule */
#contentNews #liveTV.onair_schedule, #contentNews #liveTV2.onair_schedule {
	background-color: #5193cf;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
}
#contentNews #liveTV.onair_schedule h2, #contentNews #liveTV2.onair_schedule h2 {
	display: none;
}
#contentNews #liveTV.onair_schedule h3, #contentNews #liveTV2.onair_schedule h3 {
	display: inline;
	border-left: none;
	border-right: none;
	background-color: transparent;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#contentNews #liveTV.onair_schedule h3 a, #contentNews #liveTV2.onair_schedule h3 a {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

/******************************************************************************************
	Icons
******************************************************************************************/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('/nhkworld/common/fonts/glyphicons-halflings-regular.eot');
	src: url('/nhkworld/common/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/nhkworld/common/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/nhkworld/common/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/nhkworld/common/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#contentNews .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

#contentNews .glyphicon-facetime-video:before {
	content: "\e059";
}
#contentNews .glyphicon-arrow-right:before {
	content: "\e092";
}
#contentNews .glyphicon-chevron-down:before {
	content: "\e114";
}
#contentNews .glyphicon-chevron-left:before {
	content: "\e079";
}
#contentNews .glyphicon-chevron-up:before {
	content: "\e113";
}
#contentNews .glyphicon-zoom-in:before {
	content: "\e015";
}

#contentHead {
	display: none;
}
/******************************************************************************************
	Buttons
******************************************************************************************/
#btn-listall .btn,
#contentNews .btn {
	display: inline-block;
	padding: 6px 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	-ms-user-select: none;
	 -o-user-select: none;
	user-select: none;
}

#btn-listall .btn:focus,
#contentNews .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#btn-listall .btn:hover,
#contentNews .btn:hover,
#contentNews .btn:focus {
	color: #333333;
	text-decoration: none;
}

#contentNews .btn:active,
#contentNews .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#btn-listall .btn-default,
#contentNews .btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
#contentNews .btn-default:hover,
#contentNews .btn-default:focus,
#contentNews .btn-default.active,
#contentNews .open .dropdown-toggle.btn-default {
	background-image: none;
	background-color: #ebebeb;
	border-color: #adadad;
}

#contentNews .btn-sm,
#contentNews .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

#contentNews .btn-xs {
	padding: 1px 5px;
}

/******************************************************************************************
	2 columns
******************************************************************************************/
#contentNews #mainBoxR h2 {
	color: #555555;
	font-size: 20px;
	line-height: 1em;
	padding: 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#contentNews #mainBoxR ul.latest-news {
	margin:5px 0 15px ;
	border: 1px solid #DDDDDD;
	padding: 10px 5px 20px 30px;
	list-style-type: square;
}
#contentNews #mainBoxR ul.latest-news li {
	padding: 10px 0 0;
	font-size: 13px;
}
#contentNews #mainBoxR ul.list {
	margin: 5px auto 30px;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
#contentNews #mainBoxR ul p.title{
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
#contentNews #mainBoxR ul.list li {
	padding: 15px 0;
}
#contentNews #mainBoxR ul.list li+li {
	border-top: 1px dotted #DDDDDD;
}
#contentNews #mainBoxR ul li p.update {
	font-family: 'proxima_nova_rgregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 0;
}
#contentNews #mainBoxR ul li img {
	float : left;
	margin: 0 10px 5px 5px;
	width: 75px;
}
#contentNews #mainBoxR ul li .title {
	font-weight: bold;
}
#contentNews #mainBoxR ul li .date {
	font-weight: normal;
}

/* contents header */
#contentNews .contentsHeader {
	width:100%;
	margin-top:5px;
	background: #e6ecfa;
	padding: 0;
}

#contentNews .contentsHeader h2 {
	font-size:2.0em !important;
	line-height:1.1em !important;
	margin:0 !important;
	padding:1.5748031% 3.4831461% 0 3.4831461% !important;
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#contentNews .contentsHeaderOnair {
	font-size:0.9em;
	font-weight:bold;
	padding:0.94488189% 0 0	3.4831461%;
}
#contentNews .contentsHeader img.header-image {
	float: right;
	top:0;
	width: 50%;
	margin: 0 0 0 10px;
	padding: 0;
}

/* snsBtn */
#mainBox #snsBtn {
	float: right;
	margin: 5px -10px 15px 350px;
	min-height: 30px;
	width: 306px;
}
#mainBox #snsBtn div{
	margin: 0;
}
#mainBox #snsBtn span {
	color: #888888;
	display: block;
	float: left;
	font-size: 10px;
	padding-top: 6px;
}

/* comment ------------------------- */
#contentNews #main .comment {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
#contentNews #main .content .comment img {
	float: left;
	margin-right: 10px;
	width: 39.370079%; /* (200/635)*100 */
}
#contentNews #main .comment p {
	font-size: 1.1em;
	margin: 0;
	width: auto;
}
/* approach ------------------------- */
#contentNews #main .approach {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 5px 0 !important;
	width: auto;
}
#contentNews #main .approach img {
	float: right;
	width: 37.795276%;
}
#contentNews #main .approach .approachComment {
	border: 2px solid #52577F;
	font-size: 1.1em;
	float: left;
	line-height: 1.4em;
	min-height: 130px;
	width: 59.84252%; /* (380/635)*100 */
}
#contentNews #main .approach .approachComment .approachNo {
	background: #52577F;
	color: #FFFFFF;
	float: left;
	font-size: 1.1em;
	margin: 0 7px 0 0;
	text-align: center;
	width: 1.25em;
}
#contentNews #main .approach .approachComment span {
	display: block;
	font-size: 1em;
	margin: 7px 10px;
}

#contentNews #main .content img {
	display: block;
	height: auto;
	max-width: 100%;
	margin:0 0 15px 0;
}
#contentNews #main .content p {
	padding-bottom: 20px;
}

#contentNews #main .content p img {
	padding-bottom: 0;
}

#contentNews p.subtitle {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 3px 0 2px !important;
}

#contentNews #main div.clearfix {
	padding: 0;
}
#contentNews #main img.rightImg {
	float: right;
	margin: 0 0 10px 15px;
}
#contentNews #main img.leftImg {
	float: left;
	margin: 0 15px 10px 0;
}
#mainBox #main .commentBox {
	background-color: #EEEEEE;
	margin: 25px 0 25px;
	padding: 10px;
}
#mainBox #main .commentBox.interview {
	padding	 : 10px;
	overflow: hidden;
}
#main .commentBox.interview p {
	padding-bottom	 : 10px !important;
}
#mainBox #main .commentBox.interview img{
	border: 1px solid #ccc;
	float : left;
	margin: 0 10px 0 0;
}
#mainBox #main .commentBox.interview span {
	display: block;
	font-size	: 12px;
	font-weight: bold;
}
#contentNews #main {
	float: left;
	width:71.348315%;	/* 635px / 890px * 100 */
	padding-bottom: 45px;
}
#contentNews #mainBoxR {
	float: right; 
	width:26.966292%;	/* 240px / 890px * 100 */
}
#contentNews #btn-listall {
	position: relative;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}
#contentNews #btn-listall a{
	color: #333;
}
/******************************************************************************************
	carousel
******************************************************************************************/
#contentNews .movie-count {
	font-size:12px;
	color:#696969;
	margin-left:5px;
}
div.carousel_fSab .movieArea {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
div.carousel_fSab .movieArea li {
	padding: 0;
	margin: 0 7px;
	display: block;
	float: left;
}
div.carousel_fSab .movieArea p.prev {
	position: absolute;
	top: 24px;
	left: 0;
	width: 20px;
	height: 44px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_prev.gif) no-repeat;
	text-indent: -9999px;
}
div.carousel_fSab .movieArea p.prev a	{
	display: block;
	width: 100%;
	height: 0 !important;
	height: 37px;
	overflow: hidden;
	padding-top: 37px;
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_prev_ov.gif) no-repeat;
}
div.carousel_fSab .movieArea p.prev a.disabled {
	visibility: hidden;
}
div.carousel_fSab .movieArea p.next {	
	position: absolute;
	width: 20px;
	height: 44px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_next.gif) no-repeat;
	text-indent: -9999px;
}
div.carousel_fSab .movieArea p.next a {
	display: block;
	width: 100%;
	height: 0 !important;
	height: 37px;
	overflow: hidden;
	padding-top: 37px;
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_next_ov.gif) no-repeat;	
}
div.carousel_fSab .movieArea p.next a.disabled {
	visibility: hidden;
}
div.carousel_fSab .movieArea .movieWrap ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
div.carousel_fSab .movieArea .movieWrap ul li {
	display: block;
	float: left;
	height: auto;
}
div.carousel_fSab .movieArea .movieWrap ul li div.movie {
	padding:0 0.84269663%; /*(7.5/890)*100 */
}
div.carousel_fSab .movieArea .movieWrap ul li div.movie-tn {
	position: relative;
}
* html div.carousel_fSab .movieArea .movieWrap ul li p {
	font-weight: normal;
}
div.carousel_fSab ul.nav li {
	float: left;
	line-height: 0;
	margin: 0;
	padding: 0 5px 0 5px;
}
div.carousel_fSab ul.nav li a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_page.gif) no-repeat;
}
div.carousel_fSab ul.nav li.selected a {
	background: url(/nhkworld/english/news/fixed/images/crsl_btn_page_ov.gif) no-repeat;
	cursor: default;
}
div.carousel_fSab ul.nav li a span {
	display: none;
}
/* carousel_fSab */
div.carousel_fSab {
	position: relative;
	max-width: 930px;
	height: auto;
	margin: 15px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #808080;
}
#contentNews div.carousel_fSab h3 {
	line-height: 1;
	margin: 0;
	padding: 0 0 7px 35px;
	font-size: 150%;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
}
div.carousel_fSab .movieArea p.prev {
	top: 70px;
	left: 0;
}
div.carousel_fSab .movieArea p.next {
	top: 70px;
	right: 0;
}
div.carousel_fSab ul.nav {
	list-style-type: none;
	height: 8px;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 20px;
}
div.carousel_fSab .movieArea .movieWrap {
	width:	93.820225%; /* 835px/890px * 100 */
	height: auto;
	overflow: hidden;
	margin: 0 auto 5px;
	padding: 0;
}
div.carousel_fSab .movieArea .movieWrap ul li p.title {
	overflow: hidden;
	line-height: 1.1 !important;
	padding: 0 0 2px 0 !important;
	color: #000000;
	font-family: 'ProximaNovaCnRgRegular',sans-serif !important;
	font-size: 16px;
	margin:2px 0 0 0;
}
div.carousel_fSab .movieArea .movieWrap ul li p.date {
	text-align: right;
	padding: 0 !important;
	color: #666;
	line-height: 1 !important;
	font-size: 12px;
}
div.carousel_fSab .movieArea .movieWrap ul li p.outline {
	font-size: 12px;
	padding: 0 !important;
	display: none;
}
#contentNews div.carousel_fSab ul.list li { max-width:194px; min-height:145px; }
#contentNews div.carousel_fSab .list .box { max-width:194px; max-height:109px; }
*+html #contentNews div.carousel_fSab .list .box { width:194px; height:109px; }	/* IE7 */
*+html #latest #contentNews div.carousel_fSab .list .box { width:122px; height:69px; }	/* IE7 */

/******************************************************************************************
	breaking-news
******************************************************************************************/
#contentNews #bn-panel {
	float: left;
	padding: 1px 10px 0px 10px;
	background-color: #ffff00;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFDC00;
}
#contentNews #bn-title {
	clear: both;
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1;
	padding: 8px 0 4px 10px;
	background-color: #D2171A;
	color: #fff;
	
}
#contentNews #bn {
	border-bottom: 15px solid #D2171A;
	border-left: 2px solid #D2171A;
	border-right: 2px solid #D2171A;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
 -moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}


#nl-container {
	width: 100%;
	margin: 0 auto;
}
#nl-focus {
	background: -webkit-linear-gradient(#283270 10.93%, #000000 100%);
	background: -moz-linear-gradient( center top, #283270 10.93%, #000000 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283270', endColorstr='#000000');
	background-color: #283270;
	margin: 0 auto;
	overflow: auto;
	font-family: 'Helvetica-Neue-Thin-Condensed', 'Helvetica Neue', Helvetica, sans-serif;
	padding: 10px 5.625% 15px;	/* 45/(890-(45*2)) */
}
img.nl-banner {
	width: 100%;
}
#contentNews .nl-titlebox {
	margin:0;
}
#contentNews h2.nl-title {
	text-align: center;
	padding: 15px 0 30px;
	font-size: 24px;
	font-weight: 100;
	color: #ffffff;
	font-family: 'Helvetica-Neue-Thin-Condensed', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.8;
}
#contentNews h2.nl-title.nl-title-a{
	margin-top: 15px;
}
/******************************************************************************************
	Newsline Focus
******************************************************************************************/
/* rcontainer = rounded container */
#nl-focus div.rcontainer {
	background: #ffffff;
	width: 46.8%;	/* 370/(890-(45*2)-4) */
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-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;
	border:1px solid #b7b7b7;
	margin: 0 5.625% 5.625% 0;	/* 45/(890-(45*2)) */
	float: left;
}
#nl-focus div.rcontainer2 {
	margin-right: 0;
}
#nl-focus div.inner-rcontainer > h3 {
	height:60px;
}
#nl-focus div.inner-rcontainer > h3 > a {
	color: #000000;
}
#nl-focus div.inner-rcontainer > h3 > a:hover {
	text-decoration: none;
}
#nl-focus div.inner-rcontainer {
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	padding: 0 10px;
	height: 100px;
}
#nl-focus img.focus-item {
	padding: 0;
	margin-bottom: 5px;
	width: 100%;
}
#nl-focus div.inner-rcontainer h3 {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 5px;
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
}
#nl-focus div.inner-rcontainer p {
	line-height: 1.3;
	font-weight: 200;
}
#nl-focus div.inner-rcontainer p.focus-text {
	padding: 0 5px;
}
#nl-focus div.inner-rcontainer div.fmoredate {
	padding-top: 5px;
	border-top: 1px solid #b7b7b7;
	height: 20px;
}
#nl-focus div.inner-rcontainer div.fmoredate p {
	line-height: 20px;
}
#nl-focus div.inner-rcontainer div.fmoredate p.fmoredate {
	font-family: 'Helvetica-Neue-Thin-Condensed', 'Helvetica Neue', Helvetica, sans-serif;
	float: left;
	vertical-align: middle;
	margin-top: 4px;
	font-size: 12px;
	padding: 0 0 2px;
}
#nl-focus div.inner-rcontainer div.fmoredate p.fmorebtn {
	text-align: right;
	font-size: 14px;
	float: right;
}

#nl-focus div.inner-rcontainer div.fmoredate p.fmorebtn img {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	margin-bottom: 4px;
}
/* ------ focus item styling ------- */
.focus-light {
	font-family: 'Helvetica-Neue-Thin-Condensed', 'Helvetica Neue', Helvetica, sans-serif;
}
.focus-light > h3 {
	font-size: 27px;
	font-weight: 100;
	margin-bottom: 5px;
}
.focus-light > p {
	line-height: 1.3;
	font-weight: 200;
	font-size: 14px;
	margin-bottom: 10px;
}
.focus-light > img {
	width: 100%;
	margin-bottom: 10px;
}
#nl-focus-banner{
	margin-bottom: 0;
	width: 890px;
}
#nl-focus-banner img {
	width: 100%;
}
/* acontainer = archive container */
#nl-focus div.acontainer {
	background: #ffffff;
	width: 23.232323%; /* 184px/792 */
	-webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; border-top-right-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;
	border:1px solid #b7b7b7;
	margin-bottom: 20px;
	margin-right: 1.8939394%;
	float: left;
}
#nl-focus div.inner-acontainer > h3 {
	height: 50px;
}
#nl-focus div.inner-acontainer > h3 > a {
	color: #000000;
}
#nl-focus div.inner-acontainer > h3 > a:hover {
	text-decoration: none;
}
#nl-focus div.acontainer2 {
	margin-right: 0;
}
#nl-focus div.inner-acontainer {
	-webkit-border-bottom-right-radius:3px; -moz-border-radius-bottomright:3px; border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; -moz-border-radius-bottomleft:3px; border-bottom-left-radius:3px;
	padding: 5px;
	height: 95px;
}
#nl-focus img.focus-item {
	padding: 0;
	margin-bottom: 5px;
	width: 100%;
}
#nl-focus div.inner-acontainer h3 {
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 10px 0;
}
#nl-focus div.inner-acontainer p {
	line-height: 1.3;
	font-weight: 200;
}
#nl-focus div.inner-acontainer p.focus-text {
	padding: 0 5px;
}
#nl-focus div.inner-acontainer div.fmoredate {
	padding-top: 5px;
	border-top: 1px solid #b7b7b7;
	height: 20px;
}
#nl-focus div.inner-acontainer div.fmoredate p {
	line-height: 14px;
}
#nl-focus div.inner-acontainer div.fmoredate p.fmoredate {
	font-family: 'Helvetica-Neue-Thin-Condensed', 'Helvetica Neue', Helvetica, sans-serif;
	float: left;
	vertical-align: middle;
	margin-top: 4px;
	font-size: 12px;
	padding: 0 0 2px;
}
#nl-focus div.inner-acontainer div.fmoredate p.fmorebtn {
	text-align: right;
	font-size: 14px;
	float: right;
}
#nl-focus div.inner-acontainer div.fmoredate p.fmorebtn img {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	margin-bottom: 4px;
}
/******************************************************************************************
	PATH TO RECOVERY THREE YEARS ON
******************************************************************************************/
#contentNews #pathtorecovery .contentsHeader {
	min-height: 120px;
}
#contentNews #pathtorecovery .content div {
	margin: 20px 0;
}
#contentNews #pathtorecovery .commentBox.voice {
	font-size: 20px;
	line-height: 1.25em;
	padding: 2.3622047%;	/* 15/635*100 */
}
#contentNews #pathtorecovery .commentBox.voice span{
	display: block;
	font-size	: 12px;
	font-weight: bold;
}
#contentNews #pathtorecovery .feature {
	font-weight: bold;
	margin: 20px 20px 5px 0;
	text-align: right;
}
#contentNews #pathtorecovery .feature {
	margin: 0 0 10px 30px;
}
#contentNews #pathtorecovery .feature a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#contentNews #pathtorecovery .feature img {
	vertical-align: baseline;
	display: inline;
	margin: 0;
}
#contentNews #pathtorecovery div.iw {
	background-color: #FFEEEE;
	border-bottom: 1px solid #333;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 40px;
	padding-left: 10px;
}
#contentNews #pathtorecovery div.voice2 {
	padding: 2.3622047%;	/* 15/635*100 */
}
/******************************************************************************************
	On Business / Special Interviews
******************************************************************************************/
#contentNews .contentsHeader {
	width:100%;
	margin-top:5px;
	margin-bottom:0;
	background: -prefix-linear-gradient(left, #d1ced0, #FFFFFF, #FFFFFF);
	background: linear-gradient(to right, #d1ced0, #FFFFFF, #FFFFFF);
}

#contentNews .contentsHeader h2 {
	font-size:2.0em !important;
	line-height:1.1em !important;
	margin:0 !important;
	padding:10px 0 0 3.4831461% !important;
	font-family: 'ProximaNovaCnRgRegular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#contentNews .contentsHeaderOnair {
	font-size:0.9em;
	font-weight:bold;
	padding:6px 0 0	3.4831461%;
}
#contentNews p.contentsHeaderCaption {
	width:90%;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.5em; 
	padding:10px 0 10px 3.4831461%;
}

#contentNews .interviewerFreame {
	width: 37.795276%;	/* 240/635*100 */
	color:gray;
	float:right;
	background-color: #FFFFFF;
	padding: 0 10px 0 15px;
	margin: 5px 0 0 15px;
	text-align: center;
}
#contentNews #main .interviewerFreame img {
	margin: 0px;
	width: 100%;
}
#contentNews #main .interviewerFreame p.name {
	padding:5px 0 0;
	font-weight:bold;
	font-size:1.2em;
}
#contentNews .interviewerFreame p.title {
	padding:0 0 15px 0 !important;
	font-size:0.85em;
}
#contentNews #main .content p.bgc1 {
	background-color: #EEEEEE;
	line-height: 1.5em;
	margin: 5px 0 20px;
	padding: 10px 15px;
}
#contentNews p.subtitle {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 3px 0 2px !important;
}

#contentNews p.grayBox {
	background-color: #EEEEEE;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 10px 15px !important;
}
/******************************************************************************************
	Media Queries
******************************************************************************************/
@media screen and (min-width:930px) {
	#contentNews #catmenu ul li.last-br0 { 
		width: 128px;
	}
}
@media screen and (max-width:930px) {
	#mainBox #topicPathArea {
	width: 96%;
	margin: 0 2%;
	}
	#contentNews {
		padding: 10px; /* (15/890)*100 */
	}
	#contentNews #catmenu ul li {
	 width: 14.11%;
	 vertical-align: middle;
	}
	
	#contentNews .sub-items .sub-1 { 
		min-height: 205px 
	} 
	#contentNews .sub-items h4.infographic {
		font-size: 14px;
		margin-top: -5px;
	}
	div.carousel_fSab h3 {
		padding-left: 40px;
	}
	div.carousel_fSab ul.nav {
		right: 35px;
	}
}
/******************************************************************************************
	tablet size
******************************************************************************************/
@media screen and (max-width: 768px) {

	#contentNews #catmenu ul li a {
		font-size: 14px;
	}
	#contentNews #sub-catmenu ul.sub-cat-top li.sub-cat-item {
		width: 16.5%;
		vertical-align: middle;
	}
	#contentNews .sub-items .sub-1 { 
		min-height: 195px 
	} 
	#contentNews .sub-items .sub-2 { 
		min-height: 105px;
	} 
	#contentNews .sub-items .sub-4 {
		min-height: 0;
	}
}
/******************************************************************************************
	sp size
******************************************************************************************/
@media screen and (max-width:600px) {
	#contentNews {
		padding: 10px;
	}
	#mainBox #topicPathArea {
		display: none;
	}
	#contentNews .sub-items .sub-half {
		width: 100%;
		margin-right: 0;
	}	
	#contentNews .sub-items .sub-quarter {
		width: 100%;
		margin-right: 0;
	}	
	#contentNews #main {
		float: none;
		width:100%;
	}
	#contentNews #mainBoxR {
		float: none; 
		width:100%;
	}
	#contentNews #main .modal img {
		display: block;
		height: auto;
		width: 100%;
	}
	#contentNews .sub-items 
	#contentNews .start {
		width: 20px;
		height: 20px;
	}
	#contentNews .contentsHeader h2 {
		font-size:1.6em !important;
		line-height:1.0em !important;
		padding:10px 0 0 10px !important;
	}
	#contentNews .contentsHeaderOnair {
		font-size:0.8em;
		font-weight:bold;
		padding:2px 0 0 10px !important;
	}
	#contentNews #content-title {
		display: none;
	}
	#contentNews #catmenu {
		display: none;
	}
	#contentNews div#sp-page-categry.clearfix {
		display: block;
	}
	#contentNews h1.top-title {
		font-size: 2em;
		margin-bottom:10px;
	}
	#contentNews .image-main {
		width: 100%;
	}
	#contentNews .sub-items .sub-1,
	#contentNews .sub-items .sub-2,
	#contentNews .sub-items .sub-4 {
		width: 48.75%; 
		margin-right: 2.5%;
	}
	#contentNews .sub-items .sub-hide,
	#contentNews .sub-items .last-mr0 {
		margin-right: 0;
	}
	#contentNews .sub-items img {
		width: 100%;
	}
	#contentNews .sub-items h3,
	#contentNews .sub-items h3 a,
	#contentNews .sub-items h4,
	#contentNews .sub-items h4 a,
	#contentNews .sub-items h5 {
		line-height: 100%;
	}

	#contentNews .sub-items .sub-1 {
		padding-bottom: 10px;
	}
	#contentNews .sub-items 
	#contentNews .sub-2 {
		padding-bottom: 10px;
		min-height: 95px;
		margin-bottom: 10px;
	}
	#contentNews #sub-catmenu ul.sub-cat-top {
		display: none;
	}
	#contentNews #sub-catmenu div.sub-links {
		clear: both;
		width: 90%;
		padding-bottom: 0;
		padding-left: 5%;
	}
	#contentNews #sub-catmenu div.sub-links ul {
		margin-left: 5%;
	}
	#contentNews #sub-catmenu div.sub-links.last-pt0 {
		padding-top: 0;
	}
	#contentNews #sub-catmenu div.sub-links h4.sub-links-header.last-none {
		display: none;
	}
	#contentNews button#btn-back {
		display: block;
	}
	#contentNews .sub-items h3.sub-head, 
	#contentNews .sub-items .sub-half h3 {
		padding-left: 1.1235955%; /* 10 / 890 * 100 */
		font-size: 18px;
		border-left: 20px solid #D2171A; 
	}
	#contentNews img.nlsubhead,
	#contentNews img.nlsubfocus {
		width: 106px!important;
		height: 20px!important;
	}
	#contentNews .appBnr {
		margin: 15px 0 20px;
		text-align: center;
	}
	#contentHead {
		zoom: 1;
	}
	#contentHead:before, #contentHead:after {
		display: block;
		height: 0;
		visibility: hidden;
		content: "\0020";
	}
	#contentHead:after {
		clear: both;
	}
	#contentHead {
		display: block;
		width: 96%;
		margin: 0 2%;
		padding: 0 0 7px;
		border-bottom: 4px solid #b6afaa;
		margin-bottom: 5px;
	}
	#contentHead h1 {
		float: left;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		margin: 0 !important;
		padding: 6px 2% 0 0 !important;
		border: none !important;
		font-size: 18px !important;
		line-height: 1.2 !important;
		color: #696969;
	}
	#contentHead a {
		float: left;
		margin: -1px 0 0 -2.2%;
		padding-right: 2%;
	}
	#contentHead a.nw_sp_sidenav_o_trigger {
		display: block;
		width: 30px;
		height: 36px;
		background-image: url("/nhkworld/common/images/icon/menu_btn_hr.png");
		background-size: 100px auto;
		background-repeat: no-repeat;
		text-indent: -9999em;
		overflow: hidden;
	}
	#contentNews .interviewerFreame {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
	#contentNews #bn-title{
		font-size: 20px !important;
	}
	#contentNews #mainBox .contentsHeader h2 {
		font-size:1.8em !important;
	}
	#contentNews #movie-info h1#news-title {
		font-size:1.6em;
	}
	#contentNews #newsBox-title,
	#contentNews #newsBox {
		display: none;
	}
	#contentNews .movie-title {
		font-size: 20px !important;
	}
	div.carousel_fSab .movieArea .movieWrap {
		width:	85%; /* 835px/890px * 100 */
	}
	div.carousel_fSab ul.nav {
		display: none !important;
	}
	div.carousel_fSab {
		margin: 0 0 5px;
		padding: 10px 0 0;
	}
	div.carousel_fSab h3 {
		padding: 0 0 7px 0;
	}
	div.carousel_fSab .movieArea p.prev {
		top: 85px;
	}
	div.carousel_fSab .movieArea p.next {
		top: 85px;
	}
	div.carousel_fSab .movieArea .movieWrap ul li p.outline {
		display: block;
	}
	/* NEWSLINE FOCUS */
	#nl-focus div.inner-rcontainer h3 ,
	#nl-focus div.inner-acontainer h3 {
		font-size: 20px;
	}
	#contentNews h2.nl-title img {
		width: 80%;
	}
	#nl-focus div.rcontainer {
		width: 95%;
		margin: 30px auto 0;
		float: none;
	}
	#nl-focus div.rcontainer2 { 
		margin-right: 4.4%;
		margin-left: 2.2%;
	}
	#nl-focus div.inner-rcontainer h3 {
		font-size: 20px;
		height: 55px;
	}
	#nl-focus div.inner-rcontainer {
		height: 120px;
	}
	#nl-focus div.inner-rcontainer div.fmoredate {
		padding-top: 5px;
		border-top: 1px solid #b7b7b7;
		height: 15px;
	}
	#nl-focus div.inner-rcontainer div.fmoredate p {
		line-height: 12px;
		font-size: 14px;
	}
	p.focus-text {
		font-weight: 300;
	}
	#contentNews h2.nl-title {
		padding: 0;
		
		font-size: 20px;
	}
	#nl-focus div.acontainer {
		width: 94%;
		margin: 30px auto 0;
		float: none;
	}
	#contentNews #titleBox,
	#contentNews #titleBox2 {
		background-color: #fff;
	}
	#contentNews #titleBox .titleImg, 
	#contentNews #titleBox h2,
	#contentNews #titleBox2 h2 {
		display: none;
	}
	#contentNews  .snsTop {
		position: static;
		padding-bottom: 15px;
	}
	#contentNews .pageTop {
		display: none;
	}
	#contentNews .snsBottom {
		margin-bottom: 15px;
	}
	#contentNews div.carousel_fSab ul.list li { max-width:none; min-height:none; }
	#contentNews div.carousel_fSab .list .box { max-width:none; max-height:none; }

}
@media screen and (max-width:340px) {
	#contentNews #mainBox h1 {
		font-size: 2em;
	}
}

/* Etc */
#mfPreviewBarShow {
	display: none;	/* myFonts.com */
}

/* =========================================================
	5: 20141105 NEWS Page Redesign
========================================================= */


#contentNews.eachNews #sub-catmenu div.sub-links {
	clear:both;
	width:100%;
	padding: 5% 0 5% 0;
}

#contentNews.eachNews #sub-catmenu div.sub-links ul  {
	margin-left:2%;
}


#contentNews.eachNews #sub-catmenu div.sub-links ul li {
	list-style-type:none;
	line-height:1.1em;
	padding-bottom:5%;
	font-weight:bold;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:13px;
}

#contentNews.eachNews div#sub-catmenu {
	padding-left:2%;
	padding-right:2%;
}

#contentNews.eachNews div#sub-catmenu.clearfix {


	margin: 2% 0 5% 0;
	border: 1px solid #DDDDDD;
}

#contentNews.eachNews #main-content {
	width:71.348315%;
	float:left;
	margin:0;
	border-bottom: none;
}

#contentNews.eachNews .image-main {
	width:320px;
	margin-top:5px;
}

#contentNews.eachNews #main-content .cat-info {
	width:100%;
}

#contentNews.eachNews #mainBoxR ul.list {
	border:none;
	padding:0;
}

#contentNews #mainBoxR ul.list {
	padding::0;
}

*+html #contentNews.eachNews .image-main .box { width:320px; height:180px; } /* IE7 */
*+html #contentNews.eachNews div.carousel_fSab .list .box { width:134px; height:75px; } /* IE7 */

#contentNews.eachNews .sub-items.sub-feat{
	width:71.348315%;%;
	float:left;
	margin:0;
	padding-left:0;
	padding-right:0;
}

#contentNews.eachNews #static-area {
	width:71.348315%;%;
	float:left;
}

#contentNews.eachNews div.carousel_fSab .movieArea .movieWrap ul li p.title {
	font-size: 14px;
}
#contentNews.eachNews div.carousel_fSab .movieArea .movieWrap ul li p.date {
	font-size: 12px;
}

#contentNews.eachNews  #static-area .sub-half .sub-ful h4 a.nltitle {
	font-size:22px;
}

#contentNews.eachNews  #static-area .sub-half .sub-half-1 h4 a.nltitle {
	font-size:18px;
}

#contentNews.eachNews #mainBoxR ul li .title {
	font-family: 'Helvetica Neue' ,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:13px;
}

#contentNews #mainBoxR ul li img {
	width:100px;
}

@media only screen and (max-width: 600px) {

#contentNews.eachNews #main-content {
	width:100%;
	float:none;
}

#contentNews.eachNews .sub-items.sub-feat{
	width:100%;
	float:none;
}

#contentNews.eachNews .image-main {
	width:100%;
}

#contentNews.eachNews #static-area {
	width:100%;
	float:none;
}

#contentNews.eachNews div.carousel_fSab .movieArea .movieWrap ul li p.title {
	font-size: 20px;
}

#contentNews.eachNews div.carousel_fSab .movieArea .movieWrap ul li p.date {
	font-size: 16px;
}

#contentNews.eachNews #sub-catmenu div.sub-links ul li {
	padding-bottom:2%;
}

}

/******************************************************************************************
	2015/01/15 added
******************************************************************************************/
/*--------------------------------------
 Override
--------------------------------------*/
#contentNews .sub-items .sub-1, #contentNews .sub-items .sub-2 {
	border-bottom: none;
}

#contentNews .sub-items h3.videoTitle, #contentNews .sub-items h3.videoTitle a {
	border-bottom: 1px solid #333;
	font-size: 34px;
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	padding: 0 0 5px;
}

*+html #contentNews h2#newsBox-title {
	padding-right: 5px
}

/*--------------------------------------
 static-area 
--------------------------------------*/

#contentNews #static-area h3 {
	border-bottom: 1px solid #333;
	font-size: 34px;
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 0 0 5px;
}
#contentNews #static-area h3.newsSpIndex {
	border-bottom: 2px solid #333;
}
#contentNews #static-area h4{
	font-size: 28px;
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	font-weight: normal;
	padding: 15px 0 5px;
}
#contentNews #static-area h4.line:before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	height: 0;
	position: relative;
	top: 18px;
}
#contentNews #static-area h4.line a, #contentNews #static-area h4.line span {
	background: #fff;
	position: relative;
	padding-right: 20px;
}
#contentNews #static-area h5 {
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
}
#contentNews #static-area .newsSpSection.halfBlock .size-0 h5 {
	font-size: 24px;
}

#contentNews #static-area img {
	max-width: 100%;
}

/*---------------*/
#contentNews #static-area .newsSpSection {
	clear: both;
}
#contentNews #static-area .newsSpSection.halfBlock {
	clear: none;
	float: left;
	margin-right: 1%;
	width: 49%;
}
#contentNews #static-area .newsSpSection.halfBlock + div.halfBlock {
	margin-right: 0;
	float: right;
}
#contentNews #static-area .newsSpSection.halfBlock + div.halfBlock:after {
	clear: both;
	content: ".";
	display: inline-block;
	height: 0;
	visibility: hidden;
}
@media only screen and (max-width: 600px) {
	#contentNews #static-area .newsSpSection.halfBlock, #contentNews #static-area .newsSpSection.halfBlock + div.halfBlock {
		clear: both;
		float: none;
		margin-right: 0;
		width: auto;
	}
}



#contentNews #static-area .newsSpSection .left {
	text-align: left;
}
#contentNews #static-area .newsSpSection .center {
	text-align: center;
}
#contentNews #static-area .newsSpSection .right {
	text-align: right;
}
#contentNews #static-area .newsSpSection .update {
	color: #666;
	font-family: "proxima_nova_rgregular","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 2px;
}


#contentNews #static-area #newsSpMoreBlock { display: none; }
@media only screen and (max-width: 600px) {
	#contentNews #static-area #newsSpMoreBlock { display: block; }
	#moreFutures_area { display: none; }
}

/*---------------*/
#contentNews #static-area ul {
	letter-spacing: -.40em;
	margin: 0 -1%;
}
#contentNews #static-area ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}

#contentNews #static-area ul.newsSpMore {
	margin: 0;
}
#contentNews #static-area ul.newsSpMore li {
	display: block;
	padding: 10px 0;
}
#contentNews #static-area ul.newsSpMore li + li {
	border-top: 1px dotted #dddddd;
}
#mainBoxR ul.list.newsSpMore h5 {
	font-size: 13px
}
#contentNews #static-area ul.newsSpMore h5 {
	padding-top: 0;
}
#contentNews #static-area ul.newsSpMore img {
	float: left;
	margin-right: 10px;
	width: 33.3%;
}

#contentNews #static-area h4 + ul {
	min-height: 200px;
}
#contentNews #static-area h4.line + ul {
	min-height: 330px;
}

/*---------------*/
#contentNews #static-area .size-0 {
	padding: 10px 1% 10px;
	width: 98%;
}
#contentNews #static-area .size-1 {
	padding: 5px 1% 10px;
	width: 48%;
}
*+html #contentNews #static-area .size-1 { width: 47%; }
#contentNews #static-area .size-1 h5 {
	font-size: 24px;
}
#contentNews #static-area .size-2 {
	padding: 5px 1% 10px;
	width: 23%;
}
@media only screen and (max-width: 600px) {
	#contentNews #static-area .size-0 {
	}
	#contentNews #static-area .size-1 {
		padding: 10px 1% 10px;
		width: 98%;
	}
	#contentNews #static-area .size-2 {
		padding: 10px 1% 10px;
		width: 48%;
	}
}

/*---------------*/
#contentNews #pInfo {
	border-top: 3px solid #adc8d9;
	margin-top: 30px;
	padding-top: 10px;
}
#contentNews #pInfo img {
	float: right;
	width: 49%;
}
#contentNews #pInfo h3 {
	border-bottom: none;
}
#contentNews #pInfo h4 {
	font-size: 34px;
	font-family: 'ProximaNovaCnRgRegular', Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	text-align: center;
	width: 48%;
}
#contentNews #pInfo.newsStaticBlock h4 {
	font-size: 24px;
}

#contentNews #pInfo.newsStaticBlock h4.newsStaticBlockTitle {
	text-align:left;
	font-size: 34px;
}


#contentNews #pInfo p {
	padding: 25px 0 0;
	width: 49%;
}
#contentNews  #pInfo.newsStaticBlock p {
	padding: 10px 0 0;
}
#contentNews #pInfo p.anchors {
	text-align: right;
	padding: 10px 0 15px;
	width: 48%;
}
#contentNews #pInfo.newsStaticBlock p.anchors {
	padding: 3px 0 6px ;
}
#contentNews  #pInfo p.anchors a {
	color: #4d92d3;
}
#contentNews #pInfo #liveTV.onair_schedule, #contentNews #pInfo #liveTV2.onair_schedule {
	width: 49%;
}

@media only screen and (max-width: 600px) {
	#contentNews #pInfo img {
		float: none;
		width: 100%;
	}
	#contentNews  #pInfo h4 {
		font-size: 24px;
		padding: 10px 0;
		text-align: left;
		width: auto;
	}
	#contentNews #pInfo p, #contentNews #pInfo.newsStaticBlock p  {
		padding: 0 0 5px;
		width: auto;
	}
	#contentNews #pInfo p.anchors, #contentNews #pInfo.newsStaticBlock p.anchors {
		width: auto;
	}
	#contentNews  #pInfo #liveTV.onair_schedule, #contentNews  #pInfo #liveTV2.onair_schedule {
		width: auto;
	}
}

#contentNews #pInfoMini {
	border-top: 3px solid #adc8d9;
	margin-top: 30px;
	padding-top: 10px;
}
#contentNews #pInfoMini h3 {
	border-bottom: 0;
}
#contentNews #static-area #pInfoMini h5 {
	font-size: 20px;
	text-align: center;
	padding: 5px;
}
#contentNews #pInfoMini .anchors {
	padding: 0 0 15px;
	text-align: right;
}
#contentNews #pInfoMini .anchors a {
	color: #4d92d3;
}
#contentNews #pInfoMini #liveTV.onair_schedule, #contentNews #pInfoMini #liveTV2.onair_schedule {
	margin-bottom: 20px;
}
/******************************************************************************************
	2015/02/05 added
******************************************************************************************/
/*--------------------------------------
 Photo Layout
--------------------------------------*/
#contentNews.photoLayout #main {
	float: none;
	width: 100%;
}
#contentNews.photoLayout #mainBoxR {
	float: none;
	width: 100%;
}
#contentNews.photoLayout #main #titleBox2 h2 {
	border-bottom: none;
	padding-bottom: 5px;
}
#contentNews.photoLayout #main .source {
	padding: 0 2px 20px;
}
#contentNews.photoLayout #main .content p {
	padding: 0px 10px 20px;
}
@media only screen and (max-width: 600px) {
	#contentNews.photoLayout #main .content p {
		padding: 0px 5px 20px;
	}
}