* {
    font-family: "游ゴシック体", YuGothic, Yu Gothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.center{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.notice_text_OK p{
    background-color: blue;
    color: white;
}

.notice_text_NG p{
    background-color: red;
    color: white;
}


/* テーブル設定関係（基本表示設定） */
.table_standard table {
    border-collapse: collapse;
}

.table_standard td{
    padding: 5px;
    border: 1px solid black;
}

.table_standard th{
    padding: 5px;
    border: 1px solid black;
}


/* テーブル関係設定（表題固定） */
.fixed01,
.fixed02-r,
.fixed02-c{
  position: sticky;
  top: 0;
  left: 0;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }
}
.fixed01{
    z-index: 2;
    color: #fff;
    background: #4169e1;
    &:before{
        border: 1px solid #ccc;
    }
}
.fixed02-c{
    z-index: 1;
    color: #fff;
    background: #4169e1;
    &:before{
        border: 1px solid #ccc;
    }  
}
.fixed02-r{
    z-index: 1;
    background: white;
    &:before{
        border: 1px solid black;
    } 
}


/* ハードオフ カラー設定 */
.c-hdf{
    background: #004098;
    height: 60px;
    width: 200px;
}
.c-ofh{
    background: #007440;
    height: 60px;
    width: 200px;
}
.c-ofo{
    background: #214434;
    height: 60px;
    width: 200px;
}
.c-ofk{
    background: #AAD20A;
    height: 60px;
    width: 200px;
}
.c-hbo{
    background: #e50012;
    height: 60px;
    width: 200px;
}
.c-liq{
    background: #A72642;
    height: 60px;
    width: 200px;
}

/* iflame関係 */
iframe {
    border:none;
    width:100%;
    height:100%;
    vertical-align: top;
}
.iframe-max{
    height: 700px;
}