@charset "utf-8";

/* ------------------------------------------------------- 
  Global Basic Layout
  -------------------------------------------------------- */

@import url('/assets/css/base.css');


/* ------------------------------------------------------- 
  Local Basic Layout
  -------------------------------------------------------- */
body {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* ==============================
　　#contents 
 ============================= */
#cboxClose {
width:72px; margin-left:-36px; padding-bottom:16px;
background:url('/jp/assets/img/common/close_01.png') 0 0 no-repeat;
}

/* ==============================
　　#gnav 
 ============================= */
#gnav ul {
margin-top:23px;
}
#gnav ul.inbound li {
margin-right:8px;
}
#gnav ul.outbound li:first-child {
padding:0 15px 0 16px;
}

/* ==============================
　　#footer 
 ============================= */
#footer dl.exhibition {
width:194px;
}
#footer dl.theatre {
width:136px;
}
#footer dl.aftershow {
width:224px;
}
#footer dl.tickets {
width:183px;
}


/* ------------------------------------------------------- 
  Lower Layout
  -------------------------------------------------------- */

/* ==============================
　　#inform 
 ============================= */
#contents #inform dl dd {
font-size:93%;
line-height:1.6;
}
#contents #inform dl.hours dd p:first-child {
font-size:116%;
margin-bottom:5px;
}
#contents #inform dl.hours dd p:first-child span {
  font-size:86%;
}
#contents #inform dl.access dd p:first-child {
font-size:116%;
margin-bottom:5px;
}


