@charset "UTF-8";
.u-center {
  text-align: center; }

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

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

.u-fl-right {
  float: right !important; }

.u-fl-left {
  float: left !important; }

.u-fl-none {
  float: none !important; }

.u-color-main {
  color: #FFF; }

.u-color-sub {
  color: #0083E8; }

.u-fz-m1 {
  font-size: 1.3rem !important; }

.u-fz-m2 {
  font-size: 1.2rem !important; }

.u-fz-m3 {
  font-size: 1.1rem !important; }

.u-fz-0 {
  font-size: 1.4rem !important; }

.u-fz-p1 {
  font-size: 1.5rem !important; }

.u-fz-p2 {
  font-size: 1.6rem !important; }

.u-fz-p6 {
  font-size: 2rem !important; }

.u-fz-p8 {
  font-size: 2.2rem !important; }

.u-fw-normal {
  font-weight: normal; }

.u-fw-bold {
  font-weight: bold; }

.u-mt-1 {
  margin-top: 10px !important; }

.u-mt-2 {
  margin-top: 20px !important; }

.u-mt-3 {
  margin-top: 30px !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-1 {
  margin-bottom: 10px !important; }

.u-mb-2 {
  margin-bottom: 20px !important; }

.u-mb-3 {
  margin-bottom: 30px !important; }

.u-mb-4 {
  margin-bottom: 40px !important; }

.u-mb-5 {
  margin-bottom: 50px !important; }

.u-ml-2 {
  margin-left: 20px !important; }

.u-mr-3 {
  margin-right: 30px !important; }

.u-ma {
  margin: 0 auto !important; }

.u-va-m {
  vertical-align: middle; }

.u-va-tt {
  vertical-align: text-top; }

.u-pos-r {
  position: relative; }

.u-pos-a {
  position: absolute; }

.u-bb-none {
  border-bottom-style: none !important; }

.u-lp-is {
  list-style-position: inside !important; }

.u-db {
  display: block !important; }

.u-di {
  display: inline; }

.u-dilb {
  display: inline; }

.u-ws-nw {
  white-space: nowrap; }

.u-border-line {
  padding-bottom: 5px;
  border-bottom: 1px solid #C8C8C8; }

.u-border-line-t {
  padding-top: 5px;
  border-top: 1px solid #C8C8C8; }

.i-mb-1 li, .i-mb-1 dt, .i-mb-1 dd {
  margin-bottom: 10px; }

.i-mb-2 li, .i-mb-2 dt, .i-mb-2 dd {
  margin-bottom: 20px; }

.i-mb-3 li, .i-mb-3 dt, .i-mb-3 dd {
  margin-bottom: 30px; }

.i-border-line-b li, .i-border-line-b dd {
  padding: 5px 0;
  border-bottom: 1px solid #C8C8C8; }

.list-vertical {
  overflow: hidden; }
.list-vertical dt, .list-vertical dd {
  float: left; }
.list-vertical dt {
  clear: both; }
.list-vertical dt:after {
  content: ':';
  margin: 0 3px; }

.box-border {
  padding: 20px;
  border: 1px solid #C8C8C8; }
.box-border.type-bt {
  padding: 5px;
  width: 40%; }

.box-fill {
  padding: 20px;
  background-color: #F7F7F7; }

.u-image-box-l {
  float: left;
  margin: 0 30px 30px 0; }

.u-image-box-r {
  float: right;
  margin: 0 0 30px 30px; }

.u-width-50 {
  width: 50% !important; }

/* Typography
   ========================================================================== */
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #333333;
  background-color: #ffffff; }

/* snippet-preset
   ========================================================================== */
.u-heading-4 {
  padding: 4px 0;
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 18px; }

.u-heading-5 {
  font-size: 1.4rem; }

.u-big-icon {
  font-size: 42px; }

.d-block {
  display: block !important; }

ul {
  padding: 0; }

.list-default li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC; }
@media screen and (max-width: 767px) {
  .list-default li .unlead {
    margin-top: 5px;
    text-align: center; } }

.balloon {
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 8px;
  background-color: #FFF; }

.fix-spacing {
  letter-spacing: -.4em; }
.fix-spacing > * {
  letter-spacing: normal; }

/* title */
/* setup
   ========================================================================== */
/* layout
   ========================================================================== */
/* media-query
   ========================================================================== */
/* smartphone-screen
   ========================================================================== */
/* frame-layout
   ========================================================================== */
/* site-header (style copying to [grp_new] )
   ========================================================================== */
.logo-image {
  display: inline-block;
  width: 183px;
  height: 32px;
  background: url("../images/brand-logo.svg") no-repeat left center;
  background-size: 97%;
  vertical-align: middle;
  margin: 0 8px 3px 0; }
@media screen and (max-width: 767px) {
  .logo-image {
    margin-bottom: 0;
    width: 139px;
    height: 25px;
    background: url("../images/brand-logo-w.svg") no-repeat left center; } }

.sub-title {
  text-align: center;
  font-size: 1.1rem;
  white-space: nowrap; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-title {
    display: block; } }
@media screen and (max-width: 767px) {
  .sub-title {
    display: block;
    color: #FFF;
    font-size: 1rem; } }

.profile-area {
  width: 18%;
  margin-top: 10px;
  margin-right: 15px !important; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile-area {
    margin-top: 14px; } }
@media screen and (max-width: 767px) {
  .profile-area {
    display: block;
    max-width: none;
    width: 75%;
    float: left; } }
.profile-area .thumbnail {
  float: left;
  margin-bottom: 0;
  border: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #CCC; }
@media screen and (max-width: 767px) {
  .profile-area .thumbnail {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin: 8px 0 0 15px; } }
.profile-area .thumbnail img {
  display: inline-block;
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: -100%;
  top: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto; }
.profile-area .thumbnail img:hover {
  cursor: pointer; }
.profile-area .thumbnail img.active {
  opacity: .6; }
.profile-area ul {
  float: left;
  width: -moz-calc(100% - 50px) !important;
  width: -o-calc(100% - 50px) !important;
  width: -webkit-calc(100% - 50px) !important;
  width: calc(100% - 50px) !important;
  list-style-type: none;
  margin-top: 6px;
  padding: 0; }
@media screen and (max-width: 767px) {
  .profile-area ul {
    margin-top: 2px; } }
.profile-area li {
  padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.8em; }
.profile-area li a {
  padding: 0; }
@media screen and (max-width: 767px) {
  .profile-area li a span {
    margin-top: 4px; } }

.control-area {
  margin-top: 10px; }
@media screen and (max-width: 767px) {
  .control-area {
    float: right;
    margin-right: 15px !important; } }

.edit-control {
  display: inline-block; }
.snews.ItemsList .edit-control {
  margin-left: 2%; }
.snews.ItemsView .edit-control {
  display: block;
  text-align: right; }

.report-thumbnail {
  display: table-cell;
  width: 50px;
  height: 50px;
  padding: 2px;
  width: 60px;
  height: auto;
  display: block;
  border: 1px solid #EEE; }
.report-thumbnail img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .report-filter .btn-filter {
    margin: 0 auto 15px; } }

a {
  color: #1E4DA5; }

body.siteTop .form-control, body.user .form-control {
  width: auto; }
@media screen and (max-width: 767px) {
  body.siteTop .form-control, body.user .form-control {
    width: 100%; } }

/* header area */
.csm-site-header > .navbar-default {
  background: none;
  box-shadow: none; }
@media screen and (max-width: 767px) {
  .csm-site-header > .navbar-default .icon-bar {
    background-color: #EE271A; } }
.csm-site-header .navbar-header {
  padding-left: 2px; }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar-header {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #EEE;
    background-color: #EE271A;
    border-bottom: none; } }
.csm-site-header .navbar {
  min-height: auto;
  border-radius: 0;
  margin-bottom: 0; }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar {
    line-height: normal; } }
.csm-site-header .navbar .container-fluid, .csm-site-header .navbar .navbar-collapse {
  padding: 0; }
.csm-site-header .navbar .navbar-collapse {
  border-top-style: none; }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar .navbar-collapse {
    position: relative;
    z-index: 100; } }
.csm-site-header .navbar .navbar-right {
  margin-right: 0; }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar .navbar-right {
    margin: 0; } }
.csm-site-header .navbar .navbar-right.navbar-form {
  float: left !important;
  margin-top: 18px;
  width: 30%;
  margin-right: 15px; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .csm-site-header .navbar .navbar-right.navbar-form {
    width: 40%; } }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar .navbar-right.navbar-form {
    clear: both;
    background-color: #DCDCDC;
    margin: 0;
    border: none;
    width: 100%; } }
.csm-site-header .navbar .navbar-right.navbar-form .form-group {
  width: 100%; }
.csm-site-header .navbar .navbar-right.navbar-form .input-group-btn {
  width: 1%; }
.csm-site-header .navbar li a {
  border-radius: 0;
  font-size: 1.4rem;
  color: #333; }
.csm-site-header .navbar li a .label {
  position: absolute;
  left: -10px;
  top: -8px;
  font-size: 10.5px;
  font-family: arial;
  color: #FFF !important;
  z-index: 1; }
@media screen and (max-width: 767px) {
  .csm-site-header .navbar li a .label {
    position: relative;
    top: -2px;
    left: 5px; } }
.csm-site-header .navbar li.active a {
  color: #FFF; }
.csm-site-header .navbar li.active a span.glyphicon {
  color: #EE271A;
  background-color: #FFF; }
.csm-site-header .nav-pills {
  border-top: 3px solid #EE271A;
  background-color: #F9F9F9;
  border-radius: 0 0 5px 5px; }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills {
    border: none; } }
.csm-site-header .nav-pills > li {
  border-right: 1px solid #EEE;
  vertical-align: middle;
  white-space: nowrap; }
.csm-site-header .nav-pills > li:first-child a {
  border-radius: 0 0 0 4px; }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills > li:first-child a {
    border-radius: 0; } }
.csm-site-header .nav-pills > li:last-child {
  border-right: none; }
.csm-site-header .nav-pills > li:last-child a {
  border-radius: 0 0 4px 0; }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills > li:last-child a {
    border-radius: 0; } }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills > li {
    border: none;
    border-bottom: 1px solid #CCC; } }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills > li + li {
    margin-left: 0; } }
.csm-site-header .nav-pills > a {
  padding: 8px 15px; }
.csm-site-header .nav-pills:last-child a {
  border: none; }
.csm-site-header .nav-pills .disabled a, .csm-site-header .nav-pills .disabled a:hover {
  color: #DDD; }
.csm-site-header .nav-pills .glyphicon {
  color: #FFF;
  background-color: #EE271A;
  border-radius: 50px;
  margin-right: 7px;
  padding: 5px;
  vertical-align: middle;
  font-size: 1.3em;
  position: relative; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .csm-site-header .nav-pills .glyphicon {
    display: none; } }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills .glyphicon {
    display: none; } }
.csm-site-header .nav-pills > li.active > a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #F00), color-stop(0, #EE271A));
  background: -webkit-linear-gradient(#EE271A, #F00);
  background: -moz-linear-gradient(#EE271A, #F00);
  background: -ms-linear-gradient(#EE271A, #F00);
  background: linear-gradient(#EE271A, #F00); }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-pills > li.active > a {
    background: transparent;
    background-color: #333; } }
.csm-site-header .input-group-btn button {
  vertical-align: top; }
@media screen and (max-width: 767px) {
  .csm-site-header .nav-justified > li > a {
    margin-bottom: 0;
    font-size: 18px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .csm-site-header .navbar-btn.btn-sm {
    margin-top: 14px; } }

.breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 10px; }

h1.page-header {
  font-size: 27px;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #EEE; }
@media screen and (max-width: 767px) {
  h1.page-header {
    margin-top: 0;
    font-size: 25px; } }
h1.page-header:after {
  background-color: #EE271A;
  content: '';
  width: 30%;
  height: 2px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: 0;
  margin-top: 10px; }

h2 {
  padding: 15px; }
h2.page-header {
  padding-bottom: 15px; }

@media screen and (max-width: 767px) {
  .btn {
    margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  .panel-body .btn, .well .btn {
    width: 100%; } }

.pagination > .active > a {
  background-color: #666;
  border-color: #666; }

.alert li {
  list-style-position: inside; }

.badge {
  background-color: #1E4DA5; }

.navbar {
  border: none; }
@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0; } }

.navbar-brand {
  height: auto;
  margin-top: 3px; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-brand {
    padding: 10px 15px; } }
@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 8px 15px; } }

.nav.nav-pills {
  clear: both;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.nav.nav-tabs {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-top: 16px;
    border: none;
    background-color: #FFF; } }

.form-horizontal {
  margin-top: 10px; }

.panel-footer {
  background: none;
  border-top-style: dotted; }
.panel-footer ul.list-inline {
  margin-bottom: 0; }

hr {
  clear: both; }

.nav > li > a {
  padding: 15px 0;
}

/* module part css
   ========================================================================== */
/* common */
#content {
  position: relative; }

.page-create {
  position: absolute;
  top: 0;
  right: 0; }
@media screen and (max-width: 767px) {
  .page-create {
    position: static;
    text-align: center;
    margin-bottom: 12px; } }

.image-size-unlock {
  display: inline-block;
  position: relative; }
.image-size-unlock img {
  width: 120px;
  height: auto; }

/* global */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lunch #tooltip, .lunch .tooltip, .reserve #tooltip, .reserve .tooltip, .calendar #tooltip, .calendar .tooltip {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .lunch #tooltip, .lunch .tooltip, .reserve #tooltip, .reserve .tooltip, .calendar #tooltip, .calendar .tooltip {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .scalendar {
    font-size: 1rem; } }
.scalendar td .glyphicon-pencil {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.2rem; }

/* news */
@media screen and (max-width: 767px) {
  .news .panel-heading .pull-right {
    float: left !important; } }
.news.View p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; }

/* profile */
.profile .cover {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background-color: #000; }
@media screen and (max-width: 767px) {
  .profile .cover {
    height: 200px; } }
.profile .cover img {
  max-width: 1140px;
  width: 100%;
  height: auto;
  position: absolute;
  left: -100%;
  top: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto; }
@media screen and (max-width: 767px) {
  .profile .cover img {
    width: 100%;
    height: auto; } }
.profile .profile-top-view .thumbnail {
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 20px;
  border: 5px solid #FFF;
  z-index: 2; }
@media screen and (max-width: 767px) {
  .profile .profile-top-view .thumbnail {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    border-width: 3px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: none; } }
.profile .profile-top-view .thumbnail img {
  display: inline-block;
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: -100%;
  top: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto; }
.profile .my-profile {
  color: #FFF;
  position: relative;
  bottom: 140px;
  left: 250px;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
@media screen and (max-width: 767px) {
  .profile .my-profile {
    text-align: center;
    width: 90%;
    margin: auto;
    position: static; } }
.profile .my-profile .lead {
  font-size: 20px;
  margin-bottom: 5px; }
.profile .icon-list {
  position: absolute;
  left: 250px;
  bottom: 25px; }
@media screen and (max-width: 767px) {
  .profile .icon-list {
    position: relative;
    text-align: center; } }
.profile .icon-list li {
  margin-right: 5px; }
.profile .icon-list li a {
  color: #FFF;
  display: inline-block;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none; }
.profile .icon-list li a.col-fb {
  background-color: #305097; }
.profile .icon-list li a.col-twitter {
  background-color: #00aced; }
.profile .icon-list li a.col-line {
  background-color: #5ae628; }
.profile .icon-list li a.col-web {
  background-color: #666; }
.profile .icon-list li a.none {
  background-color: #EEE !important; }
.profile .icon-list li [class^="ls-icon-"]:before {
  font-size: 3rem;
  line-height: 1;
  vertical-align: middle; }
.profile .edit-link {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 1.2rem;
  z-index: 5;
  color: #FFF; }
.profile .edit-link a {
  color: #FFF; }
.profile .profile-top-view {
  position: relative;
  height: 400px;
  overflow: hidden; }
@media screen and (max-width: 767px) {
  .profile .profile-top-view {
    height: auto;
    margin: 0 -20px 20px;
    padding-bottom: 45px; } }
.profile .profile-top-view .cover-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, rgba(0, 0, 0, 0.8)), color-stop(0.65, transparent));
  background: -webkit-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.8) 100%); }
@media screen and (max-width: 767px) {
  .profile .profile-top-view .cover-overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, rgba(0, 0, 0, 0.8)), color-stop(0.65, transparent));
    background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.8) 100%); } }
@media screen and (max-width: 767px) {
  .profile .profile-top-view .flex {
    display: flex;
    flex-direction: column; }
  .profile .profile-top-view .flex .flex-data-1 {
    order: 1;
    position: relative;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto; }
  .profile .profile-top-view .flex .flex-data-2 {
    order: 2; }
  .profile .profile-top-view .flex .flex-data-3 {
    order: 3;
    text-shadow: none;
    color: #333;
    font-style: italic;
    margin-top: 5px; }
  .profile .profile-top-view .flex .flex-data-4 {
    order: 4;
    text-shadow: none;
    color: #333;
    font-style: italic; }
  .profile .profile-top-view .flex .flex-data-5 {
    order: 5;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  .profile .profile-top-view .flex .flex-data-6 {
    order: 6; } }

/* shift */
.shift-table {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  border-collapse: collapse; }
.shift-table table {
  border: 1px solid #999; }
.shift-table table[name=staff_table] tbody tr:nth-child(2n) {
  border-bottom: 1px solid #999 !important; }
.shift-table table[name=part_table] tbody tr {
  border-bottom: 1px dashed #999 !important; }
.shift-table table[name=part_table] tbody tr:nth-child(4n) {
  border-bottom: 1px solid #999 !important; }
.shift-table table th, .shift-table table td {
  padding: 2px;
  border-right: 1px solid #999;
  text-align: center; }
.shift-table table th.head-title {
  border-bottom: none; }
.shift-table table th.head-title span {
  position: relative;
  top: 10px; }
.shift-table table td.hover {
  background-color: rgba(162, 233, 235, 0.5); }
.shift-table table td:hover {
  background-color: #a2e9eb;
  mix-blend-mode: multiply; }
.shift-table table tr > th {
  width: 150px;
  min-width: 70px; }
.shift-table table thead tr > th {
  background-color: #F2F4D2;
  border-bottom: 1px solid #999; }
.shift-table table thead tr:nth-child(2) > th {
  background-color: #F2F2F2; }
.shift-table table tbody tr {
  border-bottom: 1px dashed #999; }
.shift-table table tbody tr:nth-child(2n) {
  border-bottom: 1px solid #999; }

.col-cell-a {
  background-color: #F0E68C !important; }

@media screen and (max-width: 767px) {
  .select-shop {
    float: none !important; }

  .form-inline.block-area.bordered {
    border: 1px solid #CCC;
    padding: 10px;
    margin-top: 7px;
    background-color: #F2F2F2;
    border-radius: 3px; }
  .form-inline.block-area .btn {
    margin: 5px 0; }
  .form-inline.block-area .input-group.date .form-control {
    width: 100%; }
  .form-inline.block-area .form-group {
    display: inline-block;
    margin: 5px 0; }
  .form-inline.block-area .form-control {
    display: inline-block;
    width: auto; } }
.list-detail {
  overflow: hidden; }

.list-part {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 5px; }
.list-part .item-title {
  float: left;
  width: 15%; }
.list-part .item-name {
  float: left;
  padding-left: 10px;
  width: 85%; }

@media screen and (max-width: 767px) {
  .form-inline.shift-filter .btn {
    margin-top: 5px;
    display: block;
    width: 100%; } }
/* report */
@media screen and (max-width: 767px) {
  .report #accordion, .report .report-detail, .profile #accordion, .profile .report-detail {
    overflow: hidden; } }
.report #accordion h2, .report .report-detail h2, .profile #accordion h2, .profile .report-detail h2 {
  margin-bottom: 0; }
.report #accordion .panel.panel-default, .report .report-detail .panel.panel-default, .profile #accordion .panel.panel-default, .profile .report-detail .panel.panel-default {
  margin: 0;
  border-radius: 0;
  border-top: none; }
.report #accordion .panel.panel-default > .panel-heading, .report .report-detail .panel.panel-default > .panel-heading, .profile #accordion .panel.panel-default > .panel-heading, .profile .report-detail .panel.panel-default > .panel-heading {
  border-radius: 0; }
.report #accordion .panel-collapse, .report .report-detail .panel-collapse, .profile #accordion .panel-collapse, .profile .report-detail .panel-collapse {
  margin-bottom: 15px; }
@media screen and (max-width: 767px) {
  .report #accordion h2 > a, .profile #accordion h2 > a {
    display: inline-block;
    width: 85%; } }
@media screen and (max-width: 767px) {
  .report #accordion h2 .pull-right, .profile #accordion h2 .pull-right {
    position: absolute;
    right: 3%; } }

@media screen and (max-width: 767px) {
  .filter-area .panel-heading .btn {
    margin-bottom: 0; } }

.report-filter-form .form-group {
  margin: 0 10px 5px 0;
  float: left;
  width: auto; }
@media screen and (max-width: 767px) {
  .report-filter-form .form-group {
    float: none; } }
@media screen and (max-width: 767px) {
  .report-filter-form .form-inline {
    border-style: none;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0; } }
.report-filter-form .form-control {
  width: 150px; }
@media screen and (max-width: 767px) {
  .report-filter-form .form-control {
    width: 100%; } }
.report-filter-form .input-group.date {
  width: 150px; }
@media screen and (max-width: 767px) {
  .report-filter-form .input-group.date {
    margin-bottom: 0;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .report-filter-form .btn-info {
    margin-top: 10px; } }

.today-reserve, .nextday-reserve {
  position: relative; }
.today-reserve:before, .nextday-reserve:before {
  position: absolute;
  height: 100%;
  border-left: 3px solid #F00;
  content: '';
  display: inline-block;
  left: 0;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  form #report_attach_file {
    width: 85%; } }

.report-unread {
  display: table;
  padding: 10px 15px;
  width: 100%; }
.report-unread ul, .report-unread .btn, .report-unread i {
  display: table-cell;
  vertical-align: middle; }
.report-unread ul {
  padding-right: 10px;
  list-style: none; }
.report-unread .btn {
  width: 20%; }

@media screen and (max-width: 767px) {
  .report.MyCommentList .unread {
    text-align: right; } }

/* member */
.member-table-head {
  margin-bottom: 10px;
  background-color: #F2F2F2; }
.member-table-head th {
  text-align: center !important; }
.member-table-head th:first-child {
  width: 20%; }

#group_list table th, #group_list table td, .target-list table th, .target-list table td {
  text-align: center;
  vertical-align: middle; }
#group_list table th:first-child, .target-list table th:first-child {
  width: 20%; }
#group_list table .btn, .target-list table .btn {
  margin: 2px 0; }

.inner-minify .control-label {
  margin-bottom: 7px; }
.inner-minify .nav > li > a {
  padding: 8px 15px; }
.inner-minify .tab-content .btn-sm {
  margin-bottom: 5px; }
.inner-minify .profileViewLink {
  vertical-align: middle !important; }
.inner-minify .list-group-item .btn-sm {
  float: right;
  line-height: 1; }

.profile-cell .profile-area {
  width: auto;
  margin: 0 5px 0 0 !important; }
.profile-cell .info-bar {
  font-size: 1.2rem;
  margin-bottom: 3px; }
.profile-cell .info-bar span {
  margin-right: 7px; }
.profile-cell .media-heading {
  font-size: 1.6rem; }

/* community */
@media screen and (max-width: 767px) {
  .page-create .btn {
    width: 100%; } }
.update-time {
  font-size: 1.2rem; }
@media screen and (max-width: 767px) {
  .update-time {
    padding-left: 65px; } }

.search-tab .btn-sm {
  margin: 3px 0; }
.search-tab .list-group {
  box-shadow: none;
  font-size: 1.2rem; }
.search-tab .list-group-item {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 10px; }

.main-thread {
  position: relative;
  position: relative; }
.main-thread:after {
  position: absolute;
  content: "";
  display: block;
  border: 10px solid #FFF;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -20px;
  left: 13px; }
.main-thread:before {
  position: absolute;
  content: "";
  display: block;
  border: 11px solid #CCC;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: -22px;
  left: 12px; }

/* lunch */
/* scehdule */
.schedule .fc-widget-header {
  background-color: #F2F2F2;
  font-weight: bold;
  padding: 5px 0;
  color: #333; }

.schedule .fc-event {
  border: none;
  padding: 3px;
  text-indent: 5px; }

.fc-holiday {
  color: #F00; }

.event-select {
  margin-bottom: 15px; }

.coloring-cat-0, .coloring-cat-1, .coloring-cat-2, .coloring-cat-3, .coloring-cat-4, .coloring-cat-5, .coloring-cat-6, .coloring-cat-7 {
  text-shadow: none; }

.coloring-cat-0 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80deea; }
.coloring-cat-0:hover, .coloring-cat-0:focus {
  background: #54d3e3; }
.coloring-cat-0.active {
  background: #28c7dc; }
.coloring-cat-0.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.coloring-cat-1 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d1c4e9; }
.coloring-cat-1:hover, .coloring-cat-1:focus {
  background: #b49fdb; }
.coloring-cat-1.active {
  background: #977acd; }
.coloring-cat-1.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-1 {
  color: #333;
  background-color: rgba(209, 196, 233, 0.8); }

.coloring-cat-2 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80deea; }
.coloring-cat-2:hover, .coloring-cat-2:focus {
  background: #54d3e3; }
.coloring-cat-2.active {
  background: #28c7dc; }
.coloring-cat-2.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-2 {
  color: #333;
  background-color: rgba(114, 212, 231, 0.8); }

.coloring-cat-3 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e6ee9c; }
.coloring-cat-3:hover, .coloring-cat-3:focus {
  background: #dbe770; }
.coloring-cat-3.active {
  background: #d0df45; }
.coloring-cat-3.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-3 {
  color: #333;
  background-color: rgba(224, 238, 131, 0.8); }

.coloring-cat-4 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffccbc; }
.coloring-cat-4:hover, .coloring-cat-4:focus {
  background: #ffa589; }
.coloring-cat-4.active {
  background: #ff7e56; }
.coloring-cat-4.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-4 {
  color: #333;
  background-color: rgba(253, 197, 100, 0.8); }

.coloring-cat-5 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffe082; }
.coloring-cat-5:hover, .coloring-cat-5:focus {
  background: #ffd34f; }
.coloring-cat-5.active {
  background: #ffc71c; }
.coloring-cat-5.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-5 {
  color: #333;
  background-color: rgba(253, 222, 100, 0.8); }

.coloring-cat-6 {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffcdd2; }
.coloring-cat-6:hover, .coloring-cat-6:focus {
  background: #ff9aa4; }
.coloring-cat-6.active {
  background: #ff6776; }
.coloring-cat-6.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-6 {
  color: #333;
  background-color: rgba(253, 194, 199, 0.8); }

.coloring-cat-7 {
  color: #fff !important;
  background: #6d4c41; }
.coloring-cat-7:hover, .coloring-cat-7:focus {
  background: #4d362e; }
.coloring-cat-7.active {
  background: #2d1f1b; }
.coloring-cat-7.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-7 {
  background: #6d4c41;
  margin: 0 10px;
  padding: 0;
  height: 30px;
  border-radius: 0 !important; }
.fc-event.category-7 .fc-title {
  line-height: 30px; }
.fc-event.category-7.fc-start.fc-not-end:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14.5px;
  border-right: 15px solid #6d4c41;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform-origin: right top;
  transform: scaleX(0.7); }
.fc-event.category-7.fc-not-start.fc-end:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 15px solid #6d4c41;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform-origin: right top;
  transform: scaleX(0.7); }

.coloring-cat-8 {
  color: #FFF !important;
  text-shadow: none;
  background: #e75297; }
.coloring-cat-8:hover, .coloring-cat-8:focus {
  background: #e75297; }
.coloring-cat-8.active {
  background: #e75297; }
.coloring-cat-8.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.fc-event.category-8 {
  color: #333;
  background-color: rgba(231, 81, 151, 0.6); }

.coloring-cat-9 {
  color: #FFF !important;
  text-shadow: none;
  background: #56b154; }
.coloring-cat-9:hover, .coloring-cat-9:focus {
  background: #026300; }
.coloring-cat-9.active {
  background: #026300; }
.coloring-cat-9.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2); }

.coloring-cat-10 {
  color: #FFF !important;
  text-shadow: none;
  background: #6495ed; }
.coloring-cat-10:hover, .coloring-cat-10:focus {
  background: #457de4; }
.coloring-cat-10.active {
  background: #457de4; }
.coloring-cat-10.disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}
    
  
.fc-event.category-9 {
  color: #333;
  background-color: rgba(85, 177, 83, 0.6); }

.fc-event.job {
  background: #d7ccc8;
  color: #6d4c41; }

/* search */
#content.search #legacy_xoopsform_keyword {
  min-width: 50%; }
@media screen and (max-width: 767px) {
  #content.search #legacy_xoopsform_keyword {
    margin-bottom: 10px; } }

/* gantt chart css */
.ganttview {
  display: table;
  width: 1140px !important;
  background-color: #f2f2f2; }

.ganttview-slide-container {
  width: 734px !important;
  background-color: #fff;
  border-left-style: none !important; }

#schedule_gantt {
  overflow: hidden; }
#schedule_gantt div.ganttview-vtheader-series-start, #schedule_gantt div.ganttview-vtheader-series-end {
  text-align: center; }
#schedule_gantt div.ganttview-vtheader-head {
  display: table;
  width: 100%; }
#schedule_gantt div.ganttview-vtheader-head div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center; }
#schedule_gantt div.ganttview-vtheader {
  border-right: 1px solid #CCC; }

.ganttview-block {
  white-space: nowrap; }
.ganttview-block:hover {
  cursor: pointer; }

.ganttview-vtheader-series {
  display: table-cell;
  width: 100%; }
.ganttview-vtheader-series div {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
  overflow: hidden; }
.ganttview-vtheader-series div span {
  display: block;
  white-space: nowrap;
  width: 90px;
  overflow: hidden; }

/* account */
.authority-list {
  position: relative;
  font-size: 1.3rem; }
.authority-list li {
  margin-bottom: 3px;
  list-style-type: none; }
.authority-list li:before {
  content: '\30FB';
  display: inline-block; }
.authority-list.show-on li {
  display: block !important; }
.authority-list.show-on li:nth-child(5):after {
  display: none !important; }
.authority-list.count-over li:nth-child(5):after {
  content: '...';
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  letter-spacing: .2em; }
.authority-list.count-over li:nth-child(n + 6) {
  display: none; }
.authority-list .view-all {
  position: absolute;
  top: 0;
  right: 0; }

/* TBS overwriting
   ========================================================================== */
a {
  text-decoration: underline; }
a.btn, a.navbar-brand {
  text-decoration: none; }
a:hover {
  text-decoration: none;
  color: #EE271A; }

.panel-group .panel {
  margin-bottom: 20px; }
.panel-group .panel-footer {
  border-top: 1px dotted #DDD; }

.label, .badge {
  font-family: "arial";
  font-weight: 400; }

.label {
  padding: .2em .6em .2em;
  vertical-align: middle; }
.label.label-default {
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #333; }

.csm.label {
  position: relative;
  top: -1px;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.list-inline {
  letter-spacing: -.4em; }
.list-inline > li {
  padding-right: 0;
  letter-spacing: normal; }

.input-group.date {
  cursor: pointer; }
@media screen and (max-width: 767px) {
  .input-group.date {
    margin-bottom: 10px; } }

.panel-heading, .list-group-item {
  overflow: hidden; }

.panel-heading .label {
  padding: .4em .6em .4em; }
.panel-heading .label .glyphicon {
  margin-right: 3px;
  vertical-align: top; }
.panel-heading .label .num {
  font-family: 'arial';
  font-weight: bold;
  font-size: 1.2rem;
  color: #FF69B4; }

.list-group .list-group-item .glyphicon-user {
  border-radius: 50px;
  background-color: #F0F0F0;
  width: 18px;
  height: 18px;
  text-align: center;
  border: 1px solid #DDD;
  vertical-align: baseline;
  margin-left: 3px; }
.list-group .list-group-item .glyphicon-user:before {
  vertical-align: bottom;
  font-size: 1.2rem; }
@media screen and (max-width: 767px) {
  .list-group .list-group-item .pull-left {
    float: none;
    display: block;
    margin-bottom: 5px; } }

.pills-block {
  display: inline-block;
  position: relative; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }
@media screen and (max-width: 767px) {
  .modal:before {
    height: auto !important; } }

.modal-body {
  max-height: calc(100vh - 145px);
  overflow-y: auto; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-header {
  background-color: #F0F0F0;
  border-radius: 4px 4px 0 0; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 100px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  background-color: #F2F2F2;
  border-top: 1px solid #DDD; }
.footer .footer-text {
  margin-top: 12px;
  font-family: 'arial';
  color: #999;
  font-size: 1em; }

/* theme depend on styles [grp2016] */
#calendar {
  margin-bottom: 20px; }

table.grp_yabaton {
  margin-bottom: 20px; }

.top-message img {
  max-width: 100%;
  height: auto; }

.fc-event-container {
  border: 1px solid #FFF; }

.cal-event {
  text-align: center;
  padding: 2px 0;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: paleturquoise;
  border: 2px solid #FFF; }
.cal-event:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid paleturquoise;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
.cal-event:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid paleturquoise;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.cal-project {
  padding: 0 5px;
  border: 2px solid #FFF;
  font-size: 1.2rem;
  background-color: gold;
  border-radius: 3px; }

.sp-none {
  display: block; }
@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

.pc-none {
  display: none; }
@media screen and (max-width: 767px) {
  .pc-none {
    display: block; } }

.overlay {
  display: none;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 10; }

/* test navigation support menu include */
/* LigatureSymbols */
@font-face {
  font-family: 'LigatureSymbols';
  src: url("../css/font/LigatureSymbols-2.11.eot");
  src: url("../css/font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../css/font/LigatureSymbols-2.11.woff") format("woff"), url("../css/font/LigatureSymbols-2.11.ttf") format("truetype"), url("../css/font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  src: url("../css/font/LigatureSymbols-2.11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.lsf-icon:before {
  content: attr(title);
  font-size: 2.8rem;
  display: inline-block;
  margin-top: 5px; }

.lsf-icon.web:before {
  content: '\E13F'; }

.lsf-icon.facebook:before {
  content: '\E047'; }

.lsf-icon.twitter:before {
  content: '\E12f'; }

.good-sign {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #1E4DA5;
  color: #1E4DA5;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.2rem; }
.good-sign.disabled {
  border: 1px solid #bbb;
  color: #bbb; }

.good-count {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: 3px;
  padding: 5px 5px;
  font-size: 1.2rem;
  border-radius: 3px;
  text-decoration: underline;
  color: #1E4DA5; }
.good-count.none {
  text-decoration: none;
  border: 1px solid #ccc; }
.good-count:hover {
  cursor: pointer; }

.good-count:after, .good-count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.good-count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px; }

.good-count:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 5px;
  margin-top: -5px; }

.signed-staff-list li {
  overflow: hidden;
  margin: 0 -15px;
  padding: 10px 15px;
  border-bottom: 1px solid #CCC; }
.signed-staff-list .thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px; }
.signed-staff-list .thumbnail img {
  display: inline-block;
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: -100%;
  top: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto; }

.group-cell {
  border: 1px solid #CCC;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 2px 2px 0;
  text-align: center; }
.group-cell label {
  margin-bottom: 0; }


.whiteboard .whiteboardImage {
  width:100%;
  height: 200px;
  background-color: #F2F2F2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items:center;
  color:#CCC;
  font-size: 1.3em;
}

.whiteboard .whiteboardImage img {
  max-width:100%;    
  height:200px;
}

.whiteboard .whiteboardImage img:hover {
  opacity:.8;
  cursor:pointer;
}

.whiteboard .info-bar .date {
  display: block;  
}

.whiteboard .no-submit{
  display: flex;
  align-items:center;
  justify-content: center;
}

.whiteboard .none-data {
  font-size: 2.3em;
  font-weight: bold;
  color:#DDD;
}

.mfp-content {
  background-color: #FFF;
  width: 70vw !important;
  margin: auto;
  padding: 80px 50px 50px;
}

.mfp-content .desc {
  margin-bottom: 20px;
}

.popup-image {
  margin-bottom: 20px;
}

.popup-image img {
  max-width:100%;
  display: block;
  margin: auto;
}

.mfp-close {
  font-size:1.4rem !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  right: 20px !important;
  top: 20px !important;
  padding: 7px !important;
  border:1px solid #DDD;
  opacity:1 !important;
}

.mfp-close:after {
  font-family:FontAwesome;
  content:'\f00d';
  margin-left: 5px;
}

.mfp-close:hover {
  cursor:pointer;
}

.staff-intro-area {
  margin: 50px;
}

.staff-intro-area h2 {
  margin-bottom: 40px;
}

.staff-intro {
  display: flex;  
  margin-bottom: 50px;
}

.staff-intro .side-left {
  margin-right: 50px;  
  flex-basis:30%;
}

.staff-intro .side-left img {
  width: 100%;
}

.staff-intro .side-right {
  flex-basis:70%;
}

.staff-table {
  border:1px solid #CCC;  
  width: 100%;
}

.staff-table tr:nth-child(2n) {
  background-color: #F2F2F2;
}

.staff-table th,
.staff-table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 8px;
}

.staff-table th {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .staff-intro-area {
    margin: 20px;
  }

  .staff-intro {
    display: block;
  }

  .staff-intro .side-left {
    margin:0 0 30px 0;  
  }

  .mfp-content {
    padding: 80px 20px 50px;
  }
  
  .replyForm input.form-control {
    width: 100% !important;
    margin-bottom: 10px;
  }


}

.whiteboard .panel {
  position: relative;  
}

.whiteboard .label-info {
  position: absolute;
  top:13px;
  right: 15px;
}

.replyForm {
  padding: 15px;
  background-color: #EEE;
  text-align: center;
  margin-bottom: 10px;
}

.replyForm input.form-control {
  width: 60%;
}

.replyItems {
  margin-bottom: 20px;
}

.replyItem {
  font-size: 1.3rem;  
  border: 1px solid #dedede;
  padding: 15px;
  background-color: #F9F9F9;
  border-radius:8px;
}

.replyItem:nth-child(even){
  background-color: transparent;  
}

.replyComment {
  display: block;
  margin-bottom: 5px;
}

.reply-title {
  margin-bottom: 10px;
}

.replyInfo {
  display: block;
  text-align: right;
}

.replyName {
  margin-left: 10px;
}
nav.pagenavi {
  display:block;
  text-align:center;
}

.no-spin::-webkit-outer-spin-button, 
.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spin {
  -moz-appearance:textfield;
}
