@charset "UTF-8";
/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
 ヘッダー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame header section.clearfix {
    padding-top: 12px;
    padding-bottom: 8px;
    min-height: 42px;
}

#responsiveBaseFrame header section.clearfix > h1 {
    float: left;
    padding-top: 5px;
}

#responsiveBaseFrame header section.clearfix > h1,
#responsiveBaseFrame header section.clearfix > h1 a {
    display:block;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:0 0;
    width:125px;
    height:30px;
}

#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu {
    margin-bottom: 14px;
}

#responsiveBaseFrame header section.clearfix > h1 a {
    background-image: url(../../pc_images_v2/sp/header/logo.png);
    -webkit-background-size: 125px 30px;
    background-size: 125px 30px;
    /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame header section.clearfix > nav > ul > li.infromation a {
    background-position: center 1px;
}

#responsiveBaseFrame #pageTitle{
    margin-top: -1px;
    border-top: 1px solid #D9E0E0;
}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
 フッター
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame footer nav li a {
    font-size: 15px;
}

#responsiveBaseFrame footer .inner .to-top-pc {
    display: none;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
 パンくずリスト
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

/* この位置だからimportant必要、common.cssに移動
#responsiveBaseFrame #areaContents #breadcrumbList ul li {
    max-width: 80px!important;
}
*/

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
 マイチケット
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #myTicket > ul > li .livedata a {
    text-decoration: none;
}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
 ボタン
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* お問い合わせアイコン付きボタン */
#responsiveBaseFrame .btn-inquiry,
#responsiveBaseFrame .btn-inquiry:link,
#responsiveBaseFrame .btn-inquiry:visited {
    position: relative;
    display: block;
    padding: 5px 0 5px 10px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: none;
    background-color: #707070;
}
#responsiveBaseFrame .btn-inquiry:hover {
    background-color: #8d8d8d;
}

#responsiveBaseFrame .btn-inquiry span {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

/* 各ボタンアイコン */
/* メール */
#responsiveBaseFrame .btn-inquiry.btn-mail span {
    background-image: url(../../pc_images_v2/sp/event/iconMail.png);
    -webkit-background-size: 17px 11px;
            background-size: 17px 11px;
    margin-left: -13px;
    padding-left: 23px;
}

/* 電話 */
#responsiveBaseFrame .btn-inquiry.btn-tel span {
    background-image: url(../../pc_images_v2/sp/event/iconTel.png);
    -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
    margin-left: -10px;
    padding-left: 20px;
}

/* webフォーム */
#responsiveBaseFrame .btn-inquiry.btn-web span {
    background-image: url(../../pc_images_v2/sp/event/iconWeb.png);
    -webkit-background-size: 17px 17px;
            background-size: 17px 17px;
    margin-left: -13px;
    padding-left: 23px;
}

/* 右矢印 */
#responsiveBaseFrame .btn-inquiry:before {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 5px;
    height: 7px;
    margin-top: -3px;
    content: '';
    background-image: url(../../pc_images_v2/sp/common/arrowWhiteRight.png);
    background-position: right center;
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
}
