@charset "UTF-8";
.logout {
    color: #5C5C5C;
    font-size: 80%;
    display: block;
    width: 80px;
    clear: none;
    text-align: right;
    float: left;
    margin-left: auto;
}
.help {
    display: block;
    color: #5C5C5C;
    text-align: right;
    font-size: 80%;
    float: left;
    margin-left: auto;
    clear: none;
    width: 80px;
}
.title {
    color: #5C5C5C;
    float: left;
    clear: none;
    text-align: left;
    width: 10
    width: 20%;
}
.kensu_all {
}
.kensu_today {
}
.text-s {
    color: #5C5C5C;
    font-size: 80%;
}
.midashi_01 {
    background-color: #FF9712;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 10px;
    font-size: 90%;
    margin-top: 10px;
}
.container .col-lg-12.midashi_01 {
}
.container-fluid.footcollar {
}
.nav_bg {
    background-color: #D6D6D6;
}
.text_large {
    font-size: 180%;
}
.text_orange {
    color: #ff8c00;
    margin-top: 5px;
    margin-bottom: 5px;
}
.midashi_02 {
    width: 100%;
    background-color: #a9a9a9;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 5px;
    font-size: 80%;
    height: 25px;
    margin-top: 5px;
}
.box_gray_line {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    display: block;
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.text_align_right {
    text-align: right;
    font-size: 90%;
}
.box_white {
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0px;
    box-shadow: 0 0px;
    /* [disabled]margin-left: 30px; */
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.button_01 {
    border: 2px solid #c0c0c0;
    font-size: 80%;
    text-align: center;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    transition: .4s;
    text-decoration: none;
    color: #5c5c5c;
    font-weight: normal;
}
.button_01:hover {
    border-color: #c0c0c0;
    border-width: 2px;
    font-size: 80%;
    text-align: center;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-decoration: none;
    color: #5c5c5c;
    background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
}
.button_01_red {
    width: 70px;
    height: 70px;
    border: 2px solid #CD3600;
    border-radius: 3px;
    color: #CD3600;
    text-align: center;
    font-size: 80%;
    display: inline-block;
    float: left;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
}
.button_01_red:hover {
    width: 70px;
    height: 70px;
    border: 2px solid #CD3600;
    border-radius: 3px;
    color: #CD3600;
    text-align: center;
    font-size: 80%;
    display: inline-block;
    float: left;
    background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
}
.container {
}
.margin-bottom {
    margin-bottom: 5px;
}
.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #EEEEEE;
    background-color: #333;
}
.container.margin-bottom {
}
.button_02 {
    width: 80px;
    height: 30px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
    color: #5C5C5C;
    text-align: center;
    border: 2px solid #C0C0C0;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    font-size: 80%;
    line-height: 30px;
    float: left;
    text-decoration: none;
}
.button_02:hover {
    width: 80px;
    height: 30px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
    color: #5C5C5C;
    text-align: center;
    border: 2px solid #C0C0C0;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    font-size: 80%;
    line-height: 30px;
    float: left;
    text-decoration: none;
}
.button_02_red {
    width: 80px;
    height: 30px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
    color: #CD3600;
    text-align: center;
    border: 2px solid #CD3600;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(219,219,219,1.00) 100%);
    font-size: 80%;
    line-height: 30px;
    float: left;
    text-decoration: none;
}
.button_02_red {
    width: 80px;
    height: 30px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
    color: #CD3600;
    text-align: center;
    border: 2px solid #CD3600;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(194,194,194,1.00) 100%);
    font-size: 80%;
    line-height: 30px;
    float: left;
    text-decoration: none;
}