@charset "UTF-8";
/*!
Theme Name: genpatsu-fukushima
Theme URI: http://www3.nhk.or.jp/news/genpatsu-fukushima/
Version: 1.0
*/
/* ==================== Reset ==================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }

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

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

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

/* ==================== Helper classes ==================== */
/* -------------------- font -------------------- */
.bold { font-weight: bold !important; }

.center { text-align: center !important; }

.right { text-align: right !important; }

.fsS { font-size: smaller; }

.fsL { font-size: larger; }

/* -------------------- float -------------------- */
.flL { float: left; }

.flR { float: right; }

/* -------------------- clear -------------------- */
.clear { clear: both; }

/* -------------------- clearfix -------------------- */
.clearfix, .footer, .dateSelectField__A, .dateSelectField__sliderScale, .radioactivity__dataTable .spotData li, .newsList__dateSelectField, .newsList__list, .newsDetail__body, .newsDetail__article .article_terms, .calendar__week, .calendar__table { min-height: 1px; _height: 1%; }
.clearfix:after, .footer:after, .dateSelectField__A:after, .dateSelectField__sliderScale:after, .radioactivity__dataTable .spotData li:after, .newsList__dateSelectField:after, .newsList__list:after, .newsDetail__body:after, .newsDetail__article .article_terms:after, .calendar__week:after, .calendar__table:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

/* ==================== Common Style ==================== */
body { font: 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif; color: #666666; min-width: 1000px; }

a:link, a:visited { color: #333333; text-decoration: none; }

a:hover, a:active { color: #666666; text-decoration: underline; }

a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; -webkit-transition: opacity, 0.2s; -moz-transition: opacity, 0.2s; -o-transition: opacity, 0.2s; transition: opacity, 0.2s; }

.noHover a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

/* ==================== icon ==================== */
.icon { display: inline-block; *display: inline; *zoom: 1; background: url('../img/icon-sd05a6a5d79.png') no-repeat; }

.icon--arrA-left { background-position: 0 -17px; width: 6px; height: 9px; }

.icon--arrA-right { background-position: 0 -26px; width: 6px; height: 9px; }

.icon--arrA-up { background-position: 0 -35px; width: 9px; height: 6px; }

.icon--arrA-down { background-position: 0 -11px; width: 9px; height: 6px; }

.icon--arrB-right { background-position: 0 -49px; width: 7px; height: 8px; }

.icon--arrC-down { background-position: 0 -41px; width: 10px; height: 8px; }

.icon--close { background-position: 0 0; width: 11px; height: 11px; }

/* ==================== module Style ==================== */
/* -------------------- mod_box -------------------- */
.mod_box { background-color: white; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* ==================== parts Style ==================== */
/* -------------------- btn -------------------- */
.btn { display: block; position: relative; width: 100%; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; border: 1px solid #ccc; background: #dcdcdc; background: -moz-linear-gradient(top, white 0%, gainsboro 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro)); background: -webkit-linear-gradient(top, white 0%, gainsboro 100%); background: -o-linear-gradient(top, white 0%, gainsboro 100%); background: -ms-linear-gradient(top, white 0%, gainsboro 100%); background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; font-size: 0.875rem; line-height: 30px; color: #666; text-indent: 6px; cursor: pointer; -webkit-transition: opacity, 0.2s; -moz-transition: opacity, 0.2s; -o-transition: opacity, 0.2s; transition: opacity, 0.2s; }
.btn:link, .btn:visited { color: #666; }
.btn:hover, .btn:active { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; color: #666; text-decoration: none; }
.btn .icon { position: absolute; top: 10px; right: 8px; }
.btn .icon--arrA-up, .btn .icon--arrA-down { top: 12px; right: 10px; }

/* ==================== NHK NEWS WEB header ==================== */
#header { padding: 0 0 4px; min-width: 994px; }

#header #headerWrap { background: #FFFFFF; padding: 0; }

#header #headerContainer { height: 90px; margin: 0 auto; width: 990px; position: relative; }

#header p.logo { position: absolute; top: 23px; left: 0px; }

#header #pageTime { position: absolute; top: 23px; left: 284px; }

#header #pageTime .time { color: #050505; font-weight: bold; line-height: 1.5em; font-size: 87%; }

#header #pageTime .time span.sat { color: #4789E6; }

#header #pageTime .time span.sun { color: #e62047; }

#header #pageTime #trad { color: #8FBF30; font-weight: bold; font-size: 13px; }

#header #submenu { position: relative; }

#header ul#fontsize { position: absolute; top: 12px; right: 0px; height: 20px; width: 180px; }

#header ul#fontsize li { float: left; font-size: 1px; height: 20px; width: 34px; }

#header ul#fontsize li.medium { width: 32px; }

#header ul#fontsize li.moji { width: 80px; }

#header ul#fontsize li a { display: block; height: 20px; overflow: hidden; text-indent: -99999px; width: 100%; background: url(../../images/icon_fontsize.png) no-repeat; }

#header ul#fontsize li.small a { background-position: 0 0; }

#header ul#fontsize li.medium a { background-position: -34px 0; }

#header ul#fontsize li.large a { background-position: -66px 0; }

#header #snsBtn { position: absolute; top: 42px; right: 0px; font-size: 0px; z-index: 99; }

/* ==================== Component ==================== */
/* -------------------- footer -------------------- */
.footer { padding: 20px 0 40px; background-color: #a0d2be; font-size: 11px; font-size: 0.6875rem; }
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active { color: #666; }

.footer__contents { width: 850px; margin: 0 auto; }

.footer__Logo { float: left; width: 80px; }
.footer__Logo img { margin-top: 5px; }

.footer__info { float: right; width: 770px; }
.footer__info p { margin-bottom: 5px; }

/* -------------------- contents -------------------- */
.contents { padding-top: 18px; background-color: #1496c8; line-height: 1.6; }

.contents__header { margin-bottom: 20px; padding: 12px 0 10px; background-color: #fefcea; }

.contents__headerTitle { text-align: center; line-height: 1; }

.contents__headerNav { position: relative; width: 1000px; margin: 0 auto; }
.contents__headerNav ul { position: absolute; top: 10px; right: 10px; font-size: 12px; font-size: 0.75rem; }
.contents__headerNav li { line-height: 20px; }
.contents__headerNav li a { padding-left: 12px; background: url("../img/arrow.png") left center no-repeat; }
.contents__headerNav a:link, .contents__headerNav a:visited, .contents__headerNav a:hover, .contents__headerNav a:active { color: #666; }

.contents__body { width: 1000px; margin: 0 auto; }
.contents__body .attention { display: none; padding: 15px; margin-bottom: 20px; border: 1px solid #ff6464; font-size: 14px; font-size: 0.875rem; }

.contents__footer { padding-top: 20px; background-color: #a0d2be; font-size: 11px; font-size: 0.6875rem; }
.contents__footer p { width: 1000px; padding: 10px 0; margin: 0 auto; border-top: 1px solid #999; border-bottom: 1px solid #999; text-align: center; }

/* -------------------- topDate -------------------- */
.topDate { position: relative; margin: 0 4px 20px; }
.topDate .infoYear, .topDate .infoDate { font-size: 25px; font-size: 1.5625rem; font-weight: bold; color: #333; }
.topDate .infoBtn { position: absolute; left: 20px; top: 25px; width: 160px; text-align: left; font-weight: normal; }
.topDate .infoBtn--close .btn { display: none; }
.topDate .reloadBtn { position: absolute; right: 20px; top: 25px; width: 160px; text-align: center; font-weight: normal; }
.topDate .reloadBtn span { display: none; }

.topDate__title { height: 76px; padding-top: 4px; line-height: 76px; text-align: center; }

.dateSelectField { display: none; z-index: 10; position: relative; text-align: left; }

.dateSelectField__body { position: absolute; left: 11px; top: -20px; width: 908px; padding: 40px 30px 40px; border: 1px solid #eee; line-height: 1.6; }
.dateSelectField__body select { cursor: pointer; }

.dateSelectField__closeBtn { position: absolute; left: 9px; top: -39px; width: 160px; }

.dateSelectField__A { margin-bottom: 35px; padding-bottom: 30px; border-bottom: 1px solid #ccc; }

.dateSelectField__select { float: left; width: 150px; }

.dateSelectField__slider { float: right; width: 730px; padding-top: 10px; }

.dateSelectField__sliderScale { padding: 15px 5px 0; }
.dateSelectField__sliderScale li { float: left; width: 60px; font-size: 12px; font-size: 0.75rem; text-align: center; }

.dateSelectField__btn { float: right; width: 120px; }
.dateSelectField__btn .btn { border: none; background: #328c46; background: -moz-linear-gradient(top, #328c46 0%, #005014 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328c46), color-stop(100%, #005014)); background: -webkit-linear-gradient(top, #328c46 0%, #005014 100%); background: -o-linear-gradient(top, #328c46 0%, #005014 100%); background: -ms-linear-gradient(top, #328c46 0%, #005014 100%); background: linear-gradient(to bottom, #328c46 0%, #005014 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#328c46', endColorstr='#005014',GradientType=0 ); line-height: 40px; color: #fff; text-align: center; }
.dateSelectField__btn .btn:link, .dateSelectField__btn .btn:visited, .dateSelectField__btn .btn:hover, .dateSelectField__btn .btn:active { color: #fff; }

/* -------------------- topNews -------------------- */
.topNews { margin: 0 4px 4px; }

.topNewsHeader { position: relative; margin-bottom: 4px; }

.topNewsHeader__title { height: 76px; padding-left: 20px; padding-top: 4px; font-size: 22px; font-size: 1.375rem; font-weight: normal; line-height: 76px; }

.topNewsHeader__btn { position: absolute; top: 25px; right: 15px; width: 160px; }

.topNewsList { position: relative; min-height: 125px; padding: 12px 10px 5px; }
.topNewsList ul { margin-left: 30px; list-style: disc; line-height: 1.3; }
.topNewsList .noNews { list-style: none; text-align: center; padding-top: 20px; margin-right: 0; color: #ccc; }
.topNewsList .infoNews__title { margin-bottom: 6px; font-size: 18px; font-size: 1.125rem; font-weight: bold; }
.topNewsList .infoNews__title a:link, .topNewsList .infoNews__title a:visited { color: #333; }
.topNewsList .infoNews__title a:hover, .topNewsList .infoNews__title a:active { color: #666666; }
.topNewsList .infoNews__description { margin: 6px 0 12px; font-size: 14px; font-size: 0.875rem; color: #333; line-height: 1.8; }
.topNewsList .infoNews__date { font-size: 14px; font-size: 0.875rem; color: #999; font-weight: normal; }

#topNewsList__moreBtn { position: absolute; bottom: 15px; right: 15px; width: 140px; }

/* -------------------- radioactivity -------------------- */
.radioactivity { position: relative; }

.radioactivityHeader { position: relative; margin: 0 4px 3px; }

.radioactivityHeader__title { height: 76px; padding-left: 20px; padding-top: 4px; font-size: 22px; font-size: 1.375rem; font-weight: normal; line-height: 76px; }

.radioactivity__infoDate { font-size: 18px; font-size: 1.125rem; }

.radioactivity__infoHeader { width: 100%; border-collapse: separate; border-spacing: 4px; }

.radioactivity__infoNews { position: relative; }
.radioactivity__infoNews ul { min-height: 115px; margin: 10px 8px 10px 30px; list-style: disc; line-height: 1.3; }
.radioactivity__infoNews .noNews { list-style: none; text-align: center; padding-top: 20px; margin-right: 0; color: #ccc; }
.radioactivity__infoNews .infoNews__title { margin-bottom: 6px; font-size: 18px; font-size: 1.125rem; font-weight: bold; }
.radioactivity__infoNews .infoNews__title a:link, .radioactivity__infoNews .infoNews__title a:visited { color: #333; }
.radioactivity__infoNews .infoNews__title a:hover, .radioactivity__infoNews .infoNews__title a:active { color: #666666; }
.radioactivity__infoNews .infoNews__description { margin: 6px 0 12px; font-size: 14px; font-size: 0.875rem; color: #333; line-height: 1.8; }
.radioactivity__infoNews .infoNews__date { font-size: 14px; font-size: 0.875rem; color: #999; font-weight: normal; }
.radioactivity__infoNews .infoNews__moreBtn { position: absolute; right: 10px; bottom: 10px; width: 110px; }

.radioactivity__dataTable { width: 100%; margin-top: -3px; margin-bottom: -4px; border-collapse: separate; border-spacing: 4px; }
.radioactivity__dataTable .spotData { width: 25%; }
.radioactivity__dataTable .spotData li { padding: 15px 10px; }
.radioactivity__dataTable .even { background-color: #ebf5f5; }
.radioactivity__dataTable .spotB { background-color: #f0f0f0; }
.radioactivity__dataTable .spotB .even { background-color: #dcdcdc; }
.radioactivity__dataTable .spotName { padding: 5px 0; text-align: center; background-color: #ebf5f5; }
.radioactivity__dataTable .spotB .spotName { background-color: #dcdcdc; }

.spotData__info { float: left; width: 155px; }

.spotData__name { font-size: 14px; font-size: 0.875rem; color: #333; }

.spotData__time { font-size: 11px; font-size: 0.6875rem; line-height: 1.3; }

.spotData__value { float: right; width: 70px; margin-top: 10px; text-align: right; color: #999; line-height: 1.3; font-size: 18px; font-size: 1.125rem; }
.spotData__value.caution { color: #cc0032; font-weight: bold; }
.spotData__value.hasData { color: #1e7832; font-weight: bold; }
.spotData__value.noData { color: #333; text-align: center; font-size: 16px; font-size: 1rem; }

.spotData__info--glaph { height: 32px; }

.spotData__btn { float: right; width: 120px; }

.radioactivity__graph { z-index: 10; display: none; position: absolute; left: 4px; top: 83px; width: 992px; background-color: #fff; }
.radioactivity__graph .graph { display: none; }
.radioactivity__graph iframe { width: 992px; height: 400px; border: none; }

.radioactivity__graphTitle { position: absolute; bottom: 0; left: 10px; width: 972px; height: 42px; padding-top: 15px; border-top: 1px solid #ccc; font-size: 20px; font-size: 1.25rem; font-weight: normal; text-indent: 10px; }
.radioactivity__graphTitle .graphTitle { color: #336699; }

.radioactivity__graphPeriod { display: inline-block; *display: inline; *zoom: 1; position: absolute; right: 160px; bottom: 15px; min-width: 140px; }
.radioactivity__graphPeriod .btn { padding-right: 25px; }

.radioactivity__graphClose { position: absolute; right: 10px; bottom: 15px; width: 140px; }

/* -------------------- SVG glaph -------------------- */
svg .axis path, svg .axis line { fill: none; stroke: #ccc; shape-rendering: crispEdges; }
svg .x.axis .tick:first-child { display: none; }
svg .x.axis .xStart { fill: #666; font-size: 12px; }
svg .y.axis path { display: none; }
svg .y.axis .tick text { display: none; }
svg .y.axis .tick line { opacity: .5; }
svg .line { fill: none; stroke-width: 2px; }
svg .line.cs134 { stroke: #0082ff; }
svg .line.cs137 { stroke: #ff8200; }
svg .circle.cs134 { fill: #0082ff; }
svg .circle.cs137 { fill: #ff8200; }
svg .tick text { fill: #666; font-size: 12px; }
svg .yScale { fill: #666; font-size: 11px; }
svg .yUnit { fill: #666; font-size: 11px; text-anchor: end; }
svg .note--cs134 line { fill: none; stroke: #0082ff; stroke-width: 2px; shape-rendering: crispEdges; }
svg .note--cs134 text { fill: #666; font-size: 14px; }
svg .note--cs137 line { fill: none; stroke: #ff8200; stroke-width: 2px; shape-rendering: crispEdges; }
svg .note--cs137 text { fill: #666; font-size: 14px; }
svg .reference--cs134 line { fill: none; stroke: #0082ff; stroke-width: 2px; shape-rendering: crispEdges; }
svg .reference--cs134 text { fill: #0082ff; font-size: 12px; }
svg .reference--cs137 line { fill: none; stroke: #ff8200; stroke-width: 2px; shape-rendering: crispEdges; }
svg .reference--cs137 text { fill: #ff8200; font-size: 12px; }

/* -------------------- fukushimaMap -------------------- */
.fukushimaMap--top { height: 305px; background: url("../img/fukushima-map.png") center top no-repeat #1496c8; }
.fukushimaMap--top .fukushimaMap__inner { padding-top: 20px; }

.fukushimaMap--bottom { height: 405px; background: url("../img/fukushima-map.png") center bottom no-repeat #a0d2be; }

.fukushimaMap__inner { position: relative; width: 1000px; margin: 0 auto; }
.fukushimaMap__inner .pastNews { width: 135px; margin-top: 10px; }

.emissionStandard { margin-left: 4px; padding-left: 10px; border-left: 4px solid #ffbe00; font-size: 12px; font-size: 0.75rem; }

.emissionStandard__title { color: #ffbe00; }

.emissionStandard__value { color: #fff; }
.emissionStandard__value dt { float: left; width: 7em; }

.emissionStandard__note { margin-top: 8px; margin-left: 3px; font-size: 12px; font-size: 0.75rem; color: #fff; }

/* -------------------- popupNews -------------------- */
.popupNews { position: absolute; width: 250px; height: 220px; }

.popupNews--A { top: 32px; left: 245px; }

.popupNews--B { top: -15px; left: 536px; }

.popupNews--C { top: -25px; left: 380px; }

.popupNews--D { top: -185px; left: 410px; }

.popupNews--active { z-index: 10; }

.popupNews__field { display: none; height: 180px; padding: 20px 10px 20px 15px; background-color: #fff; }

.popupNews__list { overflow: hidden; height: 160px; }
.popupNews__list li { margin-bottom: 8px; padding-bottom: 5px; border-bottom: 1px dashed #ccc; font-size: 14px; font-size: 0.875rem; }

.popupNews__btn { position: absolute; width: 60px; height: 30px; bottom: 0; right: 0; }

.popupNews__count { position: absolute; bottom: 15px; right: 52px; width: 20px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; border: 3px solid #1e7832; background-color: #fff; color: #1e7832; font-weight: bold; line-height: 20px; text-align: center; }

/* -------------------- contents__bnrArea -------------------- */
.contents__bnrArea { padding-top: 20px; background-color: #a0d2be; }
.contents__bnrArea ul { text-align: center; }
.contents__bnrArea li { display: inline-block; *display: inline; *zoom: 1; margin: 12px; }

/* -------------------- news PAGE -------------------- */
.newsHeader { position: relative; margin-bottom: 4px; }

.newsHeader__title { height: 76px; padding-left: 20px; padding-top: 4px; font-size: 22px; font-size: 1.375rem; font-weight: normal; line-height: 76px; }

.newsHeader__headerBtn { position: absolute; top: 25px; right: 15px; width: 140px; }

.newsHeader__headerBtn--list { position: absolute; top: 25px; right: 165px; width: 160px; }

/* -------------------- newsList -------------------- */
.newsList { padding-bottom: 25px; }

.newsList__header { margin-bottom: 4px; }

.newsList__dateSelectField { margin-bottom: 25px; padding: 20px; padding-bottom: 0; }
.newsList__dateSelectField .dateSelectField__btn { width: 140px; }
.newsList__dateSelectField .dateSelectField__btn .btn { line-height: 36px; }
.newsList__dateSelectField .recentBtn { display: inline-block; *display: inline; *zoom: 1; width: 140px; line-height: 34px; margin-right: 40px; }

.newsList__list { min-height: 200px; padding: 0 20px; border-top: 1px solid #ccc; }
.newsList__list .newsList__article { display: none; }
.newsList__list.cat .newsList__article { display: block; }
.newsList__list.cat1-1 .cat1-1 { display: block; }
.newsList__list.cat1-2 .cat1-2 { display: block; }
.newsList__list.cat1-3 .cat1-3 { display: block; }
.newsList__list.cat1-4 .cat1-4 { display: block; }
.newsList__list.cat2 .cat2 { display: block; }
.newsList__list.cat3 .cat3 { display: block; }
.newsList__list.cat4 .cat4 { display: block; }

.newsList__day:last-child .newsList__articleList { padding-bottom: 30px; }

.newsList__date { float: left; width: 100px; margin-top: 20px; font-size: 14px; font-size: 0.875rem; }

.newsList__article { margin-left: 100px; padding-top: 20px; padding-left: 20px; border-left: 1px solid #ccc; }
.newsList__article:last-child { padding-bottom: 40px; }
.newsList__article .article__title { margin-bottom: 0; font-size: 18px; font-size: 1.125rem; font-weight: bold; }
.newsList__article .article__title a:link, .newsList__article .article__title a:visited { color: #333; }
.newsList__article .article__title a:hover, .newsList__article .article__title a:active { color: #666666; }
.newsList__article .article__date { font-size: 14px; font-size: 0.875rem; color: #999; font-weight: normal; }
.newsList__article .article__terms { margin-bottom: 8px; padding-left: 1em; }
.newsList__article .article__discription { padding-bottom: 10px; margin-top: 6px; font-size: 14px; font-size: 0.875rem; color: #333; line-height: 1.8; }

.newsList__noData { padding: 50px 0; text-align: center; color: #999; }

.iconLabel--cat, .iconLabel--cat1, .iconLabel--cat2, .iconLabel--cat3, .iconLabel--cat4 { display: inline-block; *display: inline; *zoom: 1; padding: 2px 10px 0; margin-right: 5px; color: #fff; font-size: 13px; font-size: 0.8125rem; font-weight: normal; line-height: 22px; }

.iconLabel--cat1 { background-color: #cc6600; }

.iconLabel--cat2 { background-color: #cc0033; }

.iconLabel--cat3 { background-color: #0066cc; }

.iconLabel--cat4 { background-color: #993399; }

/* -------------------- newsDetail -------------------- */
.newsDetail { padding-bottom: 25px; }

.newsDetail__body { padding: 20px; }

.newsDetail__day { float: left; width: 570px; padding-right: 20px; border-right: 1px solid #ccc; }

.newsDetail__side { float: right; width: 350px; }

.newsDetail__dayTitle { margin: 5px 0 15px; color: #1e7832; font-weight: normal; }

.newsDetail__article { margin-bottom: 35px; }
.newsDetail__article .article__header { margin-bottom: 25px; padding-left: 10px; border-left: 5px solid #1e7832; }
.newsDetail__article .article__title { font-size: 18px; font-size: 1.125rem; color: #333; margin-bottom: 5px; }
.newsDetail__article .article_date { font-size: 14px; font-size: 0.875rem; line-height: 1; }
.newsDetail__article .article_terms { margin: 8px 0; }
.newsDetail__article .article_terms li { float: left; }
.newsDetail__article .article__body { color: #333; line-height: 1.8; }
.newsDetail__article .article__body p { margin: 1.5em 0; }

.newsDetail__listTitle { margin-bottom: 20px; background-color: #f2f2f2; font-size: 14px; font-size: 0.875rem; font-weight: normal; line-height: 40px; text-align: center; }

.newsDetail__list { margin-bottom: 40px; }
.newsDetail__list li { font-weight: bold; margin-bottom: 6px; }
.newsDetail__list li a:link, .newsDetail__list li a:visited { color: #333; }
.newsDetail__list li a:hover, .newsDetail__list li a:active { color: #666666; }

.newsDetail__listDate { font-size: 14px; font-size: 0.875rem; color: #999; font-weight: normal; }

/* -------------------- calendar -------------------- */
.calendar { border-top: 5px solid #e5e5e5; }
.calendar h3 { padding: 3px 0 3px 8px; margin: 10px; margin-left: 0; border-left: 7px solid #eb9f35; color: #333; }

.calendar__select { margin: 0 0 13px 0; padding: 3px; border: 1px solid #7f9db9; font-size: 14px; font-size: 0.875rem; }

.calendar__header { position: relative; padding: 10px 10px 8px; margin-bottom: 5px; background: #f2f2f2; line-height: 1; }
.calendar__header p { font-size: 14px; font-size: 0.875rem; font-weight: bold; color: #333; text-align: center; }
.calendar__header a:link, .calendar__header a:visited { color: #333; }
.calendar__header .prev a { display: block; position: absolute; top: 10px; left: 9px; padding-left: 15px; }
.calendar__header .prev a .icon { position: absolute; top: 1px; left: 0; }
.calendar__header .next a { display: block; position: absolute; top: 10px; right: 9px; padding-right: 15px; }
.calendar__header .next a .icon { position: absolute; top: 1px; right: 0; }

.calendar__week { border-bottom: 5px solid #f2f2f2; }
.calendar__week li { float: left; width: 50px; text-align: center; line-height: 28px; font-size: 16px; font-size: 1rem; }
.calendar__week .sun { color: #c00; }
.calendar__week .sat { color: #0032cc; }

.calendar__table { padding-top: 5px; }

.calendar__day { float: left; width: 50px; text-align: center; line-height: 30px; color: #ddd; }
.calendar__day a { display: block; }
.calendar__day a:link, .calendar__day a:visited { color: #666; }
.calendar__day a:hover, .calendar__day a:active { background-color: #f9e2c2; color: #666; text-decoration: none; }

.calendar__note { margin-top: 10px; font-size: 13px; font-size: 0.8125rem; text-align: right; }

/* -------------------- jquery.customSelect plugin -------------------- */
.customSelect, .customSelect--M, .customSelect--L, .customSelect--LL, .customSelect--LLL { width: 108px; height: 40px; padding-left: 12px; background: #fafafa url(../img/custumselect.png) right center no-repeat; border-left: 1px solid #ccc; line-height: 40px; font-size: 14px; font-size: 0.875rem; }

.customSelect--M { width: 98px; }

.customSelect--L { width: 140px; }

.customSelect--LL { width: 180px; }

.customSelect--LLL { width: 200px; }

/* -------------------- Dragdealer.js plugin -------------------- */
.dragdealer { position: relative; height: 10px; background: #e6e6e6; }

.dragdealer .handle { position: absolute; top: -10px; left: 0; cursor: pointer; width: 10px; height: 28px; background-color: #fff; border: 1px solid #999; width: 60px; height: 26px; text-align: center; line-height: 28px; font-size: 11px; font-size: 0.6875rem; color: #666; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

/* -------------------- jquery custom scrollbars plugin -------------------- */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container { width: auto; margin-right: 14px; overflow: hidden; }

.mCSB_container.mCS_no_scrollbar { margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar { margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools { width: 10px; height: 100%; top: 0; right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center; }

.mCustomScrollBox { -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail { background: #333; /* rgba fallback */ background: rgba(0, 0, 0, 0.4); filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #014c25; /* rgba fallback */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background: rgba(1, 76, 37, 0.85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background: rgba(1, 76, 37, 0.9); filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; /* old ie */ }

/* -------------------- lt-ie8 -------------------- */
.lt-ie8 .topDate { z-index: 10; }
.lt-ie8 .topNews { z-index: 9; position: relative; }
.lt-ie8 .contents__body { z-index: 2; }
.lt-ie8 .contents__map { z-index: 1; }
.lt-ie8 .radioactivity { z-index: 3; }
.lt-ie8 .radioactivity__dataTable li { overflow: hidden; height: 50px; }
.lt-ie8 li.spotData__info--glaph { overflow: hidden; position: relative; height: 32px; }
.lt-ie8 .spotData__btn { position: absolute; top: 15px; left: 0; float: none; margin-left: 105px; }
