html {
    overflow-y: scroll;
}

h1 {
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', sans-serif !important;
}

* {
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', sans-serif !important;
}

body {
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', sans-serif !important;
}

.starter-template {
    padding: 10px 5px;
}

.footer {
    text-align: center;
}

#help span {
    cursor: pointer;
}

#help_login {
    border: 2px dashed #cccccc;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    padding: 10px;
}

.list_table th {
    text-align: center;
    border: 1px solid #cccccc;
}

.list_table td {
    border: 1px solid #cccccc;
    font-size: 14px;
    padding: 4px;
}

.zebra0 td {
    background-color: #eeeeee;
}

.zebra1 td {
    background-color: #ffffff;
}

.vs_table {
    width: 100%;
}

.vs_table th {
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 2px;
}

.vs_table td {
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

.table_text {
    width: 100%;
    border: 1px solid #aaaaaa;
    text-align: center;
    margin-top: 2px;
    padding: 2px;
}

.trimming {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

em {
    color: #ff6666;
}

.sign_table {}

.sign_table th,
.sign_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #525252;
}

.table01 td {
    vertical-align: middle;
}

.table01 th {
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap;
    background: #FFFFFF;
}

.table01 td,
.table01 th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px 10px;
}

.table01 b {
    font-weight: bold;
    color: #FF3F00;
}

.table02 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #525252;
}

.table02 td {
    vertical-align: middle;
}

.table02 th {
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background: #FFFFFF;
}

.table02 td,
.table02 th {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding: 10px 4px;
}

.table02 b {
    font-weight: bold;
    color: #FF3F00;
}

.llarge {
    display: block;
    width: 100%;
}

.ndonetask {
    text-decoration: none !important;
}

.donetask {
    text-decoration: line-through !important;
    color: #000000;
    opacity: 0.8;
}

.donetask_div {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    text-decoration: line-through !important;
}

.donetask_div div {
    text-decoration: line-through !important;
}

.kind_1 {
    border: 2px solid #58ccff;
    background-color: #8bccf6;
}

.kind_2 {
    border: 2px solid #fe8ecd;
    background-color: #fdaddd;
}

.kind_3 {
    border: 2px solid #fead36;
    background-color: #f5bc83;
}

.kind_4 {
    border: 2px solid #eedd8a;
    background-color: #fff78c;
}

.kind_5 {
    border: 2px solid #a4fe6c;
    background-color: #cef59a;
}

.kind_6 {
    border: 2px solid #95d5df;
    background-color: #aceadc;
}

.kind_7 {
    border: 2px solid #b968d4;
    background-color: #ddb5fe;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 780px) {
    body {
        box-sizing: border-box;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

.flexa {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.flexb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
