@charset "utf-8";

/* =============================================================

　　CONDUCTOR CSS （個別設定）

============================================================= */


/*  CONDUCTOR TOP : 歴代指揮者
--------------------------------------------- */

/* -------- カテゴリータイトル -------- */

.cate-conductor .boxCategoryTitle {
  background-image: url(../img/category-ttl-bg.jpg);
}

.boxCategoryTitle .ttlCategory {
    left: 0;
    position: absolute;
    text-align: center;
    top: 24px;
    width:100％;
}

.cate-conductor .boxCategoryTitle .ttlCategory span {
  width: 177px;
  height: 62px;
  background-image: url(../img/category-ttl.png);
}

@media screen and (max-width: 1500px) {
  .cate-conductor .boxCategoryTitle .boxInner {
    /*padding-top: 424px; 15.6.30削除*/
    padding-top: 340px; /* 15.6.30追加 */
  }
} 


/* -------- セクション共通 -------- */

.cate-conductor .ttlSection {
  margin-bottom: 30px;
}

/* ---- プロフィール一覧 ---- */

.cate-conductor .boxProfileList {
  width: 962px;
  margin-left: -2px;
  font-size: 0;
}

.cate-conductor .boxProfileList > li {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0 0 3px 2px;
  font-size: 14px;
  vertical-align: top;
}

.cate-conductor .boxProfileList .boxFull {
  clear: both;
  width: 100%;
  height: 225px;
}

.cate-conductor .boxProfileList .boxHalf {
  width: 320px;
  height: 275px;
}

.cate-conductor .boxProfileList > li .imgProfile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cate-conductor .boxProfileList > li .boxLink {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  padding: 8px 20px 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
}

.cate-conductor .boxProfileList > li .boxLink,
.cate-conductor .boxProfileList > li .boxLink a {
  color: #fff;
}

.cate-conductor .boxProfileList > li .boxLink > ul {
  display: inline-block;
  min-width: 195px;
}

.cate-conductor .boxProfileList > li .boxLink > ul > li {
  padding: 2px 5px 0; 
  border-bottom: 1px solid #fff;
}

.cate-conductor .boxProfileList > li .boxLink > ul > li:first-child {
  padding-bottom: 4px;
}

.cate-conductor .boxProfileList > li .boxLink > ul > li a {
  display: inline-block;
  margin-left: 30px;
  padding-right: 30px;
  background: url(../../common/img/content/arw-white.png) no-repeat top right;
  font-size: 1.05em;
}

.cate-conductor .boxProfileList > li .boxLink > ul > li a:first-child {
  margin-left: 0;
}

.cate-conductor .boxProfileList .boxFull .boxLink {
  left: auto;
  right: 0;
  width: auto;
  margin-bottom: 25px;
  padding-right: 600px;
  background: none;
}

.cate-conductor .boxProfileList .boxFull .boxLink > ul > li a {
  font-size: 1.1em;
}


/* -------- 2015年指揮者陣 -------- */

.cate-conductor #conductor2015 {
  margin-bottom: 80px;
}

.cate-conductor #conductor2015 .ttlLead {
  margin-bottom: 58px;
}

.cate-conductor #conductor2015 .boxProfileList .boxProfile03 {
  width: 315px;
}

.cate-conductor #conductor2015 .boxProfileList .boxProfile03,
.cate-conductor #conductor2015 .boxProfileList .boxProfile04 {
  margin-left: 2.5px;
}

/* -------- 歴代音楽監督 -------- */

.cate-conductor #director {
  margin-bottom: 70px;
}

.cate-conductor #director .boxProfileList {
  margin-left: -2.5px;
}

.cate-conductor #director .boxProfileList > li {
  width: 238px;
  height: 319px;
  margin-left: 2.5px;
}

.cate-conductor #director .boxProfileList > li .boxLink {
  height: 68px;
  padding-top: 4px;
  font-size: 0.9em;
}

.cate-conductor #director .boxProfileList > li .boxLink > ul {
  min-width: 114px;
}

.cate-conductor #director .boxProfileList > li .boxLink > ul > li:first-child {
  padding-bottom: 0;
  font-size: 0.9em;
}

.cate-conductor #director .boxProfileList > li .boxLink > ul > li a {
  padding-right: 20px;
  background-image: url(../../common/img/content/arw-small-white.png);
  background-position: center right;
}


/* -------- 主な歴代指揮者 -------- */

.cate-conductor #conductor {
  margin-bottom: 120px;
  padding: 44px 60px 10px 38px;
  border: 1px solid #ccc;
}

.cate-conductor #conductor .ttlSection {
  margin-bottom: 0;
}

.cate-conductor .boxConductorList > li {
  position: relative;
padding: 34px 0 34px 110px;
background: url(../../common/img/content/line-bg-dot.gif) repeat-x top;
}

.cate-conductor .boxConductorList > li:first-child {
  background: none;
}

.cate-conductor .boxConductorList > li .imgConductor {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
}

.cate-conductor .boxConductorList > li > dl > dt,
.cate-conductor .boxConductorList > li > dl > dd {
  display: inline-block;
  vertical-align: middle;
}

.cate-conductor .boxConductorList > li > dl > dt {
  width: 180px;
}

.cate-conductor .boxConductorList > li > dl > dd {
  width: 565px;
}


/*  PROFILE : プロフィール
--------------------------------------------- */

.page-profile {
  text-align: left;
}

.page-profile .boxProfile {
  padding: 20px 30px 20px 20px;
}

.page-profile .boxProfile > dl > dt {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: bold;
}

.page-profile .boxProfile > dl > dd {
  line-height: 2em;
}

