@CHARSET "Shift_JIS";

/**
 * お知らせ用スタイルシート
 */
* body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* お知らせ */
#infoarea iframe {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.infotable {
  border-collapse: collapse;
  margin-left: 2px;
  margin-left: 0;
  margin-bottom: 10px;
  width: 100%;
  background-color: #FFF;
}
.infotable th {
  border: 1px solid #666;
  border-width: 0 0 1px 0;
  padding: 2px 4px;
  background-color: #81D4FA;
  text-align: left;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}
.infotable tr {
  cursor: pointer;
}
.infotable td {
  padding: 6px;
  border: 1px solid #666;
  border-width: 1px 0;
}
.infotable td.date {
  width: 120px;
}
table tr:nth-child(even){
  background-color: #ECEFF1;
}
table tr:hover {
  background-color: #FFF8E1;
}


/* 注釈 */
fieldset {
  width: 680px;
  border: solid 1px #666;
  font-size: 12px;
  background-color: #FFF;
  margin-bottom: 4px;
}
fieldset legend {
  font-weight: bold;
  color: #ff8000;
}
