@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 16px;
  color: #000;
}

.skin-blue .main-header .navbar .sidebar-toggle{
  font-size: 14px;
}
.skin-blue .sidebar-menu>li.header{
  color: #fff;
  background-color: #000;
}
.sidebar-menu li>a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-menu li.header{
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
  .content-wrapper>.site-name{
    position: relative;
    padding: 10px 20px 10px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    background-color: #1a2226;
  }
  .modal-dialog{
    width: 800px;
  }
}
@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  .main-header .logo{
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .fixed .content-wrapper, .fixed .right-side, .main-sidebar {
    padding-top: 80px;
  }
  .content-wrapper>.site-name{
    position: relative;
    padding: 10px 20px 10px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    background-color: #1a2226;
  }
  .navbar-custom-menu .navbar-nav > li > a{
    font-size: 14px;
  }
}

/* table over write */
.table-center{
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.table-center th, .table-center td{
  background-color: #fff;
}

table.dataTable td{
  -ms-word-break: break-all;
  word-break: break-all;
}
table.dataTable td.ws_nw, table.dataTable th{
  white-space: nowrap;
  -ms-word-break: normal;
  word-break: normal;
}

.table-bordered {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}

/* table calender */
.table-calender th,
.table-calender td{
  text-align: center;
  vertical-align: middle;
}
.table-calender th{
  background-color: #f5f5f5;
}

/* table cslr */
.table-cslr th,
.table-cslr td{
  text-align: center;
  vertical-align: middle;
}
.table-cslr th{
  background-color: #f5f5f5;
}

/* label */
.horisontalLabel label{
  margin-right: 1em;
  font-size: 14px;
  font-weight: normal;
}
/* img */
.img150{
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}
.file-thumb img{
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.form-control{color: #000;}
::placeholder {color: #efefef;}
:-ms-input-placeholder {color: #efefef;} /* IE */
::-ms-input-placeholder {color: #efefef;} /* Edge */

/* form */
form.inline{
  display: inline;
}

/* select2 */
.select2-container{
  width: 100% !important;
}
/* modal */
#modalBase th{
  white-space: nowrap;
}
#modalBase td{
  word-break: break-all;
}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}

/* crappCalender */
#crappCalender .selectDate{
  background-color: #ceefcc;
  cursor: pointer;
}
#crappCalender .selectDate:hover{
  background-color: #00c0ef;
}
#crappCalender .selected{
  background-color: #fad2c6 !important;
  cursor: auto !important;
}
#crappCalender .disabled{
  opacity: .3;
}
/* crappTime */
#crappTime{
  padding-bottom: 15px;
}
#crappTime .row>div{
  padding: 0 15px 15px;
}
#crappTime .selected{
  background-color: #fad2c6 !important;
  cursor: auto;
}
/* crappCounselor */
#crappCounselor a{
  color: #f00;
}
#crappCounselor tbody tr:hover td{
  background-color: #00c0ef;
}
#crappCounselor .slectCslr{
  cursor: pointer;
}
#crappCounselor .selected td{
  background-color: #fad2c6 !important;
  cursor: auto;
}

/* timeTable */
#timeTable{
  width: 100%;
}
#timeTable th{
  font-weight: normal;
  text-align: center;
}
#timeTable th,
#timeTable td{
  background-color: transparent;
}
#timeTable thead th{
  background-color: #ceefcc;
}
#timeTable tbody th{
  width: 10%;
  vertical-align: middle;
}
#timeTable tbody td{
  width: 30px;
}
#timeTable td.reserved{
  font-size: 14px;
  word-break: break-all;
}
