body {
    color: #707A79;
    background-color: #fff;
    margin: 0;
    font-family: "Meiryo UI";
}

select {
    border-radius: 5px;
}

textarea {
    border-radius: 5px;
}

input {
    border-radius: 5px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 1000;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #006699;
    font-size: 14px;
    z-index: 1100;
}

input[type="radio"]{
    vertical-align: baseline;
    height: 20px;
}

label {
    font-size: 12pt;
    position: relative;
}

p.maintenance {
    margin:10px;
    font-size:30pt;
}

button {
    font-size:16pt;
    color:#006699;
    background-color:#ABD6E3;
    border:outset #ABD6E3;
    border-radius: 10px;
}

button.gray {
    background-color: #707A79;
    border: outset #707A79;
}

button.red {
    background-color: red;
    border: outset red;
}

button.green {
    background-color: green;
    border: outset green;
}

button.orange {
    background-color: #f79859;
    border: outset #f79859;
}

.font_8pt {
    font-size: 8pt;
}

.font_9pt {
    font-size: 9pt;
}

.font_10pt {
    font-size: 10pt;
}

.font_12pt {
    font-size: 12pt;
}

.font_14pt {
    font-size: 14pt;
}

.font_15pt {
    font-size: 15pt;
}

.font_16pt {
    font-size: 16pt;
}

.font_40pt {
    font-size: 40pt;
}

.font_80p {
    font-size: 80%;
}

.hidden {
    display:none
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-botton-0 {
    margin-bottom: 0px;
}

.margin-botton-5 {
    margin-bottom: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-botton-3 {
    margin-bottom: 3px;
}

.margin-top-3 {
    margin-top: 3px;
}

.date {
    width: 80px;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.clr-red {
    color: red;
}

.clr-green {
    color: green;
}

.clr-info {
    color: #2e6da4;
}

.clr-white{
    color: white;
}

.clr-F4FDFE {
    color: #F4FDFE;
}

.clr-orange {
    color: #f79859;
}

.clr-gray {
    color: #707A79;
}

.clf-006699 {
    color: #006699;
}

.highlight {
    background-color: yellow;
}

.menu_select {
    background-color: #8AB5BC;
}

img.menu_logo {
    height: 30px;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

table.tab_list {
    color:#707a79;
    width:100%;
    font-size:18pt;
    border:1px solid;
    margin:0;
    padding:0;
    line-height:98%;
}

th.tab_list,td.tab_list {
    border-bottom:1px solid;
    margin:0;
    padding:0;
}

caption.tab_list {
    font-size: 18pt;
    margin-bottom: 5px;
}

div.floating {
    text-align: left;
    position: fixed;
    top: 60px;
    left: 5px;
    border: solid 1px #707A79;
    background-color: #dfe7ed;
    margin: 0;
    z-index: 100;
}

div.floating_right {
    text-align: left;
    position: fixed;
    top: 60px;
    right: 5px;
    border: solid 1px #707A79;
    background-color: #dfe7ed;
    z-index: 100;
}

.bar_right {
    border-right:1px solid;
}

.bg_DFE7ED {
    background-color: #dfe7ed;
}

.bg_707A79 {
    background-color: #707A79;
}

.bg_cccccc {
    background-color: #cccccc;
}

.bg_ABD6E3 {
    background-color: #ABD6E3;
}

.bg_red {
    background-color: red;
}

.bg_orange {
    background-color: #f79859;
}

.bg_green {
    background-color: green;
}

.bg_lightgreen {
    background-color: lightgreen;
}

.button_area {
    text-align: right;
    margin-right: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
    pointer-events: none;
}

.manual img {
    border: 1px dashed;
    border-radius: 10px;
    width: 95%;
    height: auto;
}

table.user {
    margin: 5px;
    border: 1px solid #707A79;
}

th.user {
    margin: 5px;
    padding: 5px;
    background-color: #dfe7ed;
}

table.tournament {
    margin: 5px;
    border: 1px solid #707A79;
}

th.tournament {
    margin: 5px;
    padding: 5px;
    background-color: #dfe7ed;
}

div.top_menu {
    font-size:16pt;
    color: #006699;
    background-color: #ABD6E3;
    margin: 0px;
    height: 35px;
}

div.manual_top_menu {
    font-size:20pt;
    color: #006699;
    background-color: #707A79;
    margin: 0px;
    height: 45px;
}

td.top_menu {
    font-size:16pt;
    color: #006699;
}

td.menu {
    font-size:12pt;
    font-weight: bold;
    color: #006699;
}

div.title {
    font-size: 14pt;
}

div.row10 {
    height: 10px;
    margin: 0px;
}

div.footer {
    color: #006699;
    background-color: #ABD6E3;
    padding: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: right;
}

div.manual_footer {
    color: #006699;
    background-color: #707A79;
    padding: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    text-align: right;
}

div.content {
    color: #707A79;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

div.manual_content {
    color: #707A79;
    padding: 0px;
    text-align: left;
}

div.manual {
    margin-left: 15px;
    font-size: 16pt;
}

table.navigation {
    position: absolute;
    top: 35px;
    left: 0px;
    border-top: solid 1px #707A79;
    border-bottom: solid 1px #707A79;
    background-color: #dfe7ed;
}

table.manual_nav {
    border-top: solid 1px #707A79;
    border-bottom: solid 1px #707A79;
    background-color: #dfe7ed;
}

li.manual {
    font-weight: bold;
    text-align: left;
}

.content-box {
    display: inline-block;
    text-align: left;
}

div.protect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.mailto {
    color: #006699;
}

h2 {
    margin: 0px;
}

form.manual {
    margin-top: 20px;
}

td.form {
    font-size: 15pt;
    vertical-align: top;
    color: #707A79;
}

th.form {
    font-size: 15pt;
    vertical-align: top;
    color: #707A79;
}

select.score {
    font-size: 60pt;
}

/* Notification */
form.cmxform label.error, label.error {
  color: red;
}

/* password strength */
.pm-indicator {
  width:320px;
  height:20px;
  margin:5px;
  color:#2c3e50;
  font-size:12px;
  text-align:center;
  border:1px solid #ccc;
  border-radius:2px;
  background:#e4e4e4;
  text-shadow:1px 1px 0 rgba(255,255,255,.8);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.pm-indicator.very-weak,
.pm-indicator.not-match {
  border-color:#be1d30;
  background-color:#ffc3cf;
}

.pm-indicator.weak {
  border-color:#ff787d;
  background-color:#ffe6e5;
}

.pm-indicator.strong {
  border-color:#78bc42;
  background-color:#bceea6;
}

.pm-indicator.very-strong {
  border-color:#006699;
  background-color:#68c6d7;
}

/* web font */
.fa-ffffff {
    color: #fff;
}

.fa-ccc {
    color: #ccc;
}

.fa-red {
    color: #f00;
}

.fa-green {
    color: green;
}

.fa-707A79 {
    color: #707A79;
}

.fa-ABD6E3 {
    color: #ABD6E3;
}

.fa-orange {
    color: #f79859;
}

.fa-yellow {
    color: yellow;
}

.fa-006699 {
    color: #006699;
}

.inline {
    display: inline;
}

/* iconselecemenu */
fieldset {
    border: 0;
}
label {
    display: block;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 2.5em;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
}

/* main manu */
li.menu {
    font-size: 16pt;
    display: none;
    color: #ABD6E3;
}

.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 650px;
    border-radius: 12px;
    background: #e7e6e6;
    word-wrap: break-word;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #e7e6e6;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

.mycomment {
    margin: 10px 0;
}
.mycomment p {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 650px;
    border-radius: 12px;
    background: #c6e0b4;
    font-size: 15px;
    word-wrap: break-word;
    text-align: left;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #c6e0b4;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.width_250px {
    width: 250px;
}

.width_240px {
    width: 240px;
}

.width_230px {
    width: 230px;
}

.width_220px {
    width: 220px;
}

.width_210px {
    width: 210px;
}

.width_200px {
    width: 200px;
}

.width_175px {
    width: 175px;
}

.width_160px {
    width: 160px;
}

.width_120px {
    width: 120px;
}

.width_110px {
    width: 110px;
}

.width_100px {
    width: 100px;
}

.width_50px {
    width: 50%;
}

a {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}

a.paging {
    color: #707A79;
    text-decoration: none;
    padding-right: 5px;
}

a.paging-select {
    color: #006699;
    text-decoration: none;
    padding-right: 5px;
}

td.paging {
    border: 1px solid #ccc;
    text-align: center;
}

td.paging-select {
    border: 1px solid #ccc;
    background-color: #ABD6E3;
    text-align: center;
}

td.course {
    border-bottom: solid 1px #ccc;
}

.userlogin {
    background-color:#c6e0b4;
}

.border-gray {
    border: 1px solid #707A79;
}

.border-red {
    border: 1px solid red;
}

.handle {
    font-size: 10pt;
    font-weight: bold;
    background-color: #ABD6E3;
    color: #006699;
    cursor: pointer;
}

.accordion-title {
    display: block;
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
    background-color: #dfe7ed;
    color: #006699;
    cursor: pointer;
}

.accordion-title{
    position: relative;
}

.accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 25%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #707A79;
    border-right: solid 2px #707A79;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-content {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

td.navigation {
    font-size: 10pt;
}


/* Visualization */
.chart-label {
    font: 10px "Meiryo UI";
}

.xaxis {
    font: 10px "Meiryo UI";
    text-anchor: end;
}

.yaxis {
    font: 10px "Meiryo UI";
}

.xaxis-label {
    font: 10px "Meiryo UI";
    text-anchor: middle;
    fill: #707A79;
}

.yaxis-label {
    font: 10px "Meiryo UI";
    text-anchor: middle;
    fill: #707A79;
}

.chart-title {
    text-anchor: middle;
    font: 16px "Meiryo UI";
    text-decoration: underline;
    fill: #707A79;
}

.legend-object {
    width: 1000px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.legend-table {
    position: absolute;
    top: 0px;
    left: 0px;
}

.legend-td {
    cursor: hand;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    font: 12px "Meiryo UI";
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    div.title {
        font-size: 10pt;
    }

    body{
        font-size: 10pt;
    }

    div.top_menu {
        font-size:12pt;
        height: 25px;
    }

    td.top_menu {
        font-size:8pt;
    }

    .says {
        max-width: 250px;
    }

    .mycomment p {
        max-width: 250px;
    }

    div.footer {
        padding: 0px;
        height: 20px;
    }

    td.menu {
        font-size:10pt;
    }

    td.user_name {
        font-size:8pt;
    }

    table.list {
        width: 320px;
        display: block;
        border: none;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .manual img {
        width: 95%;
        height: auto;
    }

    div.manual {
        margin-left: 0px;
        margin-right: 5px;
    }

    br.nav_bottom {
        font-size: 29px;
    }

    img.menu_logo {
        height: 20px;
        vertical-align: middle;
    }

    span.menu_logo {
        font-size: 9pt;
    }

    table.navigation {
        top: 25px;
    }

    div.floating {
        top: 50px;
    }

    div.floating_right {
        top: 50px;
    }
}