@charset "UTF-8";
body{
  margin:0;
  font-family: sans-serif;
}
table{
  width:100%;
  text-align:center;
  font-size:75%;
  font-weight:bold;
  border-spacing :5px 5px;
}
tr:first-child{
  font-weight:normal;
}
tr:first-child td{
  padding-top:10px
}

td:first-child{
  color:#f00;
}
td:last-child{
  color:#06f;
}
td.eigyo{
  background-color:#f9d8dc
}
caption{
  border-bottom:2px solid;
  font-size: 90%;
}
@media(min-width: 270px){
  caption{
    font-size: 120%;
  }  
}

td{
  padding:1.5vw 0; 
}
@media(max-width:340px){
  td{
    padding:0.5vw 0; 
  }  
}
@media(max-width:280px){
  td{
    padding:0; 
  }  
}
.calen_head{
  display:flex;
}
.calen_head div{
  width:50%;
  text-align:left;
}
.calen_head div:last-child{
  text-align:right;
}
.calen_head a{
  display:inline-block;
  background-color:#eee;
  padding:2px 6px;
  border-radius:3px;
  text-decoration:none;
  margin-bottom:3px;
}
.pink_eigyo{
  margin:0 0 0 10px;
}
.pink_eigyo:first-letter{
  color:#f9d8dc;
  font-size:130%;
}