/* ▼共通設定 */

@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:30px;
  font-size:44px;
  color:yellow;
  }

h2{ 
  line-height:250%; 
  font-size:18px;
  text-decoration:underline;
  vertical-align: bottom;
  }

.pic_size{  /*ジャケ画像*/
        width:90px;
        height:80px;
        }

.list tr:nth-child(3n+1){ 
        width:100px;
        height:30px;
        font-size:16px;
		text-align:left;
        vertical-align:bottom;
        }
.list tr:nth-child(3n+1):hover{
	background-color: navy;
	}

.list tr:nth-child(3n+2){ 
        font-size:24px;
		line-height:110%; 
		text-align:left;
		vertical-align:middle;
        }
.list tr:nth-child(3n+2):hover{
	background-color: navy;
	}
.list tr:nth-child(3n){ 
        height:30px;
        font-size:18px;
        color:pink;
		vertical-align:middle;
		}

 .scroll{
 		width:95%;
        height:270px;
		overflow-y:scroll;
		border: 1px solid white;
        }


