@charset "UTF-8";
/* ==========================================================================

    01 Common
    - Reset CSS
    - Normalize CSS

   ========================================================================== */
/* Reset CSS
   --------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 　1;
}

nav 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;
}

th, td {
  padding: 0;
}

/* Normalize CSS
   --------------------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside,
details, figcaption, figure,
footer, header,
hgroup, main, nav, section,
summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

b, em, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Text Settinge
   --------------------------------------------------- */
/* Kids Setting
   --------------------------------------------------- */
/* Screen Setting
   --------------------------------------------------- */
/* Nav mixin
   --------------------------------------------------- */
/* Retina
   --------------------------------------------------- */
/* Fonts
   --------------------------------------------------- */
#kids-footer .gb-menu .gm-entry:before {
  content: "\e600";
}

#kids-footer .gb-menu .gm-game:before {
  content: "\e601";
}

#kids-footer .pg-menu h1 .pg-list:before {
  content: "\e604";
}

#kids-footer .gb-menu .gm-kyoiku:before {
  content: "\e605";
}

#kids-footer .gb-menu .gm-song:before {
  content: "\e609";
}

#kids-footer .gb-menu .gm-timetable:before {
  content: "\e60b";
}

/* Box sizing
   --------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML, Body, Anchor, Img
   --------------------------------------------------- */
html {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #474848;
  text-align: left;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #fff;
  word-break: break-all;
  cursor: auto;
  letter-spacing: .072rem;
  word-spacing: .072rem;
}

a {
  color: #ff6600;
  text-decoration: none;
}
a:hover, a:focus {
  color: #b34700;
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

/* Floats
   --------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fR {
  float: right !important;
}

.fL {
  float: left !important;
}

.aL {
  text-align: left;
}

.aR {
  text-align: right;
}

.aC {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* Toggling content
   --------------------------------------------------- */
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Affix plugin
   --------------------------------------------------- */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Font
   --------------------------------------------------- */
@font-face {
  font-family: 'kidsicos';
  src: url("../fonts/kidsfont.eot?d4t7wu");
  src: url("../fonts/kidsfont.eot?#iefixd4t7wu") format("embedded-opentype"), url("../fonts/kidsfont.woff?d4t7wu") format("woff"), url("../fonts/kidsfont.ttf?d4t7wu") format("truetype"), url("../fonts/kidsfont.svg?d4t7wu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'kidsicos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-entry:before {
  content: "\e600";
}

.icon-ic-game:before {
  content: "\e601";
}

.icon-ic-home:before {
  content: "\e602";
}

.icon-ic-info:before {
  content: "\e603";
}

.icon-ic-kids:before {
  content: "\e604";
}

.icon-ic-kyoiku:before {
  content: "\e605";
}

.icon-ic-pg-ca:before {
  content: "\e606";
}

.icon-ic-pg-cr:before {
  content: "\e607";
}

.icon-ic-recipe:before {
  content: "\e608";
}

.icon-ic-song:before {
  content: "\e609";
}

.icon-ic-song2:before {
  content: "\e60a";
}

.icon-ic-timetable:before, #content .sche h2:before {
  content: "\e60b";
}

/* nhk
   --------------------------------------------------- */
.nol_footerLogo {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Text Settinge
   --------------------------------------------------- */
/* Kids Setting
   --------------------------------------------------- */
/* Screen Setting
   --------------------------------------------------- */
/* Nav mixin
   --------------------------------------------------- */
/* Retina
   --------------------------------------------------- */
/* Fonts
   --------------------------------------------------- */
#kids-footer .gb-menu .gm-entry:before {
  content: "\e600";
}

#kids-footer .gb-menu .gm-game:before {
  content: "\e601";
}

#kids-footer .pg-menu h1 .pg-list:before {
  content: "\e604";
}

#kids-footer .gb-menu .gm-kyoiku:before {
  content: "\e605";
}

#kids-footer .gb-menu .gm-song:before {
  content: "\e609";
}

#kids-footer .gb-menu .gm-timetable:before {
  content: "\e60b";
}

#wrapper {
  min-width: 1024px;
}
@media (max-device-width: 768px) and (orientation: portrait) {
  #wrapper {
    min-height: 1366px;
  }
}

#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#content {
  padding-bottom: 1em;
  position: relative;
}

#kids-header {
  display: none;
}

#kids-footer {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 360px;
  }

  #container {
    width: auto;
    min-width: 360px;
    margin: 0;
  }

  #kids-header {
    display: block;
    color: white;
    padding: 10px 14px;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-indent: 0;
    font-weight: blod;
    background: #2693FF url("../img/btn_sp_menu.png") no-repeat right 50%;
    cursor: pointer;
  }

  #content {
    padding: 0 14px;
  }

  #kids-footer {
    width: auto;
    min-width: 360px;
  }
}
#btn_kidstop {
  width: 59px;
  height: 54px;
  background: url(../img/btn_head_top.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  #btn_kidstop {
    background: none;
    display: none;
  }
}
footer {
  background: #2693FF;
}

#kids-footer,
#program-footer {
  font-size: 0.85em;
  letter-spacing: 0;
}
#kids-footer a,
#program-footer a {
  line-height: 18px;
  color: #fff;
}
#kids-footer a:before,
#program-footer a:before {
  font-family: 'kidsicos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
#kids-footer a:hover, #kids-footer a:focus,
#program-footer a:hover,
#program-footer a:focus {
  color: #d9d9d9;
  text-decoration: none;
}

#kids-footer {
  position: relative;
  padding: 25px 0;
}
#kids-footer:before, #kids-footer:after {
  content: " ";
  display: table;
}
#kids-footer:after {
  clear: both;
}
#kids-footer .kids-top {
  position: absolute;
  top: 25px;
  left: 4px;
}
#kids-footer .kids-top a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../img/kids_white.png) no-repeat 0 0;
  display: block;
  width: 80px;
  height: 46px;
}
#kids-footer .pg-menu,
#kids-footer .gb-menu {
  float: left;
  line-height: 1.2;
}
#kids-footer .pg-menu li,
#kids-footer .gb-menu li {
  margin-bottom: 8px;
}
#kids-footer .pg-menu {
  width: 720px;
  padding-left: 115px;
}
#kids-footer .pg-menu:before, #kids-footer .pg-menu:after {
  content: " ";
  display: table;
}
#kids-footer .pg-menu:after {
  clear: both;
}
#kids-footer .pg-menu ul {
  width: 180px;
  margin-right: 20px;
  float: left;
}
#kids-footer .pg-menu h1 {
  display: none;
}

@media only screen and (max-width: 640px) {
  #program-footer {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 0;
  }
  #program-footer a {
    line-height: 24px;
    display: block;
    padding: 12px;
    color: #fff;
  }
  #program-footer a {
    line-height: 24px;
    border-top: 1px solid #CFCFCF;
    color: #fff;
  }
  #program-footer a:before {
    font-family: 'kidsicos';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-right: 4px;
    vertical-align: text-bottom;
  }
  #program-footer a:hover, #program-footer a:focus {
    color: #f2f2f2;
    text-decoration: none;
  }

  #kids-footer {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 0;
  }
  #kids-footer a {
    line-height: 24px;
    display: block;
    padding: 12px;
    color: #fff;
  }
  #kids-footer a {
    line-height: 24px;
    border-top: 1px solid #CFCFCF;
    color: #2692FF;
  }
  #kids-footer a:before {
    font-family: 'kidsicos';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-right: 4px;
    vertical-align: text-bottom;
  }
  #kids-footer a:hover, #kids-footer a:focus {
    color: #8cc5ff;
    text-decoration: none;
  }

  #kids-footer {
    background: #fff;
  }
  #kids-footer .kids-top {
    display: block;
    position: static;
  }
  #kids-footer .kids-top a {
    background: #fff url(../img/kids_blue.png) no-repeat 50% 50%;
    width: 100%;
    height: 68px;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px dotted #CFCFCF;
  }
  #kids-footer .pg-menu,
  #kids-footer .gb-menu {
    float: none;
  }
  #kids-footer .pg-menu li,
  #kids-footer .gb-menu li {
    margin: 0;
  }
  #kids-footer .pg-menu br,
  #kids-footer .gb-menu br {
    display: none;
  }
  #kids-footer .pg-menu {
    width: auto;
    padding: 0;
  }
  #kids-footer .pg-menu ul {
    float: none;
    width: auto;
  }
  #kids-footer .pg-menu h1 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    background: url(../img/ico_exp_0_blue.png) no-repeat right 50%;
  }
  #kids-footer .pg-menu ul {
    display: none;
  }
  #kids-footer .pg-menu ul a {
    padding-left: 2em;
    border-top: 1px dashed #CFCFCF;
  }
  #kids-footer .pg-menu.show h1 {
    background-image: url(../img/ico_exp_1_blue.png);
  }
  #kids-footer .pg-menu.show ul {
    display: block;
  }
}
.grid-container {
  display: block;
  font-size: 0;
  margin-right: -24px;
}
.grid-container:before, .grid-container:after {
  content: " ";
  display: table;
}
.grid-container:after {
  clear: both;
}
.grid-container article {
  width: 225px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 19px 2.5em 0;
}
.grid-container article .img,
.grid-container article .img-half .cel1,
.grid-container article .img-half .cel2 {
  margin-bottom: 1.25em;
}
.grid-container article .img img,
.grid-container article .img-half .cel1 img,
.grid-container article .img-half .cel2 img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-container article .img-half {
  margin-right: -2px;
}
.grid-container article .img-half:before, .grid-container article .img-half:after {
  content: " ";
  display: table;
}
.grid-container article .img-half:after {
  clear: both;
}
.grid-container article .img-half .cel1 {
  width: 225px;
  margin-right: 19px;
  float: left;
}
.grid-container article .img-half .cel2 {
  width: 225px;
  float: left;
}
.grid-container article.cel2 {
  width: 470px;
}
.grid-container article.cel3 {
  width: 715px;
}
.grid-container article.celt {
  width: 306px;
}

.grid2-container {
  margin-right: -24px;
}
.grid2-container:before, .grid2-container:after {
  content: " ";
  display: table;
}
.grid2-container:after {
  clear: both;
}
.grid2-container .grid {
  float: left;
  width: 470px;
  margin-right: 20px;
}
.grid2-container .grid_cel2 {
  float: left;
  width: 960px;
}

@media only screen and (max-width: 640px) {
  .grid-container {
    margin-right: -14px;
  }
  .grid-container article {
    margin-right: 12px;
  }
  .grid-container article:nth-child(2n + 1) {
    margin-left: 0;
  }
  .grid-container article .img-half .cel1 {
    margin-right: 12px;
  }
  .grid-container .cel3 {
    width: auto !important;
  }

  .grid2-container {
    margin-right: -12px;
    margin: 0;
  }
  .grid2-container .grid,
  .grid2-container .grid_cel2 {
    margin: 0;
    width: 100%;
    float: none;
  }
}
.grid-list {
  display: block;
  font-size: 0;
  margin-right: -24px;
}
.grid-list:before, .grid-list:after {
  content: " ";
  display: table;
}
.grid-list:after {
  clear: both;
}
.grid-list article {
  display: inline-block;
  width: 306px;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  margin: 0 20px 1.5em 0;
}

@media only screen and (max-width: 640px) {
  .grid-list {
    margin: 0;
  }
  .grid-list article {
    display: block;
    width: auto;
    padding: 0;
  }
}
#content p.desc {
  margin: 0 0 1em 0;
  line-height: 1.75;
}
#content .sche {
  /*
  h2{
  	@include icon-nav(18px);
  	@extend .icon-ic-timetable;
  	background: $etv-col;
  	color:white;
  	display: inline-block;
  	padding:6px 10px;;
  	border-radius:15px;
  	font-size: $font-size-base;
  	font-weight:normal;
  	margin:0 0 1em 0;
  }
  */
}
#content .sche h2 {
  line-height: 24px;
  color: #27BE27;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
#content .sche h2:before {
  font-family: 'kidsicos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
#content .sche nav + h3 {
  margin-top: 2em;
}
#content .sche h3 {
  color: #27BE27;
  font-size: 14px;
  margin: 0em 0 1em;
}
#content .sche dl {
  margin-bottom: 1.75em;
}
#content .sche dl:before, #content .sche dl:after {
  content: " ";
  display: table;
}
#content .sche dl:after {
  clear: both;
}
#content .sche dl dt {
  color: #699;
  margin: 0 0 0.5em 0;
  width: 8em;
  clear: left;
  float: left;
}
#content .sche dl dd {
  margin: 0 0 0.5em 9em;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  line-height: 1.5;
  border-radius: 4px;
  margin-bottom: 4px;
}
.btn:hover, .btn:focus {
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
}

.launch-btn .img,
.launch-song-btn .img,
.launch-pc-btn .img {
  cursor: pointer;
}
.launch-btn .img:hover,
.launch-song-btn .img:hover,
.launch-pc-btn .img:hover {
  opacity: 0.75;
}

small.update {
  color: #ff0000;
}

.num_ol li {
  list-style-type: decimal;
  margin-left: 2em;
}

.nbr {
  white-space: nowrap;
}

span.r:before {
  content: " ";
}

@media only screen and (max-width: 640px) {
  #content .sche h3 {
    margin: 1em 0 0.5em;
  }
  #content .sche dl dt {
    width: auto;
    margin: 0;
    float: none;
  }
  #content .sche dl dd {
    margin: 0 0 1em 0;
  }

  img.spfit {
    width: 100%;
    height: auto;
  }

  span.r0:before,
  span.r:before {
    content: "\A";
    white-space: pre;
  }

  br.r {
    display: none;
  }
}
@media print {
  body {
    background: transparent !important;
  }

  header {
    display: none;
  }

  footer {
    display: none;
  }

  #btn_kidstop {
    display: none;
  }
}
.nhk-snsbtn {
  text-align: right;
}
