@charset "UTF-8";
/* Text Settinge
   --------------------------------------------------- */
/* Kids Setting
   --------------------------------------------------- */
/* Screen Setting
   --------------------------------------------------- */
/* Nav mixin
   --------------------------------------------------- */
/* Retina
   --------------------------------------------------- */
/* Fonts
   --------------------------------------------------- */
#pg-nav-head .pg-top:before,
#pg-nav-foot .pg-top:before {
  content: "\e602";
}

#pg-nav-head .pg-qn:before,
#pg-nav-foot .pg-qn:before, #pg-nav-head .pg-info:before,
#pg-nav-foot .pg-info:before, #pg-nav-head .pg-lt:before,
#pg-nav-foot .pg-lt:before {
  content: "\e603";
}

#pg-nav-head .pg-sc:before,
#pg-nav-foot .pg-sc:before {
  content: "\e605";
}

#pg-nav-head .pg-ca:before,
#pg-nav-foot .pg-ca:before {
  content: "\e606";
}

#pg-nav-head .pg-cr:before,
#pg-nav-foot .pg-cr:before, #pg-nav-head .pg-ki:before,
#pg-nav-foot .pg-ki:before {
  content: "\e607";
}

#pg-nav-head .pg-recipe:before,
#pg-nav-foot .pg-recipe:before {
  content: "\e608";
}

#program-header {
  padding-top: 5px;
}
#program-header h1 {
  margin: 0;
  width: 150px;
  height: 95px;
  text-indent: -999em;
  cursor: pointer;
}
#program-header .pg-top-container {
  margin: 0 0 24px 0;
}
#program-header .pg-top-container:before, #program-header .pg-top-container:after {
  content: " ";
  display: table;
}
#program-header .pg-top-container:after {
  clear: both;
}
#program-header .pg-top-container h1 {
  float: left;
  width: 470px;
  height: 285px;
}
#program-header .pg-top-container .img {
  float: right;
  width: 470px;
  border-radius: 12px;
}
#program-header .pg-top-container .img img {
  display: block;
  width: 100%;
  height: 285px;
}

body.pg-top #program-header {
  background: url(../img/lbl_etv.png) no-repeat 10px 8px;
  padding-top: 68px;
}
body.pg-top #program-header h1 {
  cursor: default;
}

#pg-nav-head {
  margin: 0 0 30px 0;
  background: #333;
  width: 100%;
}
#pg-nav-head:before, #pg-nav-head:after {
  content: " ";
  display: table;
}
#pg-nav-head:after {
  clear: both;
}
#pg-nav-head li {
  display: block;
  float: left;
  line-height: 28px;
  padding: 4px;
}
#pg-nav-head li a {
  line-height: 18px;
  display: block;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "Lucida Grande", sans-serif;
}
#pg-nav-head li 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;
}
#pg-nav-head li a:hover, #pg-nav-head li a:focus {
  color: #ebebeb;
  text-decoration: none;
}

#pg-nav-foot {
  margin: 20px 0 0;
  display: none;
}

.koi {
  width: 12em;
  float: left;
}
.koi.moji {
  width: 9em;
}

.someshi {
  padding-left: 12em;
}
.someshi.moji {
  padding-left: 9em;
}

@media only screen and (max-width: 640px) {
  #program-header {
    padding: 0;
  }
  #program-header h1 {
    height: auto;
    color: white;
    padding: 10px 14px;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-indent: 0;
    float: none;
    background-image: url("../img/btn_sp_menu.png");
    background-repeat: no-repeat;
    background-position: right 50%;
  }
  #program-header .pg-top-container {
    margin: 0;
  }
  #program-header .pg-top-container h1 {
    width: 100%;
    float: none;
  }
  #program-header .pg-top-container .img {
    width: 100%;
    height: auto;
    float: none;
  }

  body.pg-top #program-header {
    padding-top: 20px;
  }
  body.pg-top #program-header h1 {
    padding: 0;
  }

  #pg-nav-head {
    display: none;
  }

  #pg-nav-foot {
    display: block;
  }

  .koi {
    float: none;
  }

  .someshi, .someshi.moji {
    padding-left: 3em;
  }
}
.grid-container article h3 {
  font-size: 17px;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.grid-container article h3 small {
  font-size: 12px;
  font-weight: normal;
}
.grid-container article p {
  margin: 0;
}
.grid-container article p.note {
  margin-top: 0.5em;
  font-size: 0.85em;
}
.grid-container article .img.noimg {
  border: 1px solid #ccc;
  background: #f8f8f8;
  position: relative;
}
.grid-container article .img.noimg span {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #999;
  padding-bottom: 1em;
  bottom: 0;
}

.pg-cr .grid-container article .img img,
.pg-cr .grid-container article .img-half img {
  width: 225px;
  height: 126px;
}
.pg-cr .grid-container article.cel2 .img img {
  width: 470px;
  height: 126px;
}

.pg-ca .grid-container article .img img,
.pg-ca .grid-container article .img-half img {
  width: 225px;
  height: 180px;
}
.pg-ca .grid-container article.cel2 .img img {
  width: 470px;
  height: 180px;
}

.pg-game .grid-container article {
  width: 152px;
  margin: 0 8px 20px 0;
}
.pg-game .grid-container article h3 {
  font-size: 14px;
  text-align: center;
}
.pg-game .grid-container article h3 a {
  color: #333333;
}
.pg-game .grid-container article h3 a small {
  font-size: 0.74em;
}
.pg-game .grid-container article .img {
  border-radius: 16px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
.pg-game .grid-container article .img img {
  width: 152px;
  height: 114px;
}

/*
@media only screen and (max-width:640px){

	.pg-cr{
		.img{

		}
	}
	.pg-ca{
		.img{
			
		}
	}
}
*/
.grid-list article h3 {
  font-size: 17px;
  margin: 1em 0 0.5em;
  line-height: 1;
}
.grid-list article h3 small {
  font-size: 12px;
}
.grid-list article p.note {
  margin-top: 0.5em;
  font-size: 0.85em;
}

h2 {
  font-size: 18px;
  margin: 0 0 0.5em 0;
}

body.pg-cr h2,
body.pg-ca h2,
body.pg-qn h2,
body.pg-info h2 {
  display: none;
}
body.pg-cr h2.grp,
body.pg-ca h2.grp,
body.pg-qn h2.grp,
body.pg-info h2.grp {
  display: block;
  font-size: 18px;
  margin: 0 0 0.5em 0;
}

body.pg-top #content .pg-cr,
body.pg-top #content .pg-ca,
body.pg-top #content .pg-qn,
body.pg-top #content .pg-info,
body.pg-top #content .pg-game {
  border-top: 1px dotted #333;
}
body.pg-top #content .pg-cr h2,
body.pg-top #content .pg-ca h2,
body.pg-top #content .pg-qn h2,
body.pg-top #content .pg-info h2,
body.pg-top #content .pg-game h2 {
  display: block;
  font-size: 18px;
  margin: 30px 0;
}

#content p {
  margin: 0 0 1em;
}
#content #main_desc h2 {
  display: block;
}
#content .qn article,
#content .box article {
  background: #FFF8CB;
  border: 1px solid #DBCC7C;
  padding: 2em 2em 1em;
  margin-bottom: 2.5em;
  line-height: 1.75;
}
#content .qn article h3,
#content .box article h3 {
  font-size: 16px;
  border-bottom: 1px dotted #DBCC7C;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
#content .qn article dt,
#content .box article dt {
  font-weight: bold;
}
#content .qn article dd,
#content .box article dd {
  margin-bottom: 0.5em;
}
#content .qn article ul li,
#content .box article ul li {
  list-style: disc;
  margin-left: 1.5em;
}
#content .qn article ol li,
#content .box article ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
#content .qn article .note,
#content .box article .note {
  font-size: 12px;
  line-height: 1.5;
}
#content .qn article hr,
#content .box article hr {
  border-size: 1px 0 0 0;
  border-top: 1px dotted #DBCC7C;
  margin: 1em 0;
}
#content .qn article .address,
#content .box article .address {
  margin-top: 0.5em;
}
#content .qn {
  margin-bottom: 3.5em;
}
#content .sche-table {
  width: 100%;
  margin-bottom: 2.5em;
}
#content .sche-table th {
  border: 1px solid #B0A462;
  background: #DBCC7C;
  color: #615800;
  padding: 1em;
}
#content .sche-table td {
  border: 1px solid #DBCC7C;
  background: #FFF8CB;
  padding: 1em;
}
#content .sche-table td span.br:before {
  content: "・";
}
#content .sche-table .day {
  letter-spacing: 0;
  white-space: nowrap;
}
#content .topics {
  margin: 30px 0;
  padding: 0 0 0 70px;
  background: url(../img/top_news_lbl.png) no-repeat 0px 50%;
  min-height: 20px;
  color: #4692AA;
}
#content .topics h1 {
  display: none;
}
#content .topics .clearfix:before, #content .topics .clearfix:after {
  content: " ";
  display: table;
}
#content .topics .clearfix:after {
  clear: both;
}
#content .topics > ul {
  width: auto;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #9DC9D7;
  font-size: 14px;
  list-style: disc;
  padding: 1em;
}
#content .topics.special > ul > li .heading {
  font-size: 1.2em;
  display: block;
  width: 100%;
  background: #ee2091;
  padding: 4px 8px;
  margin: 0 0 5px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
#content .topics.special > ul > li .inner-heading {
  font-size: 1.15em;
  color: #FF8702;
  border-left: 4px solid #27BE27;
  padding-left: 8px;
}
#content .topics.special > ul > li .left {
  float: left;
}
#content .topics.special > ul > li .res-margin-left {
  margin-left: 1em;
}
#content .topics.special > ul > li .res-margin-right {
  margin-right: 1em;
}
#content .topics.special > ul > li dl.date {
  color: #27BE27;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0;
}
#content .topics.special > ul > li dl.date dt {
  display: inline-block;
  width: 4em;
}
#content .topics.special > ul > li dl.date dd {
  display: inline-block;
}
#content .topics.special > ul > li + li {
  border-top: 1px solid;
  padding-top: 1em;
  margin-top: 1em;
}
#content .topics.special > ul .disc-list {
  border-top: 1px solid;
  padding-left: 2em;
}
#content .topics.special > ul .disc-list li {
  list-style-type: disc;
  margin-top: 1em;
}
#content .launch-song-btn {
  line-height: 1.75;
}

@media only screen and (max-width: 640px) {
  body.pg-top .grid-container article {
    margin-bottom: 1.5em;
  }

  #content h2 {
    display: block;
    font-size: 16px;
    margin: 1em 0 2em;
  }
  #content #main_desc .img {
    margin: 0;
  }
  #content .qn article {
    margin-bottom: 1em;
  }
  #content .sche-table td span.br:before {
    content: "\A";
    white-space: pre;
  }
  #content .topics {
    margin-top: 0;
  }
  #content .topics.special ul li .res-margin-left {
    margin-left: 0;
    margin-top: 1em;
  }
  #content .topics.special ul li .res-margin-right {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.all_ca_uk .img {
  display: block;
  background: url("../program/all_ca_uk.png") no-repeat 50% 50%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
@media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 641px) and (min-resolution: 1.5) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_2x.png");
  }
}
@media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (min-resolution: 2) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_2x.png");
  }
}
@media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 641px) and (min-resolution: 3) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_3x.png");
  }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 640px) and (min-resolution: 1.5) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_s_2x.png");
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 2) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_s_2x.png");
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 640px) and (min-resolution: 3) {
  .all_ca_uk .img {
    background-image: url("../program/all_ca_uk_s_3x.png");
  }
}

.bannerBtn {
  margin-top: 28px;
}
.bannerBtn:first-child {
  margin-top: 0;
}
.bannerBtn a.ic, .bannerBtn a.cont {
  display: block;
  position: relative;
  margin: 8px 0;
  line-height: 1.25;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
}
.bannerBtn a.ic:hover, .bannerBtn a.ic:focus, .bannerBtn a.cont:hover, .bannerBtn a.cont:focus {
  text-decoration: none;
}
.bannerBtn a.ic small, .bannerBtn a.ic span, .bannerBtn a.cont small, .bannerBtn a.cont span {
  font-weight: normal;
}
.bannerBtn a.ic:before, .bannerBtn a.cont:before {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  top: 7px;
  left: 8px;
}
.bannerBtn a.ic {
  border: 2px solid #2693FF;
  color: #2693FF;
  padding: 10px 34px 10px 34px;
}
.bannerBtn a.ic:hover, .bannerBtn a.ic:focus {
  border-color: #f66;
  color: #f66;
}
.bannerBtn a.cont {
  padding: 10px 34px 10px 24px;
  background-color: #2693FF;
  color: #ffffff;
}

#goodsInfo a {
  display: block;
  padding: 0.75em 34px 0.75em 1em;
  margin: 8px 0;
  color: #ff0000;
  line-height: 1.25;
  border: 2px solid #ff0000;
  border-radius: 8px;
  background: #fff url(../img/ico_linkout.png) no-repeat right 50%;
}
#goodsInfo a:hover {
  text-decoration: none;
  border: 2px solid #ff6666;
}

.song-img {
  display: block;
  background-image: url(../song/def_so_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5) {
  .song-img {
    background-image: url(../song/def_so_img_s.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2) {
  .song-img {
    background-image: url(../song/def_so_img_s_2x.png);
  }
}

.song-img-top {
  display: block;
  background-image: url(../song/def_so_img_t.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5) {
  .song-img-top {
    background-image: url(../song/def_so_img_s.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2) {
  .song-img-top {
    background-image: url(../song/def_so_img_s_2x.png);
  }
}

/*
body.pakkororin{
	
}

body.inaiinai{
	
}
body.wanwan{
	
}
body.okaasan{

}
body.miitsuketa{
	
}
body.otousan{
	
}
body.kyaratomo{
	
}
body.design-ah{
	
}
body.hookbookrow{
	
}
body.nihongo{
	
}
body.eigo{
	
}
body.cooklun{
	
}
body.tv_ehon{
	
}
body.shakiin{
	
}
body.nyanchu{
	
}
body.nosy{
	
}
body.pitagora{
	
}
body.shizen{
	
}
body.detekoi{
	
}
body.mmcs{
	
}
body.tsukutte{
	
}
*/
