html {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
}

body {
    font: 15px/26px 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   Boostrap Ini
   ========================================================================== */

.label {
    padding: 0.25em 0.6em;
    opacity: 1;
    position: relative;
}

.label-success {
    background-color: #6fd638;
}

.tooltip-inner {
    max-width: 100%;
    background-color: #01acf3;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #01acf3;
    border-width: 11px 7px 0;
    bottom: -6px;
    height: 10px;
    left: 50%;
    margin-left: -7px;
}

.modal-dialog {
    margin-top: 100px;
}

.modal {
    z-index: 2050;
}

.modal-backdrop {
    z-index: 2040;
}

.form-horizontal .form-control {
    padding: 12px;
    height: 44px;
}

.form-horizontal .control-label {
    padding-top: 11px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:before {

}

.checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    background-image: url(/img/qb-check-icon.png);
    background-size: 17px 17px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0;
}

.checkbox:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/img/qb-checked-icon.png);
    background-size: 17px 17px;
    background-position: center center;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
    margin-right: 10px;
    margin-left: 0 !important;
    cursor: pointer;
}

.checkbox-inline label,
.radio-inline label {
    cursor: pointer;
}

input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

.qb-radio {
    display: none;
}

.qb-radio + .qb-radio-icon:before {
    content: "\f3a6";
    font-family: "Ionicons";
    color: #ccc;
    font-size: 19px;
    vertical-align: middle;
}

.qb-radio:checked + .qb-radio-icon:before {
    content: "\f3a7";
    color: #17bcdf;
}

.breadcrumb {
    padding: 0 0 20px;
}

/* ==========================================================================
   Common
   ========================================================================== */

.qb-bg {
    background-color: #01acf3;
}

.qb-bg-img {
    background-image: url(/img/qb-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c8dce7;
    background-position: center center;
    background-attachment: fixed;
}

.qb-content-bg {
    background-color: #fafafa;
    color: #4d4d4d;
}

.qb-align-center {
    text-align: center !important;
}

.qb-align-left {
    text-align: left !important;
}

.qb-margin-top-zero {
    margin-top: 0 !important;
}

.qb-margin-top-10 {
    margin-top: 10px !important;
}

.qb-margin-top-40 {
    margin-top: 40px !important;
}

.qb-margin-top-70 {
    margin-top: 70px !important;
}

.qb-margin-bottom-zero {
    margin-bottom: 0 !important;
}

.qb-c-w {
    color: #fff;
}

.qb-btn-default {
    background-color: #eaebeb;
}

.qb-btn {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #01acf3;
    border-radius: 14px;
    background-color: #fff;
    color: #01acf3;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.qb-btn.space20 {
    padding: 0 20px;
}

.qb-btn.space30 {
    padding: 0 30px;
}

.qb-btn.space40 {
    padding: 0 40px;
}

.qb-btn:hover,
.qb-btn:focus {
    background-color: #01acf3;
    color: #fff;
    text-decoration: none;
}

.qb-btn.add {
    padding: 0 15px 0 28px;
    background-image: url(/img/qb-add-min-icon.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

.qb-btn.add:hover,
.qb-btn.add:focus {
    background-image: url(/img/qb-add-min-w-icon.png);
}

.qb-btn.closetype {
    padding: 0 15px 0 28px;
    background-image: url(/img/qb-close-blue-icon.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

.qb-btn.closetype:hover,
.qb-btn.closetype:focus {
    background-image: url(/img/qb-close-icon.png);
}

.qb-btn-w {
    color: #fff;
    background-color: #34bdf5;
    border: 1px solid #fff;
}

.qb-btn-gr {
    background-color: #eaebeb;
    border: 1px solid #d9dada;
    color: #4d4d4d;
}

.qb-btn-gr:hover,
.qb-btn-gr:focus {
    background-color: #e0e1e1;
    border: 1px solid #d9dada;
    color: #4d4d4d;
}

.qb-btn-gr.check {
    padding: 0 15px 0 28px;
    background-image: url(/img/qb-check-gr-icon.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
}

.qb-btn-gr.check.blue {
    color: #fff;
    background-color: #01acf3;
    border: 1px solid #019ada;
    background-image: url(/img/qb-check-w-icon.png);
}

.qb-btn-gr.check.blue:hover,
.qb-btn-gr.check.blue:focus {
    background-color: #019ada;
}

.qb-btn-gr.check.green {
    color: #fff;
    background-color: #62db28;
    border: 1px solid #58c524;
    background-image: url(/img/qb-check-w-icon.png);
}

.qb-btn-gr.check.green:hover,
.qb-btn-gr.check.green:focus {
    background-color: #58c524;
}

.qb-btn-gr.check.red {
    color: #fff;
    background-color: #f24459;
    border: 1px solid #e34054;
    background-image: url(/img/qb-check-w-icon.png);
}

.qb-btn-gr.check.red:hover,
.qb-btn-gr.check.red:focus {
    background-color: #e34054;
}

.qb-btn-80 {
    width: 80px;
}

.qb-btn-100 {
    width: 100px;
}

.qb-btn-120 {
    width: 120px;
}

.qb-add-btn-large {
    background-color: #01acf3;
    background-image: url(/img/qb-add-icon.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 25px center;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2);
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 25px;
    height: 50px;
    line-height: 46px;
    padding: 0 40px 0 60px;
    display: inline-block;
}

.qb-add-btn-large:hover,
.qb-add-btn-large:focus {
    text-decoration: none;
    background-color: #0a99d5;
    color: #fff;
}

.qb-add-btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 15px 0 30px;
    background-color: #fff;
    border-radius: 12px;
    color: #01acf3;
    font-size: 12px;
    font-weight: bold;
    background-image: url(/img/qb-add-min-icon.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 10px center;
}

.qb-add-btn:hover,
.qb-add-btn:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: #01acf3;
}

.qb-round-btn {
    background-color: #01acf3;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .1);
    border: none;
}

.qb-round-btn:hover,
.qb-round-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0b9dd9;
}

.qb-round-btn-gr {
    background-color: #4f5f6f;
}

.qb-round-btn-gr:hover,
.qb-round-btn-gr:focus {
    background-color: #424f5b;
}

.qb-btn-preview {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 40px;
    padding: 0 25px;
}

.bq-modal-header {
    background-color: #01acf3;
    padding: 12px 15px 7px;
}

.qb-modal-content {
    border-radius: 0;
}

.qb-modal-title {
    text-align: center;
    font-size: 21px;
    color: #fff;
}

.qb-modal-body {
    padding: 30px 30px 10px;
}

.qb-modal-body .qb-round-btn {
    margin: 20px 0 0 !important;
}

.qb-modal-option {
    margin: 25px 0 30px;
}

.qb-tooltip-container {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    z-index: 1;
}

.qb-tooltip-container .qb-tooltip {
    display: inline-block;
    position: relative;
}

/* ==========================================================================
   Header
   ========================================================================== */

.qb-navbar {
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.qb-navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    height: 40px;
}

.qb-navbar-nav i {
    font-size: 26px;
    vertical-align: middle;
    margin: 0 0 5px;
}

.qb-navbar-nav > li > a {
    line-height: 55px;
    height: 88px;
    color: #fff;
}

.qb-navbar-nav > li:last-child > a {
    padding: 15px 0 15px 15px;
}

.qb-navbar-nav > li:last-child > a i {
    margin-left: 20px;
}

.qb-navbar-nav > li > a:hover,
.qb-navbar-nav > li > a:focus {
    color: #23527c;
    background-color: transparent;
}

.qb-nav .open > a,
.qb-nav .open > a:focus,
.qb-nav .open > a:hover {
    color: #23527c;
    background-color: transparent;
}

.qb-navbar .qb-navbar-nav .open .qb-dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
}

.qb-navbar .qb-navbar-nav .open .qb-dropdown-menu > li > a:hover,
.qb-navbar .qb-navbar-nav .open .qb-dropdown-menu > li > a:focus {
    background-color: rgba(0, 0, 0, .2) !important;
}

.qb-dropdown-menu {
    top: 110%;
    right: 0;
    left: auto;
}

.qb-dropdown-menu > li > a {
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(95, 95, 95, .7);;
}

.qb-dropdown-menu > li:last-child a {
    border-bottom: none;
}

.qb-dropdown-toggle {
    position: relative;
}

.qb-badge {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 25%;
    background-color: #e4007f;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
}

.qb-date {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #c7c7c7;
}

.open .qb-dropdown-menu:before,
.open .qb-dropdown-menu:after {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.open .qb-dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, .8);
    border-width: 8px;
    margin-left: -8px;
    right: 6%;
}

/* ==========================================================================
   Content
   ========================================================================== */

.bm-breadcrumb {
    background-color: transparent;
    color: #c7c7c7;
    font-size: 14px;
    margin: 0;
}

.bm-breadcrumb > li a {
    color: #c7c7c7;
}

.bm-breadcrumb > li + li:before {
    content: ' > ';
    color: #c7c7c7;
}

.breadcrumb > .active {
    color: #01acf3;
}

.qb-content-header {
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
    margin: 0 0 10px;
}

.qb-content-header h1 {
    margin: 0 0 5px;
}

.qb-page-header {
    border: none;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
}

.qb-page-header h2 {
    font-size: 21px;
    font-weight: bold;
}

.qb-page-header .label {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 0 10px;
    vertical-align: top;
    font-size: 15px;
    height: 25px;
    line-height: 26px;
    padding: 0 10px;
}

.qb-content-header .qb-page-header {
    margin: 20px 0 30px;
}

.qb-page-header .meta {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #8c8c8c;
}

.qb-page-header .thumb {
    margin: 15px 0;
}

.qb-page-header .text {
    font-size: 16px;
    margin: 15px auto;
    line-height: 1.8em;
}

.qb-page-header .thumb img {
    max-width: 100%;
    height: auto;
}

.qb-container .qb-nav {
    margin: 0 0 15px;
    position: relative;
}

.qb-navbar-right {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
}

.qb-navbar-fix-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.qb-container h1 {
    font-size: 21px;
    line-height: 28px;
    border: none;
}

.qb-content-container {
    margin: 0 0 30px;
}

.qb-content-nav {
    width: 100%;
    margin: 0 0 15px;
}

.qb-content-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qb-content-nav ul li {
    display: inline-block;
}

.qb-content-nav ul li a {
    display: block;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
    padding: 0 17px;
    position: relative;
}

.qb-content-nav ul li a:hover,
.qb-content-nav ul li a:focus {
    color: #000;
    text-decoration: none;
}

.qb-content-nav ul li.active a {
    background-color: #01acf3;
    border-radius: 16px;
    color: #fff !important;
}

.qb-content-nav ul li.danger a {
    color: #fa301e;
}

.qb-content-nav .qb-badge {
    top: -5px;
    right: 0;
    background-color: #fa301e;
}

.qb-sub-page-header {
    margin: 50px 0 17px;
}

.qb-sub-page-header h1 {
    font-weight: bold;
    font-size: 21px;
}

.qb-step-nav {
    margin: 15px 0;
}

.qb-step-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.qb-step-nav ul li {
    display: inline-block;
    padding: 0 40px 0 15px;
    font-size: 15px;
    color: #c7c7c7;
    line-height: 19px;
    position: relative;
}

.qb-step-nav ul li.active {
    color: #01acf3;
}

.qb-step-nav ul li:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background-image: url(/img/qb-step-icon.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center center;
}

.qb-step-nav ul li:last-child {
    padding: 0 15px;
}

.qb-step-nav ul li:last-child:after {
    display: none;
}

.qb-form-container {
    margin: 0 0 30px;
}

.qb-form .control-label {
    font-size: 13px;
    font-weight: normal;
    color: #4d4d4d;
}

.qb-cal-form-group .col-xs-3 {
    width: 18%;
    padding-left: 5px;
    padding-right: 5px;
}

.qb-cal-form-group .col-xs-2 {
    width: 13%;
    padding-left: 5px;
    padding-right: 5px;
}

.qb-cal-form-group .form-control {
    padding-left: 8px;
    padding-right: 8px;
}

.qb-cal {
    padding-right: 40px !important;
    padding-left: 15px !important;
    position: relative;
    margin-right: 10px;
}

.qb-cal-icon {
    display: inline-block;
    width: 23px;
    height: 22px;
    background-image: url(/img/qb-cal-icon.png);
    background-repeat: no-repeat;
    background-size: 23px 22px;
    background-position: center center;
    vertical-align: top;
    position: absolute;
    right: -2px;
    top: 12px;
}

.qb-color {
    position: relative;
}

.qb-color-select {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 25px;
    top: 50%;
    border-radius: 50%;
    margin: -12px 0 0 0;
}

.qb-form-group-container {
    margin: 0 0 30px;
}

.qb-label-option-top {
    text-align: left !important;
    width: auto !important;
}

.qb-label-option {
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
    width: auto !important;
}

.qb-col-xs-25 {
    width: 20%;
}

.qb-modal .qb-round-btn {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.form-group .qb-round-btn {
    display: block;
    width: 100%;
    margin: 15px 0 30px;
}

.qb-form-container .form-horizontal .control-label {
    text-align: left;
}

.qb-form-title {
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
    margin: 15px 0;
    text-align: center;
}

.qb-form-table-container {
    margin: 0 0 30px;
}

.qb-form-table {
    margin: 10px 0;
    border: none;
    border-collapse: separate;
    width: 100%;
}

.qb-form-table thead tr th {
    background-color: #5d6266;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    border-right: 1px solid #7b7f82;
}

.qb-form-table thead tr th.select {
    width: 280px;
}

.qb-form-table thead tr th:first-child {
    overflow: hidden;
    border-radius: 6px 0 0 0;
}

.qb-form-table thead tr th:last-child {
    overflow: hidden;
    border-radius: 0 6px 0 0;
    border: none;
}

.qb-form-table tbody tr th,
.qb-form-table tbody tr td {
    font-size: 12px;
    color: #4d4d4d;
    padding: 10px 15px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    background-color: #fff;
}

.qb-form-table tbody tr th.min {
    padding: 10px 5px;
}

.qb-form-table tbody tr th {
    border-left: 1px solid #e5e5e5;
    font-weight: normal;
}

.qb-form-table tbody tr:last-child th {
    overflow: hidden;
    border-radius: 0 0 0 6px;
}

.qb-form-table tbody tr:last-child td:last-child {
    overflow: hidden;
    border-radius: 0 0 6px 0;
}

.qb-form-table tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
}

.qb-form-table tbody tr:last-child td:first-child {
    overflow: hidden;
    border-radius: 0 0 0 6px;
}

.qb-form-table tr th.bold {
    font-weight: bold;
}

.qb-form-sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qb-form-sub-list li {
    padding: 0 0 8px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 8px;
    color: #4d4d4d;
}

.qb-form-sub-list li .qb-btn {
    float: right;
}

.qb-form-table-option {
    text-align: right;
    margin: 0 0 5px;
}

.qb-form-complete {
    font-size: 12px;
    text-align: center;
    color: #8c8c8c;
    margin: 0 0 40px;
}

.qb-form-conf-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.qb-form-conf-list li {
    color: #8c8c8c;
    line-height: 30px;
    font-size: 12px;
}

.qb-form-conf-list .qb-btn {
    padding: 0 25px;
    margin: 0 0 0 20px;
}

.qb-form-conf-table {
    margin: 0 0 5px;
    padding: 0;
    border: none;
    width: 100%;
}

.qb-form-conf-table thead tr th {
    font-size: 13px;
    color: #c7c7c7;
    font-weight: normal;
    text-align: left;
    padding: 8px 5px;
    border-bottom: 1px solid #e0e0e0;
}

.qb-form-conf-table tbody tr td,
.qb-form-conf-table tbody tr th {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 8px 5px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.qb-form-conf-table tbody tr th {
    color: #4d4d4d;
}

.qb-form-conf-table tbody tr td {
    color: #0090db;
}

.qb-content-nav-container {
    margin: 0 0 50px;
}

.qb-btns-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qb-btns-nav ul li {
    float: left;
    width: 110px;
    height: 110px;
    margin: 0 10px 0 0;
    position: relative;
    display: table;
}

.qb-btns-nav ul li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-position: center 30px;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.qb-btns-nav ul li a .title {
    width: 115px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}

.qb-btns-nav ul li .qb-badge {
    background-color: #fa301e;
    top: -8px;
    right: -5px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
}

.qb-btns-nav ul li a.icon1 {
    background-image: url(/img/qb-btn-group-icon1.png);
    background-size: 30px 30px;
}

.qb-btns-nav ul li a.icon2 {
    background-image: url(/img/qb-btn-group-icon2.png);
    background-size: 60px 32px;
    background-position: center 25px;
}

.qb-btns-nav ul li a.icon3 {
    background-image: url(/img/qb-btn-group-icon3.png);
    background-size: 35px 25px;
}

.qb-btns-nav ul li a.icon4 {
    background-image: url(/img/qb-btn-group-icon4.png);
    background-size: 60px 32px;
    background-position: center 25px;
}

.qb-btns-nav ul li a.icon5 {
    background-image: url(/img/qb-btn-group-icon5.png);
    background-size: 40px 32px;
    background-position: 44px 25px;
}

.qb-btns-nav .tooltip {
    position: absolute;
    top: -50px;
    left: -80px;
    width: 264px;
    z-index: 10;
}

.qb-dashboard-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qb-dashboard-list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    height: 54px;
    display: table;
    width: 100%;
}

.qb-dashboard-list li:last-child {
    border: none;
}

.qb-dashboard-list li .icon {
    width: 20%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/img/qb-home-icon1.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center center;
}

.qb-dashboard-list li .icon2 {
    background-image: url(/img/qb-home-icon3.png);
}

.qb-dashboard-list li .name {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    color: #4d4d4d;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.qb-dashboard-list li .counter {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 36px;
    color: #156bcf;
}

.qb-dashboard-list li .counter small {
    font-size: 14px;
    vertical-align: middle;
}

.qb-list-container {
    margin: 0 0 30px;
}

.qb-list-title {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 20px;
}

.qb-list-option {
    position: relative;
    margin: 15px 0;
}

.qb-list-option .qb-list-title {
    margin: 0;
    padding: 0;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.qb-list-option .qb-btn {
    margin: 0 6px 0 0;
    vertical-align: middle;
}

.qb-list-option-right {
    float: right;
}

.qb-list-option-right.only {
    margin: 15px 0;
}

.qb-pagination {
    margin: 0;
}

.qb-pagination li {
    margin: 0 5px 0 0;
    display: inline-block;
}

.qb-pagination li:last-child {
    margin: 0;
}

.qb-pagination > li > a,
.qb-pagination > li > span {
    line-height: 28px;
    height: 26px;
    width: 28px;
    border-radius: 4px;
    padding: 0 5px;
    border: none;
    background-color: #eaebeb;
    color: #8c8c8c;
    font-size: 13px;
    float: none;
    display: block;
    text-align: center;
}

.qb-pagination.blue > li > a,
.qb-pagination.blue > li > span {
    color: #01acf3;
}

.qb-pagination > li.active a,
.qb-pagination > li.active > span {
    background-color: #01acf3;
    color: #fff;
}

.qb-pagination li img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.qb-search-option {
    margin: 0;
    background-color: #e6e6e6;
    border-radius: 6px 6px 0 0;
    padding: 10px 15px;
    color: #4d4d4d;
    font-size: 12px;
}

.qb-search-option .qb-btn,
.qb-search-option .tag {
    margin: 0 10px;
}

.qb-search-option .tag {
    color: #4d4d4d;
    text-decoration: none;
    line-height: 17px;
    display: inline-block;
    padding: 0 22px 0 0;
    background-image: url(/img/qb-round-close-icon.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: right center;
}

.qb-search-option strong {
    display: inline-block;
    margin: 0 10px 0 0;
}

.qb-list-table {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: separate;
}

.qb-list-table thead tr th {
    border-radius: 0 !important;
}

.qb-form-table thead tr th.option,
.qb-list-table thead tr th.option {
    width: 0;
}

.qb-form-table thead tr th.btns,
.qb-list-table thead tr th.btns {
    width: 160px;
}

.qb-list-table tbody tr td {
    vertical-align: middle;
}

.qb-form-table tr.gr th,
.qb-form-table tr.gr td {
    color: #c7c7c7;
}

.qb-p-link {
    line-height: 15px;
    display: inline-block;
    padding: 0 15px 0 0;
    background-image: url(/img/qb-paper-icon.png);
    background-size: 11px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    color: #01acf3;
    font-weight: bold;
}

.qb-list-table.qb-corner thead tr th:first-child {
    overflow: hidden;
    border-radius: 6px 0 0 0;
}

.qb-list-table.qb-corner thead tr th:last-child {
    overflow: hidden;
    border-radius: 0 6px 0 0;
}

.qb-form-conf .form-group {
    color: #0090db;
    margin-bottom: 25px;
}

.form-horizontal.qb-form-conf .control-label {
    padding-top: 0;
}

.qb-option-searchbar {
    width: 220px;
    position: relative;
    float: right;
}

.qb-option-searchbar input.form-control {
    width: 220px;
}

/* ==========================================================================
   MyPage
   ========================================================================== */

.qb-mypage-container {
    margin: 0 0 25px;
    position: relative;
}

.qb-mypage-border {
    margin: 0 0 30px;
}

.qb-mypage-edit-box {
    position: absolute;
    right: -120px;
    top: -45px;
    width: auto;
    display: inline-block;
}

.qb-seminar-list {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.qb-seminar-list li {
    margin: 0;
    padding: 0;
    color: #0090db;
    font-size: 13px;
}

/* ==========================================================================
   Visitor Detail
   ========================================================================== */

.qb-detail-dashboard {
    margin: 0 0 25px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    border-radius: 6px;
    padding: 15px 20px;
}

.qb-detail-dashboard .border {
    border-right: 1px solid #e0e0e0;
}

.qb-detail-dashboard .profile {
    display: table;
    width: 100%;
    position: relative;
}

.qb-detail-dashboard .profile .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-image: url(/img/qb-user-icon.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.qb-detail-dashboard .profile .name {
    display: table-cell;
    vertical-align: middle;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px;
    padding: 0 15px;
}

.qb-detail-dashboard .profile .name small {
    display: block;
    margin: 5px 0 0;
    font-weight: normal;
    font-size: 11px;
    color: #8c8c8c;
    line-height: 1;
}

.qb-detail-dashboard .profile .tag {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #8c8c8c;
    border-radius: 3px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0 0;
}

.qb-detail-table {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 600px;
    padding: 10px;
}

.qb-detail-table dt {
    float: left;
    clear: left;
    width: 22%;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 10px;
}

.qb-detail-table dd {
    float: left;
    width: 78%;
    color: #01acf3;
    font-size: 12px;
    margin: 0 0 10px;
}

.qb-detail-main-table dt {
    font-size: 13px;
    margin: 0 0 15px;
}

.qb-detail-main-table dd {
    font-size: 13px;
    margin: 0 0 15px;
}

.qb-detail-tab-content {
    position: relative;
}

.qb-detail-tab-content .qb-list-title {
    margin: 15px 0;
    padding: 0 10px;
}

/* ==========================================================================
   Visitor Note
   ========================================================================== */

.qb-note-container {
    margin: 0 0 30px;
}

.qb-note-container p {
    color: #8c8c8c;
    font-size: 12px;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.5em;
}

/* ==========================================================================
   Visitor Import
   ========================================================================== */

.qb-import-box {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    padding: 60px 30px;
    text-align: center;
    margin: 15px 0 30px;
}

.qb-import-box h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #4d4d4d;
}

.qb-import-box p {
    color: #8c8c8c;
    font-size: 12px;
    margin: 0 0 35px;
}

.qb-import-box.imported {
    background-color: #f4f5f5;
    padding: 20px;
    position: relative;
}

.qb-import-box.imported .name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d50;
    padding: 0 0 0 50px;
    line-height: 35px;
    background-size: 25px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/img/qa-doc-icon.png);
}

.qb-import-box.imported .qb-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
}

.qb-import-btn {
    margin: 15px 0;
}

.qb-import-btn .qb-round-btn {
    display: block;
    width: 100%;
}

/* ==========================================================================
   Exhibition Home
   ========================================================================== */

.qb-btn-nav {
    margin: 15px 0 30px;
}

.qb-btn-nav a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
    text-decoration: none;
    color: #4d4d4d;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: 95% center;
    background-image: url(/img/qb-arrow-right-icon.png);
}

.qb-btn-nav a:hover,
.qb-btn-nav a:focus {
    background-color: #f9f9f9;
    color: #000;
}

.qb-btn-nav a .icon {
    height: 80px;
    width: 80px;
    background-color: #f9f9f9;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
}

.qb-btn-nav a .icon1 {
    background-image: url(/img/qb-home-icon1.png);
}

.qb-btn-nav a .icon2 {
    background-image: url(/img/qb-home-icon2.png);
    background-size: 46px 39px;
}

.qb-btn-nav a .icon3 {
    background-image: url(/img/qb-home-icon3.png);
}

.qb-btn-nav a p {
    margin: 0;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

.qb-btn-nav a p .count {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 30px;
    vertical-align: middle;
    color: #156bcf;
    width: 120px;
    text-align: center;
}

.qb-btn-nav a p .count.min {
    width: 80px;
}

.qb-btn-nav a p .count small {
    font-size: 13px;
    vertical-align: middle;
}

.qb-tab-content {
    margin: 0 0 30px;
}

.qb-nav-tabs {
    border-bottom: none;
    padding: 0 0 0 5px;
}

.qb-nav-tabs > li > a {
    background-color: #9c9c9c;
    color: #fff;
    padding: 15px 50px;
}

.qb-nav-tabs.fixed > li > a {
    width: 140px;
    padding: 15px 0;
    text-align: center;
}

.qb-nav-tabs > li.active > a {
    background-color: #01acf3;
    color: #fff;
    border-color: #01acf3;
}

.qb-nav-tabs > li > a:hover,
.qb-nav-tabs > li > a:focus,
.qb-nav-tabs > li.active > a:hover,
.qb-nav-tabs > li.active > a:focus {
    background-color: #01acf3;
    color: #fff;
    border-color: #01acf3;
}

.qb-tab-nav {
    text-align: right;
    background-color: #01acf3;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
}

.qb-tab-nav .fix-height {
    line-height: 34px;
}

.qb-tab-nav .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 32px;
}

/* ==========================================================================
   Exhibition List
   ========================================================================== */

.qb-input-group .form-control {
    border-left: none;
}

.qb-input-group-addon {
    background-color: #fff;
}

.qb-center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.qb-icon-addon {
    position: relative;
    color: #555;
    display: block;
    border-radius: 50%;
}

.qb-icon-addon .form-control {
    border-radius: 20px;
}

.qb-icon-addon:after,
.qb-icon-addon:before {
    display: table;
    content: " ";
}

.qb-icon-addon:after {
    clear: both;
}

.qb-icon-addon.addon-md .glyphicon,
.qb-icon-addon .glyphicon,
.qb-icon-addon.addon-md .fa,
.qb-icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.qb-icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.qb-icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.qb-icon-addon.addon-lg .fa,
.qb-icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.qb-icon-addon.addon-md .form-control,
.qb-icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.qb-icon-addon.addon-sm .fa,
.qb-icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.qb-icon-addon .form-control:focus + .glyphicon,
.qb-icon-addon:hover .glyphicon,
.qb-icon-addon .form-control:focus + .fa,
.qb-icon-addon:hover .fa {
    color: #2580db;
}

/* ==========================================================================
   General
   ========================================================================== */

.bold {
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.qb-error-msg {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("/img/qb-error-icon.png") no-repeat scroll 0 center;
    background-size: 15px 15px;
    font-size: 12px;
    color: #fa301e;
    padding-left: 20px;
}

.form-horizontal .checkbox {
    padding-top: 5px;
}

.rules {
    margin-top: 40px;
}
.rules p{
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: normal;
    padding: 20px;
    margin: 0;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.rules span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

/*-------------------------------------------------------
 必須
--------------------------------------------------------*/
.required:after {
    content: "　※";
    color: #ff0000;
    font-weight: bold;
}

.title-header {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left:5px;
    border-bottom: 1px solid #01acf3;
    border-left: 3px solid #01acf3;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.member-over-text {
    text-align: center;
    background: #e0e1e1;
    padding: 10px 0;
}

.flash-message-dialog {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    background-color: #4f5f6f;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

p.word-break {
    white-space: pre-wrap;
    word-break: break-all; 
}

.qb-modal .modal-title {
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.qb-modal .modal-header {
    background-color: #01acf3;
    padding: 12px 15px 7px;
}

.qb-modal .modal-footer .btn-left {
    float: left;
    margin: 0px 0px 10px 35px !important;
}

.qb-modal .modal-footer .btn-right {
    float: right;
    margin: 0px 35px 10px 0px !important;
}

.qb-modal .modal-body {
    padding: 15px 30px;
}

.qb-btn-disabled, .qb-btn-disabled:hover, .qb-btn-disabled:focus{
    border: none;
    background:none;
    color: red;
    cursor: auto;
}

/*Style show/hide password field*/
.password-eye {
    position: relative;
}

.password-eye-input {
    width: 100%;
    position: absolute;
}

.password-eye-icon {
    cursor: pointer;
    position: inherit;
    float: right;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
}

.txt-password-notice {
    color: red;
    font-size: 75%;
}

.txt-required-notice {
    color: red;
    font-size: 75%;
}

.date-dropdowns select {
    padding: 8px 5px 8px 10px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 5px 0 0;
    height: 44px;
}
