@charset "UTF-8";
body {
  overflow-x: scroll;
}

div#container {
  width: 100%;
}

div#main-content {
  position: relative;
  width: 100%;
}

/* タイトル
----------------------------------*/
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 10px;
  padding-bottom: 3px;
}

.update {
  margin: 0px 0px 10px 0px;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: right;
}

/* メニュー
----------------------------------*/
#maker-menu {
  border-collapse: collapse;
}

#maker-menu td {
  padding: 8px 0px 8px 0px;
  border: 1px solid #FFFFFF;
  background-color: #336600;
  text-align: center;
}

#maker-menu td a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.9em;
}

/* 表
----------------------------------*/
.hyo {
  margin: 30px 0px 0px 0px;
  border: 1px solid #666666;
  border-collapse: collapse;
}

table thead tr th {
  background-color: #c8d8f1;
  color: #333333;
}

.hyo th {
  padding: 3px 3px 10px;
  border: 1px solid #666666;
  font-size: 0.8em;
  line-height: 1.3;
  vertical-align: middle;
}

.hyo th.maker-no {
  font-size: 0.9em;
}

.hyo th.kataban {
  width: 17%;
  font-size: 0.9em;
}

.hyo th.hinban-no {
  width: 15%;
}

.hyo th.maker {
  font-weight: normal;
  background-color: none;
  font-size: 0.9em;
}

.hyo th a {
  color: #1C64B3;
}

.hyo th img {
  display: block;
  margin: 0 auto;
}

.hyo th a:hover {
  color: #FF0000;
  text-decoration: none !important;
}

th.maker-title {
  background-color: #B9E7B9;
  color: #220E00;
  font-size: 1em;
  letter-spacing: 0.05em;
}

.hyo td {
  padding: 4px 3px;
  border: 1px solid #666666;
  font-size: 0.8em;
  line-height: 1.4;
  text-align: center;
}

/* マウスオーバー時 */
.hyo th.hover {
  background-color: #FFE3B7;
  text-decoration: none !important;
}

.hyo td.hover {
  background-color: #FFE3B7;
  text-decoration: none !important;
}

.hyo td.hinban-title {
  width: 120px;
  padding: 3px 0px 3px 5px;
  background-color: #FFFFFF;
  color: #336600;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.hyo td.hinban {
  font-weight: normal;
  padding-left: 3.5em;
  text-align: left;
  font-size: 0.9em;
}

.hyo td.maker-hinban {
  padding: 0px 0px 0px 5px;
  background-color: none;
  text-align: left;
}

.atn {
  margin: 8px 0px 0px 0px;
  color: #0066FF;
  font-size: 0.8em;
  line-height: 1.3;
}

.atn-mark {
  color: #0066FF;
}

.hyo td.taiou {
  font-size: 1.1em;
}

/* 戻る
----------------------------------*/
.return {
  margin: 8px 0px 0px 0px;
  text-align: right;
  font-size: 0.8em;
}
