@charset "UTF-8";

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f8f8f8;
  width: 100%;
  padding: 0.85em 1em 0.85em 1em;
  border-radius: 0.25em;
  border: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #ccc;
  background: #eee;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form textarea {
  min-height: 13em;
}

#login_submit{
  margin:10px 0;
  padding:5px 10px;
  cursor:pointer;
}

/* framework */
html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:15px; line-height:1.6em;}
ul, li, div, p{list-style:none; margin:0; padding:0;}

*, *::before, *::after{box-sizing:border-box;}

.font-mini {
  color: #aaa;
  font-size: 9px;
}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.pushright li{margin-right:20px;}
.pushright li:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.circle{border-radius:50%; background-clip:padding-box;}
.radius{border-radius:5px;}
.btn{display:inline-block; padding:5px 15px 7px; text-transform:uppercase; border:1px solid; border-radius:5px;}

.clear{display:block;}
.clear::before, .clear::after{display:table; content:"";}
.clear, .clear::after{clear:both;}

a{outline:none; text-decoration:none;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}

form, fieldset, legend{margin:0; padding:0; border:none;}
label{border-radius:5px; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle; cursor:pointer;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}

h1, h2, h3, h4, h5, h6, .heading{
  margin:0 0 20px 0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.hoc, .headhoc{
  display:block;
  margin:0 auto;
}

.none{display:none;}
.cursor{cursor:pointer;}
.noscroll{overflow: hidden; height:100%;}

/* youtube */
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}

@media screen and (max-width:736px){
  iframe[src*="twitch"]{
    display:none;
  }
  iframe[src*="youtube"]{
    width:100%;
  }
}

/* datatables responsive nowrap > normal */
.dtr-data{
  word-break: break-all;
  overflow-wrap: break-word;
  white-space:normal;
}

.ellipsis_box{
  word-break: break-all;
  overflow-wrap: break-word;
  white-space:normal;
}

/* HTML 5 Overrides */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}

/* Transition Fade */
/* *, *::before, *::after{transition:all .3s ease-in-out;} */

/* Tables */
table, th, td{border:0; border-collapse:collapse; vertical-align:middle; border-color:#D7D7D7;}
table, th{table-layout:auto;}
th{color:#FFFFFF; background-color:#5e5d5d;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
tr{color:inherit; background-color:#FBFBFB;}
table a{background-color:inherit;}
thead, th {text-align: center;}



/* button */
button{
  padding:8px 15px;
  border:1px solid #ccc;
  color:#111;
}
button:hover{
  color:#fff;
  background:#666;
  cursor:pointer;
}

/**
 * main
 */
body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  list-style:none;
  color:#111;
  background:#cdcdcd;
}

a:link{color:#5dc7eb;}
a:visited{color:#5dc7eb;}
a:hover{color:#009ed3;}
a:active{color:#5dc7eb;}

/* layout */
.login_wrapper{
  width:100%;
  margin:0;
  padding:10px;
  text-align:left;
  box-sizing: border-box;
  flex-flow: column;
}

.header{
  margin:0;
  padding:0;
  text-align:center;
  height:70px;
  background:#b1b8c4;
}

.wrapper{
  display:flex;
  height:auto;
  justify-content:center;
  align-items:start;
}

.container{
  width:90%;
  padding:10px;
  text-align:left;
  display:flex;
  flex-wrap:wrap;
}
  .container section{width:100%;}

.sidebar{
  width:10%;
  min-width:160px;
  top:0;
  position: sticky;
}
  .sidebar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .sidebar::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
  }
  .sidebar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
  }

.head_logo{
  margin:0;
  padding:0;
  height:50px;
  position:absolute;
  top:9px;
  left:9px;
}

.user_name{
  float:right;
  padding:24px 10px;
  margin:0 0 0 0;
  height:69px;
  font-weight:bold;
  font-size:18px;
  color:#04638b;
}

.logout{
  float:right;
  margin:0 0 0 0;
  padding:24px 10px;
  height:70px;
  width:150px;
  font-size: 20px;
  font-weight:bold;
  background:#415a73;
}
.logout:link{color:#b1b8c4;}
.logout:visited{color:#b1b8c4;}
.logout:hover{background:#04638b;}
.logout:active{color:#b1b8c4;}

.users{
  float:right;
  margin:0 0 0 1px;
  padding:24px 10px;
  height:70px;
  width:150px;
  font-size: 20px;
  font-weight:bold;
  background:#415a73;
}
.users:link{color:#b1b8c4;}
.users:visited{color:#b1b8c4;}
.users:hover{background:#04638b;}
.users:active{color:#b1b8c4;}

.side_navi{
  margin:0;
  padding:0;
}

.side_navi li{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:10px 10px;
  text-align:left;
  background:#04a2be;
  border-bottom:solid 1px #e3e5e8;
}
.side_navi li.incomplete{background:#b1b8c4;}
.side_navi li.incomplete:hover{background:#b1b8c4;}
.side_navi li:link{color:#fff;}
.side_navi li:visited{color:#fff;}
.side_navi li:hover{background-color:#42e3ff;}
.side_navi li:active{color:#fff;}
.side_navi .visited{background-color:#42e3ff;}
.side_navi li.rm{color:#fff; background-color:#034898;}
.side_navi li.rm:link{color:#fff;}
.side_navi li.rm:visited{color:#fff; background-color:#034898;}
.side_navi li.rm:hover{background-color:#357ccc;}
.side_navi li.rm:active{color:#fff; background-color:#034898;}
.side_navi li.rm_visited{background-color:#357ccc;}
.side_navi li.other{color:#fff; background-color:#7fd0e5;}
.side_navi li.other:link{color:#fff;}
.side_navi li.other:visited{color:#fff; background-color:#7fd0e5;}
.side_navi li.other:hover{background-color:#016b7e;}
.side_navi li.other:active{color:#fff; background-color:#7fd0e5;}
.side_navi li.other_visited{background-color:#016b7e;}
.side_navi .sidebar_bottom{
  width:100%;
  height:50px;
  position:absolute;
  overflow:none;
  border-bottom:0px;
  background:#b1b8c4;
}
.side_navi .sidebar_bottom:hover{background:#b1b8c4;}

.index_menu {
  width:100%;
  margin:0;
  display: flex;
}

.index_menu > div.index_menu_box {width:50%;}

.index_menu > div.index_menu_box:first-child {
  margin-right:10px;
}

.index_menu_box > div{
  margin-bottom:10px;
  padding-bottom:10px;
  background-color: #fff;
}

.index_menu_box > div > h1{
  margin:0;
  padding:10px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color:#04a2be;
}

.index_menu_list{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px 1.5em 1.5em 1.5em;
}
.index_menu_list li:nth-child(2n+1){
  position:relative;
  line-height: 30px;
  margin: 7px 0 10px 30px;
  padding-left: 10px;
  font-weight: bold;
  background: #ecfaff;
}
.index_menu_list li:nth-child(2n+1)::before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #5dc7eb;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_menu_list li:nth-child(2n+1)::after{
  content:"";
  display: block;
  position: absolute;
  left: -10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #5dc7eb;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index_menu_news{
  margin:10px;
  padding: 0;
  font: 16px;
  list-style: none;
}
.index_menu_news li{
  position: relative;
  padding: 7px 5px 7px 10px;
  margin-bottom:10px;
  border-left: solid 5px #5c9ee7;
  background: #f1f8ff;
  color: #5c9ee7;
  font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}
.index_menu_news li span{margin-right:10px;}

.index_menu_manage{
  margin:10px;
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width:370px;
  list-style: none;
}
.index_menu_manage li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: rgb(129,194,250);
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(129,194,250, 0.5);
}
.index_menu_manage li:after,
.index_menu_manage li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.index_menu_manage li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_menu_manage li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}

.permission_msg{
  margin:0 0 10px 0;
  padding:13px 10px;
  height:50px;
  background:#db2929;
  color:#fff;
  font-weight:bold;
}

.footer{
  height:50px;
  color:#666;
  text-align:center;
  width:100%;
  margin-top:10px;
}

/* Alerts */
.alert_info {
  display: block;
  width: 700px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #B5E5EF url(/images/icn_alert_info.png) no-repeat;
  background-position: 10px 10px;
  border: 1px solid #77BACE;
  color: #082B33;
  padding: 10px 0;
  text-indent: 40px;
  font-size: 14px;
}

.alert_warning {
  display: block;
  width: 700px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F5F3BA url(/images/icn_alert_warning.png) no-repeat;
  background-position: 10px 10px;
  border: 1px solid #C7A20D;
  color: #796616;
  padding: 10px 0;
  text-indent: 40px;
  font-size: 14px;
}

.alert_error {
  display: block;
  width: 700px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F3D9D9 url(/images/icn_alert_error.png) no-repeat;
  background-position: 10px 10px;
  border: 1px solid #D20009;
  color: #7B040F;
  padding: 10px 0;
  text-indent: 40px;
  font-size: 14px;
}

.alert_success {
  display: block;
  width: 700px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #E2F6C5 url(/images/icn_alert_success.png) no-repeat;
  background-position: 10px 10px;
  border: 1px solid #79C20D;
  color: #32510F;
  padding: 10px 0;
  text-indent: 40px;
  font-size: 14px;
}

#alert_msg_area {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9500;
  margin-left: -350px;
}

.button_area li{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
li.button_area_right{
  float:right;
  margin-right:0;
  margin-bottom:10px;
}

.comments{
  width: 100%;
  display: block;
  background-color: #1aa4ce;
  color: #fff;
  padding:5px;
  margin-bottom:10px;
}
.comments_red{
  width: 100%;
  display: block;
  color: #fff;
  padding:5px;
  margin-bottom:10px;
  background-color: #cc0000;
}

.band_comments{
  width: 100%;
  background-color: #1aa4ce;
  color: #fff;
  font-weight: bold;
  padding:5px;
  text-align: center;
}

/**
 * error alert dialog
 */
.msgbox {color: #ff0000; font-weight:bold; margin:0;}

/**
 * table layout
 */
.radius_table {
  width: 100%;
  border-spacing: 0;
  font-size:14px;
  margin-bottom:10px;
  color: #111;
  border-radius:5px;
}
.radius_table th {
  padding: 8px 15px;
  background: #ddd;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: left;
}

.radius_table th {
  color: #111;
  border-radius:5px 5px 0 0;
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;
}
.radius_table tr td {
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
}
.radius_table tr td:first-child {
  width: 12%;
  text-align: left;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.radius_table tr td:last-child {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.radius_table tr {
  background: #fff;
}
.radius_table tr:nth-child(2n+1) {
  background: #ddd;
}
.radius_table tr:last-child td {
  border-bottom:1px solid #aaa;
}
.radius_table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.radius_table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

#form_area table td:first-child{width:300px;}
#form_area table td{border:1px solid #ccc;}
#form_area table tr:nth-child(2n+1) {background: #eee;}
.table2 {margin:0;}
.table2 td{
  border-bottom:none !important;
  border-right:none !important;
}
.table2 tr:nth-child(2n+1) {background: #fff !important;}

/* Switch starts here */
.rocker {
  display: inline-block;
  position: relative;
  /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  width: 7em;
  height: 4em;
  overflow: hidden;
  border-bottom: 0.5em solid #eee;
}

.rocker-small {
  font-size: 0.75em; /* Sizes the switch */
  margin: 1em;
}

.rocker::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  border: 0.5em solid #eee;
  border-bottom: 0;
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 3em;
  transition: 0.2s;
}

.switch-left {
  height: 2.4em;
  width: 2.75em;
  left: 0.85em;
  bottom: 0.4em;
  background-color: #ddd;
  transform: rotate(15deg) skewX(15deg);
}

.switch-right {
  right: 0.5em;
  bottom: 0;
  background-color: #0084d0;
  color: #fff;
}

.switch-left::before,
.switch-right::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 2.45em;
  bottom: -0.45em;
  background-color: #ccc;
  transform: skewY(-65deg);
}

.switch-left::before {
  left: -0.4em;
}

.switch-right::before {
  right: -0.375em;
  background-color: transparent;
  transform: skewY(65deg);
}

input:checked + .switch-left {
  background-color: #bd5757;
  color: #fff;
  bottom: 0px;
  left: 0.5em;
  height: 2.5em;
  width: 3em;
  transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
  background-color: transparent;
  width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
  background-color: #ddd;
  color: #888;
  bottom: 0.4em;
  right: 0.8em;
  height: 2.4em;
  width: 2.75em;
  transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
  background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
  color: #333;
}

input:checked:focus + .switch-left {
  color: #fff;
}

input:focus + .switch-left + .switch-right {
  color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
  color: #333;
}

.search_setting_area li{margin-bottom:10px;}
.search_setting_area li:last-child{margin-bottom:0;}

.search_left{
  width:100px;
  float:left;
  padding-top:10px;
}
.search_right{
  float:left;
}

form input[type="text"].form_keyword_cls {
  display: inline;
  width: 200px;
}

form input[type="text"].form_year_cls {
  display: inline;
  width: 100px;
}

label.andor_label{
  font-size: 14px;
  padding: 11px 20px;
}

.form_box li{color:#aaa;}

.form_disabled{
  pointer-events: none;
  color: #999;
  background-color: #ddd!important;
}

form input[type="text"].half_input {
  width: 35%;
  display:inline;
}

.form_seminar_section_other{
  display: none;
}