@import "/common.css";
@import "/base.css";
@import "/header.css";
@import "/gnavi.css";
@import "/side_contents.css";
@import "/footer.css";
@import "/back_button.css";

#concert {
    padding-top: 20px;
    padding-right: 20px;
}

.sub_title {
    padding-left: 40px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000000;
}

.main_title {
    padding-left: 36px;
    padding-bottom: 32px;
    font-size: 24px;
    font-weight: bold;
    background: url(/img/pac_logo_24.gif) no-repeat;
    color: #000000;
}

#concert #body {
    height: 100%;
    overflow: hidden;
}

#concert #image {
    float: left;
    width: 180px;
}

#concert #copy {
    float: right;
    width: 400px;
}

#concert #spec {
    clear: both;
    padding-top: 36px;
}

#concert #copy h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 24px;
}

#concert #copy p {
    font-size: 12px;
    line-height: 20px;
}

#concert #copy h5 {
    margin-top: 12px;
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
    background-color: #FFFFCC;
}

#concert #copy h5 a {
    color: #787878;
    font-weight: bold;
    text-decoration: none;
}

#concert #copy h5 a:hover {
    color: #00BBFF;
}

.program_note {
    margin-top: 4px;
    margin-left: 220px;
}

.program_note a {
    display: block;
    width: 156px;
    height: 36px;
    text-indent: -5000px;
    overflow: hidden;
    background: url(/img/btn_program_note.gif);
    background-position: 0px 0px;
}

.program_note a:hover {
    background-position: -156px 0px;
}

#concert #copy h6 {
    padding-left: 12px;
    padding-top: 18px;
    font-size: 12px;
    line-height: 18px;
}

#concert #copy h6 a {
    color: #787878;
    font-weight: bold;
    text-decoration: none;
}

#concert #copy h6 a:hover {
    color: #00BBFF;
}

#concert #copy p {
    font-size: 12px;
    line-height: 18px;
}

#concert #copy table {
    margin-left: 24px;
    font-size: 12px;
    line-height: 18px;
}

#concert #spec h4 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 14px;
}

#concert #spec h4 a {
    font-size: 12px;
    font-weight: normal;
    margin-left: 24px;
    text-decoration: none;
    color: #00BBFF;
}

#concert #spec h4 a:hover {
    color: #FF8800;
}

.separator {
    width: 100%;
    padding-bottom: 24px;
    border-top: 1px solid #00BBFF;   
}

.date {
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 14px;
}

.place {
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 14px;
}

.place a {
    font-size: 12px;
    font-weight: normal;
    margin-left: 24px;
    text-decoration: none;
    color: #00BBFF;
}

.place a:hover {
    color: #FF8800;
}

.price {
    font-size: 14px;
    padding-left: 12px;
    padding-bottom: 14px;
}

.contact {
    font-size: 14px;
    padding-left: 12px;
    padding-bottom: 14px;
}

.contact a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #00BBFF;
}

.contact a:hover {
    color: #FF8800;
}

.reserve {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    line-height: 16px;
}

.reserve em {
    color: #FF8000;
}

.reserve a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #00BBFF;
}

.reserve a:hover {
    color: #FF8800;
}

.onsale {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    line-height: 16px;
}

.onsale a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #00BBFF;
}

.onsale a:hover {
    color: #FF8800;
}

.playguide {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    line-height: 16px;
}

.playguide a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #00BBFF;
}

.playguide a:hover {
    color: #FF8800;
}

.playguide-list {
    margin-left: 24px;
    margin-bottom: 24px;
    border-collapse: collapse;
    border: 0px;
}

.playguide-list tr {
    border: 0px;
}

.playguide-list td {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

.caution {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    line-height: 16px;
}

.season_ticket {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    line-height: 16px;
    color: #FF8000;
}


.ticket_info {
    clear: both;
    display: block;
    width: 580px;
    height: 24px;
    margin-top: 24px;
    margin-bottom: 18px;
    text-indent: -999em;
}

#ticket_expected .ticket_info {
    background: url(/img/ticket_info_expected.gif) no-repeat;
}

#ticket_onsale .ticket_info {
    background: url(/img/ticket_info_onsale.gif) no-repeat;
}
#ticket_onsale .reserve { display: none; }

#ticket_slightly .ticket_info {
    background: url(/img/ticket_info_slightly.gif) no-repeat;
}
#ticket_slightly .reserve { display: none; }

#ticket_soldout .ticket_info {
    background: url(/img/ticket_info_soldout.gif) no-repeat;
}
#ticket_soldout .reserve { display: none; }
#ticket_soldout .season_ticket { display: none; }

#ticket_over .ticket_info {
    background: url(/img/ticket_info_over.gif) no-repeat;
}
#ticket_over .place a { display: none; }
#ticket_over .price { display: none; }
#ticket_over .contact { display: none; }
#ticket_over .reserve { display: none; }
#ticket_over .playguide { display: none; }
#ticket_over .playguide-list { display: none; }
#ticket_over .caution { display: none; }
#ticket_over .season_ticket { display: none; }

#ticket_none .ticket_info {
    background: url(/img/ticket_info_over.gif) no-repeat;
}
#ticket_none .price { display: none; }
#ticket_none .reserve { display: none; }

#prof_link {
    width: 65px;
    height: 11px;
    margin-left: 14px;
    background: url(/img/prof_link.gif) no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

#prof_link:hover {
    background-position: -65px 0px;
}

.l_right {
    text-align: right;
}

#ex_link_button {
    display: block;
    width: 240px;
    height: 60px;
    background: url(/concert/interview/img/link_button.gif) no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: -999em;
    margin-right: 20px;
}

#ex_link_button:hover {
    background-position: -240px 0px;
}

.delimiter {
    display: block;
    height: 1px;
    background-color: #00BBFF;
}

.encore {
    margin-top: 12px;
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
    background-color: #FFE4E4;
}

#archive-title {
    display: block;
    width: 160px;
    height: 30px;
    margin-top: 24px;
    margin-bottom: 12px;
    background: url(/concert/img/archive-title.gif) no-repeat;
    text-indent: -999em;
}

#archive-links {
    margin-left: 16px;
    font-size: 14px;
    line-height: 20px;
}

#archive-links a {
    text-decoration: none;
    color: #00BBFF;
}

#archive-links a:hover {
    color: #FF8800;
}


