@charset "UTF-8";

/** リセット系はnormalize.cssを利用しています **/
/** 画面固有の物はstyle.cssへ **/
body {
  font-size: 11.5px;
  background-color: #eee;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  color: #333;
  word-break: break-all;
}

a {
  /*リンクされた文字*/
  color: #0000ff;
  font-style: normal;
  text-decoration: underline;
}

a:link {
  /*未訪問のリンク*/
  color: #0000ff;
  font-style: normal;
}

a:visited {
  /*訪問後のリンク*/
  color: #0000ff;
}

a:hover {
  /*マウスをのせたとき*/
  color: #ff0000;
  font-style: normal;
  text-decoration: underline;
}

a:active {
  /*クリック中*/
  text-decoration: none;
}

ul {
  list-style: none;
}
select {
  padding: 0 3px 0 1px;
}
img {
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 4px;
}

input[type="text"] {
  line-height: 14px;
  width: auto;
}

input.num {
  text-align: right;
  padding-right: 4px;
}

input.center {
  text-align: center;
}

textarea.read_oly {
  background-color: #ffffff;
}

input[type=checkbox] {
  vertical-align: middle;
}

input.hasDatepicker {
	width: 80px;
}
#authMessage.message,
#errorMessage.error  {
  font-size: 16px;
  color: #ff0000;
  line-height: 20px;
  font-weight: bold;
}
.message_area span.error {
  font-size: 12px;
  color: #ff0000;
}
input[type=button],
input[type=submit] {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
}

input[type=button]:hover,
input[type=submit]:hover {
  background-color: #D0D0D0;
  color: #202020;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background-color: #FBFBFB;
  color: #B9B9B9;
  border: 1px solid #B9B9B9;
}

div.button_area input[type=button]:disabled:hover,
div.button_area input[type=submit]:disabled:hover {
  background-color: #FBFBFB;
  color: #B9B9B9;
  border: 1px solid #B9B9B9;
}

div.button_area .s_btn_area input[type="button"],
div.button_area .s_btn_area input[type="submit"] {
  min-width: 120px;
}

div.short_frame {
    width: 700px;
    margin: 5px auto;
}

div.frame {
    border-style: solid;
    border-width: 1px;
    margin: 10px auto;
    border-color: #2FA800;;
	background-color: #2FA800;;
}

div.hg_frame {
	margin-top:150px;
}
div.frame_head {
    color: #f2f2f2;
    margin: 2px 0 2px 4px;
}

div.frame_body {
    background-color: #fff;
    padding: 2px;
}
span.error {
  padding-left: 5px;
}

span.caution {
  color: #0000cd;
}

span.message {
  color: #2FA800;
}

span.important {
  color: #fe0000;
}

span.bold {
  font-weight: bold;
}

input+span.caution,
textarea+span.caution,
select+span.caution {
  margin-left: 10px;
}

input.form-error[type="text"],
input.form-error[type="password"],
textarea.form-error,
select.form-error,
td.form-error,
div.form-error {
  background-color: #ff0000;
}
.center {
    text-align: center;
}
input.readonly {
  background-color: #E7E7E7;
}

#container {
  min-width: 990px;
  width: 100%;
}

div.information {
  border: solid 1px #ffd700;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 15px;
  width: 910px;
  margin: 10px auto;
  background-color: #ffd700;
}

div.information ul {
  padding-left: 10px;
  font-size: 13px;
}

#header {
  background-image: url("../img/bg_head.gif");
  background-repeat: repeat-x;
  height: 60px;
}

#header_content {
  margin: 0 auto;
  width: 990px;
  display: block;
}

#head_top {
  display: table-cell;
  margin: 10px 0 0 15px;
  width: 700px;
  height: 52px;
  vertical-align: middle;
}

#head_title {
  font-size: 24px;
}

#header_links {
  display: table-cell;
  width: 510px;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 5px;
}

#header_links span {
  margin: 0 0 0 10px;
  background-image: url("../img/link_mark_s.gif");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 14px;
}

#header_links span:hover {
  color: #ff0000;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}

#content {
  margin: 0 auto;
  width: 980px;
}

#login_info {
  border-bottom: 2px solid #2FA800;
  height: 36px;
}

#login_info .username {
  font-size: 18px;
  padding-top: 3px;
  float: left;
  width: 680px;
  word-break: break-all;
}

#login_info .lastlogin {
  text-align: right;
  padding-top: 10px;
  float: right;
  width: 300px;
}

#page_title {
  padding-left: 20px;
  background-image: url("../img/page_title_mark.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}

#footer_content {
  margin: 0 auto;
  width: 990px;
}

#footer {
  background-image: url("../img/bg_foot.gif");
  background-repeat: repeat-x;
  height: 50px;
}

#footer_content {
  margin: 0 auto;
  width: 980px;
}

#footer_logo {
  float: left;
  height: 26px;
  width: 272px;
  margin: 7px 0 0 30px;
  background-image: url("../img/logo_jp.gif");
  background-repeat: no-repeat;
}

#footer_copy {
  float: right;
  height: 20px;
  width: 440px;
  margin: 10px 30px 0 0;
  background-image: url("../img/logo_copy.gif");
  background-repeat: no-repeat;
}

span.link_mark {
  background-image: url("../img/link_mark.gif");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 10px;
}

div.sub_title {
  min-width: 100px;
  background-color: #2FA800;
  display: inline-block;
  color: #FFF;
  line-height: 20px;
  padding: 2px 6px 2px 6px;
  font-size: 14px;
  text-align: center;
}

div.sub_area {
  margin: 0 0 10px 0;
  border-top: 2px solid #2FA800;
  padding: 10px 0 10px 8px;
  display: block;
}

div.cell_block {
  display: table-cell;
  width: 470px;
  vertical-align: top;
}

div.cell_block_blank {
  display: table-cell;
  width: 24px;
}

div.one_block {
  display: inline-block;
  line-height: 20px;
  padding: 2px;
}

div.hidden {
  display: none;
}

label.b_label {
  padding: 2px 10px 0;
  background-color: #2FA800;
  color: #ffffff;
}

div.button_area {
  display: flex;
  margin: 10px 20px;
  line-height: 50px;
}

div.button_in_area_l {
  width: 20%;
  text-align: left;
}

div.button_in_area_r {
  width: 80%;
  text-align: right;
}

div.title_area {
  display: flex;
  width: 100%;
}

div.title_area_l {
  width: 500px;
  text-align: left;
}

div.title_area_r {
  width: 460px;
  text-align: right;
}

div.right {
  text-align: right;
}

.title_area_r li a {
  display: block;
}

.title_area_r li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/link_mark_s.gif");
  margin-right: 2px;
}

div.link_area {
  display: flex;
}

div.link_area ul {
  margin: 0;
}

div.link_area_l {
  width: 500px;
  text-align: left;
}

div.link_area_r {
  width: 480px;
  text-align: right;
}

.link_area_r li a {
  display: block;
}

.link_area_r li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/link_mark_s.gif");
  margin-right: 2px;
}

div.button_in_area_c {
  width: 100%;
  text-align: center;
}

div.button_area input[type=button],
div.button_area input[type=submit] {
  height: 41px;
  font-size: 120%;
  margin-left: 10px;
  padding: 6px 10px;
  min-width: 150px;
}

input[type=button].btn_big,
input[type=submit].btn_big {
  height: 41px;
  font-size: 120%;
  margin-left: 10px;
  padding: 6px 10px;
  min-width: 150px;
}

input[type=button].btn_dl,
input[type=submit].btn_dl {
  min-width: 100px;
  background-color: #2FA800;
  display: inline-block;
  color: #FFF;
  line-height: 20px;
  padding: 2px 6px 2px 6px;
  font-size: 14px;
  text-align: center;
}

.paging {
  clear: both;
  color: #000;
  font-size: 80%;
  margin: 5px 0 10px 0;
}

.paging .current, .paging .disabled, .paging a {
  color: #000;
  text-decoration: none;
}

.paging span {
  background-color: #EAF3EE;
  border: 1px solid #B9B9B9;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 1px;
  padding: 2px 4px;
  text-align: center;
  width: 22px;
  cursor: pointer;
}

.paging span:hover {
  background-color: #FFCCCC;
  color: #fff;
}

.paging .disabled {
  background-color: #72727f;
  color: #ccc;
  cursor: default;
}

.paging .disabled:hover {
  background-color: #72727f;
  color: #ccc;
}

.paging .current {
  background-color: #E5E5FF;
  color: #000;
  font-weight: bold;
  cursor: default;
}

.paging .current:hover {
  background-color: #E5E5FF;
  color: #000;
}

table.b_line {
  line-height: 24px;
  text-align: left;
}

table.b_line textarea {
  line-height: 18px;
}

table.b_line input {
  line-height: 12px;
}

table.b_line th {
  background-image: url("../img/blue_th_mark.gif");
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 0 0 15px;
  text-align: left;
}

table.b_line th.no_mark {
  background-image: none;
  padding: 0 0 0 15px;
  text-align: left;
}

table.b_line td {
  padding: 1px;
}

table.b_line td input[type="text"],
table.b_line td input[type="checkbox"] {
  margin: 0 5px;
}

table.b_line td select {
  margin: 0 5px;
}

table.b_line th.required {
  background-image: url("../img/hissu.gif");
  background-repeat: no-repeat;
  padding: 0;
  background-position: right;
}

th.required {
  background-image: url("../img/hissu.gif");
  background-repeat: no-repeat;
  background-position: right 2px;
}

table.b_line th.no_required {
  background-image: url("../img/ninni.gif");
  background-repeat: no-repeat;
  padding: 0;
  background-position: right;
}

th.no_required {
  background-image: url("../img/ninni.gif");
  background-repeat: no-repeat;
  background-position: right 2px;
}

div.policy {
  text-align: right;
  margin-top: 20px;
}

/** 汎用 **/
div.indent {
  padding: 0 0 0 10px;
}
div.div_indent {
  padding: 0 0 0 10px;
  min-height: 150px;
}

div.div_blue {
  border: 1px solid #0000ff;
  padding: 5px 10px;
}

.f_left {
  padding: 10px 0 0 0;
  float: left;
}

.f_right {
  padding: 10px 0 0 0;
  float: right;
}

.text-right {
  text-align: right;
  padding: 0 10px 0 0;
}

.text-left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.float_space_10 {
  float: left;
  padding: 5px;
}

.float_space_80 {
  float: left;
  padding: 40px;
}

br.clear {
  clear: both;
}

span.mark {
  background-image: url("../img/link_mark_s.gif");
  background-repeat: no-repeat;
  background-position: 3px;
  center;
  padding: 0 0 0 16px;
}

a.link {
  background-image: url("../img/link_mark.gif");
  background-repeat: no-repeat;
  background-position: 3px;
  center;
  padding: 0 0 0 12px;
}

.f_red {
  color: #ff0000;
}

.f_blue {
  color: #0000ff;
}

.f_black {
  color: #000000;
}

.f_red_b {
  color: #ff0000;
  font-weight: bold;
}

.bk_yellow {
  background-color: yellow;
}

textarea.comment {
  width: 400px;
  height: 120px;
}

textarea.read_only {
  background-color: #ffffff;
}

th a.asc:after {
  content: "▲";
  font-size: 80%;
}

th a.desc:after {
  content: "▼";
  font-size: 80%;
}

.min_area {
  margin: 0;
  text-align: right;
}

div.line_bl {
  border: 1px solid #5c5c5c;
}

/** 入力用テーブル **/
table.input_tab {
  line-height: 24px;
}

table.input_tab textarea {
  line-height: 18px;
}

table.input_tab th {
  border: 1px solid #5c5c5c;
  background-color: #D7F4BE;
  text-align: left;
  font-weight: normal;
  padding: 1px 4px;
}

table.input_tab th.input_head {
  background-color: #D7F4BE;
  text-align: left;
  font-weight: bold;
}

table.input_tab td {
  border: 1px solid #5c5c5c;
  padding: 1px 4px;
}

table.input_tab td.subth {
  background-color: #fff2e6;
}

table.input_tab td.center {
  text-align: center;
}

table.input_tab th.bl {
  border: none;
  background-color: inherit;
}

table.input_tab td.bl {
  border: none;
  background-color: inherit;
}

table.input_tab td.r_none {
  border-right: none;
}

table.input_tab td.l_none {
  border-left: none;
}

/** 入力用テーブル END**/
/** 検索用テーブル **/
table.search_area {
  border-collapse: collapse;
  line-height: 14px;
}

table.search_area th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #D7F4BE;
  border: 1px solid #7f9db9;
  font-weight: normal;
}

table.search_area td {
  border: 1px solid #5c5c5c;
  padding: 15px 20px 10px 20px;
  text-align: center;
}

table.search {
  border-collapse: collapse;
  line-height: 14px;
}

table.search th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #D7F4BE;
  border: 1px solid #5c5c5c;
}

table.search td {
  padding: 1px 4px;
  text-align: left;
  border: 1px solid #5c5c5c;
}

div.result_head {
  display: flex;
}

div.result_head_count {
  width: 20%;
  text-align: left;
}

div.result_head_page {
  width: 80%;
  text-align: right;
}

table.mail_send {
  border-collapse: collapse;
  line-height: 14px;
}

table.mail_send th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #D7F4BE;
  border: 1px solid #5c5c5c;
  font-weight: bold;
}

table.mail_send td {
  padding: 1px 4px;
  text-align: left;
  border: 1px solid #5c5c5c;
}

table.search_result td {
  text-align: center;
}

table.search_result tr:nth-child(2n) {
  background-color: #ebedf9;
}

/** 2段用 **/
table.search_result2 tr:nth-child(4n),
table.search_result2 tr:nth-child(4n-1) {
  background-color: #ebedf9;
}

table.search td.bl {
  border: none;
  background-color: inherit;
}

/** 検索用テーブル END**/
/** 読取専用テーブル **/
table.read_tab {
  line-height: 24px;
}

table.read_tab th {
  border: 1px solid #5c5c5c;
  background-color: #cef5ab;
  text-align: center;
  font-weight: normal;
}

table.read_tab td {
  border: 1px solid #5c5c5c;
  padding-left: 4px;
}

table.read_tab td.center {
  text-align: center;
}

table.read_tab td.subth {
  background-color: #e4ebff;
}

/** 読取専用テーブル END**/
/** モーダル専用テーブル **/
table.modal_tab {
  line-height: 24px;
}

table.modal_tab th {
  border: 1px solid #5c5c5c;
  background-color: #D7F4BE;
  text-align: center;
  font-weight: normal;
  padding-left: 4px;
}

table.modal_tab td {
  background-color: #ffffff;
  border: 1px solid #5c5c5c;

  padding-left: 4px;
}

div.modal_back {
  border-radius: 6px;
  padding: 10px;
}

div.modal_block_1 {
  margin-top: 15px;
  background-color: #abe344;
  padding: 6px;
  margin-bottom: 5px;
}

div.modal_block_2 {
  padding: 2px;
  margin-bottom: 5px;
  border: 1px solid #19b408;
  border-radius: 3px;
}

/** モーダル専用テーブル END**/
/** ログアウト**/
div.logout {
  background-image: url("../img/bg_logout.gif");
  background-repeat: no-repeat;
  font-size: 120%;
  height: 340px;
  margin: 30px auto 0 auto;
  width: 700px;
}

div.logout p {
  padding: 140px 0 0 300px;
}

/** ログアウト END**/
/** エラー **/
div.sys_error {
  background-image: url("../img/bg_error.gif");
  background-repeat: no-repeat;
  font-size: 120%;
  height: 340px;
  margin: 30px auto 0 auto;
  width: 752px;
}

div.sys_error div.msg {
  position: relative;
  top: 50px;
  left: 64px;
  width: 400px;
}

/** エラー END**/

/** サーバー時刻変更時 */
.virtual_time {
	position: fixed;
	top: 4px;
	left: 5px;
	z-index: 99;
	background-color: yellow;
	cursor: pointer;
}

select.ui-datepicker-year{
  height: 2em!important;      /* 高さ調整 */
  margin-right:5px!important; /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
  color:#333!important;
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
  height: 2em!important;      /* 高さ調整 */
  margin-left:5px!important;  /* 「年」との余白設定 */
  width:60px!important;       /* 幅調整 */
  color:#333!important;
}
