/*bootstrapのカスタマイズ*/
@media (min-width:1200px) {
    .container {
        max-width:994px
    }
}

#search_area {
    background-color: #E9E9E9;
    padding-bottom: 18px;
}

#search_area select {
    box-shadow: 1px 2px;
}

#search_area input[type="submit"] {
    box-shadow: 1px 2px #555;
}

.mid-title {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: "游ゴシック";
}

div.container div.live_type dl {
    padding-bottom: 65px;
    border-bottom: solid 1px #CCCCCC;
}

div.container div.live_type dl dd {
    line-height: 35px;
}

div.container div.live_type dl dd span {
    margin-right: 20px;
    white-space: nowrap;
}

div.container div.live_type dl dd span.active {
    padding: 2px 9px;
    border-radius: 15px;
}

div.container div.live_type dt.music + dd span.active {
    color: #740E0E;
    border: solid 2px #A62828;
}

div.container div.live_type dt.music + dd span.active a {
    color: #740E0E;
}

div.container div.live_type dt.stage + dd span.active {
    color: #7F520F;
    border: solid 2px #7F520F;
}

div.container div.live_type dt.stage + dd span.active a {
    color: #7F520F;
}

div.container div.live_type dt.other + dd span.active {
    color: #064A7A;
    border: solid 2px #064A7A;
}

div.container div.live_type dt.other + dd span.active a {
    color: #064A7A;
}

.music {
    background-color: #D7A0A0;
    color: #740E0E;
    padding: 22px 20px;
    float: left;
    font-size: 18px;
}

.stage {
    background-color: #D7CFA0;
    color: #7F520F;
    padding: 22px 20px;
    float: left;
    font-size: 18px;
}

.other {
    background-color: #A0BFD7;
    color: #064A7A;
    padding: 22px 11px;
    float: left;
    font-size: 18px;
}

div.live_type dd {
    padding-left: 20px;
    height: 71px;
    vertical-align: middle;
    display: table-cell;
}

div.live_type a {
    color: #000;
}

div.live_type a:hover {
    text-decoration: none;
}

.container .live-news {
    margin-top: 35px;
    padding-bottom: 50px;
}

.container .live-news .search_detail {
    max-width: 40%;
}

.live-news .sp_detail {
    display: none;
}

#app.container-fluid p.live-content.search_text {
    margin-bottom: 30px;
}

.trade_content {
    margin-bottom: 30px;
}

@media screen and (max-width: 832px) {
    .live-news img {
        width: 100%;
        height: auto;
    }
    .live-news .search_detail {
        display: none;
    }
    .live-news .sp_detail {
        display: initial;
    }
    .live-news .search_img {
        display: none;
    }
}

.live-news::after {
    content: '';
    position: relative;
    left: 50%;
    bottom: -51px;
    display: inline-block;
    width: 97%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}

.no-line::after {
    width: 0;
}

.no-line img:last-child {
    margin-top: 30px;
}

@media screen and (max-width: 832px) {
    .no-line img:last-child {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.live-title {
    max-width: 71%;
}

.live-time {
    font-size: 21px;
    float: left;
    margin-bottom: 10px;
}

.container .live-warn {
    font-size: 12px;
    color: #FF0000;
}

.music-type {
    font-size: 11px;
    color: #740E0E;
    border: solid 2px #A62828;
    padding: 3px 10px;
    margin-left: 20px;
    border-radius: 7px;
    vertical-align: sub;
    font-weight: bolder;
    white-space: nowrap;
}

.stage-type {
    font-size: 11px;
    color: #a89212;
    border: solid 2px #9a8611;
    padding: 3px 10px;
    margin-left: 20px;
    border-radius: 7px;
    vertical-align: sub;
    font-weight: bolder;
    white-space: nowrap;
}

.other-type {
    font-size: 11px;
    color: #548fb9;
    border: solid 2px #497da2;
    padding: 3px 10px;
    margin-left: 20px;
    border-radius: 7px;
    vertical-align: sub;
    font-weight: bolder;
    white-space: nowrap;
}

.live-title h3 {
    clear: both;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight: bolder;
}

.live-title a {
    background-color: #CB8686;
    padding: 9px 75px;
    color: #FFF;
    font-size: 20px;
    border-radius: 6px;
    box-shadow: 1px 2px #555;
    white-space: nowrap;
}

.live-title h3 a {
    background-color: #FFF;
    padding: 0;
    color: #000;
    font-size: 1.75rem;
    border-radius: 0%;
    box-shadow: none;
    white-space:normal;
}

.live-list a {
    padding: 5px 30px;
    font-size: 17px;
    display: block;
    text-align: center;
}

.live-list a:last-child {
    margin-top: 10px;
}

.live-price {
    font-size: 23px;
    color: #A62828;
    margin-bottom: 18px;
}

.live-content {
    font-size: 21px;
    margin-bottom: 30px;
}

.container .live-real-content {
    font-size: 21px;
    margin-bottom: 30px;
}

.terms_title {
    float: left;
    padding: 0px 5px;
    font-size: 28px;
    margin-top:20px;
}

div.container div.live_type dl dd.terms_body {
    height: 40px;
    font-size: 28px;
}

div.container div.live_type dl.terms {
    padding-bottom: 10px;
}

@media screen and (max-width: 832px) {
    .live-title {
        max-width: 100%;
    }

    .live-title h3 {
        margin-top: 15px;
    }

    p.live-content + div {
        margin-bottom: 40px;
        display: flex;
    }

    p.live-content + div a {
        width: 100%;
        text-align: center;
    }
}

.page {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
}

.page .hide {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-right: 15px;
}

.page a{
    color: #000;
}
.page a .num{
    padding:0 10px;
}

.page a:last-child {
    margin: 0;
}

.page .active {
    background-color: #A62828;
    color: #FFF;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    border-radius: 22px;
    line-height: 33px;
}

.page img {
    margin-top: -6px;
}

.page .next {
    background-image: url(../../img/number_arrow.png);
    background-repeat: no-repeat;
    background-size: 18px 25px;
    background-position: right 8px center;
    background-color: #AEAEAE;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #FFF;
    margin-left: 15px;
}
.page .prev {
    background-image: url(../../img/number_arrow.png);
    background-repeat: no-repeat;
    background-size: 18px 25px;
    background-position: right 8px center;
    background-color: #AEAEAE;
    transform: scale(-1);
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #FFF;
    margin-right: 15px;
}