a.button {
    margin-top: 32px;
    margin-right: 8px;
    padding-bottom: 4px;
    float: right;
}

a.button:hover {
    padding-bottom: 4px;
    border-bottom: solid rgba( 255, 255, 255, 0.76 ) 1px;
}


#discography section.container {
    display: block;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.16 );
    padding: 64px;
    overflow: hidden;
}

#discography section.container h2.title {
    display: inline-block;
    /* background: rgba( 255, 255, 255, 0.16 ); */
    border: solid rgba( 255, 255, 255, 0.16 ) 1px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.1em;
    min-width: 128px;
    height: 32px;
    margin-bottom: 32px;
    padding: 0 8px;
    overflow: hidden;
}

/* --------------------
section.disc
-------------------- */
#discography section.disc  {
    overflow: hidden;
}

#discography section.disc section.disc-image-container {
    display: block;
    width: 256px;
    height: auto;
    margin-bottom: 48px;
    float: left;
}

#discography section.disc section.disc-image-container img {
    display: block;
    width: 256px;
    height: auto;
}

#discography section.disc section.disc-title-container {
    position: relative;
    display: block;
    width: 544px;
    float: right;
}

#discography section.disc section.disc-title-container .discontinued {
    font-size: 93%;
    padding-top: 2em;
}

#discography section.disc section.disc-title-ja h1 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
}

#discography section.disc section.disc-title-ja h2 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
    margin-bottom: 2rem;
}

#discography section.disc section.disc-title-ja h3 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 189%;
    margin-bottom: 1rem;
}

#discography section.disc section.disc-title-en h2 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 161.6%;
}

#discography section.disc section.disc-title-en h3 {
    font-size:116%;
    letter-spacing: 0.05em;
    line-height: 161.6%;
}

#discography section.disc ul.disc-list {
    clear: both;
    margin-bottom: 1rem;
}

#discography section.disc ul.disc-list li {
    font-size: 93%;
    text-indent: -1rem;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#discography section.player {

}

#discography a.button {
    display: block;
    background: url("../images/back.png") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    padding-left: 33px;
    width: 0;
    height: 11px;
    overflow: hidden;
}

/* --------------------
section.shop
-------------------- */

#discography section.shop dl.shop-list {
    border-top: solid rgba( 255, 255, 255, 0.16 ) 1px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 64px;
}

#discography section.shop dl.shop-list dt {
    border-bottom: solid rgba( 255, 255, 255, 0.16 ) 1px;
    width: 33%;
    padding: 1em 0;
}

#discography section.shop dl.shop-list dd {
    border-bottom: solid rgba( 255, 255, 255, 0.16 ) 1px;
    width: 67%;
    padding: 1em 0;
}

/* --------------------
section.summary
-------------------- */
#discography section.summary  {
    line-height: 1.75em;
    padding-bottom: 0;
}

#discography section.summary p {
    width: 100%;
    margin-bottom: 1em;
}

#discography section.summary dl {
    width: 100%;
    margin-bottom: 64px;
}

#discography section.summary dl dt {
    width: 100%;
    line-height: 2em;
}

#discography section.summary dl dd {
    font-size:93%;
    width: 100%;
    margin-bottom: 2em;
}

/* --------------------
section.disc-list(index)
-------------------- */
#discography section.disc-list {
}

#discography section.disc-list section.disc-image-container {
    margin-bottom: 0;
}

#discography section.disc-list section.disc-image-container a:hover img {
    opacity: 0.68;
}
