@charset "utf-8";

@import
  url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap&subset=japanese')
  ;

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,
  textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ul, ol, li {
  list-style: none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body {
  /*font:13px/1.231 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
  font-size: 16px;
  *font-size: small; /* IE用 */
  *font: x-small; /* IE 互換モード用 */
  background: #f7f7f7;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93%
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*　↓リンクに対する共通設定↓　*/
a {
  /* text-decoration:none; */
  color: #595757;
  text-decoration: underline;
}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup {
  margin: 0;
  padding: 0;
  display: block;
}

/*　↓float解除用「clearfix」↓　*/
.clearfix:after { /*for modern browser*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1; /*for IE 5.5-7*/
}

.clear {
  clear: both;
}

.f_left {
  display: block;
  float: left;
}

.f_right {
  display: block;
  float: right;
}

/* jpgrid */
.ui-jqgrid, .ui-jqgrid .ui-jqgrid-view, .ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-pg-input {
  font-size: 13px;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}

.ui-jqgrid tr.ui-row-ltr td input, .ui-jqgrid tr.ui-row-ltr td select {
  font-size: 13px;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}

.ui-jqdialog {
  font-size: 13px;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #fbf8e9 none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #444;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
  .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  font-weight: bold;
}

.ui-jqgrid .ui-jqgrid-htable th {
  height: 40px;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  margin-top: 0;
}

.ui-jqgrid tr.jqgrow td {
  height: 23px;
}

/* w2ui */
.w2ui-reset table tr th, .w2ui-reset table tr td {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
  font-size: 13px;
  color: #333;
}

/*必須・検索マーク*/
.mark_required:before {
  top: 0;
  right: 0;
  content: "*";
  color: #f65a69;
}

.mark_white:before {
  top: 0;
  right: 0;
  content: "*";
  color: white;
}

.mark_find:after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "*";
  color: #02a4f5;
}
/*明細用 必須・検索マーク*/
.hd_mark_required:before {
  position: absolute;
  top: 0;
  right: -10px;
  content: "*";
  color: #f65a69;
}

.hd_mark_find:after {
  position: absolute;
  top: 7px;
  right: -10px;
  content: "*";
  color: #02a4f5;
}

/*datepicker*/
button.ui-datepicker-trigger {
  display: none;
}

.ui-datepicker {
  z-index: 900 !important;
}

.error {
  background: #F4D4D8 !important;
}

.dummy {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.common-edit-baserow {
  display: none;
}

/* 上へ戻るボタンスタイル  */
#img_returnTop {
  position: fixed;
  z-index: 2000;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  display: none;
  opacity: 0.7;
}

#img_returnTop:hover {
  cursor: pointer;
  opacity: 1;
}

/* 印刷時の不要項目非表示  */
@MEDIA print {
  header, footer {
    display: none;
  }
  #img_returnTop {
    display: none;
  }
}

/* カレンダーの選択された日付のスタイル */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
  .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #ffffe0;
}

/* 右寄せスタイル */
.right {
  text-align: right;
}

/* エラーメッセージスタイル */
.global_message {
  color: #fff;
  background-color: #f65a69;
  padding: 5px;
  border-radius: 3px;
}

input, select, textarea {
  font-size: 100%;
}

input, select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

input {
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input {
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bbs_deepblue {
  color: #0093ee;
}

.bbs_deepblue {
  color: 19B6ff;
}

.bbs_lightblue {
  color: 19B6ff;
}

.bbse_white {
  color: #f7f8f8;
}

.bbs_border {
  color: #009be2;
  border-width: 7px;
}

#header .logo img {
  width: 250px;
  height: auto;
}

header h1 {
  line-height: 1;
}

/* a {
  color: #595757;
  text-decoration: none;
} */
a:hover, a:hover img {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  text-decoration: underline;
  color: #0093ee;
}

a.btn:hover {
  text-decoration: none;
}

#main {
  /* width: 1180px; */ //
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  -moz-box-shadow: 2px 2px 3px #b7b7b7;
  -webkit-box-shadow: 2px 2px 3px #b7b7b7;
  box-shadow: 2px 2px 3px #b7b7b7;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}