@charset "utf-8";
/* CSS Document */

header{
  width: 930px;
  height: 180px;
  margin: 0 auto;
  background: url(../images/bg_page_header.jpg) no-repeat;
  position: relative;
}

.position03{
  position: absolute;
  top: 9px;
  left: 83px;
}

.position04{
  position: absolute;
  top: 6px;
  left: 760px;
}

#contents{
  width: 850px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #000000;
}

#contents section{padding-bottom: 40px;}

.castBox01{
  width: 384px;
  border-right: 1px solid #000000;
  padding: 20px 40px 20px 0;
  float: left;
}

.castBox01 h2{text-align: right;}

.castBox01 p{
  font-size: 24px;
  text-align: right;
}

.castBox02{
  width: 385px;
  padding: 20px 0 20px 40px;
  float: left;
}

.castBox02 p{font-size: 24px;}

.castBox03{
  width: 850px;
  margin: 0 auto;
  padding-top: 40px;
}

.castBox03 img{
  float: left;
  padding-right: 40px;
}

.castBox04{
  float: left;
  width: 580px;
}

.castBox04 p:nth-of-type(1){font-size: 22px;}

.castBox04 p:nth-of-type(2){font-size: 16px;}

.castBox04 p:nth-of-type(3){font-size: 16px;}

.castBox04 p:nth-of-type(4){font-size: 16px;}

.staffTable td{
  width: 405px;
  font-size: 18px;
}

.staffTable td:nth-child(odd){
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
}

.staffTable td:nth-child(even){padding-left: 20px;}

.staff01{padding-bottom: 20px;}

.staff02{
  width: 850px;
  margin: 0 auto;
  padding-top: 40px;
}

.staff02 img{
  float: left;
  padding-right: 40px;
}

.staff03{
  float: left;
  width: 580px;
}

.staff03 p:nth-of-type(1){font-size: 22px;}

.staff03 p:nth-of-type(2){font-size: 16px;}

.staff03 p:nth-of-type(3){font-size: 16px;}

.staff03 p:nth-of-type(4){font-size: 16px;}

.scheduleTable{margin-bottom: 40px;}

.scheduleTable td:nth-child(odd){
  width: 260px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.scheduleTable td:nth-child(even){font-size: 15px;}

.scheduleTable img{margin: 0 5px 5px 0;}

.scheduleTable dt{font-weight: bold;}

.scheduleTable dd{margin-left: 40px;}

.schedule01{padding: 20px 0;}

.schedule02{margin-bottom: 30px;}

.schedule03{
  font-size: 15px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.schedule05{
  padding-top: 30px;
  margin: 0 40px;
}

.schedule05 p{
  font-size: 15px;
  margin-left: 40px;
  margin-bottom: 20px;
}
  
a{
  text-decoration: none;
  color: #F60;
}