@charset "utf-8";

/*************************************************
 *
 * 共通スタイル
 *
 *************************************************/
* {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body {
    padding-top: 60px;
    background: #fafafa;
    color: #333333;
    font-size: 15px;
    line-height: 1.7em;
}

.footer {
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.footer div {
    color: #2baae3;
    line-height: 2.4em;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 1.4em;
    text-decoration: none;
    background: #222;
}
#pagetop:hover {
    background: #666;
}


/*************************************************
 *
 * 拡張スタイル
 *
 *************************************************/
.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.33;
}
.pull-right > .btn-circle {
    margin-top: -4px;
}

.modal-header {
    background: #d9edf7;
}
.modal-title {
    color: #1b809e;
}
.modal-footer {
    padding: 10px 15px;
}
.panel-primary > .panel-heading {
    padding: 5px 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
    clear:both;
    display:block;
    border-color:#5883C1;
    background: -moz-linear-gradient(#749ad5, #3c6bae);
    background: -webkit-gradient(linear, left top, left bottom, from(#749ad5), to(#3c6bae));
    text-shadow:-1px -1px 1px rgba(0,0,0,0.3);
}
.board_panel > .panel-heading {
    line-height: 44px;
}
.panel-heading {
    font-weight: bold;
}
.panel-default > .panel-footer {
    background: #fff;
}
.panel-footer .btn {
    font-size: 1.1em;
}
.panel_header {
    margin-bottom: 10px;
}


@media (max-width: 767px) {
    .panel-footer > div > .col-sm-4:first-child {
        margin-bottom: 10px;
    }
}
.col {
    padding-left: 0;
    padding-right: 0;
}
.col:not(:first-child,:last-child) {
  padding-right:7px;
  padding-left:7px;
}

.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: #fff;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand img {
    height: 100%;
}
.navbar .place {
    color: #666;
    line-height: 50px;
}
.nav > li > a {
    padding: 0 15px;
    line-height: 50px;
}
.navbar-toggle {
    padding: 5px 15px;
}

.bootstrap-timepicker-widget table td input {
    width: 65px;
}
.help-block {
    color: #a94442;
    font-size: 0.8em;
}


/*************************************************
 *
 * 追加スタイル
 *
 *************************************************/
.btn_date {
    background: #ffffff;
    font-size: 1.2em;
}

/* メインメニュー */
.menu_list {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.menu_list ul {
    margin: 0 auto;
    padding: 0;
    max-width: 500px;
}
.menu_list ul li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.menu_list ul li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    height: 120px;
    width: 120px;
    background: #fff;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    text-shadow: 0 1px 0 #fff;
    color: #333;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}
.menu_list ul li a span {
    display: block;
    padding: 20px 0 10px;
    font-size: 1.8em;
}
.menu_list ul li a.big_txt span {
    padding: 10px 0 5px;
    font-size: 1.6em;
}
.menu_list ul li a p {
    display: inline;
    font-size: 0.8em;
    line-height: 1em;
}
.menu_list a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.menu_list a.mn_bl {
    border: 1px solid #0068b7;
}
.menu_list a.mn_bl span {
    color: #0068b7;
}
.menu_list a.mn_lb {
    border: 1px solid #2baae3;
}
.menu_list a.mn_lb span {
    color: #2baae3;
}
.menu_list a.mn_pk {
    border: 1px solid #ff4ca5;
}
.menu_list a.mn_pk span {
    color: #ff4ca5;
}
.menu_list a.mn_or {
    border: 1px solid #f7521e;
}
.menu_list a.mn_or span {
    color: #f7521e;
}
.menu_list a.mn_lg {
    border: 1px solid #3ab54a;
}
.menu_list a.mn_lg span {
    color: #3ab54a;
}
.menu_list a.mn_gr {
    border: 1px solid #007e41;
}
.menu_list a.mn_gr span {
    color: #007e41;
}
.menu_list a.mn_yl {
    border: 1px solid #f09600;
}
.menu_list a.mn_yl span {
    color: #f09600;
}
.menu_list a.mn_pp {
    border: 1px solid #92278d;
}
.menu_list a.mn_pp span {
    color: #92278d;
}
.menu_list a.mn_bk {
    border: 1px solid #666;
}
.menu_list a.mn_bk span {
    color: #666;
}

.board_info {
    margin-top: 15px;
}
.board_info .panel-heading > a {
    display: block;
}

ul.chat {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
ul.chat li {
    position: relative;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
ul.chat li > .text-muted {
    font-size: 0.8em;
}
ul.chat li.chat_date {
    padding: 0;
    background: #fafafa;
    color: #888;
    font-size: 0.8em;
    text-align: center;
}
ul.chat li.staff {
    margin-right: 10%;
    border-color: #0cc;
}
ul.chat li.staff > .chat_head > span {
    margin-right: 8px;
    font-size: 2em;
    color: #00cccc;
}
ul.chat li.staff > .chat_head > p {
    margin: 0;
    color: #555;
    line-height: 2em;
    font-weight: bold;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.chat li.member {
    margin-left: 10%;
    border-color: #DF3447;
}
ul.chat li.member > .text-muted {
    text-align: right;
}

ul.chat li.staff:before, ul.chat li.member:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #DF3447;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #DF3447;
}
ul.chat li.staff:before {
    right: auto;
    left: -15px;
    border-right: 15px solid #0cc;
    border-left-width: 0;
}

ul.chat li.staff:after, ul.chat li.member:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}
ul.chat li.staff:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.paging a {
    display: block;
}
.paging a:hover {
    text-decoration: none;
}


/* 予約履歴
/*-----------------------------------*/
.history_list {
    margin: 0;
}
.history_list > div {
    padding: 10px 15px 10px 40px;
}
.history_list span {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 1.5em;
    vertical-align: middle;
}
.history_list > div a {
    float: right;
}
.history_list span.text-primary {
    color: #337ab7;
}
.history_list span.text-info {
    color: #5bc0de;
}
.history_list span.text-success {
    color: #5cb85c;
}
.history_list span.text-warning {
    color: #f0ad4e;
}
.history_list span.text-danger {
    color: #d9534f;
}

.pagination {
    margin-bottom: 0;
}


/* 予約する
/*-----------------------------------*/
.week_nav {
    margin-bottom: 10px;
}
.week_nav a > i {
    font-size: 1.2em;
}
.reserve_cal table tr th, .reserve_cal table tr td {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.reserve_cal table tr th {
    font-size: 0.8em;
}
.reserve_cal table > thead > tr > th.none {
    background: #eee;
}
.reserve_cal table > tbody > tr > td > a {
    color: #5cb85c;
}
.reserve_cal table > tbody > tr > td > span {
    color: #d9534f;
}

.icon_legend {
}
.icon_legend li span {
    position: relative;
    top: -8px;
    font-size: 0.8em;
}
.icon_legend li > span.glyphicon {
    top: 0;
    font-size: 1.5em;
}
