/* container */
.wrapper{
    width:100%;
    background-color:#000033;
    background-image:url("st08_bg.gif");
    margin:0px 0px 0px 0px;
}
.wrapper .container{
    max-width:85%;
    width:85%;
    margin:0px auto 0px auto;
}

.b-radius-20 {
    border-radius: 20px 20px 20px 20px; /* 左上・右上・右下・左下 10px */
}

/* content */
@media (min-width: 992px) {
    .content {
        width:100%;
        display: flex;
    }
    .content-center {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .content-left {
        width:100%;
        margin:0em 0.5em 1em 0.5em;
    }
    .content-right {
        width:100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin:0em 0.5em 1em 0.5em;
    }
}
/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper .content {
/*        flex-direction:row-reverse;  */
    }
}
.content-item {
    width:100%;
    color:#ffffff;
    background-color:#708090;
    margin:0em 0.5em 1em 0.5em;
    text-align: center;
}

@media screen and (min-width:992px) {
    .content-item {
        width:100%;
    }
    .box-lyrics {
        width:100%;
        text-align: center; 
    }
    .box-slider {
        width:100%;
    }
}

.image{
    display:block;
    max-width:100%;
    margin:0px auto;
}

.image-score{
    width:1.2rem;
    height:auto;
    border:0;
    vertical-align:top;
}

.text{
    padding:20px;
}
.text .heading{
    margin:0px auto 10px auto;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
}

#hitosuji {
    color:#ffffff;
    text-align: center;
}

a.no-decoration {
  text-decoration: none;
}
a.textblack {
  color:black;
}

#main-header,
#main-footer{
    background: #9B003F;
    color:#FFF;
    text-align: center;
}

.box-lyrics {
    background: #fff;
    margin: 0em 0em 1em 0em;
}
.box-lyrics .box-title {
    font-size: 1.2em;
    background: #EA930A;
    padding: 0.5em;
    text-align: center;
    color: #580024;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-lyrics p {
    color: #580024;
}

.box-lyrics p.lyrics {
    padding: 0em 1em 0.5em 1em;
    margin: 0;
}

.box-lyrics p.lyrics-name {
    font-size: 0.8em;
}

.box-lyrics p.lyrics-right {
    text-align: right;
    padding: 0em 1em 0.5em 1em;
}

.box-lyrics p.lyrics-center {
    text-align: center;
}

.copyright-center {
    text-align: center;
    align-items: center;
    justify-content: center;
}

h2.center {
    padding: 0.5em;
    text-align: center;
}

