﻿@charset "UTF-8";
/* line 1, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input, select, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: break-all;
}

/* line 25, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../sass/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 34, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 38, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/_reset.scss */
input, textarea {
  margin: 0;
  padding: 0;
}

/* line 49, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 53, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 58, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 62, ../sass/_reset.scss */
a:focus {
  outline: none;
}

/* line 66, ../sass/_reset.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 70, ../sass/_reset.scss */
.both {
  clear: both;
}

/* line 74, ../sass/_reset.scss */
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 80, ../sass/_reset.scss */
img {
  max-width: 100%;
}

/* line 84, ../sass/_reset.scss */
table {
  width: 100%;
}

/* line 88, ../sass/_reset.scss */
a, a:hover {
  border: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

/* line 96, ../sass/_reset.scss */
a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* 全体設定
------------------------------ */
/* line 3, ../sass/_base.scss */
body {
  /*-webkit-text-size-adjust:100%;*/
  background-color: #f5f5f5;
}

/* line 8, ../sass/_base.scss */
.cf {
  width: 100%;
}

/* line 11, ../sass/_base.scss */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* line 16, ../sass/_base.scss */
hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
  margin: 20px 0;
}

/* 変数 */
/* mixin */
/* フォント
------------------------------ */
/* line 4, ../sass/_font.scss */
body, input, select, button {
  color: #212121;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-weight: normal;
}

/* line 12, ../sass/_font.scss */
body {
  line-height: 1.6;
}

/* line 15, ../sass/_font.scss */
a {
  color: #5ad0e2;
  text-decoration: none;
}
/* line 18, ../sass/_font.scss */
a:hover {
  color: #5ad0e2;
  text-decoration: underline;
}
/* line 23, ../sass/_font.scss */
a.none {
  color: #bababa;
}
/* line 25, ../sass/_font.scss */
a.none:hover {
  color: #bababa;
}

/* line 30, ../sass/_font.scss */
h1, h2, h3, h4 {
  line-height: 1.4;
}

/* line 33, ../sass/_font.scss */
strong {
  font-weight: bold;
}

/* line 37, ../sass/_font.scss */
.txt-center {
  text-align: center;
}

/* ボタン */
/* line 42, ../sass/_font.scss */
.button {
  color: #fff;
}
/* line 44, ../sass/_font.scss */
.button:hover {
  color: #fff;
}
/* line 48, ../sass/_font.scss */
.button.button-gray-thin {
  color: #212121;
}
/* line 50, ../sass/_font.scss */
.button.button-gray-thin:hover {
  color: #212121;
}
/* line 55, ../sass/_font.scss */
.button.button-disabled {
  color: #999;
}
/* line 57, ../sass/_font.scss */
.button.button-disabled:hover {
  color: #999;
}

/* ページャー */
/* line 67, ../sass/_font.scss */
.btn-pager ul li a {
  color: #212121;
}
/* line 69, ../sass/_font.scss */
.btn-pager ul li a:hover {
  color: #212121;
}
/* line 72, ../sass/_font.scss */
.btn-pager ul li a.current {
  color: #fff;
}
/* line 74, ../sass/_font.scss */
.btn-pager ul li a.current:hover {
  color: #fff;
}

/* ヘッダ */
/* line 84, ../sass/_font.scss */
.header {
  color: #fff;
}

/* ナビゲーション */
/* line 91, ../sass/_font.scss */
.nav li a {
  color: #fff;
}
/* line 94, ../sass/_font.scss */
.nav li a:hover {
  text-decoration: none;
}
/* line 99, ../sass/_font.scss */
.nav li .sub-menu a {
  color: #212121;
}

/* サブメニュー */
/* line 108, ../sass/_font.scss */
.sub-menu a {
  color: #212121;
}

/* ページタイトル */
/* line 115, ../sass/_font.scss */
.title h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

/* タイトル */
/* line 120, ../sass/_font.scss */
.block-title {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 124, ../sass/_font.scss */
.block-title i {
  color: #7ecbff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

/* テーブル */
/* line 133, ../sass/_font.scss */
.table th {
  color: #fff;
  font-weight: normal;
}
/* line 137, ../sass/_font.scss */
.table th.sat {
  color: #99e1ff;
}
/* line 140, ../sass/_font.scss */
.table th.sun {
  color: #ff9090;
}
/* line 143, ../sass/_font.scss */
.table th a {
  color: #fff;
}

/* アイテム作成 */
/* line 153, ../sass/_font.scss */
.create-item .block-table li .label {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* カレンダー */
/* line 162, ../sass/_font.scss */
.block-calendar {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 166, ../sass/_font.scss */
.block-calendar .table-calendar a {
  color: #212121;
}
/* line 169, ../sass/_font.scss */
.block-calendar .table-calendar .sun {
  color: #d31b1b;
}
/* line 171, ../sass/_font.scss */
.block-calendar .table-calendar .sun a {
  color: #d31b1b;
}
/* line 175, ../sass/_font.scss */
.block-calendar .table-calendar .sat {
  color: #144ad1;
}
/* line 177, ../sass/_font.scss */
.block-calendar .table-calendar .sat a {
  color: #144ad1;
}
/* line 181, ../sass/_font.scss */
.block-calendar .table-calendar .other {
  color: #999;
}

/* 個別ページ */
/* line 191, ../sass/_font.scss */
body.page-login .block-login p.desc-login {
  color: #777;
}
/* line 195, ../sass/_font.scss */
body.page-login .block-login .login-table th {
  font-weight: bold;
}
/* line 201, ../sass/_font.scss */
body.page-login .block-login .btn-area a.button {
  font-size: 16px;
  font-size: 1rem;
}

/* line 210, ../sass/_font.scss */
body.page-setting5 .table th {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 213, ../sass/_font.scss */
body.page-setting5 .table td {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 215, ../sass/_font.scss */
body.page-setting5 .table td.cel2 {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 218, ../sass/_font.scss */
body.page-setting5 .table td select {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 226, ../sass/_font.scss */
body.page-setting7 .txt-center.pt {
  color: #888;
}
/* line 229, ../sass/_font.scss */
body.page-setting7 dt {
  color: #36aeff;
}

/* line 236, ../sass/_font.scss */
body.page-input1 .display-staff span {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 239, ../sass/_font.scss */
body.page-input1 .display-staff input {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 244, ../sass/_font.scss */
body.page-input1 .table th,
body.page-input1 .table td {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 248, ../sass/_font.scss */
body.page-input1 .table input[type="text"] {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 252, ../sass/_font.scss */
body.page-input1 .table .input-remark span {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 262, ../sass/_font.scss */
body.page-total1 .table td .block-table .arrow {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 271, ../sass/_font.scss */
body.page-other1 .box .button-yellow {
  font-size: 18px;
  font-size: 1.125rem;
}

/* レイアウト
------------------------------ */
/* line 3, ../sass/_layout.scss */
html, body {
  height: 100%;
}

/* line 6, ../sass/_layout.scss */
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ヘッダ */
/* line 13, ../sass/_layout.scss */
.header {
  display: table;
  line-height: 0;
  width: 100%;
  background-color: #36aeff;
  padding: 6px 15px;
}
/* line 20, ../sass/_layout.scss */
.header .logo {
  display: table-cell;
}
/* line 23, ../sass/_layout.scss */
.header .logo img {
  width: 200px;
  vertical-align: middle;
}
/* line 28, ../sass/_layout.scss */
.header .account {
  display: table-cell;
  text-align: right;
}
/* line 32, ../sass/_layout.scss */
.header .account p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 5px;
}

/* ナビゲーション */
/* line 40, ../sass/_layout.scss */
.nav {
  background-color: #414141;
}
/* line 43, ../sass/_layout.scss */
.nav li {
  position: relative;
  float: left;
  text-align: center;
  width: 90px;
}
/* line 49, ../sass/_layout.scss */
.nav li a {
  display: block;
  padding: 0.2rem 0;
}
/* line 53, ../sass/_layout.scss */
.nav li:hover a, .nav li.current {
  background-color: #707070;
}
/* line 58, ../sass/_layout.scss */
.nav li .sub-menu {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  width: 120px;
  margin: 0;
}
/* line 63, ../sass/_layout.scss */
.nav li .sub-menu li {
  position: static;
  float: none;
  width: auto;
}
/* line 68, ../sass/_layout.scss */
.nav li .sub-menu li a {
  text-align: left;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
}
/* line 73, ../sass/_layout.scss */
.nav li .sub-menu li a:hover {
  text-decoration: none;
  background-color: #d7efff;
}

/* ページタイトル */
/* line 84, ../sass/_layout.scss */
.title {
  position: relative;
  padding: 16px 20px;
}
/* line 88, ../sass/_layout.scss */
.title .option {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}

/* line 92, ../sass/_layout.scss */
.block-title {
  background-color: #414141;
  padding: 6px 15px;
  margin-bottom: 15px;
}

/* ページコンテンツ */
/* line 99, ../sass/_layout.scss */
.content {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
/* line 104, ../sass/_layout.scss */
.content.mt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* Base */
  /* line 4, ../sass/_media.scss */
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* Layout */
}
/* 部品
------------------------------ */
/* ボタン */
/* line 6, ../sass/_module.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 110px;
  padding: 0.3rem 0;
  /* アクアボタン */
  /* 黄ボタン */
  /* 灰色ボタン */
  /* 紫ボタン */
  /* 薄灰色ボタン */
  /* 無効ボタン */
}
/* line 13, ../sass/_module.scss */
.button:hover {
  text-decoration: none;
}
/* line 18, ../sass/_module.scss */
.button.button-aqua {
  background-color: #7ecbff;
}
/* line 20, ../sass/_module.scss */
.button.button-aqua:hover {
  background-color: #0083db;
}

.button.button-crimson {
  background-color: #e07090;
}
/* line 20, ../sass/_module.scss */
.button.button-crimson:hover {
  background-color: #d82050;
}

.button.button-emerald {
  background-color: #70e090;
}
/* line 20, ../sass/_module.scss */
.button.button-emerald:hover {
  background-color: #20d850;
}


/* line 26, ../sass/_module.scss */
.button.button-yellow {
  background-color: #ffc600;
}
/* line 28, ../sass/_module.scss */
.button.button-yellow:hover {
  background-color: #ff9c00;
}
/* line 34, ../sass/_module.scss */
.button.button-gray {
  background-color: #b9b9b9;
}
/* line 36, ../sass/_module.scss */
.button.button-gray:hover {
  background-color: #797979;
}
/* line 42, ../sass/_module.scss */
.button.button-purple {
  background-color: #c6a5de;
}
/* line 44, ../sass/_module.scss */
.button.button-purple:hover {
  background-color: #ab6cd8;
}
/* line 50, ../sass/_module.scss */
.button.button-gray-thin {
  width: auto;
  background-color: #e9e9e9;
  padding: 0.1rem 0.4rem;
}
/* line 54, ../sass/_module.scss */
.button.button-gray-thin:hover {
  background-color: #b9b9b9;
}
/* line 60, ../sass/_module.scss */
.button.button-disabled {
  cursor: default;
  background-color: #c7c7c7;
}
/* line 63, ../sass/_module.scss */
.button.button-disabled:hover {
  background-color: #c7c7c7;
}

/* ボタン位置 */
/* line 71, ../sass/_module.scss */
.btn-header {
  position: relative;
  margin-bottom: 15px;
}

/* line 75, ../sass/_module.scss */
.button-left {
  float: left;
}

/* line 78, ../sass/_module.scss */
.button-right {
  float: right;
}

/* line 81, ../sass/_module.scss */
.btn-area {
  text-align: center;
  padding-top: 10px;
}
/* line 85, ../sass/_module.scss */
.btn-area a {
  margin: 0 10px;
}

/* ページャー */
/* line 91, ../sass/_module.scss */
.btn-pager {
  text-align: center;
  margin-top: 15px;
}
/* line 95, ../sass/_module.scss */
.btn-pager ul {
  display: inline;
}
/* line 98, ../sass/_module.scss */
.btn-pager ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2px;
}
/* line 103, ../sass/_module.scss */
.btn-pager ul li a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 1px 8px;
}
/* line 109, ../sass/_module.scss */
.btn-pager ul li a:hover {
  text-decoration: none;
  background-color: #e0f1ff;
  border: 1px solid #7ecbff;
}
/* line 114, ../sass/_module.scss */
.btn-pager ul li a.current {
  background-color: #0083db;
  border: 1px solid #7ecbff;
}

/* アイコン */
/* line 126, ../sass/_module.scss */
i.fa-l {
  margin-right: 8px;
}
/* line 129, ../sass/_module.scss */
i.fa-r {
  margin-left: 8px;
}

/* サブメニュー */
/* line 135, ../sass/_module.scss */
.sub-menu {
  display: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 999;
  width: 100px;
  background-color: #fff;
  border: 1px solid #7ecbff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 0;
  margin: 2px 5px;
}
/* line 146, ../sass/_module.scss */
.sub-menu a {
  display: block;
  padding: 0.2rem;
}
/* line 150, ../sass/_module.scss */
.sub-menu a:hover {
  text-decoration: none;
  background-color: #d7efff;
}

/* アイテム作成 */
/* line 158, ../sass/_module.scss */
.create-item {
  clear: both;
  display: none;
  background-color: #f6fbff;
  border: 1px solid #7ecbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  margin-top: 15px;
}
/* line 167, ../sass/_module.scss */
.create-item .arrow-top {
  font-size: 0;
  padding-left: 30px;
  margin: -22px 0 5px;
}
/* line 172, ../sass/_module.scss */
.create-item .block-table {
  display: table;
  width: 100%;
}
/* line 176, ../sass/_module.scss */
.create-item .block-table li {
  display: table-cell;
  padding: 5px;
}
/* line 180, ../sass/_module.scss */
.create-item .block-table li .label {
  display: block;
  text-align: center;
  background-color: #0a507e;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 2px 5px;
}
/* line 187, ../sass/_module.scss */
.create-item .block-table li .area {
  text-align: center;
  background-color: #ebebeb;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
}
/* line 193, ../sass/_module.scss */
.create-item .block-table li .area input[type="text"],
.create-item .block-table li .area select,
.create-item .block-table li .area textarea {
  width: 100%;
  margin-top: 5px;
}
/* line 199, ../sass/_module.scss */
.create-item .block-table li .area input[type="text"]:first-child,
.create-item .block-table li .area select:first-child,
.create-item .block-table li .area textarea:first-child {
  margin-top: 0;
}

/* テーブル */
/* line 209, ../sass/_module.scss */
table {
  width: 100%;
  background-color: #fff;
}
/* line 214, ../sass/_module.scss */
table tr:nth-child(odd) td {
  background-color: #fafafa;
}
/* line 217, ../sass/_module.scss */
table tr th {
  text-align: center;
  border: 1px solid #333;
  background-color: #414141;
  padding: 0.3rem 0.2rem;
}
/* line 223, ../sass/_module.scss */
table tr td {
  vertical-align: middle;
  border: 1px solid #333;
  padding: 0.4rem;
}

/* line 230, ../sass/_module.scss */
.cell2 {
  display: table-cell;
  width: 58%;
}
/* line 233, ../sass/_module.scss */
.cell2:first-child {
  width: 42%;
  padding-right: 2%;
}

/* インプット */
/* line 242, ../sass/_module.scss */
input[type="text"],
input[type="password"],
select,
textarea {
  background-color: #fff;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
}

/* カレンダー */
/* line 253, ../sass/_module.scss */
.block-calendar {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #7ecbff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
/* line 262, ../sass/_module.scss */
.block-calendar .title-calendar {
  margin-bottom: 10px;
}
/* line 266, ../sass/_module.scss */
.block-calendar .table-calendar th {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #bfc1cd;
}
/* line 271, ../sass/_module.scss */
.block-calendar .table-calendar td {
  border: 0;
}

/* 透明クリック領域 */
/* line 278, ../sass/_module.scss */
.click-area {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

/* ツリー構造 */
/* line 289, ../sass/_module.scss */
.folder-tree {
  border: 2px solid #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* モーダル */
/* line 295, ../sass/_module.scss */
.modal-area {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 305, ../sass/_module.scss */
.modal-area .block-modal {
  text-align: center;
  background-color: #fff;
  border: 1px solid #7ecbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 300px;
  padding: 15px;
  margin: 50px auto 0;
}
/* line 314, ../sass/_module.scss */
.modal-area .block-modal.block-modal-large {
  width: 550px;
}
/* line 317, ../sass/_module.scss */
.modal-area .block-modal .modal-comment {
  text-align: left;
  background-color: #ebebeb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
/* line 323, ../sass/_module.scss */
.modal-area .block-modal .modal-comment.error {
  background-color: #ebebeb;
}
/* line 327, ../sass/_module.scss */
.modal-area .block-modal .modal-comment p {
  margin-top: 10px;
}
/* line 329, ../sass/_module.scss */
.modal-area .block-modal .modal-comment p:first-child {
  margin-top: 0;
}
/* line 335, ../sass/_module.scss */
.modal-area .block-modal .modal-comment table th {
  vertical-align: middle;
  width: 140px;
  background-color: #ccc;
}
/* line 341, ../sass/_module.scss */
.modal-area .block-modal .modal-comment table td input,
.modal-area .block-modal .modal-comment table td select {
  margin: 0 3px;
}

/* ページ固有
------------------------------ */
/* 設定（権限設定） */
/* line 7, ../sass/_pages.scss */
body.page-setting1 .table td {
  text-align: center;
}
/* line 10, ../sass/_pages.scss */
body.page-setting1 .table td.cel1 {
  text-align: left;
  width: 40%;
}
/* line 14, ../sass/_pages.scss */
body.page-setting1 .table td.cel2 {
  width: 20%;
}
/* line 17, ../sass/_pages.scss */
body.page-setting1 .table td.cel3 {
  width: 20%;
}
/* line 20, ../sass/_pages.scss */
body.page-setting1 .table td.cel4 {
  width: 20%;
}
/* line 23, ../sass/_pages.scss */
body.page-setting1 .table td select {
  width: 100%;
}

/* 設定（単価設定） */
/* line 32, ../sass/_pages.scss */
body.page-setting2 .content-left {
  float: left;
  width: 40%;
}
/* line 36, ../sass/_pages.scss */
body.page-setting2 .content-right {
  float: right;
  width: 60%;
  padding-left: 5px;
}
/* line 43, ../sass/_pages.scss */
body.page-setting2 .content-right .table td.cel-case {
  text-align: center;
}
/* line 46, ../sass/_pages.scss */
body.page-setting2 .content-right .table td.cel-cost {
  text-align: center;
}
/* line 49, ../sass/_pages.scss */
body.page-setting2 .content-right .table td input {
  text-align: right;
  width: 100%;
}
/* line 57, ../sass/_pages.scss */
body.page-setting2 .modal-area .block-modal {
  width: 560px;
}

/* 設定（取引先設定） */
/* line 70, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel1 {
  width: 12%;
}
/* line 73, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel2 {
  width: 27%;
}
/* line 76, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel3 {
  width: 27%;
}
/* line 79, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel4 {
  width: 17%;
}
/* line 82, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel5 {
  width: 17%;
}
/* line 85, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel6 {
  width: 25%;
}
/* line 88, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel7 {
  width: 25%;
}
/* line 91, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel8 {
  width: 25%;
}
/* line 94, ../sass/_pages.scss */
body.page-setting3 .create-item .block-table li.cel9 {
  width: 25%;
}
/* line 102, ../sass/_pages.scss */
body.page-setting3 .table td.cel1 {
  width: 13%;
}
/* line 105, ../sass/_pages.scss */
body.page-setting3 .table td.cel2 {
  width: 25%;
}
/* line 108, ../sass/_pages.scss */
body.page-setting3 .table td.cel3 {
  width: 11%;
}
/* line 111, ../sass/_pages.scss */
body.page-setting3 .table td.cel4 {
  width: 11%;
}
/* line 114, ../sass/_pages.scss */
body.page-setting3 .table td.cel5 {
  width: 10%;
}
/* line 117, ../sass/_pages.scss */
body.page-setting3 .table td.cel6 {
  width: 10%;
}
/* line 120, ../sass/_pages.scss */
body.page-setting3 .table td.cel7 {
  width: 10%;
}
/* line 123, ../sass/_pages.scss */
body.page-setting3 .table td.cel8 {
  width: 10%;
}
/* line 127, ../sass/_pages.scss */
body.page-setting3 .table tr.child td {
  display: none;
}
/* line 130, ../sass/_pages.scss */
body.page-setting3 .table tr.child td.cel1 {
  padding-left: 20px;
}

/* 設定（業務区分設定） */
/* line 142, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel1 {
  width: 15%;
}
/* line 145, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel2 {
  width: 35%;
}
/* line 148, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel3 {
  width: 35%;
}
/* line 151, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel4 {
  width: 15%;
}
/* line 154, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel6 {
  width: 25%;
}
/* line 157, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel7 {
  width: 25%;
}
/* line 160, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel8 {
  width: 25%;
}
/* line 163, ../sass/_pages.scss */
body.page-setting4 .create-item .block-table li.cel9 {
  width: 25%;
}
/* line 171, ../sass/_pages.scss */
body.page-setting4 .table td.cel1 {
  width: 14%;
}
/* line 174, ../sass/_pages.scss */
body.page-setting4 .table td.cel2 {
  width: 35%;
}
/* line 177, ../sass/_pages.scss */
body.page-setting4 .table td.cel3 {
  width: 11%;
}
/* line 180, ../sass/_pages.scss */
body.page-setting4 .table td.cel4 {
  width: 10%;
}
/* line 183, ../sass/_pages.scss */
body.page-setting4 .table td.cel5 {
  width: 10%;
}
/* line 186, ../sass/_pages.scss */
body.page-setting4 .table td.cel6 {
  width: 10%;
}
/* line 189, ../sass/_pages.scss */
body.page-setting4 .table td.cel7 {
  width: 10%;
}
/* line 193, ../sass/_pages.scss */
body.page-setting4 .table tr.child td {
  display: none;
}
/* line 196, ../sass/_pages.scss */
body.page-setting4 .table tr.child td.cel1 {
  padding-left: 20px;
}

/* 設定（社員設定） */
/* line 208, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel1 {
  width: 15%;
}
/* line 211, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel2 {
  width: 30%;
}
/* line 214, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel3 {
  width: 15%;
}
/* line 217, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel4 {
  width: 15%;
}
/* line 220, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel5 {
  width: 25%;
}
/* line 223, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel6 {
  width: 45%;
}
/* line 226, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel7 {
  width: 10%;
}
/* line 229, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel8 {
  width: 45%;
}
/* line 232, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel9 {
  width: 25%;
}
/* line 235, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel10 {
  width: 25%;
}
/* line 238, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel11 {
  width: 25%;
}
/* line 241, ../sass/_pages.scss */
body.page-setting5 .create-item .block-table li.cel12 {
  width: 25%;
}
/* line 249, ../sass/_pages.scss */
body.page-setting5 .table td.cel1 {
  width: 9%;
}
/* line 252, ../sass/_pages.scss */
body.page-setting5 .table td.cel2 {
  width: 10%;
}
/* line 255, ../sass/_pages.scss */
body.page-setting5 .table td.cel3 {
  width: 8%;
}
/* line 258, ../sass/_pages.scss */
body.page-setting5 .table td.cel4 {
  width: 8%;
}
/* line 261, ../sass/_pages.scss */
body.page-setting5 .table td.cel5 {
  width: 10%;
}
/* line 264, ../sass/_pages.scss */
body.page-setting5 .table td.cel6 {
  width: 10%;
}
/* line 267, ../sass/_pages.scss */
body.page-setting5 .table td.cel7 {
  text-align: center;
  width: 5%;
}
/* line 271, ../sass/_pages.scss */
body.page-setting5 .table td.cel8 {
  width: 8%;
}
/* line 274, ../sass/_pages.scss */
body.page-setting5 .table td.cel9 {
  width: 8%;
}
/* line 277, ../sass/_pages.scss */
body.page-setting5 .table td.cel10 {
  width: 8%;
}
/* line 280, ../sass/_pages.scss */
body.page-setting5 .table td.cel11 {
  width: 8%;
}
/* line 283, ../sass/_pages.scss */
body.page-setting5 .table td.cel12 {
  width: 8%;
}
/* line 286, ../sass/_pages.scss */
body.page-setting5 .table td select {
  width: 100%;
}

/* 設定（全体設定） */
/* line 296, ../sass/_pages.scss */
body.page-setting6 .input-list li {
  margin-top: 15px;
}
/* line 299, ../sass/_pages.scss */
body.page-setting6 .input-list li:first-child {
  margin-top: 0;
}
/* line 302, ../sass/_pages.scss */
body.page-setting6 .input-list li p {
  border-left: 3px solid #7ecbff;
  padding: 2px 10px;
  margin-bottom: 8px;
}
/* line 310, ../sass/_pages.scss */
body.page-setting6 .modal-area .block-modal {
  width: 560px;
}

/* 設定（個人設定） */
/* line 318, ../sass/_pages.scss */
body.page-setting7 .txt-center.pt {
  padding-top: 10px;
}
/* line 321, ../sass/_pages.scss */
body.page-setting7 .txt-center.pt input[type="checkbox"] {
  margin-right: 3px;
}
/* line 326, ../sass/_pages.scss */
body.page-setting7 dl dd {
  padding: 0 0 15px 15px;
}
/* line 329, ../sass/_pages.scss */
body.page-setting7 dl dd label {
  margin-right: 10px;
}
/* line 332, ../sass/_pages.scss */
body.page-setting7 dl dd input[type="radio"] {
  margin-right: 3px;
}

/* 入力（時間数データ） */
/* line 343, ../sass/_pages.scss */
body.page-input1 .display-staff span {
  margin-right: 15px;
}
/* line 347, ../sass/_pages.scss */
body.page-input1 .display-date {
  text-align: center;
  padding: 0.2rem;
}
/* line 351, ../sass/_pages.scss */
body.page-input1 .display-date .button {
  vertical-align: baseline;
}
/* line 358, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel1 {
  width: 20%;
}
/* line 361, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel2 {
  width: 35%;
}
/* line 364, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel3 {
  width: 25%;
}
/* line 367, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel4 {
  width: 20%;
}
/* line 370, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel5 {
  width: 90%;
}
/* line 373, ../sass/_pages.scss */
body.page-input1 .create-item .block-table li.cel6 {
  width: 10%;
}
/* line 380, ../sass/_pages.scss */
body.page-input1 .table th {
  padding: 0.2rem 0.1rem;
}
/* line 383, ../sass/_pages.scss */
body.page-input1 .table td {
  padding: 0.3rem 0.1rem;
}
/* line 386, ../sass/_pages.scss */
body.page-input1 .table td.cel1 {
  text-align: center;
  width: 5%;
}
/* line 390, ../sass/_pages.scss */
body.page-input1 .table td.cel2 {
  width: 20%;
}
/* line 393, ../sass/_pages.scss */
body.page-input1 .table td.cel3 {
  width: 8%;
}
/* line 396, ../sass/_pages.scss */
body.page-input1 .table td.cel4, body.page-input1 .table td.cel5, body.page-input1 .table td.cel6, body.page-input1 .table td.cel7, body.page-input1 .table td.cel8, body.page-input1 .table td.cel9, body.page-input1 .table td.cel10 {
  width: 8%;
}
/* line 405, ../sass/_pages.scss */
body.page-input1 .table td.cel11 {
  text-align: center;
  width: 5%;
}
/* line 409, ../sass/_pages.scss */
body.page-input1 .table td strong {
  display: block;
}
/* line 412, ../sass/_pages.scss */
body.page-input1 .table td .input-remark {
  display: block;
}
/* line 415, ../sass/_pages.scss */
body.page-input1 .table td input[type="text"] {
  width: 98%;
  text-align: right;
}
/* line 424, ../sass/_pages.scss */
body.page-input1 .modal-area .block-modal .modal-comment input,
body.page-input1 .modal-area .block-modal .modal-comment select {
  width: 145px;
  margin-right: 5px;
}

/* 集計（請求書作成） */
/* line 437, ../sass/_pages.scss */
body.page-total1 .content .btn-area {
  padding: 0 0 5px;
}
/* line 441, ../sass/_pages.scss */
body.page-total1 .table {
  border-bottom: 1px solid #333;
  margin-top: 10px;
}
/* line 445, ../sass/_pages.scss */
body.page-total1 .table td {
  padding: 0.5rem;
}
/* line 448, ../sass/_pages.scss */
body.page-total1 .table td p {
  margin-top: 0.5rem;
}
/* line 451, ../sass/_pages.scss */
body.page-total1 .table td p:first-child {
  margin-top: 0;
}
/* line 455, ../sass/_pages.scss */
body.page-total1 .table td label {
  margin-right: 10px;
}
/* line 458, ../sass/_pages.scss */
body.page-total1 .table td input {
  margin-right: 3px;
}
/* line 461, ../sass/_pages.scss */
body.page-total1 .table td .block-table {
  display: table;
  margin-top: 0.5rem;
}
/* line 465, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner {
  display: table-cell;
}
/* line 468, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table {
  width: auto;
}
/* line 471, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table td.item {
  width: auto;
}
/* line 474, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table td.name {
  width: auto;
}
/* line 477, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table td.money {
  text-align: right;
}
/* line 480, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table td.money input {
  font-weight: bold;
  text-align: right;
  margin-right: 3px;
}
/* line 485, ../sass/_pages.scss */
body.page-total1 .table td .block-table .table-inner table td.money span {
  font-weight: bold;
  margin-right: 3px;
}
/* line 492, ../sass/_pages.scss */
body.page-total1 .table td .block-table .arrow {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding: 0 10px 50px;
}
/* line 498, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 45px;
}
/* line 503, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax .tax-detail {
  border: 1px solid #999;
  padding: 5px;
  margin-top: 5px;
}
/* line 508, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax .tax-detail dl {
  padding: 5px;
}
/* line 511, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax .tax-detail dl.bt {
  border-top: 1px solid #999;
  padding-top: 10px;
  margin-top: 5px;
}
/* line 516, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax .tax-detail dl dt {
  float: left;
  width: 100px;
}
/* line 520, ../sass/_pages.scss */
body.page-total1 .table td .block-table .tax .tax-detail dl dd {
  float: right;
  text-align: right;
  width: 120px;
}
/* line 533, ../sass/_pages.scss */
body.page-total1 .table.table-total > tbody > tr > th {
  color: #333;
  text-align: left;
  vertical-align: middle;
  width: 180px;
  padding: 0.5rem;
  background-color: #ddd;
  border: 1px solid #999;
}
/* line 542, ../sass/_pages.scss */
body.page-total1 .table.table-total > tbody > tr > td {
  border: 1px solid #999;
}

/* 集計（分析） */
/* line 554, ../sass/_pages.scss */
body.page-total2 .content .btn-area {
  padding: 0 0 5px;
}
/* line 558, ../sass/_pages.scss */
body.page-total2 .table {
  border-bottom: 1px solid #333;
  margin-top: 10px;
}
/* line 562, ../sass/_pages.scss */
body.page-total2 .table td {
  padding: 0.5rem;
}
/* line 565, ../sass/_pages.scss */
body.page-total2 .table td label {
  margin-right: 10px;
}
/* line 568, ../sass/_pages.scss */
body.page-total2 .table td input {
  margin: 0 3px;
}
/* line 572, ../sass/_pages.scss */
body.page-total2 .table td .block-table table {
  width: auto;
}
/* line 580, ../sass/_pages.scss */
body.page-total2 .table.table-total > tbody > tr > th {
  color: #333;
  text-align: left;
  vertical-align: middle;
  width: 180px;
  padding: 0.5rem;
  background-color: #ddd;
  border: 1px solid #999;
}
/* line 589, ../sass/_pages.scss */
body.page-total2 .table.table-total > tbody > tr > td {
  border: 1px solid #999;
}
/* line 592, ../sass/_pages.scss */
body.page-total2 .table.table-total > tbody > tr > td .button {
  vertical-align: top;
}

/* その他（バックアップ） */
/* line 604, ../sass/_pages.scss */
body.page-other1 .content {
  display: table;
}
/* line 607, ../sass/_pages.scss */
body.page-other1 .content .box {
  text-align: center;
  border: 3px solid #ebebeb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 10px;
}
/* line 614, ../sass/_pages.scss */
body.page-other1 .content .box div {
  margin-bottom: 20px;
}
/* line 617, ../sass/_pages.scss */
body.page-other1 .content .box div input {
  margin-left: 5px;
}
/* line 621, ../sass/_pages.scss */
body.page-other1 .content .box .button-yellow {
  width: 250px;
  padding: 0.6rem 0;
}

/* ログイン */
body.page-login .cover-login {
  max-width: 1200px;
  margin: 50px auto 0;
}
body.page-login .block-right {
  float: right;
  width: 45%;
}


body.page-login .block-login {
  float: left;
  width: 52%;
  background-color: #e8e8e0;
  border: 1px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0 20px;
}
/* line 640, ../sass/_pages.scss */
body.page-login .block-login p.desc-login {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
/* line 646, ../sass/_pages.scss */
body.page-login .block-login .input-login {
  margin: 0 20px;
}
/* line 649, ../sass/_pages.scss */
body.page-login .block-login .input-login li {
  padding: 0.4rem 0;
}
/* line 652, ../sass/_pages.scss */
body.page-login .block-login .input-login li input {
  padding: 0.6rem;
  border-style: none;
}
.otinput {
	width: 100%;
}
.pwdedit {
	width: 85%;
}

/* line 658, ../sass/_pages.scss */
body.page-login .block-login .btn-area {
  margin: 0 20px;
}
/* line 661, ../sass/_pages.scss */
body.page-login .block-login .btn-area a.button {
  width: 100%;
  border: 1px solid #36aeff;
  padding: 0.8rem 0;
  margin: 0;
}

body.page-login .block-time {
  background-color: #e8e8e8;
  border: 1px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0 20px;
}
body.page-login .block-time p.desc-time {
  color: #777;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
body.page-login .block-time .btn-area {
  margin: 0 20px;
}
body.page-login .block-time .btn-area a.button {
  font-size: 1rem;
  width: 100%;
  padding: 0.8rem 0;
  margin: 0;
}

/* line 669, ../sass/_pages.scss */
body.page-login .block-information {
  background-color: #fafafa;
  border: 1px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 30px;
}
/* line 676, ../sass/_pages.scss */
body.page-login .block-information h2 {
  color: #fff;
  background-color: #666;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  padding: 10px 20px;
}
/* line 682, ../sass/_pages.scss */
body.page-login .block-information ul {
  padding: 15px 20px;
}
/* line 685, ../sass/_pages.scss */
body.page-login .block-information ul li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-top: 15px;
}
/* line 690, ../sass/_pages.scss */
body.page-login .block-information ul li:first-child {
  margin-top: 0;
}
/* line 693, ../sass/_pages.scss */
body.page-login .block-information ul li span {
  display: inline-block;
  vertical-align: top;
}
/* line 697, ../sass/_pages.scss */
body.page-login .block-information ul li span.date {
  font-size: 12px;
  font-size: 0.75rem;
  width: 80px;
}
/* line 701, ../sass/_pages.scss */
body.page-login .block-information ul li span.category {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  width: 80px;
}
/* line 707, ../sass/_pages.scss */
body.page-login .block-information ul li span.category.cate-info {
  background-color: #48c95c;
}
/* line 710, ../sass/_pages.scss */
body.page-login .block-information ul li span.category.cate-bug {
  background-color: #ea5858;
}
/* line 714, ../sass/_pages.scss */
body.page-login .block-information ul li span.body {
  width: 100%;
  margin-top: 5px;
}

body.page-popup {
  background-color: #fff;
}
body.page-popup .block-login {
  background-color: #e8e8e8;
}
body.page-popup .block-login__title {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #5f5f5f;
  padding: 10px 20px;
}
body.page-popup .block-login__title::after {
  content: '\f00d';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: FontAwesome;
}
body.page-popup .block-login__title.open::after {
  transform: rotate(-45deg);
}
body.page-popup .block-login__inner {
  padding: 15px 20px;
}
body.page-popup .block-login dt {
  display: inline-block;
  font-size: 11px;
  background-color: #cbcbcb;
  padding: 1px 5px;
  margin-right: 10px;
}
body.page-popup .block-login dd {
  display: inline-block;
  font-size: 12px;
}
body.page-popup .block-login input[type="text"],
body.page-popup .block-login input[type="password"] {
  width: 100%;
  margin-top: 10px;
}
body.page-popup .block-login button {
  width: 50%;
  padding: 0.5rem 0;
}

body.page-popup .block-time {
  padding: 20px;
}
body.page-popup .block-time .block-time__timer {
  text-align: center;
  background-color: #282828;
  padding: 10px 0;
  margin-bottom: 10px;
}
body.page-popup .block-time .block-time__timer span {
  color: #fff;
  font-size: 3.2rem;
}
body.page-popup .block-time .block-time__button::after {
  content: '';
  display: block;
  clear: both;
}
/*
body.page-popup .block-time .block-time__button > a {
  float: right;
  width: 36%;
}
body.page-popup .block-time .block-time__button > a:first-child {
  float: left;
  width: 60%;
}
*/
#end {
  float: right;
  width: 36%;
}
#begin {
  float: left;
  width: 60%;
}
#stop {
  float: left;
  width: 60%;
}





body.page-popup .block-time .block-time__box {
  padding-top: 16px;
}
body.page-popup .block-time .block-time__box select,
body.page-popup .block-time .block-time__box textarea {
  width: 100%;
}
body.page-popup .block-time .block-time__box label {
  margin: 0 5px;
}
body.page-popup .block-time .block-time__title {
  color: #0a507e;
  font-weight: bold;
}
body.page-popup .block-time .block-time__number {
  float: left;
  width: 80%;
}
body.page-popup .block-time .block-time__fix {
  float: right;
  text-align: center;
  width: 20%;
}
body.page-popup .block-time .block-time__comment {
  clear: both;
}
body.page-popup .block-time .btn-area a {
  width: 50%;
  padding: 0.5rem 0;
}
