a {
   text-decoration:none;
    color: #0087D1;
}

body,table {
   font-family: メイリオ;
   font-size: 8pt;
   word-break: break-all;
  font-family: "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    line-height:1.8;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover, a:focus, a:visited {
  outline: 0
}
a { 
 color:#333;
 text-decoration: none; 
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:hover {
 color:#333;
 text-decoration: none; 
}

/* day off
------------------------------------------------- */
.day-off {
  width: 18px;
  height: 18px;
  margin:0px;
  padding:0;
  font-size: 11px;
  line-height:1.8;
}

