/* HP Ver2 「discography」 のスタイルシート */

@charset "UTF-8";

html,

body {
}





#discography_box {
  clear:both;
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 80%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0;
  padding-top: 20px;
  position: relative;
  z-index: 50;
}


#discography_box img{
  display: inline-block;
  width: 50%;
}


#discography_text {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding-left: 3%;
}

#discography_text h1{
  font-size: 29px;
  font-weight: bold;
  color: yellow;
}

#discography_text h2{
  font-size: 20px;
  font-weight:normal;
  margin-top: 50px;
  margin-bottom: 15px;
}



.list_table{
  border-spacing: 0px;
  font-weight: :normal;
  font-size: 20px;
}

.td_01{
  vertical-align:top;
}

.td_02{
  padding-left: 10px;
}


#discography_text h3{
  font-size: 15px;
  font-weight: normal;
  padding-left: 30px;
}

#discography_text h4{
  font-size: 25px;
  font-weight:  bold;
  color: red;
  margin-top: 50px;
}




#amazon_link {
  display: block;
  position: relative;
  width: 80%;
  max-width: 1152px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

#amazon_link a{
  font-size: 24px;
  font-weight: normal;
  color: orangered;
}

/*  color: #ff6820 */




.end_space {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  height: 100px;
}

























 
@media only screen and (max-width: 940px) {

  #discography_box {
    width: 90%;
  }



  #discography_text h4{
    font-size: 22px;    
  }


  #amazon_link {
    width: 90%;
  }

}





/* （モバイル用） */

@media only screen and (max-width: 768px) {

  #discography_box {
    display: block;
     width: 80%;
    margin: 0 auto;
    margin-top: 60px;
  }

  #discography_box img{
    width: 100%;
  }

  #discography_text {
    width: 100%;
    padding-left: 0;
  }

  #discography_text h1{
    margin-top: 20px;    
  }

  #discography_text h2{
    margin-left: 20px;    
  }

  .list_table{
    margin-left: 20px;    
  }

  #discography_text h3{
    margin-left: 20px;    
  }

  #discography_text h4{
    font-size: 22px;
    margin-left: 20px;   
  }


  #amazon_link {
    width: 80%;
  }

  #amazon_link a{
    font-size: 20px;
  }


}
