@charset "utf-8";
/* CSS Document */

/*menuの色と合わせて蛍光マーカー風*/
.main {
    background: linear-gradient(transparent 60%, #F77 60%);
}
.grammer {
    background: linear-gradient(transparent 60%, #dda0dd 60%);
}
.eiken {
    background: linear-gradient(transparent 60%, #ffa500 60%);
}
.callan {
    background: linear-gradient(transparent 60%, #ffc0cb 60%);
}
.tests {
    background: linear-gradient(transparent 60%, #00fa9a 60%);
}
.textbook {
    background: linear-gradient(transparent 60%, #87ceeb 60%);
}
/***************************/
	
table {
  width: 1000;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  font-size:14px;
  table-layout:fixed;
}

/*大項目*/
table th.Header {
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  background: #1B3B6F;
  font-weight: bold;
  text-align: center;
}

table th.RedHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #F77;
  font-weight: bold;
  text-align: center;
}
table th.PurpleHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #dda0dd;
  font-weight: bold;
  text-align: center;
}
table th.OrangeHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #ffa500;
  font-weight: bold;
  text-align: center;
}
table th.PinkHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #ffc0cb;
  font-weight: bold;
  text-align: center;
}
table th.GreenHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #00fa9a;
  font-weight: bold;
  text-align: center;
}
table th.BlueHeader {
  color: #000;
  font-size: 18px;
  padding: 8px 15px;
  background: #87ceeb;
  font-weight: bold;
  text-align: center;
}

/*中項目*/
table th.RedGradation {
  color: #000; 
  font-size: 18px;
  padding: 8px 15px;
  background: #ffa07a;
  font-weight: bold;
  border-left:1px solid #ffa07a;
  border-top:1px solid #ffa07a;
  border-bottom:1px solid #ffa07a;
  line-height: 120%;
  text-align: center;
}
table th.PurpleGradation {
  color: #000; 
  font-size: 18px;
  padding: 8px 15px;
  background: #d8bfd8;
  font-weight: bold;
  border-left:1px solid #d8bfd8;
  border-top:1px solid #d8bfd8;
  border-bottom:1px solid #d8bfd8;
  line-height: 120%;
  text-align: center;
}
table th.OrangeGradation {
  color: #000; 
  font-size: 18px;
  padding: 8px 15px;
  background: #ffd700;
  font-weight: bold;
  border-left:1px solid #ffd700;
  border-top:1px solid #ffd700;
  border-bottom:1px solid #ffd700;
  line-height: 120%;
  text-align: center;
}
table th.PinkGradation {
  color: #000; 
  font-size: 18px;
  padding: 8px 15px;
  background: #ffdab9;
  font-weight: bold;
  border-left:1px solid #ffdab9;
  border-top:1px solid #ffdab9;
  border-bottom:1px solid #ffdab9;
  line-height: 120%;
  text-align: center;
}
table th.GreenGradation {
  color: #000; 
  font-size: 18px;
  padding: 8px 15px;
  background: #66cdaa;
  font-weight: bold;
  border-left:1px solid #66cdaa;
  border-top:1px solid #66cdaa;
  border-bottom:1px solid #66cdaa;
  line-height: 120%;
  text-align: center;
}
table th.BlueGradation {
  color: #000; //#fff
  font-size: 18px;
  padding: 8px 15px;
  background: #66cdaa;
  //background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  //background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #66cdaa;
  border-top:1px solid #66cdaa;
  border-bottom:1px solid #66cdaa;
  line-height: 120%;
  text-align: center;
  // text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  //box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

/*小項目（TextBook Only）*/
table th.RightblueGradation {
  color: #000; //#fff
  padding: 8px 15px;
  //background: #258;
  //background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  //background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #7ad;
  border-top:1px solid #7ad;
  border-bottom:1px solid #7ad;
  line-height: 120%;
  text-align: center;
  //text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  //box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}


table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #8e8e8e;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f6f6f6;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*
table td:hover {
  background: #9EB3C2;
  cursor:pointer;
}*/