@charset "utf-8";


/* utility */

.circle,
.decimal,
.alpha {
	margin-left: 25px;
}

.circle li {
	list-style-type: circle;
}

.decimal li {
	list-style-type: decimal;
}

.alpha li {
	list-style-type: lower-alpha;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.nowrap { white-space: nowrap; }

.x-big { font-size: 18px; font-size: 1.8rem; }
.big { font-size: 16px; font-size: 1.6rem; }
.normal { font-size: 14px; font-size: 1.4rem; }
.small { font-size: 12px; font-size: 1.2rem; }
.x-small { font-size: 10px; font-size: 1.0rem; }

strong,
.b { font-weight: bold; }

.red { color: #da3838; }
.orange { color: #dc6000; }
.green { color: #5f8000; }

.bg_info { background: #eff8ff; }
.bg_warning { background: #fffbca; }

.note {
	padding: 0 20px;
	color: #999;
	font-size: 14px; font-size: 1.4rem;
	text-align: right;
}

.m0 { margin: 0; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m12 { margin: 12px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m30 { margin: 30px; }
.m40 { margin: 40px; }
.m50 { margin: 50px; }

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt12 { margin-top: 12px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb12 { margin-bottom: 12px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.p0 { padding: 0; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p12 { padding: 12px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }
.p50 { padding: 50px; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb12 { padding-bottom: 12px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.w1em { width: 1em; }
.w2em { width: 2em; }
.w3em { width: 3em; }
.w4em { width: 4em; }
.w5em { width: 5em; }
.w6em { width: 6em; }
.w7em { width: 7em; }
.w8em { width: 8em; }
.w9em { width: 9em; }
.w10em { width: 10em; }
.w11em { width: 11em; }
.w12em { width: 12em; }
.w13em { width: 13em; }
.w14em { width: 14em; }
.w15em { width: 15em; }

.input_date { width: 11em; }

img.right {
	float: right;
}

img.right5 {
	float: right;
	margin: 0 0 5px 5px;
}

.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* -----/RESET----- */



/* 共通
-------------------- */
body {
	font-size: 16px;
}

.full_container {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.tipped { color: #bbb; }


/* フォーム */
.form-width-full {
	width: 100%;
}

.form-width-3quarters {
	width: 75%;
}

.form-width-half {
	width: 50%;
}

.form-width-quarter {
	width: 25%;
}

.form-width-large {
	max-width: 540px;
	width: 100%;
}
.form-width-medium {
	max-width: 380px;
	width: 100%;
}
.form-width-small {
	max-width: 220px;
	width: 100%;
}
.form-width-mini {
	max-width: 140px;
	width: 100%;
}

.err_box {
	color: red;
	font-weight: bold;
}

.err_mes {
	color: #da3838;
}

.err_mes .note {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: inherit;
	text-align: left;
}

.form-inline {
	display: inline-block;
	margin: 0 5px;
}

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

.required {
    margin: 0 0 0 5px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #9a3333;
    border-radius: 5px;
}
.non-required {
	margin: 0 0 0 5px;
    padding: 2px 5px;
    font-size: 12px;
    color: #838383;
    font-weight: bold;
    background: #dbdbdb;
    border-radius: 5px;
}


table.tbl {
	margin: 1em auto;
	padding: 0;
	border: 1px solid #999;
}

table.tbl-right {
	margin: 1em 0 1em auto;
}

.tbl th,
.tbl td {
	margin: 0;
	padding: 5px;
	border: 1px solid #999;
}

.tbl th {
	background: #f3f3f3;
}

th,
.table>tbody>tr>th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

th .requisite,
th .optional {
	float: right;
}

header {
	background: #aad0f1;
}

header h1 {
	margin: 15px 0;
	font-size: 24px;
	font-weight: normal;
	font-weight: bold;
}

header h1 a {
	color: #000;
}

article .container {
	max-width: 960px;
	margin: 0 auto;
}


/* フッター */
footer {
	background: #aad0f1;
}

footer h3 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
footer h3:before {
	margin: 0 5px;
	content: "<";
	vertical-align: middle;
}
footer h3:after {
	margin: 0 5px;
	content: ">";
	vertical-align: middle;
}

footer h4 {
	margin: 18px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

footer p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
}

footer p span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .5px;
}

footer small {
	display: block;
	margin: 20px 0 3px 0;
	color: #9a9a9a;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
}

.main_contens {
	margin: 40px 0 0 0;
}

h2 {
	margin: 0 0 20px 0;
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 4px solid #aad0f1;
}

h3 {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
	background: #aad0f1;
	border-radius: 5px 5px 0 0;
}

h3.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: inherit;
	font-size: 24px;
	font-weight: bold;
	background: inherit;
}

h4 {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	background: #aad0f1;
	border-radius: 5px 5px 0 0;
}

h5 {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	background: #c2cbd3;
	border-radius: 5px 5px 0 0;
}

p {
	margin: 0 0 20px 0;
}

.p_strong {
	color: #da3838;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}

.fmbox,
.tblbox {
	margin: 50px auto;
}

.list-group-item-heading,
.list-group-item-text {
	margin: 5px 0 10px 0;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	background-image: none;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}



.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
	/*-webkit-animation: blink 2s ease-in-out infinite alternate;
	animation: blink 2s ease-in-out infinite alternate;*/
}
@-webkit-keyframes blink {
	0% {opacity: .3;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: .3;}
	100% {opacity: 1;}
}



td.checkbox-cell {
  position: relative;
}
td.checkbox-cell > label {
  position: absolute !important;
  top:    0 !important;
  left:   0 !important;
  right:  0 !important;
  bottom: 0 !important;
  display: block !important;
  margin:  0 !important;
  padding: 0 !important;
  cursor: pointer;
}
td.checkbox-cell > label > input[type="checkbox"] {
  position: absolute;
  top:    50%;
  left:   50%;
  transform: translate(-50%, -50%);
  margin: 0;
}



/* トップページ
-------------------- */
.nowdate {
	text-align: center;
}

.nowdate .d_date {
	display: block;
	font-size: 24px;
}

.nowdate .d_time {
	display: block;
	font-size: 58px;
}

.record_btn input {
	height: 50px;
}


.top_staff_list .staff_box {
	padding: 5px;
}

.top_staff_list .staff_box .row {
	margin: 0;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ddd;
}

.top_staff_list .staff_name {
	margin: 10px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
}

.record_btn .syukkin p,
.record_btn .taikin p {
	margin: 0 0 15px 0;
}

.record_btn .syukkin p input,
.record_btn .taikin p input {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}



/* 打刻ページ
-------------------- */
.record h3 {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	text-align: center;
	background: #aad0f1;
	border-radius: 5px 5px 0 0;
}

.record_mes {
	text-align: center;
}

.record_date {
	text-align: center;
}

.record_date .d_date {
	display: block;
	font-size: 24px;
}

.record_date .d_time {
	display: block;
	font-size: 58px;
}

.record .sub_time {
	color: #999;
	font-size: 14px;
	text-align: center;
}


.record_btn .col-xs-6 {
	padding: 0 5px;
}



.base_select_box {
	position: absolute;
	top: -30px;
	right: 20px;
}

.base_select_box ul {
	list-style: none;
}

.base_select_box li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: #ffc800;
	border-radius: 8px 8px 0 0;
	box-shadow: 2px -1px 2px rgba(0, 0, 0, .2);
}

.base_select_box li.now {
	background: #fff;
	box-shadow: none;
}

.base_select_box li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
}

.base_select_box li a:hover {
	opacity: .6;
}


/* 出勤簿 */
.h4_syukkinbo {
	font-size: 26px;
	font-weight: bold;
}

.h4_syukkinbo span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
}

.tbl_syukkinbo th {
	color: #fff;
	background: #464646;
}

.tbl_syukkinbo .check {
	background: #F9BBBB;
}

.tbl_syukkinbo .holiday {
	background: #e6e6e6;
}

.tbl_syukkinbo .sat {
	color: #33f;
}

.tbl_syukkinbo .sun {
	color: #f33;
}

.tbl_syukkinbo .total {
	border-top: 4px double #666;
	font-weight: bold;
}



#staff_select {
    border: 1px solid #999999;
    font-size: 21px;
    padding: 5px;
    width: 250px;
    border-radius: 5px;
}


.staff_edit_form select {
	border: 1px solid #999999;
    font-size: 21px;
    padding: 5px;
    border-radius: 5px;
}





/* 新規注文
-------------------- */


#new_box .requisite,
#new_box .optional {
	display: inline-block;
	margin: 0 0 0 7px;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}

#new_box .requisite {
	color: #fff;
	background: #c99;
}

#new_box .optional {
	color: #fff;
	background: #8f8f8f;
}



.dataup_img img {
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	max-width: 800px;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}






/* ログイン
-------------------- */
.loginbox {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
}

.loginbox dl {
	margin: 15px 0;
}

.loginbox dt {
	margin: 0 0 5px 0;
}

.loginbox dd {
	margin: 0 0 20px 0;
}





/* SC追加モーダル
-------------------- */
/*モーダルを開くボタン*/
.modal-open,
.modal-open_seikyu,
.modal-open_seikyu_city_etc {
	display: inline-block;
	color: #333;
	font-size: 13px;
	background: #efefef;
	padding: .3em 1em;
	margin: 1px auto;
	cursor: pointer;
	border: 1px solid #333;
	border-radius: 3px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container_seikyu,
.modal-container_seikyu_city_etc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container_seikyu:before,
.modal-container_seikyu_city_etc:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container_seikyu.active,
.modal-container_seikyu_city_etc.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close_seikyu,
.modal-close_seikyu_city_etc {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: center;
	padding: 30px;
}

.sc_add_modal_wrap .num_imput,
.user_kokuho_seikyu_add_modal_wrap .num_imput {
	width: 3em;
    margin: 0;
    padding: 0.2em;
    font-size: 24px;
    text-align: center;
}

.sc_add_modal_wrap td,
.user_kokuho_seikyu_add_modal_wrap td {
	text-align: center;
    margin: 0;
    padding: 5px 5px 20px 5px;
}

.sc_add_modal_wrap .th,
.user_kokuho_seikyu_add_modal_wrap .th {
	text-align: center;
}
.sc_add_modal_wrap .th p,
.user_kokuho_seikyu_add_modal_wrap .th p {
	margin: 0;
    padding: 0;
    color: #415d7a;
    font-size: 20px;
    font-weight: bold;
}



/* タブ切り替え */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #415d7a;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #939393;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding: 10px .5em 5px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #415d7a;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* ラジオボタン */
.radiobutton {
  display: none;
}
.radiobox .wrap {
	display: inline-block;
    margin: 5px 2px;
    padding: 0;
}
.radiobox label {
	margin: 0;
    padding: 8px 6px;
    font-size: 15px;
    color: #333;
    line-height: 1;
    background: #efefef;
    border: 1px solid #666;
    border-radius: 1.5em;
}
.radiobutton:checked + label {
	color: #fff;
	background: #415d7a;
}



/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}


/********************************************
* アコーディオンボックス
********************************************/
.acBox dt {
	cursor:pointer;
}
.acBox dd {
	display:none;
}

/* 先月明細コピー */
.prev_meisai_copy dd {
		border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    background: #fffde9;
}
.prev_meisai_copy dd td {
		background: #fff;
}
.prev_meisai_copy .title {
		margin: 5px 0 0 0;
    font-weight: bold;
}















