/* 打ち放題とカット練習用CSS */


/* -------------------- メイン -------------------- */
#main {
  text-align:center;
}


/* ----- 内容 ----- */
#list1 {
  margin:40px,0px,40px;
  font-size:18px;
  font-weight:bold;
  line-height:1.5em;
  text-align:left;
  color:#0065ce;
}

.table1 {
  margin-top:30px;
  border-collapse:collapse;
  line-height:1.2em;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.table1 td{
  padding:5px,10px;
  border:solid 2px #5a9a9c;
  font-size:16px;
}

.y1 {
  background-color:#ceebef;
  text-align:left;
}

.x1 {
  text-align:center;
}

.y2 {
  background-color:#ecffff;
  text-align:left;
}

.y3 {
  background-color:#ecffff;
  text-align:left;
  line-height:1.0em;
}

.member {
  background-color:#fffda6;
}

.visitor {
  background-color:#d2ffd2;
}

.junior {
  background-color:#ffe1ea;
}

.x2 {
  font-size:14px;
  color:#ff0000;
}










