@charset "UTF-8";
body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 400;
  background: #03378d;
}
div.first_box{
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #10797C;
}

div.repertoire{
    box-sizing: border-box;
    background-color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
h2.sub_title{
    text-align: left;
    padding-top: 1em;
    font-size: 1.1em;
    padding-bottom: 1em;
}
h2.title{
  text-align: center;
  font-size: 2.5em;
  margin-top: -0.8em;
  padding-left: 0.8em;
}
h2.title img{
  width: 50%;
  height: 50%;
}
div.flyer{
  text-align: center;
}  
div.flyer img{
  width: 40%;
}
img.title{
    width: 40%;
}
h4.repertoire{
    text-align: center;
    font-size: 1.3em;
}
p.introduce{
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
div.troupe{
  width: 900px;
  height: auto;
  border: solid 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

div.staff{
    height: auto;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-top: solid 5px;
    border-bottom: solid 5px;
}
h2.member_recruitment{
  font-size: 1.5em;
  color: #d0576b;
}
p.member_recruitment{
  margin-top: -1em;
}
a.member_recruitment{
  font-size: 1.2em;
  margin-top: -0.5em;
}
p.staff{
    box-sizing: border-box;
}