<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";/* 2024.9 avnz マイグレーション対応 mod */
/* @charset "euc-jp"; *//* 2024.9 avnz マイグレーション対応 mod */
/* CSS Document */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* micro clearfix Start */
/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
/* micro clearfix End */


/*                               */
/* ----- 1.共通 タグ Start ----- */
/*                               */
html{
	background: #f5f5f5;
	color: #555555;
}

body,
button,
input,
select,
textarea{
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	line-height: 1.5;
}

a {
	color: #283238;
	outline: none;
	text-decoration: none;


}
a:hover{
}
a:active{
}

hr{
	clear: both;
	display: none;
}

p{
  margin:0.5em 0 2em;
}

address{
	text-align: center;
	border-top: 1px solid #cccccc;
	padding: 5px 0 0 0;
}

/*                               */
/* ----- 1.共通 タグ End   ----- */
/*                               */





/* -----                                   ----- */
/* ----- 2.共通 ページレイアウト部分 Start ----- */
/* -----                                   ----- */
.centerWrap {
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	width: 1000px;
}
#wrapper #content &gt; table,
#wrapper #content &gt; form[name="contract"] &gt; table {
	width: 100% !important;
}


#header {
	display: table;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	width: 100%;
	border-bottom: 0 solid #38474F;
}
#header &gt; div {
	display: table-cell;
	vertical-align: top;
}
#header &gt; div:nth-child(1) {
	width: 200px;
	text-align: center;
}
#header &gt; div:nth-child(1) img {
	width: 160px;
	height: 80px;
}
#header &gt; div:nth-child(2) {
	width: auto;
}
#header &gt; div:nth-child(2) form {
	display: block;
	margin: 0 0 5px 0;
}
#header &gt; div:nth-child(2) dt {
	font-size: 12px;
}
#header &gt; div:nth-child(2) dd {
	font-size: 24px;
	font-weight: bold;
}
#header &gt; div:nth-child(3) {
	width: 350px;
	position: relative;
}
#header &gt; div:nth-child(3) ul {
	display: table;
	width: 220px;
	margin: 0 0 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
#header &gt; div:nth-child(3) ul li {
	display: table-cell;
	width: 25%;
}
#header &gt; div:nth-child(3) ul li img {
	display: block;
	margin: 0 auto;
}
#header &gt; div:nth-child(3) ul li span {
	display: block;
	text-align: center;
	font-size: 12px;
}
#header &gt; div:nth-child(3) ul li:nth-child(2) {
	background-image: url(../images/mark_windowblank.png);
	background-repeat: no-repeat;
	background-position: 55px top;
}
#header select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #000000;;
	margin: 0;
	padding: 2px 5px;
	width: 300px;
	background: none transparent;
	background-image: url(../images/header_select_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#header select::-ms-expand {
  display: none;
}

#header .inquiry {
	text-align: right;

	margin: 0 0 15px 0;
}
#header .inquiry b {
	display: inline-block;
	height: 16px;
	padding: 0 0 0 12px;
	margin: 0 10px 0 0;
	font-size: 14px;
	/*background-image: url(../images/header_mobile_phone.png);
	background-repeat: no-repeat;*/
}
/* ログイン画面にサポートデスクのメールアドレスを載せる対応のため変更　2023/12/22　メイジン */
#appTelephone {
	background-image: url(../images/header_mobile_phone.png);
	background-repeat: no-repeat;
}
#appMailAddress {
	padding: 0 0 0 20px !important;
	background-image: url(../images/header_mail_address.png);
	background-repeat: no-repeat;
}
#header .inquiry span {
	display: inline-block;
	font-size: 10px;
}





#main-menu{
	width: 100%
}
#main-menu .menuBorder {
	border-top: 2px solid #273238;
	margin: 0 0 30px 0;
}
#main-menu ul {
	display: table;
	width: 100%;
	background-color: #273238;
	box-shadow:0px 4px 7px -1px #999999;
	margin: 0 0 30px 0;
}
#main-menu ul li {
	display: table-cell;
	width: 14.25%;
	height: 100px;
}
#main-menu ul li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 15px 0 0 0;
	opacity: 0.5;
}
#main-menu ul li a.active {
	opacity: 1;
}
#main-menu ul li a img {
	display: block;
	margin: 0 auto;
}
#main-menu ul li a span {
	display: block;
	padding: 10px 0 0 0;
}






#container{
	padding: 0;
}

#content{
  float: right;
  position: relative;
  width: 800px;
  z-index:1; /* IE6対策 */
}
.segment {
	position: relative;
}
#content .segment{
  margin: 0 0 30px 0;
}
#content .segment table {
	width: 100%;
}
#popup-wrapper h1,
#content h2 {
	margin: 0 0 20px;
	white-space: nowrap;
	border-bottom: 2px solid #38474F;
	font-size: 22px;
	font-weight: bold;
}
form[name="select_apply_month"] table {
	width: 100% !important;
}
#popup-timesheet-apply,
#popup-wrapper h2,
#content h3 {
	margin: 0 0 20px;
	white-space: nowrap;
	border-bottom: 1px solid #38474F;
	font-size: 18px;
	font-weight: bold;
}
#popup-status {
	margin: 0 0 20px;
	white-space: nowrap;
	border-bottom: 1px solid #38474F;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
#popup-search-client-section,
#popup-search-client-charge,
#popup-search-client-division,
#popup-search-client-office,
#popup-search-supplier,
#popup-search-client-office-division,
#popup-search-work,
#popup-search-work-section,
#popup-option-function {
    margin: 0 0 20px;
    white-space: nowrap;
    border-bottom: 2px solid #38474F;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
#popup-search-condition,
#popup-search-result,
#popup-select-result{
    margin: 0 0 10px 0;
    white-space: nowrap;
    border-bottom: 1px solid #38474F;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
#popup-search-condition{
}

#sub-menu{
  float: left;
  position: relative;
  width: 170px;
}
#sub-menu dl {
	margin: 0 0 20px;
}
#sub-menu dl dt {
	display: none;
}
#sub-menu dl dd {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
#sub-menu dl dd a {
	display: block;
	width: 170px;
	border-radius: 20px;
	background-color: #37474F;
	color: #bbbbbb;
	line-height: 40px;
	text-align: center;
	box-shadow: 0px 4px 7px -1px #999999;
}
#sub-menu dl dd a span {
	display: block;
	width: 170px;

	border-radius: 20px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}
#smenu-client-addressee {
	font-size: 12px;
}
#smenu-project-manage-staff {
	font-size: 10px;
	letter-spacing: -0.1em;
}
#smenu-alert-staff {
	font-size: 10px;
}
#smenu-rate {
	font-size: 10px;
}

/* 顧客別カスタイマイズ対応　シフトパターンの登録を可能とする対応の為　2021/06/01　メイジン */
#smenu-shift-staff {
    font-size: 10px;
}

#footer{
	padding: 50px 0 0 0;
	color: #999999;
}
/* -----                                   ----- */
/* ----- 2.共通 ページレイアウト部分 End   ----- */
/* -----                                   ----- */




/* -----                         ----- */
/* ----- 3.共通 レイアウト Start ----- */
/* -----                         ----- */

/* 検索結果(件数)表示用 */
.p-result{
  margin: 0 0 2em;
}
  .p-result span{
    font-size: 1.2em;
    padding:0 5px;
  }

/* タグ(h3相当画像)上の右側に検索結果(件数)を表示 */
.result-on-header{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
/*
  height: 33px;
  line-height: 33px;
  margin: -43px 0 10px 823px;
  overflow: hidden;
  padding: 0 5px 0 0;
  position: relative;
  width:182px;
*/
}
  .result-on-header span{
    color: #333;
    font-size: 1.2em;
    padding: 0 5px;
  }
/* -----                         ----- */
/* ----- 3.共通 レイアウト End   ----- */
/* -----                         ----- */




/* -----                                ----- */
/* ----- 4.共通 テーブル(項目-左) Start ----- */
/* -----                                ----- */

/* [.tbl-base] 表だけの設定 */

.tbl-base{
  margin: 0 0 2em;
  padding: 0;
  width: 100%;
}
  .tbl-base th{
    background: #ededed;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    color: #555;
    font-size:0.9em;
    padding: 0.3em;
  }

  .tbl-base td{
    background: #fff;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    font-size:0.9em;
    padding:0.3em;
    /*半角文字の場合はレイアウト崩れている問題のため、強制改行　2022/10/12　メイジン*/
    word-break: break-all;
  }
  .tbl-base select{
    /*padding: 0 0.5em;*/
    padding: 0 1em 0 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: #fff;
    border: 1px solid #d7d4cf;
    appearance: none;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .tbl-base select::-ms-expand {
    display: none;
  }
  .tbl-base .first{
/*    border-top: 1px solid #d7d4cf;*/
  }
  .tbl-base .last{
/*    border-bottom: 2px solid #d7d4cf;*/
  }


/* [.tbl]      1行あたり4or2列の表 */
/* [.tbl-half] 1行あたり2列の表    */

.tbl,
.tbl-half{
  margin:0 0 2em;
  padding:0;
  width: 100%;
}

  .tbl tr.quarter td{
    width:31.25%;
  }

  .tbl th,
  .tbl-half th{
    background: #ededed;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    color: #555;
    padding: 0.3em;
    width: 18.75%;
  }

  .tbl td,
  .tbl-half td{
    background: #fff;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    font-size:0.9em;
    padding:0.3em;
    width:81.25%;
    /*半角文字の場合はレイアウト崩れている問題のため、強制改行　2022/10/12　メイジン*/
    word-break: break-all;
  }
   .tbl select{
    /*padding: 0 0.5em;*/
    padding: 0 1em 0 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    border: 1px solid #d7d4cf;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
   .tbl select::-ms-expand {
    display: none;
  }
  .tbl .first,
  .tbl-half .first{
/*    border-top: 1px solid #d7d4cf;*/
  }
  .tbl .first select{
    /*padding: 0 0.5em;*/
    padding: 0 1em 0 0.5em;
  }
  .tbl .first select::-ms-expand {
    display: none;
  }
  .tbl .last,
  .tbl-half .last{
/*    border-bottom: 2px solid #d7d4cf;*/
  }
  .tbl .last-sup,
  .tbl-half .last-sup{
/*    border-top: 2px solid #d7d4cf;*/
  }

  .tbl .border-bottom-none,
  .tbl-half .border-bottom-none{
    border-bottom: none;
  }

  /* フォーム関連 */
  label.radio{
    padding: 0 1.5em 0 0;
  }
    label.radio input[type="radio"]{
      margin:0 0.2em 0 0;
    }

  .tbl label,
  .tbl-half label{
  }
  .tbl label.radio,
  .tb-half label.radio,
  .tbl-base{
    padding: 0 1.5em 0 0;
  }

  .tbl input,
  .tbl-half input{
    margin: 0 0.3em 0.2em 0;
    padding: 0.2em 0.3em;
  }
  .tbl input[type="text"],
  .tbl-half input[type="text"],
  .tbl-base input[type="text"],
  .tbl input[type="password"],
  .tbl-half input[type="password"],
  .tbl-base input[type="password"]{
    border: 1px solid #dfdbd7;
  }

  .tbl input[type="text"]:focus,
  .tbl-half input[type="text"]:focus,
  .tbl-base input[type="text"]:focus,
  .tbl input[type="password"]:focus,
  .tbl-half input[type="password"]:focus,
  .tbl-base input[type="password"]:focus{
    background: #fcfcfc;
  }

  .tbl input[disabled="disabled"],
  .tbl-half input[disabled="disabled"],
  .tbl-base input[disabled="disabled"]{
    background: #FAF9F8;
    border:1px solid #f4f3f2;
  }

  .tbl input[type="text"].warning,
  .tbl-half input[type="text"].warning,
  .tbl-base input[type="text"].warning,
  .tbl input[type="password"].warning,
  .tbl-half input[type="password"].warning,
  .tbl-base input[type="password"].warning{
    background: #F9BCBD;
  }
  .tbl input.warning,
  .tbl-half input.warning,
  .tbl-base input.warning { /* IE6,7のみ適用される */
    *background: #F9BCBD;
    *border: 1px solid #dfdbb7;
  }


  .tbl textarea,
  .tbl-half textarea,
  .tbl-base textarea{
    border: 1px solid #dfdbd7;
  }

  .tbl textarea,
  .tbl-half textarea {
    height: 8em;
    margin: 0.5em 0;
    padding: 0.6em;
    width: 100%;
  }
  .tbl textarea:focus,
  .tbl-half textarea:focus,
  .tbl-base textarea:focus{
    background: #f4f3f2;
  }

  .tbl select,
  .tbl-half select{
    margin:0 0 0.25em;
    /*padding: 0.3em 0.5em;*/
    padding: 0.3em 1em 0.3em 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    border: 1px solid #d7d4cf;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
   .tbl-half select::-ms-expand {
    display: none;
  }

  /* ↓↓法改正対応 通勤交通費の税込金額の表示 2023/04/14 nishimura */
  tr.border-bottom-none &gt; td,
  tr.border-bottom-none &gt; th {
    border-bottom: none;
  }
  tr.border-top-none &gt; td,
  tr.border-top-none &gt; th {
    border-top: none;
  }
  /* ↑↑法改正対応 通勤交通費の税込金額の表示 2023/04/14 nishimura */

/* -----                                ----- */
/* ----- 4.共通 テーブル(項目-左) End   ----- */
/* -----                                ----- */





/* -----                                ----- */
/* ----- 5.共通 テーブル(項目-上) Start ----- */
/* -----                                ----- */

/* [.tbl-vertical] 列数、列幅 変更可能 */
.tbl-vertical{
/*  border: 1px solid #d7d4cf;*/
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

  .tbl-vertical th{
    background: #ededed;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    color: #555;
    font-size: 0.9em;
    line-height: 1.3;
    padding: 0.3em 0.15em;
    word-break: break-all; /* 強制改行 */
  }

  .tbl-vertical td{
    background: #fff;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0.3em;
    word-break: break-all; /* 強制改行 */
  }



  .tbl-vertical td a {
		color: #283238;
		outline: none;
		text-decoration: underline;
	}
  .tbl-vertical td a:hover{
		/*color: #BC005B;
		border-bottom: 1px dotted #BC005B;*/
	}



  .tbl-vertical .first{
/*    border-top: 1px solid #d7d4cf;*/
  }
  .tbl-vertical .last{
/*    border-bottom: 2px solid #d7d4cf;*/
  }
  .tbl-vertical .last-sup{
    border-top: 2px solid #d7d4cf;
  }
  .tbl-vertical .border-bottom-none{
    border-bottom: none;
  }

  .tbl-vertical .txt-left{
    padding:0 0 0 0.3em;
  }
  .tbl-vertical .txt-right{
    padding:0 1em 0 0;
  }
/* -----                                ----- */
/* ----- 5.共通 テーブル(項目-上) End   ----- */
/* -----                                ----- */





/* -----                       ----- */
/* ----- 6.共通 幅指定用 Start ----- */
/* -----                       ----- */

/* 16分割グリッド */
.grid01{
  width: 6.25%;
}
.grid02{
  width: 12.5%;
}
.grid03{
  width: 18.75%;
}
.grid04{
  width: 25%;
}
.grid05{
  width: 31.25%;
}
.grid06{
  width: 37.5%;
}

/* 追加分 */
.grid07{
  width: 43.75%;
}
.grid08{
  width: 50%;
}
.grid11{
  width: 68.75%;
}
.grid12{
  width: 75%;
}

/* ↓↓追加開始　2021/04/05　メイジン　  顧客別カスタマイズ対応 時間外手当適応の契約画面にシフトパターン登録項目追加対応 */
/* エラー発生した時に就業条件テーブルの幅がずれている為追加 */
.grid13{
  width: 81.25%;
}
/* ↑↑追加終了　2021/04/05　メイジン　  顧客別カスタマイズ対応 時間外手当適応の契約画面にシフトパターン登録項目追加対応 */

/* 追加分 */

.size-mini{
  width: 6.25%;
}
.size-xsmall{
  width: 12.5%;
}
.size-small{
  width: 25%;
}
.size-midium{
  width: 50%;
}
.size-long{
  width: 75%;
}
.size-max{
  width: 95%;
  *width: 90%; /* IE6,7対応 */
}

.size-176px{ /* .tbl適用(1行4列)時のtd要素の75%相当の幅 */
  width: 176px;
}
.size-222px{ /* .tbl適用(1行4列)時のtd要素の95%相当の幅 */
  width: 222px;
}
.size-457px{ /* .tbl適用(1行2列)時のtd要素の75%相当の幅 */
  width: 457px;
}
.size-579px{ /*  .tbl適用(1行2列)時のtd要素の95%相当の幅 */
  width: 579px;
}
.size-700px{
  width: 700px;
}
.size-750px{
  width: 750px;
}

/* -----                       ----- */
/* ----- 6.共通 幅指定用 End   ----- */
/* -----                       ----- */





/* -----                       ----- */
/* ----- 7.共通 文字装飾 Start ----- */
/* -----                       ----- */
.ime-off{
  ime-mode: disabled;
}

.txt-mini{
  font-weight: normal;
  font-size: 0.8em;
}
.txt-xsmall{
  font-size: 0.9em;
  font-weight: normal;
}
.txt-left{
  padding: 0 0 0 0.3em;
  text-align: left;
}
.txt-right{
  text-align: right;
}
.txt-center{
  text-align: center;
}
.txt-top{
  vertical-align: top;
}
.txt-middle{
  vertical-align: middle;
}
.txt-bottom{
  vertical-align: bottom;
}


.txt-bold{
  font-weight: bold;
}
.gray{
  color: #94877a;
}
.red{
  color: #BC005B;
}
.blue{
  color: #1565C0;
}
.green{
  color: #33cc66;
}
.orange{
  color: #ff9900;
}


.icon-new{
  background: url(../images/icon_text.gif) no-repeat 0 -144px;
  display:block;
  height: 16px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
}

/* -----                       ----- */
/* ----- 7.共通 文字装飾 End   ----- */
/* -----                       ----- */

.required {
	display: block;
	width: 60px;
	padding: 2px 10px;
	margin: 0 0 2px 0;
	opacity: 0.5;
	border: 1px solid  #BC005B;
	color: #BC005B;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
}


/* -----                               ----- */
/* ----- 9.共通 アイコン付リンク Start ----- */
/* -----                               ----- */
.alink-regist{

}
.alink-save{

}
.alink-copy{

}
.alink-print{

}
.alink-trash{

}
.alink-search{
	padding: 1px 10px;
	background-color: #ffffff;
	font-size: 12px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	text-decoration: none !important;
    line-height: 2em;
}
.alink-plus{

}
.alink-favorite{

}
.alink-graph{

}
.alink-mail{

}
.alink-upload{

}
.alink-download{

}
.alink-comment{

}
.alink-exclamation{

}
.alink-cross{

}
.alink-check{

}
.alink-clear{
	padding: 1px 10px;
	background-color: #ffffff;
	font-size: 12px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	text-decoration: none !important;
}
.alink-balloon{

}
.alink-arrow-mini-right{

}
.alink-arrow-mini-right-client{

}
.alink-arrow-mini-right-supplier{

}
.alink-arrow-mini-right-staff{

}
.alink-arrow-mini-right-helpdesk{

}

.alink-arrow-mini-right-circle-client{

}
.alink-arrow-mini-right-circle-supplier{

}
.alink-arrow-mini-right-circle-staff{

}
.alink-arrow-mini-right-circle-helpdesk{

}
.alink-popup-window{

}
.alink-prev{

}
.alink-next{

}
.alink-select{

}
.alink-checkbox{

}
.alink-reload{

}
.alink-undo{

}
.alink-display{

}
.alink-pencil{

}
/* -----                               ----- */
/* ----- 9.共通 アイコン付リンク End   ----- */
/* -----                               ----- */





/* -----                                    ----- */
/* ----- 10.ポップアップ ウィンドウ用 Start ----- */
/* -----                                    ----- */
#popup-wrapper{

}

#popup-wrapper #footer{
  background: none;
  color: #999;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  text-align:right;
}

.popup-title1{
  border-bottom: 3px solid #3399FF;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  padding: 0 0 9px 0;
  margin: 0 0 20px 0;
  width: 100%;
}

.popup-title2{
  border-left: 3px solid #3399FF;
  color: #333;
  font-size: 15px;
  overflow: hidden;
  margin: 18px 0 16px 8px;
  padding: 0px 0 0 10px;
}

/* ↓↓法改正対応 立替金明細ポップアップの追加の追加 2023/03/01 nishimura */
input.popup-input:read-only,
input.popup-input:read-only:focus {
  background-color: var(--input-readonly-bg-color);
}
/* ↑↑法改正対応 立替金明細ポップアップの追加の追加 2023/03/01 nishimura */

/* -----                                    ----- */
/* ----- 10.ポップアップ ウィンドウ用 End   ----- */
/* -----                                    ----- */





/* -----                                  ----- */
/* ----- 11.エラー(404,503)ページ用 Start ----- */
/* -----                                  ----- */
#error-content{
  margin: 21px auto 50px;
  width: 550px;
}

#error-content .h2-error-content-no-image{
  border-bottom: 3px solid #94877A;
  color: #94877A;
  font-size: 24px;
  height: 35px;
  margin: 0 0 21px;
  padding: 0;
  width: 550px;
}

#error-content #h2-system-error{
  background: url(../images/ban_h2_error_message.gif) no-repeat;
  height: 38px;
  margin: 0 0 21px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 550px;
}

#error-content dl{
  line-height:2em;
  margin: 0 auto 4em;
  padding: 0 0 0 11px;
  width: 550px;
}
  #error-content dt{
    font-size: 1.1em;
    margin: 0 0 1.5em;
  }
  #error-content dd{
    font-size: 1.1em;

  }

#error-content p{
  margin:0 0 1em;
}
/* -----                                  ----- */
/* ----- 11.エラー(404,503)ページ用 End   ----- */
/* -----                                  ----- */





/* -----                                                 ----- */
/* ----- 14. 項番12,13ボタン配置用[左,中央,右揃え] Start ----- */
/* -----                                                 ----- */

/* 14-1.左寄せ(余白なし) - シンプル版 非推奨    */
/* [.btn-left&gt;(a*n)] で利用 リスト化不要 */
.btn-left{
  margin: 10px 0 10px;
  width: 750px;
/*  width: 100%;*/
}
  .btn-left a{
    float: left;
    margin-right: 10px;
  }

/* 14-2.左寄せ(余白あり) - シンプル版 非推奨        */
/* [.btn-left-mg03&gt;(a*n)] で利用 リスト化不要 */
.btn-left-mg03{
  margin: 10px 0 10px 141px; /* コンテンツ幅(750px)の18.75% = grid03 */
  width: 609px;
}
  .btn-left-mg03 a{
    float: left;
    margin-right: 10px
  }

/* ----- * ----- */

/* 14-3.左寄せ(余白なし) 要cf [ul&gt;(li&gt;a)] で利用 */
.btn-position-left{
  margin: 10px 0 10px -5px;
  position: relative;
}
  .btn-position-left ul{
  }
  .btn-position-left ul li{
    float: left;
  }
    .btn-position-left ul li a{
    }

/* 14-4.左寄せ(余白あり) 要cf [ul&gt;(li&gt;a)] で利用 */
.btn-position-left-mg03{
  margin: 10px 0 10px 136px; /* コンテンツ幅(750px)の18.75% = grid03 = 141px(136px+5px[margin 5px]) */
  *margin-left: 131px; /* IE6対応 */
  width: 609px;
}
  .btn-position-left-mg03 ul{
  }
    .btn-position-left-mg03 ul li{
      float: left;
    }
    .btn-position-left-mg03 ul li a{
    }

/* 14-5.中央揃え 要cf [ul&gt;(li&gt;a)] で利用 */
.btn-position-center{
  margin: 10px 0 10px;
  overflow: hidden;
  position: relative;
}
  .btn-position-center ul{
    float: left;
    left: 50%;
    position: relative;
  }
    .btn-position-center ul li{
      float: left;
      left: -50%;
      position: relative;
    }
      .btn-position-center ul li a{
      }


/* 14-6.右寄せ 要cf [ul&gt;(li&gt;a)] で利用 */
.btn-position-right{
  margin: 10px -5px 10px 0;
  position: relative;
}
  .btn-position-right ul{
    float: right;
    right: 0%;
    position: relative;
  }
    .btn-position-right ul li{
      float: left;
      right: 0%;
      position: relative;
    }
      .btn-position-right ul li a{
			width: 100px;
			height: 24px;
			line-height: 24px;
      }

/* sasaki add start JST導入カスタマイズ対応（RNRD-99）契約承認後に他の契約承認を可能にする対応 */
.btn-position-right-big{
  margin: 10px -5px 10px 0;
  position: relative;
}
  .btn-position-right-big ul{
    float: right;
    right: 0%;
    position: relative;
  }
    .btn-position-right-big ul li{
      float: left;
      right: 0%;
      position: relative;
    }
/* sasaki add end JST導入カスタマイズ対応（RNRD-99）契約承認後に他の契約承認を可能にする対応 */

/* -----                                                 ----- */
/* ----- 14. 項番12,13ボタン配置用[左,中・E右揃え] End   ----- */
/* -----                                                 ----- */


#content .topscreen_list {
	width: 400px;
}
#content .topscreen_list h3 {
	margin: 0 0 10px 0;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	background-color: #38474F;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}
#content .topscreen_list_wrap {
	margin: 0 0 30px 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
}
#content .topscreen_list_wrap a {
	position: relative;
	display: block;
	height: 50px;
	border-bottom: 1px dotted #cccccc;
}
#content .topscreen_list_wrap a:last-child {
	border: 0;
}
#content .topscreen_list_wrap a:hover {
	background-color: #eeeeee;
}
#content .topscreen_list_wrap dt {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	padding: 0 0 0 20px;
}
#content .topscreen_list_wrap dd {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-color: #A8434D;
	color: #ffffff;
}
#content .topscreen_list_wrap dd.n0 {
	background-color: #dddddd;
	color: #999999;
}
#btn-status-explain {
	background-color: #666666;
	color: #ffffff;
	display: block;
	width: 400px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0px 4px 7px -1px #999999;
	margin: 0 0 20px 0;
}


textarea[name="negate_note"] {
	width: 100% !important;
	height: 5em;
}


#tablefix {
	/* 結果一覧表にスクロールバーが表示する時罫線がずれている不具合対応のため削除　2022/01/11　メイジン */
	/*width: 100% !important;*/
}

body#sub-window-B,
body#sub-window-C,
body#sub-window {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-color: #ffffff;
}
#popup-wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px;
	position: relative;
	background-color: #ffffff;
}
#popup-wrapper #container,
body#sub-window-B #container,
body#sub-window-C #container,
body#sub-window #container {
	padding: 0 !important;
}



#sub-window #content,
#sub-window-B #content,
#wrapper-popup #content,
#sub-window-C #content,
#sub-window-C #footer {
	float: none;
	margin: 0 auto;
	padding: 10px 10px;
	width: 100%;
}
#popup-wrapper #searchform {
	/* width: 750px; */
	margin: 0 auto;
}
#contract-footer,
#approval-footer,
#copy-footer {
	display: none;
}

#searchform .tbl {
	width: 100% !important;
}
.btn-cmn-small {
    background-color: #1976D2;
    display: inline-block;
    width: 170px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 4px 7px -1px #999999;
    margin: 0 10px 10px 10px;
    text-decoration: none !important;
}
.btn-cmn-small.btn-208s {
	line-height: 25px;
	height: auto;
    color: #ffffff;
}
form[name="search"] #select_list + div,
form[name="search"] .last div {
	padding-left: 0 !important;
}
input[name="dem_date_y_to"],
input[name="dem_date_y_from"] {
	width: 4.5em !important;
	text-align: center !important;
}

/* No279「看護介護休暇」対応2　休憩「7～9」回目項目追加対応の為　「time_h_13～time_h_18、time_m_13～time_m_18」を追加　2021/06/07　メイジン */
input[name="work_from_h"],
input[name="work_from_m"],
input[name="work_to_h"],
input[name="work_to_m"],
input[name="sat_work_from_h"],
input[name="sat_work_from_m"],
input[name="sat_work_to_h"],
input[name="sat_work_to_m"],
input[name="hol_work_from_h"],
input[name="hol_work_from_m"],
input[name="hol_work_to_h"],
input[name="hol_work_to_m"],
input[name="pub_work_from_h"],
input[name="pub_work_from_m"],
input[name="pub_work_to_h"],
input[name="pub_work_to_m"],
input[name="rest_from_h"],
input[name="rest_from_m"],
input[name="rest_to_h"],
input[name="rest_to_m"],
input[name="rest_from2_h"],
input[name="rest_from2_m"],
input[name="rest_to2_h"],
input[name="rest_to2_m"],
input[name="sat_rest_from_h"],
input[name="sat_rest_from_m"],
input[name="sat_rest_to_h"],
input[name="sat_rest_to_m"],
input[name="sat_rest_from2_h"],
input[name="sat_rest_from2_m"],
input[name="sat_rest_to2_h"],
input[name="sat_rest_to2_m"],
input[name="hol_rest_from_h"],
input[name="hol_rest_from_m"],
input[name="hol_rest_to_h"],
input[name="hol_rest_to_m"],
input[name="hol_rest_from2_h"],
input[name="hol_rest_from2_m"],
input[name="hol_rest_to2_h"],
input[name="hol_rest_to2_m"],
input[name="pub_rest_from_h"],
input[name="pub_rest_from_m"],
input[name="pub_rest_to_h"],
input[name="pub_rest_to_m"],
input[name="pub_rest_from2_h"],
input[name="pub_rest_from2_m"],
input[name="pub_rest_to2_h"],
input[name="pub_rest_to2_m"],
/* ↓↓追加開始　2021/10/11　メイジン　直接雇用の契約登録画面のレイアウト不具合修正 */
input[name="core_time_from_h"],
input[name="core_time_from_m"],
input[name="core_time_to_h"],
input[name="core_time_to_m"],
input[name="flexible_time_from_h"],
input[name="flexible_time_from_m"],
input[name="flexible_time_to_h"],
input[name="flexible_time_to_m"],
input[name="flexible_time_from2_h"],
input[name="flexible_time_from2_m"],
input[name="flexible_time_to2_h"],
input[name="flexible_time_to2_m"],
/* ↑↑追加終了　2021/10/11　メイジン　直接雇用の契約登録画面のレイアウト不具合修正 */
/* 20210220 sasaki add start 顧客別カスタマイズ対応 時間外手当適応のシフトパターン入力項目追加対応 */
input[name="rest_from1_h"],
input[name="rest_from1_m"],
input[name="rest_to1_h"],
input[name="rest_to1_m"],
input[name="rest_from3_h"],
input[name="rest_from3_m"],
input[name="rest_to3_h"],
input[name="rest_to3_m"],
input[name="rest_from4_h"],
input[name="rest_from4_m"],
input[name="rest_to4_h"],
input[name="rest_to4_m"],
input[name="rest_from5_h"],
input[name="rest_from5_m"],
input[name="rest_to5_h"],
input[name="rest_to5_m"],
input[name="rest_from6_h"],
input[name="rest_from6_m"],
input[name="rest_to6_h"],
input[name="rest_to6_m"],
/* 20210220 sasaki add end 顧客別カスタマイズ対応 時間外手当適応のシフトパターン入力項目追加対応 */
/* ↓↓追加開始　2021/10/11　メイジン　 No300_登録可能な休憩時間項目を追加する対応 */
input[name="sat_rest_from3_h"],
input[name="sat_rest_from3_m"],
input[name="sat_rest_to3_h"],
input[name="sat_rest_to3_m"],
input[name="sat_rest_from4_h"],
input[name="sat_rest_from4_m"],
input[name="sat_rest_to4_h"],
input[name="sat_rest_to4_m"],
input[name="sat_rest_from5_h"],
input[name="sat_rest_from5_m"],
input[name="sat_rest_to5_h"],
input[name="sat_rest_to5_m"],
input[name="hol_rest_from3_h"],
input[name="hol_rest_from3_m"],
input[name="hol_rest_to3_h"],
input[name="hol_rest_to3_m"],
input[name="hol_rest_from4_h"],
input[name="hol_rest_from4_m"],
input[name="hol_rest_to4_h"],
input[name="hol_rest_to4_m"],
input[name="hol_rest_from5_h"],
input[name="hol_rest_from5_m"],
input[name="hol_rest_to5_h"],
input[name="hol_rest_to5_m"],
input[name="pub_rest_from3_h"],
input[name="pub_rest_from3_m"],
input[name="pub_rest_to3_h"],
input[name="pub_rest_to3_m"],
input[name="pub_rest_from4_h"],
input[name="pub_rest_from4_m"],
input[name="pub_rest_to4_h"],
input[name="pub_rest_to4_m"],
input[name="pub_rest_from5_h"],
input[name="pub_rest_from5_m"],
input[name="pub_rest_to5_h"],
input[name="pub_rest_to5_m"],
/* ↑↑追加終了　2021/10/11　メイジン　 No300_登録可能な休憩時間項目を追加する対応 */
input[name="time_start_hh"],
input[name="time_start_mm"],
input[name="time_end_hh"],
input[name="time_end_mm"],
input[name="time_h_1"],
input[name="time_m_1"],
input[name="time_h_2"],
input[name="time_m_2"],
input[name="time_h_3"],
input[name="time_m_3"],
input[name="time_h_4"],
input[name="time_m_4"],
input[name="time_h_5"],
input[name="time_m_5"],
input[name="time_h_6"],
input[name="time_m_6"],
input[name="time_h_7"],
input[name="time_m_7"],
input[name="time_h_8"],
input[name="time_m_8"],
input[name="time_h_9"],
input[name="time_m_9"],
input[name="time_h_10"],
input[name="time_m_10"],
input[name="time_h_11"],
input[name="time_m_11"],
input[name="time_h_12"],
input[name="time_m_12"],
input[name="rest_start_hh[]"],
input[name="rest_start_mm[]"],
input[name="rest_end_hh[]"],
input[name="rest_end_mm[]"],
input[name="time_h_13"],
input[name="time_m_13"],
input[name="time_h_14"],
input[name="time_m_14"],
input[name="time_h_15"],
input[name="time_m_15"],
input[name="time_h_16"],
input[name="time_m_16"],
input[name="time_h_17"],
input[name="time_m_17"],
input[name="time_h_18"],
input[name="time_m_18"] {
	width: 2.5em !important;
	text-align: center !important;
}

/* 20210220 sasaki add start 顧客別カスタマイズ対応 時間外手当適応のシフトパターン入力項目追加対応 */
input[type="text"].hh,
input[type="text"].mm {
    width: 2.5em !important;
    text-align: center !important;
    padding: 0.2em 0.3em;
}
/* 20210220 sasaki add end 顧客別カスタマイズ対応 時間外手当適応のシフトパターン入力項目追加対応 */

select[name="contract1_unit"],
select[name="simebi_f"],
select[name="simebi_t"],
select[name="app_kbn"],
select[name="timesheet_kbn"],
select[name="sou_id"],
select[name="timesheet_money"],
select[name="timesheet_subtask"],
select[name="over_work"],
select[name="dispatch1_unit"],
select[name="dispatch2_unit"],
select[name="plan1_unit"],
select[name="plan2_unit"],
select[name="limited1_unit"],
select[name="limited2_unit"]
select[name="contract2_unit"],
select[name="base_moon_for_reckoning"],
select[name="ordinance1"],
select[name="ordinance2"],
select[name="ordinance3"],
select[name="ordinance4"]
/* 2025.1 avnz カスタマイズ対応 add start */
,select[name="month_choice"]
,select[name="day_choice"]
/* 2025.1 avnz カスタマイズ対応 add end */
{
	border: 1px solid #cccccc;
	height: 24px;
}

#select_list select {
	width: 100% !important;
}




#history-table {
    width: 100% !important;
}

textarea#subtask-textarea,
textarea#money-textarea,
textarea#rejectreason-textarea,
textarea#note-textarea {
	resize: none;
	height: 8em;
	word-break: break-all;
	width: 100%;
	padding: 3px;
}

.tbl_link_black {
	color: #555555;
	text-decoration: underline;
}

.tbl_link_white {
	color: #ffffff;
	text-decoration: underline;
}
.tbl th a {
	text-decoration: underline;
}
.tbl-vertical th a {
	text-decoration: underline;
}

.tbl-vertical select{
    /*padding: 0 0.5em;*/
    padding: 0 1em 0 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    border: 1px solid #d7d4cf;
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
.tbl-vertical select::-ms-expand {
    display: none;
}

#myid_wrap_list a {
	text-decoration: underline;
}

.btn-position-center a {
	text-decoration: underline;
}
.tbl-half a {
	text-decoration: underline;
}


form[name="demsearch"] td a {
	display: inline-block;
	padding: 3px;
	text-decoration: underline;
}

#error a {
	display: inline-block;
	text-decoration: underline;
	margin: 0 30px;
}

.segment div,
.segment .tbl-vertical {
	width: 100% !important;
}

/* -----                                ----- */
/* ----- 0821追加 ----- */
/* -----                                ----- */

#h2-deal-apply {
    color: #CC8A4C;
    margin: 0 0 20px;
    white-space: nowrap;
    border-bottom: 2px solid #38474F;
    font-size: 22px;
    font-weight: bold;
    text-indent:0;
    height: auto;
    width:  100%;
}

#h3-deal-info,
#h3-charge,
#h3-approval {
    color: #CC8A4C;
    margin: 0 0 20px;
    white-space: nowrap;
    border-bottom: 1px solid #38474F;
    font-size: 18px;
    font-weight: bold;
    text-indent:0;
    width:  100%;
}

.segment {
    width:100% !important;
}

#normal .segment #btn_clear {
    margin: 0 10px 10px 10px !important;
}

#month_list th:nth-child(1) {
    width:40px;
}

#month_list th:nth-child(2) {
    width:100px;
}

#month_list th:nth-child(3) {
    width:133px;
}

#month_list th:nth-child(4) {
    width:133px;
}

#month_list th:nth-child(5) {
    width:292px;
}

#month_list th:nth-child(6) {
    width:100px;
}

/* -----                                ----- */
/* ----- 0827追加 ----- */
/* -----                                ----- */

#search_parameter tbody tr td select {
    min-width: 15%;
}

/* -----                                ----- */
/* -----   2018/11/21クオーレ米田追加   ----- */
/* -----                                ----- */

#content .reportsegment{
  margin: 0 0 30px 0;
}

/* ↓↓追加開始　2021/04/05　メイジン　 顧客別カスタマイズ対応 時間外手当適応の契約画面にシフトパターン登録項目追加対応 */
.tbl-shift th, .tbl-shift-confirm th{
    background: #ededed;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    color: #555;
    font-size:0.9em;
  }

.tbl-shift td, .tbl-shift-confirm td{
    background: #fff;
    border-top: 1px solid #d7d4cf;
    border-bottom: 1px solid #d7d4cf;
    border-right: 1px dotted #d7d4cf;
    font-size:0.9em;
  }

.tbl-shift-confirm th{
    width:18.75%;
}

.tbl-shift-confirm td{
    width:31.25%;
}
/* ↑↑追加終了　2021/04/05　メイジン　 顧客別カスタマイズ対応 時間外手当適応の契約画面にシフトパターン登録項目追加対応 */

/* ↓↓追加開始　2022/01/11　メイジン　結果一覧表にスクロールバーが表示する時罫線がずれている不具合対応のため */
.segment-2 {
	position: relative;
	margin: 0 0 30px 0;
	width:100% !important;
}
/* ↑↑追加終了　2022/01/11　メイジン　結果一覧表にスクロールバーが表示する時罫線がずれている不具合対応のため */

/* ↓↓追加開始　2023/03/01　メイジン　法改正対応　ポップアップ画面の各項目カラム幅を設定 する*/
/*         +　2023/03/01　西村　　　法改正対応　他画面で使いやすくするためid指定だけでなくclass指定のセレクタも追加 */
#tblMoneyDetail input,
table.detail-grid input{
    margin: 0 0.3em 0.2em 0;
    padding: 0.2em 0.3em;
}

#tblMoneyDetail select,
table.detail-grid select {
    margin:0 0 0.25em;
    padding: 0.3em 1em 0.3em 0.5em;
}

#tblMoneyDetail button,
table.detail-grid button {
    /* ▼upd start [RNRD-22]カスタマイズ対応 2024/11/08 mza */
    /* padding: 1px 10px; */
    padding: 1px 5px;
    /* ▲upd end [RNRD-22]カスタマイズ対応 2024/11/08 mza */
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    text-decoration: none !important;
    /* ▼upd start [RNRD-22]カスタマイズ対応 2024/11/08 mza */
    /* min-width: 60px; */
    min-width: 50px;
    /* ▲upd end [RNRD-22]カスタマイズ対応 2024/11/08 mza */
}
/* ▼upd start [RNRD-22]カスタマイズ対応 カラムの幅を調整 2024/11/08 mza */
.grid-usedate{
    /* width:8.25%; */
    /* min-width:120px; */
    width:5%;
}

.grid-content{
    /* width:20.5%; */
    width:7%;
}

.grid-regno{
    /* width:24.75%; */
    width:17%;
}

.grid-eligi{
    /* width:4.25%; */
    width:6%;
}

.grid-ratio{
    /* width:4.25%; */
    width:5%;
}

.grid-money{
    /* width:8.25%; */
    width: 8%;
}

.grid-tmpFile{
    /* width:15.5%; */
    width: 10%;
}

.grid-delFlg{
    width:3%;
}
/* ▲upd end [RNRD-22]カスタマイズ対応 カラムの幅を調整 2024/11/08 mza */

/* ▼add start [RNRD-22]カスタマイズ対応 2024/11/07 mza */
.grid-item{
  width:4%;
}
  
.grid-note{
  width:7%;
}

select[name*="[eligible_type]"]:disabled {
  background: #dddddd;
}

select[name*="[tax_ratio]"]:disabled {
  background: #dddddd;
}

.adv-money-link {
  color: #3399ff;
}

.adv-money-link:hover {
  text-decoration: underline;
}
/* ▲add end [RNRD-22]カスタマイズ対応 2024/11/07 mza */

.temp-file-col .MultiFile-remove{
    text-decoration: underline;
}

.temp-file-col input[type="file"]{
    width: 220px; /* add [RNRD-22]カスタマイズ対応 */
    background: #FAF9F8;
    border:1px solid #F4F3F2;
}
/* ↑↑追加終了　2023/03/01　メイジン　法改正対応　ポップアップ画面の各項目カラム幅を設定 する */

/* ↓↓法改正対応 請求相殺金 2023/03/08 nishimura */
/*                               */
/* ---------- 分類なし ---------- */
/*                               */
/* 補助的な機能のボタン(検索、ポップアップ、クリアなど) */
.button-utility {
	padding: 1px 10px;
	background-color: #ffffff;
	font-size: 12px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	text-decoration: none !important;
  line-height: 2em;
  cursor: pointer;
}

/** 隠し要素 */
.hidden {
  display: none !important;
}

/** 子要素を非表示。主にtableのtrでrowspanを使う場合での使用を想定。 */
.children_hidden &gt; * {
  display: none !important;
}
/* ↑↑法改正対応 請求相殺金 2023/03/08 nishimura */

/* ↓↓待遇情報対応 多重送信の防止、非推奨タグの置換 2023/06/15 nishimura */
/** &lt;font size="-1"&gt; の代替*/
.fontalt.size-neg1 {
  font-size: var(--fontalt-size-neg1)
}
/** &lt;font size="-2"&gt; の代替*/
.fontalt.size-neg2 {
  font-size: var(--fontalt-size-neg2)
}

/** 無効リンク */
a.disabled {
  /** ポインターイベント (クリック、ドラッグ、ホバー等) を無効 */
  pointer-events: none;
}
/* ↑↑待遇情報対応 多重送信の防止、非推奨タグの置換 2023/06/15 nishimura */

/* ↓↓法改正対応 立替金明細ポップアップの追加の追加 2023/03/01 nishimura */
/*                               */
/* ---------- CSS変数 ---------- */
/*                               */

:root {
  /* 読み取り背景色 */
  --input-readonly-bg-color: #dddddd;

  /* ↓↓待遇情報対応 多重送信の防止、非推奨タグの置換 2023/06/15 nishimura */
  /* &lt;font size="-1"&gt; に相当 */
  --fontalt-size-neg1: 0.8125rem;
  /* &lt;font size="-2"&gt; に相当 */
  --fontalt-size-neg2: 0.625rem;
  /* ↑↑待遇情報対応 多重送信の防止、非推奨タグの置換 2023/06/15 nishimura */
}
/* ↑↑法改正対応 立替金明細ポップアップの追加の追加 2023/03/01 nishimura */

/* add start 202311_CSVダウンロード新規機能追加 2023/12/04 fujiwara */
.btn-208ss {
    line-height: 25px;
    height: auto;
    width: 80px;
    margin: 5px;
    color: #ffffff !important;
}
/* add end   202311_CSVダウンロード新規機能追加 2023/12/04 fujiwara */

/* ▼add start システムリプレースのお知らせ画面用のCSSを設定 2025/06/05 mza */
#wrapper-redir {
	margin: 10px auto 0;
	width: 1000px;
}
#wrapper-redir .h2-notice {
  font-size: 24px;
}
#wrapper-redir .login-url {
	font-size:20px;
	color: #ff0000;
}
/* ▲add end システムリプレースのお知らせ画面用のCSSを設定 2025/06/05 mza */</pre></body></html>