/* ▼共通設定 */

@charset "UTF-8";

body {
     overflow: hidden;
     background-image: url("back_pc.jpg");
     background-size: cover;
     background-attachment: fixed;
     background-position: top left;
     font-style:italic;
     }

table{
     width:260px;
     border-collapse:collapse;
     border:0;
     }

a{ 
  color:lime;
  text-decoration: none;
  }

h1{ 
  line-height:1; 
  color:yellow;
  font-size:60px;
  }

h2{ 
  line-height:4; 
  font-size:20px;
  text-decoration:underline;
  vertical-align: bottom;
  }

.pic_size{  /*ジャケ画像*/
         height:120px;
         }

.list tr:nth-child(2n+1) td:nth-child(1){ 
        width:160px;
        height:120px;
		text-align:left;
		}
.list tr:nth-child(2n+1) td:nth-child(1):hover{ 
		backgroud-color:navy;
        }
.list tr:nth-child(2n+1) td:nth-child(2){
		font-size:20px;
        text-align:center;
		vertical-align:middle;
        }
.list tr:nth-child(2n+1) td:nth-child(2):hover{ 
		backgroud-color:navy;
		}
.list tr:nth-child(2n){ 
        height:30px;
		font-size:20px;
		color:pink;
		}

.scroll{
    width:400px;
	height:480px;
    overflow-y:scroll;
    border: 1px solid white;
    }


