/* ▼共通設定 */

@charset "UTF-8";

body {
     overflow: hidden;
     background-image: url("back_mb.jpg");
     background-size: cover;
     background-attachment: fixed;
     background-position: top left;
     font-style:italic;
     }

table{
     width:100%;
     border-collapse:collapse;
     border:0;
     }

a{ 
  color:lime;
  text-decoration: none;
  }

h1{ 
  height:40px; 
  color:yellow;
  font-size:40px;
  }

h2{ 
  line-height:250%; 
  font-size:18px;
  text-decoration:underline;
  vertical-align: bottom;
  }

.pic_size{  /*ジャケ画像*/
         height:100px;
         }

.list tr:nth-child(2n+1) td:nth-child(1){ 
        width:110px;
        height:100px;
		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:left;
		vertical-align:middle;
        }
.list tr:nth-child(2n+1) td:nth-child(2):hover{ 
		backgroud-color:navy;
		}
.list tr:nth-child(2n){ 
        height:50px;
		font-size:20px;
		color:pink;
		}

.scroll{
    width:90%;
	height:300px;
    overflow-y:scroll;
    border: 1px solid white;
    }


