body.news{
    background:#000 url(../images/gray_1.jpg) no-repeat 49% top; 
    /*background:#000 url(../images/gray_1.jpg) no-repeat center top;*/ 
    min-height:100%;
    background-color: #000;
/*    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: inherit;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*background-attachment: fixed;*/
        background-attachment: scroll;

} 

div#allNewsWrap{
    margin-bottom: 10rem;
}

div#release202006 .buyLink a{
    border: 1px solid #fff;
    color: white;
    background-color: rgba(255,255,255,0.1);
}

div#release202006 .buyLink a.jacket_bnr {
    padding: 10px;
}
div#release202006 .buyLink a{
    letter-spacing: -0.5px;
    
}


div#allNewsWrap{
        margin-top: 9rem;
}

div#release202006{
    margin-top: 5rem;
}

div.newsWrap,
dl.cdAttn,
dl.cdAttn dt,
dl.cdAttn dd{
    color: white;
}

dl.cdAttn{
    width: 100%;
    margin: 1.5rem auto;
    padding: 0;
}

dl.cdAttn dt:after{
    clear: both;
}

dl.cdAttn dt{
    width: 5rem;
    white-space: nowrap;
    padding-right: 0.5rem;
    padding-left: 0;
    float: left;
    text-justify:  kashida;
    text-align: left;
      text-align-last: justify;
 text-align-last: justify;
  text-justify:inter-ideograph;  
   /*display:flex;*/
  justify-content: space-between;
}

dl.cdAttn dd:before{
    content: "：";
    padding-right: 0.5rem; 
}
dl.cdAttn dd{
    padding-left: 1rem;
    text-align: left;
}

.text-tarcoise{
    color:#a7ced5;
}

#release202006 #newAlbumCatch,
#release202006 h3{
    font-size: 1.5rem;
    line-height: 2.25rem;
}

#release202006 .trackList{
    margin-top: 1.5rem;
    line-height: 1.5rem;
}

#allNewsList{
    margin: 2rem auto;
    padding: 0;
    border-top: 1px solid white;
}

#allNewsList li > a:hover{
    color: orange;
}

#allNewsList li > a{
    color: white;
}
#allNewsList li{
    border-bottom: 1px solid white;
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin: auto;
    text-align: left;
    position: relative;
    list-style-type: none;
    font-size: 1.0rem;
}

#allNewsList li:after{
    display: inline-block;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  width: 10px; height: 10px;
  transform: rotate(-45deg);
  content: "";
  right: 1.5rem;
  color: white;
  position: absolute;
  top: 2rem;
/*    content: '';
  position: relative;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background: white;
  -webkit-transform: skew(0deg, -30deg);
  -moz-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  -o-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);*/
}


.newsBlock span.quote1{
    display: block;
    margin: 0.5rem 1rem;
}

.newsBlock + .newsBlock{
    margin-top: 3rem;
}
a.disabledAlbumLink{
    opacity: 0.5;
}

