@charset "UTF-8";
body {
	/*color: #5C6773;*/
	font-size: 12px;
	font-family: "メイリオ", sans-serif;
	background-color: #fff !important;
	background: none;
	position: relative;
}

body label {
	margin-bottom: 0;
}
#DOMWindow {
    overflow: hidden !important;
}
input {
	border-radius: 3px;
}

textarea {
	border-radius: 3px;
}

a {
	color: #08c;
}

.top_nav {
	width: 100%;
	/*min-height: 60px;*/
	margin-left: 0;
}

#logo {
	float: left;
	width: 140px;
	font-size: 14px;
	height: 60px;
	padding: 20px 0 0 0;
	margin-left: 25px;
}

.user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px;
}

.nav_menu {
	/*position: fixed;*/
	width: 100%;
	margin-bottom: 0;
	z-index: 999;
}

.nav.navbar-nav > li > a {
	color: #FFF !important;
}

.nav > li > a:hover {
	background: none;
}

@media (max-width: 1024px){
    .nav.navbar-nav > li > a {
        float: left;
	    width: 110px;
	    font-size: 1em;
	    height: 60px;
	    padding: 20px 0 0 0;
	    margin-left: 0px;
    }
}

@media (min-width: 1024px){
    .nav.navbar-nav > li > a {
        float: left;
	    width: 120px;
	    height: 60px;
	    padding: 20px 0 0 0;
	    margin-left: 0px;
    }
}

@media (max-width: 768px){
    .nav.navbar-nav > li > a {
        width: 100%;
        text-align: center;
    }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: #EBD1D4;
	color: #2A3F54 !important;
	border-color: pink;
}

.top_nav .navbar-right {
	margin: 0;
	width: auto;
	float: right;
}

.navi-detail-box {
	width: 100%;
	padding: 0;
    /*top: 85px; */
	/*border-top: 1px solid #fff;*/
	z-index: 1000;
	position: fixed;
}

.navi-detail {
	width: 100%;
	height: 120px;
	padding: 15px;
	background: #2A3F54;
	color: #FFF;
	clear: both;
}

.navi-detail ul {
	margin-right: 15px;
}
.navi-detail ul.keep {
	margin-right: 0px;
}
.navi-detail li {
	list-style: none;
	min-width: 150px;
	padding: 0 0 3px 0;
    color: #DEDEDE;
}

.navi-detail li.category {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #DCDCDC;
}

.navi-detail li.menu {
	margin-left: 10px;
	padding: 5px 0 0;
}

.navi-detail li.menu a {
	color: #FFF;
}

.navi-detail li.menu a:hover {
	color: pink;
}

.navi-detail .hide {
	display: none;
}

.text-l {
	text-align: left !important;
}

/******************************
 * フォーム関連
 ******************************/
input.number {
	width: 60px !important;
	ime-mode: disabled;
}

input.name {
	width: 300px !important;
}

.cc-input {
	padding: 6px !important;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	height: 34px;
}
select.cc-input {
	height: 34px;
}

select.auto {
	width: auto !important;
}

/**********************************************************************
 *
 **********************************************************************/
.table-entry-form {
	width: 100%;
	margin: 0;
	border: 2px solid #dcdcdc;
	border-collapse: collapse;
}
.table-entry-form th,
.table-entry-form td {
	vertical-align: middle !important;
}
.table-entry-form th {
	width: 20%;
	color: #FFF;
	border-bottom: 1px solid #DEDEDE;
	background: #2A3F54;
}
.table-entry-form .cc-input {
	width: 60%;
}
.table-entry-form label {
	font-weight: normal !important;
}

.table-entry-form th.require {

}

.table-entry-form label.input-label {
	margin-right: 10px;
}

.table-entry-form .form-control {
	display: inline-block;
}

.table-entry-form + .table-entry-form {
	margin-top: 20px;
}

.page-title .title_right .pull-right {
	margin: 0;
	padding-top: 10px;
}

.cc-entry-box {
	margin-bottom: 20px;
}

/* ------------------------ *
 * T. タイトル
 * ------------------------ */

.cc-title-box {
	padding: 0 0 15px;
	/*border-bottom: 1px solid #2A3F54;*/
	/*border-bottom: 1px solid #ccc;*/
	margin: 0;
	position: relative;
}

.cc-title {
	padding: 0;
}

.cc-title-right {
	margin: 0;
	padding-top: 6px;
	position: absolute;
	right: 0;
	top: 0;
}

.cc-title > h3 {
	margin: 0 !important;
}

/* ------------------------ *
 * L. レイアウト系
 * ------------------------ */

.cc-section + .cc-section {
	margin-top: 20px;
}

.cc-section + .cc-section.no-margin {
	margin-top: 0;
}

.cc-content {
	/*padding: 20px 20px 0;*/
	padding: 0;
}

.cc-scroll-content {
	width: 100%;
	overflow: scroll;
	max-height: 400px;
}

.cc-scroll-content-x {
	width: 100%;
	overflow-x: scroll;
}

.cc-tbl-scroll {
	width: 100%;
}
.cc-tbl-scroll .cc-tbl-list {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	table-layout: fixed;
}

.cc-tbl-scroll .cc-tbl-list th,
.cc-tbl-scroll .cc-tbl-list td {
	white-space: nowrap;
}

.cc-row {

}

.cc-col-1,
.cc-col-2,
.cc-col-3,
.cc-col-4,
.cc-col-5,
.cc-col-6,
.cc-col-7,
.cc-col-8,
.cc-col-9,
.cc-col-10,
.cc-col-11,
.cc-col-12,
.cc-col-x {
	position: relative;
	min-height: 1px;
	float: left;
}

.cc-col-1,
.cc-col-2,
.cc-col-3,
.cc-col-4,
.cc-col-5,
.cc-col-6,
.cc-col-7,
.cc-col-8,
.cc-col-9,
.cc-col-10,
.cc-col-11,
.cc-col-12,
.cc-col-x {
	padding: 0 10px;
}

.cc-row-nospace .cc-col-1,
.cc-row-nospace .cc-col-2,
.cc-row-nospace .cc-col-3,
.cc-row-nospace .cc-col-4,
.cc-row-nospace .cc-col-5,
.cc-row-nospace .cc-col-6,
.cc-row-nospace .cc-col-7,
.cc-row-nospace .cc-col-8,
.cc-row-nospace .cc-col-9,
.cc-row-nospace .cc-col-10,
.cc-row-nospace .cc-col-11,
.cc-row-nospace .cc-col-12,
.cc-row-nospace .cc-col-x {
	padding: 0;
}

.cc-col-1 {
	width: 8.33333333%;
}

.cc-col-2 {
	width: 16.66666667%;
}

.cc-col-3 {
	width: 25%;
}

.cc-col-4 {
	width: 33.33333333%;
}

.cc-col-5 {
	width: 41.66666667%;
}

.cc-col-6 {
	width: 50%;
}

.cc-col-7 {
	width: 58.33333333%;
}

.cc-col-8 {
	width: 66.66666667%;
}

.cc-col-9 {
	width: 75%;
}

.cc-col-10 {
	width: 83.33333333%;
}

.cc-col-11 {
	width: 91.66666667%;
}

.cc-col-12 {
	width: 100%;
}

/* ------------------------ *
 * N. ナビ系
 * ------------------------ */
.cc-middle-menu-box {
    font-size: 14px;
    border: solid 3px #DCDCDC;
    background: #F1EFE7;
    height: 45px;
    padding: 7px 15px;
    margin-bottom: 20px;
}


/* ======================== *
 * T-L. 一覧用テーブル
 * ======================== */

.cc-tbl-list {
	width: 100%;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cc-tbl-list > thead > tr > td,
.cc-tbl-list > tbody > tr > td,
.cc-tbl-list > tr > td {
	background-color: #fff;
}
.cc-tbl-list > thead > tr > td,
.cc-tbl-list > tbody > tr > td,
.cc-tbl-list > tr > td {
	background-color: #fff;
}

.cc-tbl-list th {
    font-weight: normal;
	color: #FFF;
}

.cc-tbl-list th,
.cc-tbl-list td {
	text-align: center;
	padding: 8px;
	vertical-align: middle;
	border-top: 1px solid #ccc;
}

.cc-tbl-list th:first-child,
.cc-tbl-list td:first-child {
}

.cc-tbl-list-top {
	margin-bottom: 10px;
}

.cc-tbl-list-bottom {
	margin-top: 10px;
}

.cc-tbl-list th.cc-text,
.cc-tbl-list td.cc-text {
	text-align: left;
	width: auto;
}

.cc-tbl-list th.cc-auto,
.cc-tbl-list td.cc-auto {
	width: auto;
}

.cc-tbl-list th.cc-minimum,
.cc-tbl-list td.cc-minimum {
	width: 50px;
}

.cc-tbl-list th.cc-time,
.cc-tbl-list td.cc-time {
	width: 110px;
}

.cc-tbl-list th.cc-number,
.cc-tbl-list td.cc-number {
	width: 60px;
}

.cc-tbl-list th.cc-small,
.cc-tbl-list td.cc-small {
	width: 80px;
}

.cc-tbl-list th.cc-medium,
.cc-tbl-list td.cc-medium {
	width: 120px;
}

.cc-tbl-list th.cc-datetime,
.cc-tbl-list td.cc-datetime {
	width: 130px !important;
}

.cc-tbl-list th.cc-large,
.cc-tbl-list td.cc-large {
	width: 180px !important;
}

.cc-tbl-list th.cc-xlarge,
.cc-tbl-list td.cc-xlarge {
	width: 240px;
}

.cc-tbl-list th.cc-xxlarge,
.cc-tbl-list td.cc-xxlarge {
	width: 300px;
}

.cc-tbl-list th.cc-date,
.cc-tbl-list td.cc-date {
	width: 110px;
}

.cc-tbl-list th.cc-date-range,
.cc-tbl-list td.cc-date-range {
	width: 200px;
}

.cc-tbl-list th.cc-bulk,
.cc-tbl-list td.cc-bulk {
	width: 40px;
}

.cc-tbl-list th.cc-status,
.cc-tbl-list td.cc-status {
	width: 100px;
}

.cc-tbl-list th.cc-action,
.cc-tbl-list td.cc-action {
	width: 80px;
}

.cc-tbl-list th.cc-action a,
.cc-tbl-list td.cc-action a {
	margin-left: 6px;
}

.cc-tbl-list th.cc-name {
    text-align: left;
}
.cc-tbl-list td.cc-name {
    text-align: left;
}

.cc-tbl-list th.cc-tel,
.cc-tbl-list td.cc-tel {
	width: 100px;
    text-align: center;
}

.cc-tbl-list th.cc-email,
.cc-tbl-list td.cc-email {
    width: 160px;
    text-align: left;
}

.cc-tbl-list th.cc-money {
	width: 95px;
}

.cc-tbl-list td.cc-money {
	text-align: right;
}

.cc-tbl-list th.cc-money-large {
	width: 130px;
}

.cc-tbl-list .cc-checkbox-list {
	text-align: center;
}

.cc-tbl-list .cc-checkbox-list {
	text-align: left;
}

.cc-tbl-list .cc-checkbox-list label {
	margin-right: 10px;
	margin-bottom: 4px;
}

.cc-tbl-list .cc-label {
	display: block;
}
.cc-tbl-list .cc-label.cc-label-mini {
	display: inline-block;
}

.cc-tbl-no-border {
	border: 0;
}

.cc-tbl-no-border > thead > tr > th,
.cc-tbl-no-border > thead > tr > td,
.cc-tbl-no-border > tbody > tr > th,
.cc-tbl-no-border > tbody > tr > td,
.cc-tbl-no-border > tr > th,
.cc-tbl-no-border > tr > td,
.cc-tbl-no-border > tr > th,
.cc-tbl-no-border > tr > td {
	border: 0;
}

.cc-tbl-list th.app-code,
.cc-tbl-list td.app-code {
	width: 110px;
}

/*.cc-tbl-list th.app-project_code,*/
/*.cc-tbl-list td.app-project_code {*/
/*width: 130px;*/
/*}*/

.cc-tbl-list th.app-project_code,
.cc-tbl-list td.app-project_code {
	width: 150px;
}

.cc-tbl-list th.app-visit_number,
.cc-tbl-list td.app-visit_number {
	width: 65px;
}

/* ======================== *
 * T-F. フォームテーブル
 * ======================== */

.cc-tbl-form {
	width: 100%;
	margin: 0;
	border: 2px solid #dcdcdc;
	border-collapse: collapse;
	background-color: #C3DCD8;
}

.cc-tbl-form tr {

}

.cc-tbl-form th,
.cc-tbl-form td {
	vertical-align: middle !important;
	padding: 8px;
	border: 1px solid #ccc;
}

.cc-tbl-form th {
	width: 20%;
	border: 1px solid #DEDEDE;
	background-color: #C3DCD8;
	color: #333;
	font-weight: normal;
	padding-left: 15px;
}

.cc-tbl-form td {
	background: #fff;
}

.cc-tbl-form td.error {
	color: #B94A48;
	background: #ffe4e1;
}

.cc-tbl-form th + td + th + td {
	width: 30%;
}

/*.cc-tbl-form.cc-tbl-form-single > tbody > tr > td,*/
/*.cc-tbl-form.cc-tbl-form-single > thead > tr > td,*/
/*.cc-tbl-form.cc-tbl-form-single > tr > td {*/
	/*width: auto;*/
/*}*/

.cc-tbl-form label {
	font-weight: normal !important;
	margin: 4px 0;
	cursor: pointer;
}

.cc-tbl-form th.require {
	background: url('/_assets/img/icon/icon_hissu.gif') no-repeat 95% center;
}

.cc-tbl-form th.hissu {
	background: url('/_assets/img/icon/icon_hissu.gif') no-repeat 95% center;
}

.cc-tbl-form textarea.cc-input {
	height: auto;
}

.cc-tbl-form select.cc-input {
	width: auto;
	display: inline-block;
}

.cc-tbl-form label.input-label {
	margin-right: 10px;
}

.cc-tbl-form + .cc-tbl-form {
	margin-top: 10px;
}

.cc-tbl-form-title {
	border-bottom: 3px solid #e9e0c6;
	padding: 8px 12px 6px;
	background-color: #FDF4D7;
	color: #333;
	font-weight: bold !important;
}

.cc-tbl-form + .cc-tbl-form-title {
	margin-top: 20px;
}

.cc-tbl-form + .cc-tbl-list {
	margin-top: 15px;
}

.cc-tbl-form-strike {
	font-size: 16px;
}
.cc-tbl-form-strike th {
	/*background-color: #FDF4D7;*/
	background-color: #fdf597;
}

.cc-tbl-form .app-diff-row th {
	width: 120px;
}
.cc-tbl-form .app-diff-row td {
	background-color: #FDE9E9;
}

/* ======================== *
 * T-O. 概要テーブル
 * ======================== */

.cc-tbl-overview {
	table-layout: fixed;
	width: 100%;
}

.cc-tbl-overview th,
.cc-tbl-overview td {
	padding: 4px 0;
	vertical-align: middle;
}

.cc-tbl-overview th {
	width: 25%;
}

.cc-tbl-overview td {
	font-size: 18px;
}

.cc-tbl-summary {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd;
}

.cc-tbl-summary th {
	background-color: #eee;
}

.cc-tbl-summary th,
.cc-tbl-summary td {
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	border: 1px solid #ddd;
}

/* ======================== *
 * T-R. 羅列用テーブル
 * ======================== */

.cc-tbl-horizon-box {
	overflow: scroll;
	width: 100%;
}

.cc-tbl-horizon {
	width: auto;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	float: left;
}

.cc-tbl-horizon-scroll {
	overflow: scroll;
}

.cc-tbl-horizon th,
.cc-tbl-horizon td {
	vertical-align: middle;
	padding: 8px;
	border: 1px solid #ddd;
}

.cc-tbl-horizon th {
	text-align: left;
	background-color: #E9EEF3;
	min-width: 120px;
}

.cc-tbl-horizon td {
	text-align: center;
	min-width: 140px;
}

/* ------------------------ *
 * F. フォーム系 cc-form
 * ------------------------ */

.cc-form-submit-box {
	text-align: center;
	margin-top: 20px;
}

.cc-form-submit-box {
	margin-top: 15px;
	position: relative;
}

.cc-form-back {
	position: absolute;
	left: 0;
	top: 0;
}


.cc-input-auto {
	width: auto !important;
}
.cc-form select.cc-input-auto {
	display: inline-block;
}

.cc-input-code {
	width: 100px !important;
	padding-left: 4px;
	padding-right: 4px;
    ime-mode: disabled;
}

.cc-input-number {
	width: 30px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
    ime-mode: disabled;
}

.cc-input-zip1 {
	width: 40px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
    ime-mode: disabled;
}

.cc-input-zip2 {
	width: 55px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
    ime-mode: disabled;
}

.cc-form input[type=text] {
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
}

.cc-form input[type=url] {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border: solid 1px #DCDCDC !important;
    background: #FFF !important;
}

.cc-form input[type=email] {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border: solid 1px #DCDCDC !important;
    background: #FFF !important;
}

.cc-form input[type=radio] {
	box-shadow: none;
	height: auto;
}

.cc-form input[type=radio] {

}

.cc-form input[disabled] {
	background-color: #ddd;
}

.cc-form label {
	display: inline-block;
}

.cc-form label {
	margin-right: 10px;
}

.cc-form input[type=checkbox] {
	box-shadow: none;
	height: auto;
}

.cc-form input[type=text]:focus {
	outline: 1px solid #eee;
}

.cc-form input[type=url]:focus {
	outline: 1px solid #eee;
}

.cc-form input[type=email]:focus {
	outline: 1px solid #eee;
}


/* テキストエリア */
.cc-form textarea {
	display: block;
	width: 80%;
	height: auto;
	padding: 3px 6px;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: none;
}

.cc-form textarea:focus {
	outline: 1px solid #eee;
}

.cc-input[type=radio] {

}

.cc-input[type=checkbox] {

}

.cc-form .cc-input-person-select {
	display: inline-block;
	min-width: 200px;
	width: auto;
}

.cc-input-icon-box {
	/*width: 180px;*/
	position: relative;
}

.cc-search-col .cc-input-icon-box .cc-input {
	width: 120px;
}

.cc-input-icon {
	padding-right: 45px;
	/*width: 100%;*/
}

.cc-input-icon + .fa,
.cc-input-icon + .cc-icon {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 16px;
	color: #bbb;
	border-left: 1px solid #ddd;
	padding: 2px 10px 2px 8px;
}

.cc-input-minimum {
	width: 60px !important;
}

.cc-input-small {
	width: 120px !important;
}

.cc-input-medium {
	width: 180px !important;
}

.cc-input-large {
	width: 240px !important;
}

.cc-input-xlarge {
	width: 300px;
}

.cc-input-full {
	width: 100% !important;
}

.cc-input-inline {
	display: inline !important;
	width: auto;
}

.cc-input-money {
	width: 120px;
	text-align: right;
    ime-mode: disabled;
}

.cc-input-date {
	width: 120px !important;
    ime-mode: disabled;
}

.cc-input-date {
	text-align: right;
}
.cc-input-tel {
	width: 180px !important;
    ime-mode: disabled;
}
.cc-input-mail {
	width: 300px !important;
    ime-mode: disabled;
}

/* ------------------------ *
 * B. ボタン系
 * ------------------------ */

.cc-btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0;
}

.cc-btn:hover {
	text-decoration: none;
}

.cc-btn + .cc-btn {
	margin-left: 5px;
}

.cc-btn.cc-btn-default {
	background-color: #fff;
	border-color: #ddd;
	color: #333;
}

.cc-btn.cc-btn-default:hover {
	background-color: #eee;
	border-color: #ddd;
	color: #333;
}

.cc-btn.cc-btn-back {
	background-color: #eee;
	border-color: #bbb;
	color: #333;
}

.cc-btn.cc-btn-back:hover {
	background-color: #ddd;
	border-color: #bbb;
	color: #333;
}

.cc-btn.cc-btn-submit {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.cc-btn.cc-btn-submit:hover {
	background-color: #1ABB9C;
	border-color: #1ABB9C;
	color: #fff;
}

.cc-btn.cc-btn-search {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.cc-btn.cc-btn-search:hover {
	color: #333;
	background-color: #eee;
	border-color: #ccc;
}

.cc-btn.cc-green {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.cc-btn.cc-btn-small {
	font-size: 12px;
}

.cc-btn.cc-green:hover {
	background-color: #1ABB9C;
	border-color: #1ABB9C;
	color: #fff;
}

/* ------------------------ *
 * L. ラベル
 * ------------------------ */

.cc-label {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	min-width: 60px;
	padding: 6px 12px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
    border: solid 1px #DCDCDC;
	border-radius: .25em;
}

.cc-label-mini {
	font-size: 10px;
	padding: 4px;
	line-height: 1;
	color: #fff;
	width: auto;
	min-width: inherit;
	/*border-radius: 0;*/
}

.cc-label.yellow {
	background-color: #FDF4D7;
	color: #73879C;
}

/* ------------------------ *
 * 詳細・フォーム用サイドタブ
 * ------------------------ */

.cc-sidemenu-tab {
	/*border-right: 1px solid #eee;*/
}

/* ------------------------ *
 * N. 検索フォーム
 * ------------------------ */

.cc-search-box {
	border: 1px solid #ccc;
	background-color: #fff;
}

.cc-search-box .cc-search-title-box {
	background-color: #DCDCDC;
}

.cc-search-box .cc-search-title {
	color: #FFF;
	padding: 8px;
}

.cc-search-box .cc-search-body {
	padding: 10px 15px 0px 15px;
}

.cc-search-box .cc-search-body .cc-search-col {
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.cc-search-col label {
    font-weight: normal;
}
.cc-search-box .cc-search-submit {
	padding: 10px 8px 8px 8px;
	border-top: 1px solid #ddd;
	text-align: center;
}
.cc-search-box .cc-search-submit input.btn {
	width: 120px !important;
}
.cc-search-box .cc-search-submit a.btn {
	width: 120px !important;
	cursor: pointer;
}
.cc-search-box .cc-search-submit a.btn-secondary {
	color: #FFF !important;
}
.cc-search-box select {
	width: 100%;
}
/* ------------------------ *
 * N. 簡易検索フォーム（1行タイプ）
 * ------------------------ */

.cc-search-bar {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 6px 10px;
}

.cc-search-bar .cc-search-col {
	float: left;
	width: 130px;
	margin-right: 20px;
}

/* ------------------------ *
 * P. ページャー
 * ------------------------ */

.cc-pager-box {
	display: inline-block;
}

.cc-pager-info {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

.cc-pager-col {
	height: 30px;
	padding: 6px 9px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	/*border-radius: 3px;*/
	margin-right: 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 30px;
	text-align: center;
}

.cc-pager-col:first-child {
	border-radius: 4px 0 0 4px;
}

.cc-pager-col:last-child {
	border-right: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
}

.cc-pager-col:hover {
	background: #eee;
	text-decoration: none;
}

.cc-pager-col.active {
	background: rgba(38, 185, 154, 0.59);
}

.cc-pager-info {
	margin-left: 5px;
}

/* ------------------------ *
 * B. 詳細の操作ボックス
 * ------------------------ */

.cc-act-box {
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}

.cc-reserve-box {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}

.cc-reserve-col {
	float: left;
	width: 200px;
	margin-right: 15px;
}

.cc-detail-menu-box {
	margin: 10px 0;
	background-color: #FFF2DD;
	border: 1px solid #ccc;
	padding: 8px 12px;
}


/* ------------------------ *
 * P. タブ
 * ------------------------ */

.cc-tab-body {
	border: 1px solid #ccc;
}

.cc-tab-body + .cc-tab-body {
	margin-top: 20px;
}

.cc-panel-title {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	background: #fff url('/online/assets/img/table-01-head.png') repeat-x scroll left bottom;
}

.cc-panel-title h2 {
	float: left;
	font-size: 14px;
	margin: 10px 0;
}

.cc-panel-content {
	padding: 20px 15px;
	background-color: #fff;
}

.cc-panel-title > .navbar-right {
	margin-right: 0;
}

/* ------------------------ *
 * C. 色
 * ------------------------ */

.cc-bg-light-green {
	background-color: #EBFCD7 !important;
	color: #73879C !important;
}

.cc-bg-light-gray {
	background-color: #F8F8F8 !important;
	color: #73879C !important;
}

.cc-bg-gray {
	background-color: #E5E5E5 !important;
	color: #73879C !important;
}

.cc-bg-dark-gray {
	background-color: #999 !important;
	color: #fff !important;
}

.cc-bg-blue {
	background-color: #E9EEF3 !important;
	color: #73879C !important;
}

.cc-bg-dark-blue {
	background-color: #E9EEF3 !important;
	color: #73879C !important;
}

.cc-bg-red {
	background-color: #FDE9E9 !important;
	color: #73879C !important;
}

.cc-bg-purple {
	background-color: #F1E9FD !important;
	color: #73879C !important;
}

.cc-bg-light-yellow {
	background-color: #FDF4D7 !important;
	color: #73879C !important;
}

.cc-bg-light-blue {
	background-color: #D8F0FB !important;
	color: #73879C !important;
}

/*
 * テキスト
 */

.cc-txt-light-green {
	color: #EBFCD7 !important;
}

.cc-txt-green {
	color: #207d1d !important;
}

.cc-txt-light-gray {
	color: #F8F8F8 !important;
}

.cc-txt-gray {
	color: #E5E5E5 !important;
}

.cc-txt-dark-gray {
	color: #999 !important;
}

.cc-txt-dark-blue {
	color: #E9EEF3 !important;
}

.cc-txt-red {
	color: #FDE9E9 !important;
}

.cc-txt-purple {
	color: #F1E9FD !important;
}

.cc-txt-light-yellow {
	color: #FDF4D7 !important;
}

.cc-txt-light-blue {
	color: #D8F0FB !important;
}

/*
 * モーダル
 */

.cc-modal.cc-modal-fit.modal.in .modal-dialog {
	width: 96%;
}

.cc-modal.cc-modal-fit.modal.in .modal-dialog .modal-content .modal-body {
	height: 600px;
}

.cc-tbl-title {
	border-left: 5px solid #ddd;
	padding: 6px 0 6px 12px;
}

.cc-input-icon-box {
	width: 150px;
}

.cc-input-helper-box {
	display: inline-block;
	margin-left: 8px;
}

.cc-tbl-list .cc-date-input {
	width: 180px;
}

.cc-tbl-list .cc-date-input .cc-input-date-box {
	width: auto;
}

.cc-input-date-box {
	display: inline-block;
	width: 150px;
	position: relative;
}

.cc-input.cc-auto {
	width: auto;
	margin: 0 auto;
}

.cc-add-row-box {
	margin-top: 12px;
	text-align: right;
}

span.cc-input-append {
    text-align: center;
    border: solid 1px #DCDCDC;
    height: 30px;
    padding: 8px 1px 7px 5px;
    margin-left: -2px;
    background: #EEEEEE;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; 
}

table td.cc-tbl-half,
table th.cc-tbl-half {
	border-right-width: 0;
}

table td.cc-tbl-half-after,
table th.cc-tbl-half-after {
	border-left-width: 0;
}

.cc-tbl-list .cc-input-icon-box {
	margin: 0 auto;
}

.cc-text-left {
	text-align: left !important;
}

.cc-text-right {
	text-align: right !important;
}

.cc-caution {
	color: #f00;
}

.cc-modal-large .modal-dialog {
	width: 800px;
}

.cc-sortable-box {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cc-sortable-box li {
	padding: 0;
	margin: 0 0 5px 0;
}

.cc-remove-box {
	margin-bottom: 6px
}

.cc-remove-btn {
	display: inline-block;
	margin-left: 6px;
	color: red;
}

.cc-add-box {
	margin-top: 8px;
}

.cc-add-btn{
	display: inline-block; margin-left: 6px
}

.fc-content {
	padding: 5px;
	font-size: 14px;
}

/*
 * daterangepicker calendar css
 */
.daterangepicker.dropdown-menu {
	font-size: 13px;
	padding: 0;
	overflow: hidden;
}

.daterangepicker.picker_1 {
	background: #34495E;
	color: #ECF0F1;
}

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
	background: #1ABB9C;
}

.daterangepicker table.table-condensed thead tr:first-child th {
	line-height: 28px;
	text-align: center;
}

.daterangepicker.picker_1 table.table-condensed thead tr {
	background: #213345;
}

.daterangepicker table.table-condensed thead tr {
	line-height: 14px;
}

.daterangepicker table.table-condensed tbody tr:first-child td {
	padding-top: 10px;
}

.daterangepicker table.table-condensed th:first-child,
.daterangepicker table.table-condensed td:first-child {
	padding-left: 12px
}

.daterangepicker table.table-condensed th:last-child,
.daterangepicker table.table-condensed td:last-child {
	padding-right: 12px
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px 7px;
	text-align: center;
}

.daterangepicker table.table-condensed tbody tr:last-child td {
	padding-bottom: 10px;
}

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
	color: inherit;
}

.daterangepicker.picker_2 table.table-condensed thead tr {
	color: #1ABB9C;
}

.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
	background: #1ABB9C;
	color: #ECF0F1;
}

.daterangepicker.picker_4 table.table-condensed tbody td {
	background: #ECF0F1;
	color: #34495E;
	border: 1px solid #fff;
	padding: 4px 7px;
}

.daterangepicker.picker_4 table.table-condensed tbody td.active {
	background: #536A7F;
	color: #fff;
}

.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
	background: #34495E;
	color: #ECF0F1;
}

.xdisplay_input {
	width: 240px;
	overflow: hidden;
	padding: 0;
}

.xdisplay {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	width: 230px;
	overflow: hidden;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
	float: right;
}

.daterangepicker.dropdown-menu .calendar {}

.daterangepicker table {
	width: 100%;
	margin: 0;
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	white-space: nowrap;
}

.daterangepicker td.off {
	color: #999;
}

.daterangepicker td.disabled {
	color: #999;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #eee;
	color: #34495E;
}

.daterangepicker td.in-range {
	background: #E4E7EA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.daterangepicker td.available + td.start-date {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.in-range + td.end-date {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #536A7F;
	color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
	height: 30px;
	border: 1px solid #ADB2B5;
	line-height: 30px;
	border-radius: 0px !important;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0;
}

.daterangepicker_start_input {
	float: left;
}

.daterangepicker_end_input {
	float: left;
	padding-left: 11px;
}

.daterangepicker th.month {
	width: auto;
}


.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	text-shadow: #fff 1px 1px 0px;
	text-transform: uppercase;
	width: 74px;
}

.daterangepicker .ranges input {
	font-size: 11px;
}

.daterangepicker .ranges .input-mini {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 0 6px;
	width: 74px;
}

.daterangepicker .ranges .input-mini:hover {
	cursor: pointer;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.daterangepicker .ranges li {
	font-size: 13px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #536A7F;
	padding: 3px 12px;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #536A7F;
	border: 1px solid #536A7F;
	color: #fff;
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
	display: block;
}

.daterangepicker .calendar.single .calendar-date {
	border: none;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
	float: none;
}

.daterangepicker .ranges {
	width: 160px;
	text-align: left;
	margin: 4px;
}

.daterangepicker .ranges .range_inputs>div {
	float: left;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
	padding-left: 11px;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
	float: left;
	margin: 4px;
}

/**
 * 見出がでかい
 */
.info-frame .cc-tbl-title {
	font-size: 14px;
}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul>li {
	display: inline;
}
.pagination ul>li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul>li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination ul > li > a {
	padding: 2px 8px;
}

.pagination ul>li>a, .pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.list-button-box {
	margin-top: 5px !important;
}
