@charset "utf-8";

body{
    font-size: 13px;
    line-height: 1.5;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
    color: white;
    background: rgb(19, 65, 87);
}

ul,ol{
    list-style-position: inside;
}

body{
}

#background {
    position: absolute;
    width: 1970px;
    top: 0;
    left: 0;
    z-index: -1;
}

#background2 {
    position: absolute;
    width: 1970px;
    top: 0;
    left: 0;
    z-index: -2;
}
.tab {
    border-radius: 0 0 10px 10px;
    position: fixed;
    top: 0;
}

.tab_inner {
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.48);
    padding-bottom: 30px;
    position: relative;
}
.tab h3 {
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    text-indent: 9px;
    font-family: Arial;
    background: url("../images/arrowb.png") no-repeat 50% 22%;
    border-top: 1px solid rgba(255, 255, 255, 0.39);
    position: absolute;
    bottom: 0;
    padding: 20px 0 3px 0;
    display: block;
    width: 100%;
}
#content {
}

.tab_inner {
    
}
.tab h3:hover {
    background-color: rgba(255, 255, 255, 0.51);
}

.track {
    top: -410px;
    left: 320px;}
.track .tab_inner {
    width: 290px;
    height: 420px;
}

.staff{
    top: -580px;
    left: 630px;
}
.staff .tab_inner {
    width: 360px;
    height: 590px;
}

.info {
    top: -339px;
    left: 10px
}
.info .tab_inner {
    overflow: hidden;
    width: 290px;
    height: 350px;
}

.tab_inner ol {
    padding: 1em;
}
.tab_inner dl {
    padding: 1em;
}
.tab_inner dd {
    padding-top: 1px;
    padding-bottom: 5px;
}
.tab_inner dt {
    font-weight: bolder;
    display: inline-block;
    border-bottom: 1px solid white;
}
dl .track {
    font-size: 11px;
    font-family: Georgia;
    padding-right: 8px;
}
dl .circle {
    padding-left: 7px;
}
dl .circle:before {
    opacity: 0.45;
    content: "/ ";
}

.info .tab_inner p {
    padding-left: 1em;
}
.info .title {
    font-size: 17px;
    font-weight: bolder;
}
.info .tab_inner .genre {
    padding-top: 1em;
}
.info .circle {
    font-family: Georgia;  font-weight: bold;
}

.tab.show h3 {
    background-image: url("../images/arrow.png");
}

.lens{
    display: none;
    visibility: none;
}

a {
    text-decoration: none;
    color: white;
    border-bottom: 1px dotted;
}

footer{

  left: 0;
  width: 100%;
position: fixed;
bottom: 0;
}

h1 img {
    width: 220px;
    position: fixed;
    left: 20px;
    top: 120px;
}

h1 {
    position: fixed;
    top: 230px;
    left: 10px;
}

.zoom {
    z-index: 100;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.zun {
    font-size: 12px;
}

.info .banner{
    padding-top:1em;
}

.info .banner a{
    border: none;
}