﻿@charset "UTF-8";

/*==================================================================
  1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
  1-1. FontColor styles
-------------------------------------------------------------------*/
html {
  color: #004831;
}

a:link,
a:visited {
  color: #004831;
  text-decoration: none;
}

a.blue_link {
  color: #288cff;
  font-size: 13px;
  font-size: 14px;
  text-decoration: underline;
}

/*==================================================================
  2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
  2-1. Base styles
-------------------------------------------------------------------*/

html {
  background: url(../img/bg_body.gif) repeat center center;
  background-attachment: fixed;
}

body {
  max-width: 1220px;
  min-width: 1220px;
}

textarea {
  background: #e6eee9;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="file"] {
  background: #e6eee9;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

.check {
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
}

.choise {
  height: 20px;
  width: 20px;
  position: relative;
  top: -3px;
  margin: 3px 3px 0px 5px;
}

/* ------------------------------------------------------------------
  2-2. Header styles
-------------------------------------------------------------------*/

#ev_header {
  background: #e5e5e5;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 80px;
  padding: 0 7% 0 0%;
  top: 0px;
}

#ev_logo {
  background-color: #ffffff;
  float: left;
  line-height: 0;
  width: 260px;
  height: 100%;
  position: relative;
}

#ev_logo img {
  opacity: 1 !important;
}

#ev_logo img:nth-child(1) {
  margin-top: 10px;
  margin-left: 20px;
}

.h_right {
  padding: 20px 0 0 00px;
  height: 80px;
  max-width: 1220px;
  min-width: 1220px;
}

.h_nav {
  float: left;
  padding-left: 60px;
  display: inline-block;
  width: 58.4%;
}

.h_nav2 {
  float: left;
  display: inline-block;
  padding-top: 2px;
}

/* ------------------------------------------------------------------
    ヘッダー文字（取引先名、利用者名）
-------------------------------------------------------------------*/
/* 取引先名：40文字以下 */
/* 利用者名：34文字以下 */
.h_text {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1px;
  float: left;
  display: inline-block;
  width: 100%;
  height: 18.5px;
}

/* 取引先名：41文字以上 */
/* 利用者名：35文字以上 */
.h_text2 {
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 1px;
  float: left;
  display: inline-block;
  width: 100%;
  height: 18.5px;
}

/* 取引先名：61文字以上 */
.h_text3 {
  font-size: 10px;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin:0 0;
  -moz-transform: scale(0.8);
  -moz-transform-origin:0 0;
  -ms-transform: scale(0.8);
  -ms-transform-origin:0 0;
  -o-transform: scale(0.8);
  -o-transform-origin:0 0;
  transform: scale(0.8);
  transform-origin:0 0;
  font-weight: bold;
  padding-bottom: 1px;
  float: left;
  display: inline-block;
  width: 100%;
  height: 18.5px;
  white-space:nowrap;
}

.h_text span {
  font-weight: normal;
}

#ev_navi {
  display: inline-block;
  float: left;
  width: 110%;
}

#ev_navi dl {
  height: 22px;
  float: left;
}

#ev_navi dl dt,
#ev_navi dl dd {
  float: left;
  font-size: 11px;
  font-size: 12px;
}

#ev_navi dl dt {
  padding-right: 13px;
  padding-right: 8px;
  padding-top: 2px;
}

#ev_navi dl dd {
  border-left: 1px solid #bfbfbf;
  margin-right: 30px;
  margin-right: 20px;
  height: 22px;
  padding: 0 0 6.4px 12px;
  padding-left: 8px;
  padding-top: 2px;
}

#ev_navi dl dd:last-child {
  margin-right: 0;
}

.h_icons {
  float: right;
  text-align: right;
}

.h_icons li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}

.h_icons li.screen_number {
  float: none;
  display: block;
  margin-top: 8px;
  text-align: right;
}

/* ------------------------------------------------------------------
    Web申込ヘッダー
-------------------------------------------------------------------*/
#headerOutside {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 80px;
  padding: 0 7% 0 0%;
  top: 0px;
}

/* ------------------------------------------------------------------
    前回ログイン日時のバッジ
-------------------------------------------------------------------*/

.lastLogin-badge {
  display: inline-block;  
  width: 244px;  
  height: 16px;  
  border: 1px solid #0082DC; 
  border-radius: 5px;
  text-align: left;
  padding-left: 7px;
  font-size: 12px;  
  font-weight: bold;  
  line-height: 15px;  
  color: #0082DC;  
  position: absolute;  
  left: auto;  
  top: 2px;
  white-space:nowrap;
}

.h_lastLogin {
  float: left;
  padding-left: 713px;
  display: inline-block;
}

/* ------------------------------------------------------------------
  2-3. Main styles
-------------------------------------------------------------------*/
#ev_main {
  padding-left: 260px;
  padding-top: 80px;
}

/* ------------------------------------------------------------------
    Web申込 Main style
-------------------------------------------------------------------*/
#mainOutsideBfLogin {
  padding-top: 80px;
  width: 1260px;
}

/* ------------------------------------------------------------------
    パンくずリスト
-------------------------------------------------------------------*/
#ev_contents {
  position: relative;
}

#ev_nav_contents {
  display: block;
  height: 0px;
  left: 260px;
  padding-left: 40px;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 2;
}

#ev_nav_contents:before {
  background-color: #999;
  color: transparent;
  content: "　";
  display: block;
  left: 0;
  padding: 9px 0;
  position: absolute;
  width: 60px;
  white-space: pre-wrap;
}

.first_step:before {
  background-color: #004831 !important;
}

#ev_nav_contents>ul {
  height: 0px;
  width: 920px;
}

#ev_nav_contents>ul>li {
  background-color: #999;
  float: left;
  margin-right: 2px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

#ev_nav_contents ul>li>a,
#ev_nav_contents ul>li>span {
  color: #fff;
  display: block;
  min-width: 100px;
  padding: 9px 26px;
  text-align: center;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}

#ev_nav_contents>ul>li>div {
  color: #fff;
  display: block;
  min-width: 100px;
  padding: 0px 0px;
  text-align: center;
  margin-bottom: 1px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: 16px;
}

#ev_nav_contents>ul>li>div.active {
  background-color: #004831;
}

#ev_nav_contents>ul>li>div>span {
  display: inline-block;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}

#ev_nav_contents>ul>li>ul>li {
  background-color: #999;
  float: left;
  margin-right: 2px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#ev_nav_contents>ul>li>ul>li.active {
  background-color: #004831;
}

#ev_nav_contents>ul>li>ul>li:last-child {
  margin-right: 0px;
}

#ev_nav_contents>ul>li>ul>li:last-child.active {
  background-color: #004831;
}

#ev_nav_contents>ul>li>ul>li>span {
  color: #fff;
  display: block;
  min-width: 100px;
  padding: 0px 0px;
  text-align: center;
  margin-bottom: 1px;
}

ul.pagenavi {
  position: relative;
}

ul.pagenavi li {
  display: inline-block;
  margin: 0 20px 0 0;
}

ul.pagenavi li:before {
  content: "　";
  background: url(../img/icon_down_03.png) no-repeat 0 6px;
}

ul.pagenavi li a:hover,
ul.pagenavi li a:focus {
  text-decoration: underline;
}

#ev_nav_contents ul li.active,
#ev_nav_contents ul li.active:hover {
  background-color: #004831;
}

/* ------------------------------------------------------------------
    パンくずリスト(ログイン前)
-------------------------------------------------------------------*/
#nav_contents_before_login {
  display: block;
  padding-left: 40px;
  position: fixed;
  top: 80px;
  z-index: 2;
  width: 100%;
}

#nav_contents_before_login:before {
  background-color: #999;
  display: block;
  color: transparent;
  content: "　";
  width: 60px;
  position: absolute;
  left: 0;
  padding: 9px 0;
  white-space: pre-wrap;
}

#nav_contents_before_login ul li {
  background-color: #999;
  float: left;
  margin-right: 2px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

#nav_contents_before_login ul li a,
#nav_contents_before_login ul li span {
  color: #fff;
  display: block;
  min-width: 100px;
  padding: 9px 26px;
  text-align: center;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}

#nav_contents_before_login ul li.active,
#nav_contents ul li.active:hover {
  background-color: #004831;
}

/* ------------------------------------------------------------------
    ページタイトル
-------------------------------------------------------------------*/
.page_title {
  background: url(../img/icon_arrow_03.png) no-repeat 0 6px;
  font-size: 24px;
  font-weight: normal;
  margin-top: 25px;
  padding: 0 0 0 20px;
}

.headline1 {
  clear: both;
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}

/* 操作履歴（サービス単位権限）IDの一覧 */
h2.ttl {
  font-size: 24px;
  border-bottom: 2px solid #004831;
  padding-bottom: 7px;
  margin: 20px 0;
}

/* ------------------------------------------------------------------
    section
-------------------------------------------------------------------*/
.section {
  padding-left: 60px;
  width: 93%;
}

.section:first-of-type {
  padding-top: 30px;
}

.section_inner {
  max-width: 100%;
}

/* Web申込コンテンツ幅 */
.max_w960 {
  max-width: 960px;
}

/* ------------------------------------------------------------------
    frame
-------------------------------------------------------------------*/
.frame {
  border: 1px solid #004831;
  border-radius: 10px;
  padding: 16px 30px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------
    definition list コロン付き
-------------------------------------------------------------------*/
dl.collon>dt {
  padding-right: 1em;
}

dl.collon>dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}

/* ------------------------------------------------------------------
    group
-------------------------------------------------------------------*/
.group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.group>* {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.group .group_large,
.group .group_disp_info {
  border: 1px solid #999;
  border-radius: 7px;
  padding: 0 20px !important;
}

.group .group_large dl {
  padding: 8px 0 8px;
  width: 50%;
  float: left;
}

.group .group_large dl dt {
  float: left;
  clear: left;
  font-size: 15px;
  position: relative;
}

.group .group_large dl dd {
  float: left;
  font-size: 25px;
}

/* ------------------------------------------------------------------
    完了メッセージBox
-------------------------------------------------------------------*/
.green_box {
  border: 1px solid #004831;
  background-color: rgba(4, 88, 39, 0.2);
  padding: 20px 20px;
}

/* ------------------------------------------------------------------
    モックでのみ使用
-------------------------------------------------------------------*/
.red_box {
  border: 1px solid #dc0014;
  background-color: rgba(220, 0, 20, 0.2);
  padding: 20px 20px;
}

/* ------------------------------------------------------------------
    アコーディオン
-------------------------------------------------------------------*/
.ac_cont_02 {
  display: none;
  margin-top: 10px;
}

.ac_tit_02 {
  background: url(../img/icon_close_02.png) no-repeat left center;
  border-bottom: 1px solid rgba(4, 88, 39, 0.3);
  cursor: pointer;
  float: left;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0 3px 25px;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ac_tit_02.active {
  background: url(../img/icon_open_02.png) no-repeat left center;
}

.ac_tit_02:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    ソート条件
-------------------------------------------------------------------*/
.frm_select .tit {
  float: left;
  font-weight: bold;
  width: 14.2%;
  padding: 10px 20px 0 0;
}

.frm_select .list_select {
  float: left;
  width: 85%;
}

.frm_select .list_select li {
  float: left;
  margin-right: 8%;
  width: 35%;
}

.frm_style li select,
.frm_select .list_select li select {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: block;
  margin-bottom: 6px;
  height: 32px;
  width: 100%;
}

.frm_select .list_select li select.select02 {
  max-width: 62px;
  height: 24px;
}

/* ------------------------------------------------------------------
    ボタン
-------------------------------------------------------------------*/
.frm_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.frm_button.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.frm_button.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.frm_button>li {
  min-width: 180px;
}

.frm_button>li+li {
  margin-left: 16px;
}

.frm_button>li a,
.frm_button>li button,
.btn {
  background: #004831;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px #99a9a0;
  box-shadow: 1px 2px #99a9a0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  padding: 11px 10px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.frm_button>li a:link,
.frm_button>li button:link,
.btn:link,
.frm_button>li a:visited,
.frm_button>li button:visited,
.btn:visited {
  color: #fff;
}

.frm_button>li a:hover,
.frm_button>li button:hover,
.btn:hover,
.frm_button>li button.selected {
  opacity: .7;
}

.frm_button>li a:after,
.frm_button>li button:after,
.btn:after {
  content: "";
  display: none;
  height: 6px;
  width: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}

.frm_button>li a.btn_gray,
.frm_button>li button.btn_gray,
.btn_gray.btn {
  background-color: #808080;
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  padding: 5px 14px;
  width: auto;
  min-width: 0;
  margin: 0 2px;
}

.cleanness,
.frm_button li button.cleanness:hover,
.pager .pager_right input.cleanness:hover,
button.cleanness:hover,
input.cleanness:hover {
  opacity: 0.3;
}

/* ------------------------------------------------------------------
    戻るボタン
-------------------------------------------------------------------*/
.back {
  font-weight: bold;
  font-size: 16px;
  background: url(../img/icon_back.png) no-repeat;
  padding-left: 24px;
  background-size: contain;
  border-bottom: 1px solid rgba(4, 88, 39, 0.3);
}

.back:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    絞り込み／再検索
-------------------------------------------------------------------*/
.search_box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------
    表示条件
-------------------------------------------------------------------*/
.hyouji_jouken {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  margin-left: auto;
}

.hyouji_jouken dl {
  padding: 5px 15px;
  border: 2px solid rgba(4, 88, 39, 0.3);
  width: 100%;
}

.hyouji_jouken dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin-right: 20px;
  font-size: 15px;
}

.hyouji_jouken dl dd {
  font-weight: normal;
  font-size: 15px;
}

/* ------------------------------------------------------------------
    解除ボタン
-------------------------------------------------------------------*/
.release {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.release button {
  font-size: 12px;
  max-height: 25px;
}

/* ------------------------------------------------------------------
    ページャー
-------------------------------------------------------------------*/
.pager .txt_count {
  float: left;
  font-size: 13px;
  margin-top: 7px;
}

.pager .pager_right {
  text-align: right;
}

.pager .pager_right>div {
  display: inline-block;
}

.pager .pager_right .btn {
  background: #004831;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 5px 10px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 1px 2px #99a9a0;
  box-shadow: 1px 2px #99a9a0;
}

.pager .pager_right .btn:hover {
  opacity: 0.7;
}

.pager .pager_right .btn a {
  color: #fff;
  text-decoration: none;
  font-size: 11.5px;
  font-size: 12.5px;
}

@-moz-document url-prefix() {
  .pager .pager_right .btn a {
    min-height: 41px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pager .pager_right .btn a {
    min-height: 41px;
  }
}

.pager .pager_right .link {
  margin-right: 8px;
  margin-left: 8px;
}

.pager .pager_right .link a {
  color: #0082DC;
  font-size: 13px;
  font-size: 14px;
  text-decoration: underline;
}

.pager .pager_right .link a.active,
.pager .pager_right .link a:hover {
  color: #004831;
  text-decoration: none;
}

.pager .pager_right .link a.active {
  pointer-events: none;
}

.pager .pager_icons {
  width: 37%;
}

.pager .pager_right .pager_icons a {
  display: inline-block;
  margin-left: 5px;
  height: 12px;
  width: 13px;
  position: relative;
  text-indent: -999em;
  vertical-align: middle;
}

.pager .pager_right .pager_icons .first {
  background: url(../img/icon_first.png) no-repeat center center;
}

.pager .pager_right .pager_icons .prev {
  background: url(../img/icon_prev.png) no-repeat center center;
}

.pager .pager_right .pager_icons .next {
  background: url(../img/icon_next.png) no-repeat center center;
}

.pager .pager_right .pager_icons .last {
  background: url(../img/icon_last.png) no-repeat center center;
}

.pager .pager_right .pager_icons .first_gray {
  background: url(../img/icon_first_gray.png) no-repeat center center;
  pointer-events: none;
  cursor: default;
}

.pager .pager_right .pager_icons .prev_gray {
  background: url(../img/icon_prev_gray.png) no-repeat center center;
  pointer-events: none;
  cursor: default;
}

.pager .pager_right .pager_icons .next_gray {
  background: url(../img/icon_next_gray.png) no-repeat center center;
  pointer-events: none;
  cursor: default;
}

.pager .pager_right .pager_icons .last_gray {
  background: url(../img/icon_last_gray.png) no-repeat center center;
  pointer-events: none;
  cursor: default;
}

input[type="text"].pager_text {
  border: 1px solid #004831;
  border-radius: 3px;
  height: 25px;
  width: 56px;
  margin: 0 5px;
  padding: 0 5px;
  text-align: right;
}

.f_numdisp {
  font-size: 12px;
}

/* ------------------------------------------------------------------
    一覧表示用テーブル
-------------------------------------------------------------------*/
.block_filter {
  border-top: 2px solid #004831;
  margin: 5px 0 5px;
  border-top: none;
}

.block_filter>.tbl_style {
  border-top: 2px solid #004831;
}

.tbl_style {
  width: 100%;
}

.tbl_style th {
  white-space: nowrap;
}

.tbl_style th.ws_normal {
  white-space: normal;
}

.tbl_style tr>td:first-child {
  white-space: nowrap;
}

.tbl_style th,
.tbl_style td {
  border-right: 1px dotted #7ca68e;
  border-bottom: 1px solid #004831;
}

.tbl_style th:last-child,
.tbl_style td:last-child {
  border-right: none;
}

.dotted {
  border-bottom: 1px dotted #7ca68e;
}

.tbl_style th {
  font-weight: bold;
  font-size: 13px;
  padding: 8px 5px 5px;
  vertical-align: middle;
  background-color: #ebf3ee;
  text-align: center;
}

.tbl_style tr:hover {
  background-color: rgba(169, 215, 53, 0.2);
}

.tbl_style tr.bg_none {
  background: none !important;
}

.tbl_style th.small {
  padding: 12px 2px 5px;
}

.tbl_style th img {
  vertical-align: middle;
}

.tbl_style th a,
.tbl_style td a {
  color: #0082DC;
  text-decoration: underline;
}

.tbl_style th a:hover,
.tbl_style td a:hover {
  color: #0082DC;
  text-decoration: none;
}

.tbl_style td {
  font-size: 14px;
  padding: 4px 5px;
  word-break:break-all;
}

.tbl_style th span {
  font-size: 11px;
  font-size: 12px;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.tbl_style .choise {
  height: 20px;
  width: 20px;
  position: relative;
  top: -3px;
  margin: 3px 3px 0px 5px;
}

.tbl_style .check {
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
}

.tbl_style .requid {
  color: #dc0014;
  font-weight: bold;
  background: url(../img/icon_required.png) center center no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 15px;
  vertical-align: middle;
}

.tbl_style .input_cost {
  background: #fff;
  border: 1px solid #004831;
  border-radius: 3px;
  display: inline-block;
  min-width: 70px;
  padding: 3px;
  vertical-align: middle;
}

.tbl_style .input_cost:disabled {
  background-color: #bbb;
}

/* ------------------------------------------------------------------
    詳細表示用テーブル
-------------------------------------------------------------------*/
.tbl_disp_info,
.tbl_disp_info_s {
  border-collapse: separate;
  margin-bottom: 20px;
  width: 100%;
}

.tbl_disp_info th {
  background-color: #ebf3ee;
  border-bottom: 1px dotted #7ca68e;
  border-left: 1px solid #7ca68e;
  border-right: 1px dotted #7ca68e;
  font-size: 15px;
  padding: 3px 12px;
  width: 30%;
}

.tbl_disp_info td {
  border-bottom: 1px dotted #7ca68e;
  border-right: 1px solid #7ca68e;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 12px;
  width: 70%;
  word-break: break-all;
}

.trGreen {
  background-color: #ebf3ee;
}

.tbl_disp_info th.colTh {
  border-right: 1px solid #7ca68e;
}

.tbl_disp_info td.tbInit th{
  border-left: none;
  font-weight: normal;
  width: auto;
}

.tbl_disp_info td.tbInit .tbl_style{
  border-top: none;
}

.tbl_disp_info td.tbInit .ac_tit_02{
  font-weight: normal;
}

.tbl_disp_info td.tbInit td{
  border-right: none;
  width: auto;
}

.tbl_disp_info td.tbInit .tbl_disp_info{
  margin-bottom: 0px;
}

.tbl_disp_info td.tbInit .tbl_disp_info th{
  border-left: 1px solid #7ca68e;
}

.tbl_disp_info tr:first-child th {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #7ca68e;
}

.tbl_disp_info tr:first-child td {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #7ca68e;
}

.tbl_disp_info tr:last-child th {
  border-bottom: 1px solid #7ca68e;
  border-radius: 0 0 0 5px;
}

.tbl_disp_info tr:last-child td {
  border-bottom: 1px solid #7ca68e;
  border-radius: 0 0 5px 0;
}

/* 利用者情報　認証種類　初期設定 */
.tbl_disp_info td.tbInit {
  border-bottom: 1px dotted #7ca68e;
  border-right: 1px solid #7ca68e;
  border-left: 1px solid #7ca68e;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  width: auto;
}

/* tbl_disp_info内のtable作成 */
.tbl_disp_info_in {
  width: 100%;
}

.tbl_disp_info_in th {
  background-color: #ebf3ee;
  border-bottom: 1px dotted #7ca68e;
  border-left: 1px solid #7ca68e;
  border-right: 1px dotted #7ca68e;
  font-size: 15px;
  padding: 3px 12px;
  width: 30%;
}

/* tbl_disp_info内の認証種類 */
.tbInit .tbl_disp_info_in.autheType td {
  border-top: none;
  border-right: 1px dotted #7ca68e;
}

/* tbl_disp_info_inのborderを上書き */
.tbl_disp_info_in tr:first-child th {
  border-top: none;
}

.tbl_disp_info_in tr:first-child td {
  border-top: none;
}

.tbl_disp_info_in tr:last-child th {
  border-bottom: none;
}

.tbl_disp_info_in tr:last-child td {
  border-bottom: none;
}


.tbl_disp_info_s th {
  background-color: #ebf3ee;
  border-bottom: 1px solid #7ca68e;
  border-left: 1px solid #7ca68e;
  border-right: 1px dotted #7ca68e;
  font-size: 15px;
  padding: 3px 12px;
  width: 30%;
  border-top: 1px solid #7ca68e;
  border-radius: 5px 0 0 5px;
}

.tbl_disp_info_s td {
  border-bottom: 1px solid #7ca68e;
  border-right: 1px solid #7ca68e;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 12px;
  width: 70%;
  border-top: 1px solid #7ca68e;
  border-radius: 0 5px 5px 0;
}

.tbl_disp_info_a th {
  background-color: #ebf3ee;
  border-bottom: 1px dotted #7ca68e;
  border-left: 1px solid #7ca68e;
  border-right: 1px dotted #7ca68e;
  font-size: 15px;
  padding: 3px 12px;
  width: 15%;
}

.tbl_disp_info_a td {
  border-bottom: 1px dotted #7ca68e;
  border-right: 1px solid #7ca68e;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 12px;
  width: 85%;
}

.tbl_disp_info_a tr:first-child th {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #7ca68e;
}

.tbl_disp_info_a tr:first-child td {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #7ca68e;
}

.tbl_disp_info_a tr:last-child th {
  border-bottom: 1px solid #7ca68e;
  border-radius: 0 0 0 5px;
}

.tbl_disp_info_a tr:last-child td {
  border-bottom: 1px solid #7ca68e;
  border-radius: 0 0 5px 0;
}

/* ------------------------------------------------------------------
    入力用テーブル
-------------------------------------------------------------------*/
.frm_style {
  background: #fff;
  border: 1px solid #b4cdbe;
  margin: 0 0 20px;
  padding: 25px;
}

.tbl_frm>tbody>tr>th,
.tbl_frm>tbody>tr>td {
  vertical-align: top;
  padding: 13px 0;
}

.tbl_frm>tbody>tr>th {
  font-weight: bold;
  padding-right: 20px;
}

.tbl_frm>tbody>tr>td {
  font-size: 13px;
  font-size: 14px;
}

.tbl_frm>tbody>tbody>tr>td input[type="text"] {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  height: 32px;
  width: 100%;
}

.disabled,
.tbl_frm .disabled,
.tbl_frm .disabled .requid {
  color: #999;
  opacity: .7;
}

.tbl_frm .requid {
  color: #dc0014;
  font-weight: bold;
  background: url(../img/icon_required.png) center center no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

.tbl_frm .note {
  font-size: 10px;
  font-size: 11px;
}

.tbl_frm select,
.tbl_frm .select_year,
.tbl_frm .select_month {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 0 0 5px;
  height: 32px;
  width: 100%;
}

.tbl_frm select,
.tbl_frm .select_year2,
.tbl_frm .select_month {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 0 0 5px;
  height: 32px;
  width: 100%;
}

.tbl_frm select,
.tbl_frm .select_year3,
.tbl_frm .select_month {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 0 0 5px;
  height: 32px;
  width: 100%;
}

.tbl_frm .select_year {
  width: 80px !important;
}

.tbl_frm .select_year2 {
  width: 80px !important;
}

.tbl_frm .select_year3 {
  width: 80px !important;
}

.tbl_frm .select_month {
  width: 60px !important;
}

.tbl_frm .select_day {
  width: 60px !important;
}

.tbl_frm input[type="text"].select_year {
  width: 120px !important;
  font-size: 16px;
}

.tbl_frm input[type="text"].select_year2 {
  width: 120px !important;
  font-size: 16px;
}

.tbl_frm input[type="text"].select_year3 {
  width: 120px !important;
  font-size: 16px;
}

.tbl_frm input[type="text"],
.modal_box.modal_financial input[type="text"] {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 5px !important;
  height: 32px;
  width: 100%;
}

.tbl_frm input.search[type="text"],
.modal_box.modal_financial input.search[type="text"] {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 5px;
  height: 32px;
  width: 100%;
}

.tbl_frm input[type="file"] {
  height: 32px;
  width: 45%;
}

.tbl_frm .calendar_style {
  background: #e6eee9;
  border: 1px solid #AAA;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 5px !important;
  height: 32px;
  width: 100%;
}

/* ------------------------------------------------------------------
    注釈
-------------------------------------------------------------------*/
.tbl_style .note {
  font-size: 10px;
  font-size: 11px;
}

p.note {
  font-size: 11px;
}

p.note > a.blue_link {
  color: #288cff;
  font-size: 12px;
  text-decoration: underline;
}

/* ------------------------------------------------------------------
    パスワードのCSS
-------------------------------------------------------------------*/
.tbl_frm > tbody > tr > td input[type="password"] {
  background: #e6eee9;
  border: 1px solid #AAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6px;
  height: 32px;
}

/* ------------------------------------------------------------------
    勤務先郵便番号
-------------------------------------------------------------------*/
.tbl_frm > tbody > tr > td input[type="text"]#kigyouZip1 {
  width: 100px;
}

.tbl_frm > tbody > tr > td input[type="text"]#kigyouZip2 {
  width: 150px;
}

/* ------------------------------------------------------------------
    メールアドレス
-------------------------------------------------------------------*/
.tbl_frm > tbody > tr > td input[type="text"].mail_local, #mailaddress11, #mailaddress11_check, #mailaddress21, #mailaddress21_check {
  width: 210px;
}

.tbl_frm > tbody > tr > td input[type="text"].mail_domain, #mailaddress12, #mailaddress12_check, #mailaddress22, #mailaddress22_check {
  width: 230px;
}

/* ------------------------------------------------------------------
    操作説明divのCSS
    .frame_guid 操作説明のブロックを定義
    .guid_h3　　「操作説明」の見出しを定義
    .guid_text  説明のテキストを定義. ひとつの段落ごとに適応のこと.
-------------------------------------------------------------------*/
.guid_text {
  padding: 2px 30px;
  padding: 0px 45px;
  margin: 15px 20px;
  margin: 10px 0px;
}

.guid_text:before {
  content: "ｉ";
  background-color: #fff;
  border: 2px solid #045827;
  border-radius: 50%;
  font-weight:bold;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -25px;
}

/* ------------------------------------------------------------------
    操作説明「!」
-------------------------------------------------------------------*/
.guid_badge {
  background-color: #fff;
  border: 2px solid #045827;
  border-radius: 50%;
  font-weight:bold;
  padding-left: 2px;
  padding-right: 2px;
}

/* ------------------------------------------------------------------
    hoverの背面白色に
-------------------------------------------------------------------*/
.no_hover .tbl_style tr:hover {
  background-color: white;
}

/* ------------------------------------------------------------------
    入力項目テキストがdisabledの時の背面色変換
-------------------------------------------------------------------*/
.frm_style .tbl_frm input[type=text]:disabled, 
.frm_style input[type=number]:disabled,
.frm_style .tbl_frm input[type=password]:disabled {
    background-color: #bbb;
}

/* ------------------------------------------------------------------
    入力項目border追加
-------------------------------------------------------------------*/
.frm_style input[type="number"] {
  background: #e6eee9;
  border-radius: 3px;
  height: 32px;
  width: 100%;
}

/* ------------------------------------------------------------------
    入力項目セレクトボックスがdisabledの時の背面色変換
-------------------------------------------------------------------*/
.frm_style .tbl_frm select:disabled {
    background-color: #bbb;
}

/* ------------------------------------------------------------------
    一覧画面のおなまえカナ小文字に
-------------------------------------------------------------------*/
.block_filter .tbl_style .kanaSmall {
  font-size: 11px;
}

/* ------------------------------------------------------------------
    認証種類のマーク、有効区分欄のマークの見方
-------------------------------------------------------------------*/
.tbl_frm.smallTable > tbody > tr > td {
    font-size: 13px;
}

.tbl_frm.smallTable > tbody > tr > th {
    font-size: 13px;
}

.tbl_frm.smallTable > tbody > tr > th, .tbl_frm.smallTable > tbody > tr > td {
    vertical-align: top;
    padding: 8px 0;
}

/* ------------------------------------------------------------------
    フォント色
-------------------------------------------------------------------*/
.redColor {
  color: #dc0014;
}

.captionColor {
  color: #004831;
}

/* ------------------------------------------------------------------
    背景色
-------------------------------------------------------------------*/
.inactiveColor {
  background-color: #e5e5e5;
}

.tbl_style tr.inactiveColor:hover {
  opacity: 1;
  background-color: #e5e5e5;
}

/* ------------------------------------------------------------------
    ボーダー
-------------------------------------------------------------------*/
.bt1S_green {
  border-top: 1px solid #0F5941;
}

/* ------------------------------------------------------------------
    権限一覧を印刷するボタン
-------------------------------------------------------------------*/
button.kengenPrint {
  width: 20%;
}

/* ------------------------------------------------------------------
    注意マーク「！」
-------------------------------------------------------------------*/
.attention_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dc0014;
  text-align: center;
  line-height: 15px;
  color: white;
  font-weight:bold;
  font-size: 16px;
}

/* ------------------------------------------------------------------
    注意マーク「×」
-------------------------------------------------------------------*/
.red_cross_mark:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dc0014;
  text-align: center;
  line-height: 15px;
  color: white;
  font-weight:bold;
  font-size: 16px;
  content: "×";
}

/* ------------------------------------------------------------------
    △注意マーク「！」
-------------------------------------------------------------------*/
.attention_mark_triangle {
  display: inline-block;
  width: 18px;
  height: 14px;
  border-right: 8px solid transparent;
  border-bottom: 13.85px solid #f6da69;
  border-left: 8px solid transparent;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
}

/* ------------------------------------------------------------------
    infoマークのCSS
-------------------------------------------------------------------*/
.info_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20%;
  background: #0082DC;
  text-align: center;
  font-size: 12px;
  font-weight:bold;
  color: white;
}

/* ------------------------------------------------------------------
    ID/PWのバッジ
-------------------------------------------------------------------*/
.IDPW_badge:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  background: #0082DC;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: white;
  content: "PW";
}

/* ------------------------------------------------------------------
    ICカードのバッジ
-------------------------------------------------------------------*/
.IC_badge:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  background: #0082DC;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: white;
  content: "IC";
}

/* ------------------------------------------------------------------
    電子認証のバッジ
-------------------------------------------------------------------*/
.DC_badge:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  background: #0082DC;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: white;
  content: "電";
}

/* ------------------------------------------------------------------
    管理専用IDのバッジ
-------------------------------------------------------------------*/
.managerAuthority_badge:before {
  display: inline-block;
  width: 68px;
  height: 16px;
  border: 2px solid #0082DC;
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #0082DC;
  left: auto;
  content: "管理専用ID";
}

/* ------------------------------------------------------------------
    管理専用ID(副)のバッジ
-------------------------------------------------------------------*/
.managerAuthorityFK_badge:before {
  display: inline-block;
  width: 90px;
  height: 16px;
  border: 2px solid #0082DC;
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #0082DC;
  left: auto;
  content: "管理専用ID(副)";
}

/* ------------------------------------------------------------------
    利用権限のバッジ
-------------------------------------------------------------------*/
.userAuthority_badge:before {
  display: inline-block;
  width: 55px;
  height: 16px;
  border: 2px solid #004831;
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #004831;
  left: auto;
  content: "利用者ID";
}

/* ------------------------------------------------------------------
    管理専用IDのバッジ（ヘッダー）
-------------------------------------------------------------------*/
.managerAuthority_badge_header:before {
  display: inline-block;
  width: 105px;
  height: 20px;
  border: 2px solid #0082DC;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
  font-weight: bold;
  color: #0082DC;
  position: absolute;
  left: auto;
  content: "管理専用ID";
  top: 22px;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
    管理専用ID(副)のバッジ（ヘッダー）
-------------------------------------------------------------------*/
.managerAuthorityFK_badge_header:before {
  display: inline-block;
  width: 130px;
  height: 20px;
  border: 2px solid #0082DC;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
  font-weight: bold;
  color: #0082DC;
  position: absolute;
  left: auto;
  content: "管理専用ID(副)";
  top: 22px;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
    利用者IDのバッジ（ヘッダー）
-------------------------------------------------------------------*/
.userAuthority_badge_header:before {
  display: inline-block;
  width: 90px;
  height: 20px;
  border: 2px solid #004831;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
  font-weight: bold;
  color: #004831;
  position: absolute;
  left: auto;
  content: "利用者ID";
  top: 22px;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
    電子契約専用IDのバッジ（ヘッダー）
-------------------------------------------------------------------*/
.denshiUserAuthority_badge_header:before {
  display: inline-block;
  width: 135px;
  height: 20px;
  border: 2px solid #dc0014;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  padding: 1px 0px;
  font-weight: bold;
  color: #dc0014;
  position: absolute;
  left: auto;
  content: "電子契約専用ID";
  top: 22px;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
    OTP(有効化前)のバッジ
-------------------------------------------------------------------*/
.OTP_OFF_badge:before {
  display: inline-block;
  width: 25px;
  height: 22px;
  border-radius: 20%;
  border: 2px dashed #444;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
  color: #444;
  content:"OTP";
}

/* ------------------------------------------------------------------
    OTP(有効化後)のバッジ
-------------------------------------------------------------------*/
.OTP_ON_badge:before {
  display: inline-block;
  width: 25px;
  height: 22px;
  border-radius: 20%;
  border: 2px solid #0082DC;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
  color: #0082DC;
  content:"OTP";
}

/* ------------------------------------------------------------------
    スマホ(有効化前)のバッジ
-------------------------------------------------------------------*/
.TFA_OFF_badge:before { 
  display: inline-block; 
  width: 25px; 
  height: 22px; 
  border-radius: 20%; 
  border: 2px dashed #444; 
  text-align: left; 
  font-size: 10px; 
  letter-spacing: -0.3em; 
  font-weight: bold; 
  line-height: 22px; 
  color: #444; 
  content:"スマホ"; 
}

/* ------------------------------------------------------------------
    スマホ(有効化後)のバッジ
-------------------------------------------------------------------*/
.TFA_ON_badge:before {
  display: inline-block;
   width: 25px; 
  height: 22px;
  border-radius: 20%;
  border: 2px solid #0082DC;
  text-align: left;
  font-size: 10px;
  letter-spacing: -0.3em;
  display: inline-block;
  font-weight: bold;
  line-height: 22px;
  color: #0082DC;
  content:"スマホ";
}

/* ------------------------------------------------------------------
    承認ボタン(外枠二重線で強調)
-------------------------------------------------------------------*/
.frm_button > li button.emBtn, .emBtn.btn {
  -webkit-box-shadow: 0 0 0 1px #004831, 0 0 0 3px #fff, 0 0 0 5px #004831;
          box-shadow: 0 0 0 1px #004831, 0 0 0 3px #fff, 0 0 0 5px #004831;
  background-color: #004831;
}


/* ------------------------------------------------------------------
    hoverの背面白色に
-------------------------------------------------------------------*/
.no_hover .tbl_style tr:hover {
  background-color: white;
}

/* ------------------------------------------------------------------
    小さいボタン（全選択、全解除）
-------------------------------------------------------------------*/
button.smallBtn {
  font-size: 12px;
  padding: 2px 12px;
}

/* ------------------------------------------------------------------
    ヘルプアイコンID管理業務用（画面モック用）
-------------------------------------------------------------------*/

.help_icon_IDMG {
  float: right;
  margin-top: -43px;
}

.help_icon_IDMG:before {
  content: "▶";
  background-color: #fff;
  border: 2px solid #004831;
  border-radius: 50%;
  font-weight:bold;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 3px;
  text-align: center;
  font-size: 13px;
}

.help_icon_IDMG:after {
  font-size: 13px;
  text-align: center;
  content: "ヘルプ";
  color: #288cff;
}

/* ------------------------------------------------------------------
    印刷ボタン
-------------------------------------------------------------------*/

/* ノーマル */
#printBtn {
  margin: 0px 0 20px auto;
  display: block;
  margin-top: -48px;
}

/* ------------------------------------------------------------------
  ICカードのPINロック解除の解除用情報のクリック時選択範囲の調整
-------------------------------------------------------------------*/

.user_select{
    user-select: all;
    -ms-user-select: element;
    -webkit-user-select: all;
    -moz-user-select: all;
}

/* ------------------------------------------------------------------
    ソフトウェアキーボード
-------------------------------------------------------------------*/
table tr td a.skb {
  color: #0082DC;
  font-size: 10px;
}

table tr td a.skb:hover {
  background: #0082DC;
  color: #fff;
}

.howtoSkb {
  color: #0082DC;
  font-size: 10px;
}

/*-- 使用方法はこちらリンク詳細に設定 --*/
table tr td a.howtoSkb {
  color: #0082DC;
  font-size: 10px;
}

a.howtoSkb:hover {
  background: #0082DC;
  color: #fff;
}

/* ------------------------------------------------------------------
    権限設定（リンク）
-------------------------------------------------------------------*/
.link_list a {
  color: #0082DC;
  text-decoration: underline;
}

.link_list a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------------
    メッセージ領域
-------------------------------------------------------------------*/
#error-area {
  border: 1px solid #dc0014;
  background-color: rgba(220, 0, 20, 0.2);
  padding: 20px 20px;
  color: #dc0014;
  margin-bottom: 20px;
}
.error_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dc0014;
  text-align: center;
  line-height: 15px;
  color: white;
  font-weight:bold;
  font-size: 16px;
}    
#info-area {
  border: 1px solid #004831;
  background-color: rgba(4, 88, 39, 0.2);
  padding: 20px 20px;
  color: #004831;
}
.info_mark{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20%;
  background: #045827;
  text-align: center;
  font-size: 12px;
  font-weight:bold;
  color: white;
 }
#tr_message_area td:first-child {
    width: 30px;
}
 
 /* ------------------------------------------------------------------
    改行
-------------------------------------------------------------------*/
 .td_break{
   word-break:break-all;
 }

/* ------------------------------------------------------------------
    非表示
-------------------------------------------------------------------*/
.hidden {
  display: none;
}

.tbl_frm label {
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
}

/* ------------------------------------------------------------------
  2-4. Side styles
-------------------------------------------------------------------*/

#ev_side {
  background: #004831;
  width: 260px;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 200;
}

#ev_side.is-low-window-size {
  position: absolute;
}

#ev_side>h2 {
  padding-bottom: 20px;
}

.side_sec.catergory h3 a {
  color: #9bbca9;
  font-size: 11px;
  font-size: 12px;
  padding: 15px 20px 10px;
}

#ev_side>h2>a {
  margin: 0 30px;
}

.first_side_sec {
  border-bottom: 1px solid #0F5941;
  color: #fff;
  display: block;
  height: 34px;
  position: relative;
}

.first_side_sec h3 a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  height: 34px;
}

.first_side_sec h3 a .side-menu-close-icon {
  font-size: 14px;
  font-size: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  margin-top: 4px;
}

.side_sec h3 {
  color: #9bbca9;
  font-size: 11px;
  font-size: 12px;
  font-size: 14px;
  padding: 0;
}

.side_sec h3 a {
  background: url(../img/icon_arrow_01.png) no-repeat right 20px center;
  border-bottom: 1px solid #0F5941;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 15px;
  padding: 10px 20px 10px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.side_sec h3 a.hasNoSubmenu {
  background-image: none;
}

.side_sec.child_menu>h3 a {
  background-color: #256B54;
  background-image: none;
}

.side_sec.child_menu>h3 a:after {
  background: url(../img/icon_arrow_02.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  margin-top: -8px;
  height: 16px;
  width: 8px;
  position: absolute;
  right: -8px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 999;
}

.side_sec>h3.current a:after {
  background: url(../img/icon_arrow_06.png) no-repeat 0 0;
}

.side_sec:hover>h3 a:after {
  opacity: 1;
}

.side_sec:hover>h3 a.hasNoSubmenu:after {
  opacity: 0;
}

.side_nav {
  display: none;
  position: absolute;
  left: 260px;
  width: auto;
  height: 250px;
  margin-top: -39px;
  padding-left: 10px;
  z-index: 10000;
}

@keyframes snSlideRight {
  0% {
    left: 250px;
    opacity: 0;
  }
  100% {
    left: 260px;
    opacity: 1;
  }
}

.side_nav>li {
  width: 260px;
  padding-left: 1px;
}

.side_nav>li a:hover {
  background-color: #427D69;
}

.side_sec>h3.active a,
.side_nav>li.active a {
  background-color: #427D69;
}

.side_nav>li.active a:after {
  opacity: 1;
}

.side_nav>li.current>a::after {
  opacity: 1 !important;
}

.side_nav>li a {
  border-bottom: 1px solid #0F5941;
  background-color: #256B54;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 15px;
  padding: 10px 20px 10px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-sizing: border-box;
  height: 39px;
}

.side_nav>li a:after {
  background: url(../img/icon_arrow_02.png) no-repeat 0 0;
}

.side_nav>li.current>a::after {
  background: url(../img/icon_arrow_07.png) no-repeat 0 0;
}

#side_sec_bg {
  display: none;
  height: calc(100% - 80px);
  width: calc(100% - 260px);
  position: fixed;
  left: 260px;
  top: 80px;
  background: #000;
  opacity: 0.3;
}

/* ------------------------------------------------------------------
  2-5. Footer styles
-------------------------------------------------------------------*/

#ev_footer {
  padding: 60px 0 60px 60px;
  max-width: 86%;
}

#ev_pagetop {
  position: fixed;
  right: 15px;
  bottom: 75px;
  width: 50px;
  z-index: 1000;
}

#ev_footer .f_info {
  float: left;
}

#ev_footer .name {
  font-size: 13px;
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: bold;
}

#ev_footer .f_nav {
  float: right;
  font-size: 13px;
  font-size: 14px;
  padding-top: 22px;
}

#ev_footer .f_nav a:hover {
  text-decoration: underline;
}

#ev_copyright {
  font-size: 11px;
  font-size: 12px;
}

#ev_page_helper {
  position: fixed;
  right: 15px;
  bottom: 212px;
  width: 38px;
  z-index: 1000;
}

#ev_footer #ev_page_helper .jump-top {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
}

#ev_footer #ev_page_helper .jump-bottom {
  display: block;
  position: absolute;
  top: 39px;
  left: 0px;
  opacity: 0.7;
}

#ev_footer #ev_page_helper .jump-back {
  display: block;
  position: absolute;
  top: 98px;
  left: 0px;
}


/* ------------------------------------------------------------------
  2-6. Modal
-------------------------------------------------------------------*/
.open_modal {
  position: relative;
}

.open_modal:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}

.open_modal.active:after {
  background: url(../img/icon_down_03.png) no-repeat 0 0;
}

.open_modal_noTri.active:after {
  background: none;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.modal_box {
  background: #fff;
  border: 1px solid #004831;
  border-radius: 5px;
  width: 300px;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1;
}

.pager .pager_right .modal_box {
  display: none;
}

.modal_box {
  display: none;
}

.modal_box .frm_button li {
  min-width: 128px;
  margin: 0 2px;
}

.modal_box .frm_button li+li {
  min-width: 114px;
}

.modal_box .frm_button li button {
  font-weight: normal;
  font-size: 11px;
  font-size: 12px;
  padding: 4px 10px 3px;
  line-height: 1.6;
}

.modal_box .close_modal {
  background: url(../img/icon_x_01.png) no-repeat 0 0;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-indent: -999em;
  position: absolute;
  right: -7px;
  top: -7px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal_box.help_link {
  top: 70px;
  left: 1010px;
  width: 170px;
  position: fixed;
  z-index: 10000;
}

.modal_box.help_link.side_menu {
  top: auto;
  left: 270px;
  width: 150px;
  position: absolute;
  z-index: 9998;
}

.modal_box .close_modal {
  word-break: normal;
  overflow: hidden;
  text-align: left;
}

/* ------------------------------------------------------------------
    ヘルプアイコン（コンテンツ内）
-------------------------------------------------------------------*/
.frm_button>li a.help_icon,
.help_icon {
  background-image: url(../img/icon_question.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 5px 2px 5px;
  vertical-align: middle;
}

.tbl_style th .help_icon {
  vertical-align : -50%;
}

.frm_button>li a.help_icon {
  background: url(../img/icon_question.png);
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}

/* ------------------------------------------------------------------
    カレンダー
-------------------------------------------------------------------*/
.wrapcalendar {
  position: relative;
}

.wrapcalendar .modal_box {
  display: none;
  left: 89px;
}

.wrapcalendar .calendar {
  display: inline-block;
  vertical-align: middle;
}

.wrapcalendar input[type="text"] {
  margin-bottom: 0;
}

.wrapcalendar .open_modal.active:after {
  display: none;
}

.wrapcalendar .w_year,
.wrapcalendar .month,
.wrapcalendar .day {
  text-align: right;
  margin-left: 5px;
  width: 56px !important;
}

.wrapcalendar .reki {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  width: 60px !important;
}

.wrapcalendar .w_from_ml {
  margin-left: 7px;
}

.wrapcalendar .w_to_ml {
  margin-left: 25px;
}

.wrapcalendar .c_from_ml {
  margin-left: 11px;
}

.wrapcalendar .c_to_ml {
  margin-left: 29px;
}

.wrapcalendar .c_year {
  text-align: right;
  width: 72px !important;
}

/* ------------------------------------------------------------------
    モックでのみ使用
-------------------------------------------------------------------*/
.frame_calendar {
  padding: 0.2em 0.2em 0;
}

.frame_calendar_header {
  background: #106031;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0.3em 0;
  position: relative;
  text-align: center;
}

.frame_calendar_header .frame_calendar_title {
  letter-spacing: 2px;
}

.frame_calendar_header .frame_calendar_prev,
.frame_calendar_header .frame_calendar_next {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  height: 1.8em;
  width: 1.8em;
  overflow: hidden;
}

.frame_calendar_header .frame_calendar_prev:hover,
.frame_calendar_header .frame_calendar_next:hover {
  background: #528c6a;
}

.frame_calendar_header .frame_calendar_prev {
  left: 4px;
}

.frame_calendar_header .frame_calendar_next {
  right: 4px;
}

.frame_calendar_header .frame_calendar_prev span,
.frame_calendar_header .frame_calendar_next span {
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  height: 6px;
  width: 6px;
  text-indent: -999em;
  position: absolute;
  top: 0.7em;
}

.frame_calendar_header .frame_calendar_prev span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
}

.frame_calendar_header .frame_calendar_next span {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
}

.frame_calendar_contents {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.frame_calendar_contents th {
  font-weight: bold;
  font-size: 13px;
  font-size: 14px;
  padding: 12px 3px 5px;
  text-align: center;
}

.frame_calendar_contents td {
  padding: 0.1em;
}

.frame_calendar_contents td span {
  border: 1px solid #d7e6de;
  color: #5b9773;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 15px;
  padding: 0.2em 0.2em;
  text-align: right;
}

.frame_calendar_contents td span:hover {
  background: #c9ded2;
  border-color: #8ab89d;
}

.frame_calendar_contents td span.sat {
  background: #edf4f0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ececf3), color-stop(50%, #ececf3), color-stop(51%, #e5e5ef), to(#eeeef4));
  background: linear-gradient(to bottom, #ececf3 1%, #ececf3 50%, #e5e5ef 51%, #eeeef4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: #dad9e7;
  color: #5b5c97;
}

.frame_calendar_contents td span.sun {
  background: #ececf3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3ecf0), color-stop(50%, #f3ecf0), color-stop(51%, #efe5eb), to(#f4eef2));
  background: linear-gradient(to bottom, #f3ecf0 1%, #f3ecf0 50%, #efe5eb 51%, #f4eef2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: #e7d9e0;
  color: #975b7f;
}

.frame_calendar_contents td span.sat:hover,
.frame_calendar_contents td span.sun:hover {
  background: #c9ded2;
  border-color: #8ab89d;
}

.frame_calendar_contents td.calendar_today span {
  background: #ffff00;
  border-color: #ffff00;
}

.frame_calendar_contents td.calendar_choise span {
  background: #106031;
  color: #fff;
  border-color: #034a20;
}

.frame_calendar_contents td span.disabled {
  background: #eee;
  border: 1px solid #ddd;
  color: #aaa;
  cursor: default;
}

.frame_calendar_year_month select {
  border: 1px solid #d7e6de;
  border-radius: 3px;
  height: 22px;
  margin: 0 4px;
  vertical-align: middle;
  width: 60%;
}

/* ------------------------------------------------------------------
  2-7. Font Size
-------------------------------------------------------------------*/
.h_icons li.screen_number {
  font-size: 12px;
}

label {
  font-size: 14px;
  font-size: 15px;
}

.frm_select .list_select .pager_select {
  font-size: 13px;
  font-size: 14px;
}

.tbl_frm>tbody>tr>th {
  font-size: 14px;
  font-size: 15px;
}

/*==================================================================
	3. Print setting
===================================================================*/

/* ------------------------------------------------------------------
	3-1 Print
-------------------------------------------------------------------*/
/* 外部印刷用 */
@media print {
  
  .NotPrint {
    display: none;
  }
  
  .printScope {
    width: 1349px;
    transform: scale(0.79);
    -webkit-transform: scale(0.73);
    -moz-transform: scale(0.79);
    -ms-transform: scale(0.79);
    -o-transform: scale(0.79);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -o-transform-origin:0 0;
  }

  .printScope810 {
    top: 0 !important;
    left: 0 !important;
    width: 810px !important;
    height: 251mm !important;
  }

   .printScopeKengen {
    width: 1950px;
    transform: scale(0.55);
    -webkit-transform: scale(0.49);
    -moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -o-transform-origin:0 0;
  }
  
  body { 
    max-width: initial;
    max-width: auto;
    max-width: none;
    min-width: initial;
    min-width: auto;
  }
}
