@charset "Shift_JIS";

h1 {
       color: #ccc;
       font-size: 12px;
       margin: 0 auto;
       text-align: right;
}

h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}

h3 {
       color:#000;
       font-size: 14px;
       font-weight: bold;
       background-color: #e1e1ff;
       padding-left: 5px;
}

img {
       max-width: 100%;
       height: auto;
}

body, p, td, div {
       font-size: 16px;
       font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
       line-height: 1.6;
}

body {
       color: #000000;
       background-color: #FFFFFF;
       -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
       -o-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a {
       color: #0066CC;
       text-decoration: none;
       font-weight:bold;
}

a:link{
  color: #0066CC;
  text-decoration: none;
}

a:visited{
  color: #0066CC;
  text-decoration: none;
}

a:hover {
       color: #FF0000;
       text-decoration: underline;
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_lime {
background: linear-gradient(transparent 60%, #66ffcc 60%);
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
background: linear-gradient(transparent 70%, #ffdfef 70%);
}
