body {
    background-color:#92bdf4;
	margin:0;
}

body, pre {
    font-family: 'M+ C Type-1 (basic latin) Light', 'M+ Type-1 (general-j) Light', sans-serif;
}

h1 {
    color: black;
    font-size: 200%;
    text-shadow: 3px 3px 5px white;
    text-align: center;
    margin-top: 0;
}

table.list {
    border-collapse : collapse;
    border: 2px #000000 solid;
    margin-left: auto;
    margin-right: auto;
}

table.list th {
    background-color: rgb(99, 243, 111);
    border: 1px #000000 solid;
}

table.list td {
    background-color: #fff;
    border: 1px #000000 solid;
}

table.max_width {
    width: 100%;
}

tr.new_tr td {
    border-top-width: 2px;
}

/*
    tbl-header-fixクラス
    tableのヘッダを固定してtbody部分のみスクロールさせたい場合に使用
    table全体、td、thのwidthとheightを指定した状態で使用する
*/
.tbl-header-fix {
    display: block;
    position: relative;
    overflow-y: scroll;
    font-size: 0;
}

.tbl-header-fix thead,
.tbl-header-fix tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tbl-header-fix thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}

.tbl-header-fix th,
.tbl-header-fix td {
  font-size: 1.0rem;
  vertical-align: middle;
}

#logo_wrapper {
    text-align: center;
}

#logo {
    padding: 20px 40px;
    font-size: 25px;
    font-weight: bold;
    color: #0000FF;
    background: linear-gradient( #ffcd8e, #ffac41);
    border-color:#fffbc7;
    border-width: 5px;
    border-style: outset;
    text-align: center;
    display: inline-block;
}

#header {
    padding: 10px 10px 2px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #0000FF;
    background: linear-gradient( #ffcd8e, #ffac41);
    text-align: center;
}

#staff {
    font-size: 15px;
    font-weight: normal;
    text-align: right;
}

#menu {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: center;
    list-style: none;
}

#menu a{
    display: block;
    line-height: 30px;
    text-decoration:none;
    color: #fff;
}

#menu li{
   display: inline-block;
   padding: 10px;
   background-color: #4d4d4d;
   text-align: center;
   color: #fff;
}

#menu li:hover{
    background-color:#47a89c;
}

#wrapper {
    z-index: 0;
    margin: 0 20px;
    text-align: center;
}

.btn_radius {
    font-size: 15px;
    padding: 2px 8px;
    margin: 3px 0;
    color: #0000ff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
}

.br0 {
    margin-top: 0em;
    margin-bottom: 0em;
}

.br1 {
    margin-bottom: 1em;
}

.br2 {
    margin-bottom: 2em;
}
