/**************************************************
Brakpoint
***************************************************/
/* CSS Document */
/*
===== CONTENTS ===========================================
  01. Intro
  02. News
  03. fullSet
  04. selectSet
  05. lineUp,profile,gallery
==========================================================

/* -------------------------------------------------------
  01. Intro
------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  #Intro {
    background: none;
  }
}

.setIntroInner {
  width: 920px;
  margin: auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .setIntroInner {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
}

#IntroCenter {
  margin-top: 30px;
  margin-left: 20px;
  line-height: 2em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #IntroCenter {
    margin: 20px auto 0;
    width: 88%;
    font-size: 16px;
    line-height: 1.8;
  }
}

#IntroLeft {
  width: 430px;
  margin-top: 30px;
  margin-left: 20px;
  line-height: 2em;
}

@media only screen and (max-width: 640px) {
  #IntroLeft {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
  }
}

#IntroRight {
  width: 450px;
  margin-top: 34px;
  margin-right: 20px;
  line-height: 1.85em;
}

@media only screen and (max-width: 640px) {
  #IntroRight {
    width: 80%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

.IntroTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}

@media only screen and (max-width: 640px) {
  .IntroTitle {
    font-size: 16px;
    line-height: 1.7;
  }
}

.catch {
  padding-top: 30px;
  color: #ea5514;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
  .catch {
    font-size: 18px;
    line-height: 1.6;
    padding: 0;
  }
}

.openning {
  text-align: center;
  color: #0081a3;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8em;
  background: url("../../img/intro_catch.jpg") no-repeat center top;
}

/* -------------------------------------------------------
  02. News
------------------------------------------------------- */
.News .infoarea {
  border: 15px solid #ee7600;
  border-top: 0;
  background: #fff;
  padding: 0 15px 15px;
  line-height: 1.5em;
  height: 200px;
  overflow-y: scroll;
  /*overflow:scroll;*/
}

#whatsnewTable {
  width: 100%;
}

#whatsnewTable tr {
  border-bottom: 2px dotted #ddd;
}

#whatsnewTable th, #whatsnewTable td {
  padding: 10px 0;
}

#whatsnewTable th {
  background-position: 5px 10px !important;
  vertical-align: top;
  background-repeat: no-repeat;
  padding-left: 65px !important;
  width: 110px;
}

#whatsnewTable .ltTxt {
  vertical-align: top;
}

#whatsnewTable .ltDance th {
  background-image: url(../img/news_icon_dance.png);
}

#whatsnewTable .ltPlay th {
  background-image: url(../img/news_icon_play.png);
}

#whatsnewTable .ltballet th {
  background-image: url(../img/news_icon_ballet.png);
}

/* -------------------------------------------------------
  04. selectSet
------------------------------------------------------- */
.selectSet {
  width: 920px;
  margin: auto;
  padding-top: 20px;
  background: #fff9e5;
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .selectSet {
    width: 100%;
  }
}

.selectSet h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

.selectSet .infoText {
  width: 290px;
  text-align: center;
  float: left;
  padding: 10px 0 10px 12px;
}

.selectSet .infoText p.title {
  color: #ea5514 !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}

/* -------------------------------------------------------
  05. lineUp,profile,gallery
------------------------------------------------------- */
.lineUp {
  width: 920px;
  margin: auto;
  padding: 40px 0;
}

@media only screen and (max-width: 640px) {
  .lineUp {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
  }
}

.lineUp h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}

.lineUp #ph {
  width: 450px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .lineUp #ph {
    width: 100%;
  }
}

.lineUp #textBlock {
  width: 460px;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock {
    width: 100%;
  }
}

.lineUp #textBlock .content {
  background: url("../../img/bg_lineup.gif");
  padding: 1.5em 1em 1em;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock .content {
    margin: 10px 0 0 0;
  }
}

.lineUp #textBlock .content .read {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  padding-bottom: 0.5em;
}

.lineUp #textBlock .info {
  padding: 1em;
  margin: 0 0 30px;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock .info {
    padding: 0;
    margin: 20px 0 0 0;
  }
}

.lineUp #textBlock .info .day {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock .info .day {
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px;
  }
}

#quiz .answer a {
  background: url(../img/icon_arrow_red.gif) no-repeat 0px;
  padding: 0 0 0 25px;
  color: #00aae0;
  outline: none;
  text-decoration: underline;
}

.lineUp #textBlock {
  width: 460px;
}

.lineUp #textBlock .info a {
  padding: 0 0 0 0;
  color: #00aae0;
  outline: none;
  text-decoration: none;
}

.lineUp #textBlock .info a:hover {
  text-decoration: none;
}

.lineUp #textBlock .info a:before {
  content: ">";
  color: #ea5514;
  margin: 0 3px 0 0;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock .info a:before {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock {
    width: 100%;
  }
}

.lineUp #ph2 {
  width: 270px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .lineUp #ph2 {
    width: 50%;
    margin: 0;
  }
}

.lineUp #textBlock2 {
  width: 920px;
}

@media only screen and (max-width: 640px) {
  .lineUp #textBlock2 {
    width: 100%;
  }
}

.lineUp #textBlock2 .content {
  background: url("../../img/bg_lineup.gif");
  padding: 1.5em 1em 1em;
  margin-bottom: 40px;
}

.lineUp #gallery_ph {
  width: 300px;
}

@media only screen and (max-width: 640px) {
  .lineUp #gallery_ph {
    width: 100%;
    margin: 0 auto;
  }
}

.cast {
  width: 100%;
  margin: 20px 0 0 0;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.cast th {
  padding: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

@media only screen and (max-width: 640px) {
  .cast th {
    font-size: 12px;
  }
}

.cast td {
  padding: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .cast td {
    font-size: 12px;
  }
}

.cast th {
  width: 18%;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .cast th {
    font-size: 12px;
  }
}

.cast .date th {
  text-align: center;
  color: #ffffff;
  background-color: #cc9933;
}

@media only screen and (max-width: 640px) {
  .cast .date th {
    font-size: 12px;
  }
}

.cast th.year {
  width: 28%;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .cast th.year {
    font-size: 12px;
  }
}

.cast .time td {
  color: #ffffff;
  background-color: #999;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .cast .time td {
    font-size: 12px;
  }
}

#modal-content h3 {
  font-weight: bold;
  margin: 1em;
}

#modal-content p {
  margin: 1em 2em;
}

.close {
  text-align: center;
}

.close a {
  color: #00aae0;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0.5em 2em;
}

.close a:hover {
  background-color: #ddd;
  color: #ea5514;
}

.youtube {
  position: relative;
  width: 60%;
  margin: 40px auto 0 !important;
  padding-top: 33.25%;
}

@media only screen and (max-width: 640px) {
  .youtube {
    padding-top: 49.25%;
  }
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .gallery_txt {
    margin: 20px 0 0 0;
  }
}

.character_introduction {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.character_introduction .character_box {
  margin: 0 0 20px;
}

.character_introduction .character_box .character_name {
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .character_introduction .character_box .character_name {
    font-size: 14px;
  }
}

.character_introduction .character_box .character_caption {
  font-size: 14px;
  margin: 3px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .character_introduction .character_box .character_caption {
    font-size: 12px;
    margin: 3px 0 0 0;
    line-height: 1.4;
  }
}

.sub_img {
  width: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .sub_img {
    width: 100%;
  }
}

.moriyama_introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .moriyama_introduction {
    display: block;
  }
}

.moriyama_introduction .moriyama_photo {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .moriyama_introduction .moriyama_photo {
    margin: 0 auto;
  }
}

.moriyama_introduction .moriyama_photo img {
  width: 100%;
}

.moriyama_introduction .introduction_txt_box {
  width: 720px;
}

@media only screen and (max-width: 640px) {
  .moriyama_introduction .introduction_txt_box {
    width: 100%;
    margin: 0 0 20px;
  }
}

.moriyama_introduction .introduction_txt_box .name {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .moriyama_introduction .introduction_txt_box .name {
    font-size: 16px;
    margin: 5px 0 5px;
  }
}

.moriyama_introduction .introduction_txt_box .caption {
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .moriyama_introduction .introduction_txt_box .caption {
    font-size: 12px;
  }
}

.story_img {
  width: 100%;
  padding: 20px 0 0 0;
}

.story_img img {
  width: 100%;
}

.member_info_area_type01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 15px 0 0 0;
}

.member_info_area_type01 .member_box {
  width: 215px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 640px) {
  .member_info_area_type01 .member_box {
    width: 48%;
  }
}

.member_info_area_type01 .member_box .member_photo img {
  width: 100%;
  vertical-align: bottom;
}

.member_info_area_type01 .member_box .member_name {
  font-size: 14px;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .member_info_area_type01 .member_box .member_name {
    font-size: 14px;
  }
}

.table_txt {
  text-align: right;
  margin: 10px 0 0 0;
}

.member_info_tit {
  font-size: 24px;
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .member_info_tit {
    font-size: 16px;
    margin: 5px 0 0 0;
  }
}

.member_info_area_type02 {
  width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .member_info_area_type02 {
    width: 100%;
  }
}

.member_info_area_type02 .member_box {
  width: 215px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 640px) {
  .member_info_area_type02 .member_box {
    width: 48%;
    margin: 0 0 10px;
  }
}

.member_info_area_type02 .member_box .member_photo img {
  width: 100%;
  vertical-align: bottom;
}

.member_info_area_type02 .member_box .member_name {
  font-size: 18px;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .member_info_area_type02 .member_box .member_name {
    font-size: 14px;
  }
}
