@import url(/css/common.css);
/*==================================================================*/
/* machine css */
/*==================================================================*/
#headtitle {
  background: url(/hyo/image/title_bg.jpg);
  background-size: cover;
  background-position: right center;
}

/* read */
#contents p.read {
  margin: 1.5em auto;
  letter-spacing: 0.1em;
}

#contents table {
  margin: 0 auto 2em;
  width: 95%;
}

#contents table,
#contents table th,
#contents table td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
}

#contents table tr.color {
  background: #f2f1f1;
}

#contents table td {
  padding: 4px 5px 4px 9px;
}

#contents table th {
  font-weight: normal;
  color: #fff;
  background: #4a4a4a;
  border-bottom: 3px double #d1d1d1;
  padding: 2px;
}

#contents td.head {
  width: 25%;
  background: #eedcdf;
  border-bottom: 1px solid #d1d1d1;
}

#contents th.level {
  width: 12%;
}

#contents td {
  text-align: left;
  font-size: 0.95em;
}

#contents td span {
  color: #ed9e02;
}

#contents td img {
  margin-right: 6px;
  vertical-align: text-bottom;
}
