@charset "UTF-8";
/* --------------------------------------------------------------
    base
-------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  font-size: inherit; }

/* --------------------------------------------------------------
base
-------------------------------------------------------------- */
body {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #064a7f;
  font-family: arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ,sans-serif;
  font-size: 12px;
  text-align: center; }

ul, li, h1, h2, h3, h4, h5, dl, dt, dd, a, img, div, p, form, input {
  margin: 0;
  padding: 0; }

img, div {
  display: block;
  border: 0; }

li {
  list-style: none; }

a {
  color: #000;
  cursor: pointer; }

input {
  color: #333; }

input[type="button"],
input[type="submit"] {
  cursor: pointer;
  font-family: arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ,sans-serif; }

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset !important; }

code {
  background: #333;
  color: #fff;
  display: block;
  padding: 10px; }

.alt {
  display: none; }

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* --------------------------------------------------------------
    layout
-------------------------------------------------------------- */
/* contents
----------------------------------------------------*/
#contents {
  background: url(../images/common/bg.jpg) 0 -94px repeat-x #e4e4e4; }

.content_wrap {
  text-align: left;
  padding: 25px 33px 0;
  box-sizing: border-box; }

/* footer
----------------------------------------------------*/
#footer {
  background: url(../images/common/bg_footer.jpg) 0 0 repeat-x #e4e4e4;
  height: 65px;
  width: 100%; }

#footer p {
  padding: 18px 8px 0 0;
  width: 950px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  font-size: 10px; }

#footer p img {
  float: right; }

/* header
----------------------------------------------------*/
#header {
  height: 94px;
  width: 100%; }

#header h1 {
  width: 1040px;
  margin: 0 auto;
  padding: 4px 0 14px 18px;
  height: 43px;
  text-align: left; }

#header h1 img {
  width: 240px; }

#header h1 span {
  display: block;
  visibility: hidden;
  width: 246px;
  height: 33px; }

#header div.menu {
  width: 950px;
  margin: 0 auto;
  padding: 0x 0 0 18px;
  text-align: left; }

#header div.menu h2 {
  text-align: left;
  color: #fff;
  font-size: 14px;
  float: left;
  margin: 8px 0 0 15px;
  padding-top: 1px; }

#header div.menu p {
  float: right;
  color: #999;
  font-size: 12px;
  padding: 8px 0 0 0;
  font-weight: bold; }

#header div.menu p span {
  color: #fff; }

#header div.menu a {
  color: #fff; }

/* header
----------------------------------------------------*/
#main {
  width: 950px;
  background: url(../images/common/bg_main.jpg) 0 0 repeat-x #fff;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  margin: 0 auto;
  padding: 0 0 20px 0;
  min-height: 500px;
  word-break: break-all; }
  #main .is-hidden {
    display: none; }

#main p.pankuzu {
  width: 900px;
  background: url(../images/common/line.gif) left bottom repeat-x;
  margin: 0 0 0 25px;
  padding: 10px 0;
  text-align: left;
  color: #064a7f; }

/* modal
----------------------------------------------------*/
#modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-out 0s, visibility .0s ease-out .2s;
  word-break: break-all; }
  #modal.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out 0s; }
  #modal .is-hidden {
    display: none; }
  #modal * {
    box-sizing: border-box; }

#modal .modal_content {
  background: url(../images/common/bg_main.jpg) 0 0 repeat-x #fff;
  width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  border-radius: 8px;
  padding: 20px; }

#modal .modal_body {
  overflow: auto;
  height: 460px;
  padding: 0 15px;
  margin: 10px 0;
  position: relative; }

#modal p.pankuzu {
  background: url(../images/common/line.gif) left bottom repeat-x;
  text-align: left;
  padding-bottom: 10px; }

/* table */
#modal th.no01 {
  width: 35px; }

#modal th.no02 {
  min-width: 210px; }

#modal th.no03 {
  min-width: 210px; }

#modal th.no04 {
  width: 310px; }

#modal td textarea {
  border: solid 1px #999;
  width: 100%;
  height: 50px; }

#modal td.memo textarea {
  border: solid 1px #999;
  width: 100%;
  height: 70px; }

#modal td.memo .confirm_value + p {
  display: none; }

#modal td.memo p {
  text-align: left; }

#modal td audio {
  display: block;
  margin-bottom: 5px;
  display: block;
  width: 300px;
  height: 32px; }

.modal_message {
  margin: 100px 0;
  font-size: 15px; }

.modal_loading {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px; }
  .modal_loading span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #085086;
    transform: scale(0.2, 0.2); }
    .modal_loading span:nth-last-child(1) {
      animation: loadingC .6s .1s linear infinite; }
    .modal_loading span:nth-last-child(2) {
      animation: loadingC .6s .2s linear infinite; }
    .modal_loading span:nth-last-child(3) {
      animation: loadingC .6s .3s linear infinite; }

@keyframes loadingC {
  0 {
    transform: scale(0.2, 0.2); }
  50% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0.2, 0.2); } }

.modal_error {
  margin: 10px 0;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  background-color: #fff5f5;
  border: 1px solid #ffbdbd;
  color: red;
  border-radius: 6px;
  padding: 20px; }

body.modal-open {
  overflow: hidden;
  height: 100vh; }

/* --------------------------------------------------------------
    component
-------------------------------------------------------------- */
/* btn
----------------------------------------------------*/
.btn-flame, .btn-flame_s, .btn-default, .btn-default_s {
  line-height: 1;
  background: #d1d1d1;
  background: linear-gradient(#ffffff 0%, #d1d1d1 100%);
  border: 1px solid #999999;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap; }
  .btn-flame:hover, .btn-flame_s:hover, .btn-default:hover, .btn-default_s:hover {
    background: #a7a7a7;
    background: linear-gradient(#c5c5c5 0%, #a7a7a7 100%);
    color: #fff; }

.btn-flame {
  font-size: 12px;
  padding: 7px 15px;
  font-weight: bold; }

.btn-flame_s {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px; }

.btn-default {
  font-size: 12px;
  padding: 7px 15px;
  font-weight: bold;
  color: #666; }

.btn-default_s {
  font-size: 11px;
  padding: 5px 10px;
  color: #666;
  border-radius: 5px;
  white-space: nowrap; }

/* primary */
.btn-primary, .btn-primary_s {
  line-height: 1;
  background: #fdcfad;
  background: linear-gradient(#ffffff 0%, #fdcfad 100%);
  border: 1px solid #f8a967;
  border-radius: 6px;
  color: #da6600;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap; }
  .btn-primary:hover, .btn-primary_s:hover {
    background: #d96802;
    background: linear-gradient(#f98b34 0%, #d96802 100%);
    border-color: #e0700e;
    color: #fff;
    transition: background 0.4s; }

.btn-primary {
  font-size: 12px;
  padding: 7px 15px;
  font-weight: bold; }

.btn-primary_s {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px; }

/* white */
.btn-white, .btn-white_s {
  line-height: 1;
  background: #fff;
  background: linear-gradient(#ffffff 0%, #fcfcfc 100%);
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap; }
  .btn-white:hover, .btn-white_s:hover {
    background: #fff;
    background: linear-gradient(#c5c5c5 0%, #a7a7a7 100%);
    color: #fff; }

.btn-white {
  font-size: 12px;
  padding: 7px 15px;
  font-weight: bold;
  color: #333; }

.btn-white_s {
  font-size: 11px;
  padding: 4px 4px;
  border-radius: 4px; }

/* btn-add */
.btn-add {
  background-image: url("../images/common/bt_plus.gif");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block; }

.btn-delete {
  background-image: url("../images/common/bt_delete.gif");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block; }

/* btn-area */
.bt_delete_area {
  margin: 10px 0 15px; }
  .bt_delete_area input, .bt_delete_area p {
    display: inline-block; }
  .bt_delete_area input {
    margin-right: 10px; }

.bt_area {
  text-align: center;
  clear: both;
  margin-top: 20px; }

.bt_area_vertical {
  text-align: center;
  clear: both;
  margin-top: 20px; }
  .bt_area_vertical [class*="btn-"] {
    display: block;
    width: 160px;
    margin: 0 auto 15px; }
    .bt_area_vertical [class*="btn-"]:last-child {
      margin-bottom: 0; }

.bt_add_area {
  text-align: right;
  margin-top: 10px; }
  .bt_add_area [class*="btn-"] {
    width: 35px; }

[class*="btn-"].is-disable {
  pointer-events: none;
  background: #ddd;
  opacity: 0.6;
  border: 1px solid #999999;
  color: #666; }

[class*="btn-"].is-hidden {
  opacity: 0;
  pointer-events: none; }

/* datePicker
----------------------------------------------------*/
table.jCalendar {
  border: 1px solid #666;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px; }

table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px; }

table.jCalendar td {
  background: #ddd;
  color: #000;
  padding: 3px 5px;
  text-align: center; }

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa; }

table.jCalendar td.today {
  background: #666;
  color: #fff; }

table.jCalendar td.selected {
  background: #f66;
  color: #fff; }

table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff; }

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000; }

table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff; }

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888; }

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888; }

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em; }

div#dp-popup {
  position: absolute;
  z-index: 199; }

div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0; }

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block; }

a#dp-close:hover {
  text-decoration: underline; }

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0; }

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px; }

div.dp-popup div.dp-nav-prev a {
  float: left; }

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer; }

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default; }

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px; }

div.dp-popup div.dp-nav-next a {
  float: right; }

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa; }

div.dp-popup td {
  cursor: pointer; }

div.dp-popup td.disabled {
  cursor: default; }

/* form
----------------------------------------------------*/
.flame textarea,
.table_flame textarea,
.tb_default textarea,
.tb_status textarea {
  font-size: 12px; }

.flame input[type="text"],
.flame input[type="password"],
.flame select,
.table_flame input[type="text"],
.table_flame input[type="password"],
.table_flame select,
.tb_default input[type="text"],
.tb_default input[type="password"],
.tb_default select,
.tb_status input[type="text"],
.tb_status input[type="password"],
.tb_status select {
  padding: 1px 2px;
  border-radius: 1px;
  color: #333;
  line-height: 1;
  height: 22px;
  box-sizing: border-box;
  vertical-align: top; }

.flame input,
.flame label,
.table_flame input,
.table_flame label,
.tb_default input,
.tb_default label,
.tb_status input,
.tb_status label {
  vertical-align: middle; }

.flame input[type="text"].w01,
.table_flame input[type="text"].w01,
.tb_default input[type="text"].w01,
.tb_status input[type="text"].w01 {
  width: 115px; }

.flame input[type="text"].w02,
.table_flame input[type="text"].w02,
.tb_default input[type="text"].w02,
.tb_status input[type="text"].w02 {
  width: 90px; }

.flame input[type="text"].w03,
.table_flame input[type="text"].w03,
.tb_default input[type="text"].w03,
.tb_status input[type="text"].w03 {
  width: 150px; }

.flame input[type="text"].w04,
.table_flame input[type="text"].w04,
.tb_default input[type="text"].w04,
.tb_status input[type="text"].w04 {
  width: 200px; }

.flame input[type="text"].w05,
.table_flame input[type="text"].w05,
.tb_default input[type="text"].w05,
.tb_status input[type="text"].w05 {
  width: 300px; }

.flame input[type="text"].w06,
.table_flame input[type="text"].w06,
.tb_default input[type="text"].w06,
.tb_status input[type="text"].w06 {
  width: 40px; }

.flame input[type="text"]:disabled,
.table_flame input[type="text"]:disabled,
.tb_default input[type="text"]:disabled,
.tb_status input[type="text"]:disabled {
  opacity: 0.6;
  background: #ddd; }

.flame input[type="checkbox"] + span,
.flame input[type="radio"] + span,
.table_flame input[type="checkbox"] + span,
.table_flame input[type="radio"] + span,
.tb_default input[type="checkbox"] + span,
.tb_default input[type="radio"] + span,
.tb_status input[type="checkbox"] + span,
.tb_status input[type="radio"] + span {
  display: inline-block;
  margin-left: 5px; }

.flame input[readonly="readonly"],
.table_flame input[readonly="readonly"],
.tb_default input[readonly="readonly"],
.tb_status input[readonly="readonly"] {
  opacity: 0.7; }

.flame .description,
.table_flame .description,
.tb_default .description,
.tb_status .description {
  text-align: left;
  margin-top: 5px;
  color: #666; }
  .flame .description p,
  .table_flame .description p,
  .tb_default .description p,
  .tb_status .description p {
    position: relative;
    padding-left: 1.3em; }
    .flame .description p:before,
    .table_flame .description p:before,
    .tb_default .description p:before,
    .tb_status .description p:before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

.tb_default input[type="text"] {
  width: 100%; }

/* tb_scroll
----------------------------------------------------*/
.mac .table_area::-webkit-scrollbar {
  height: 12px; }

.mac .table_area::-webkit-scrollbar-track {
  border-radius: 0;
  background: #fff; }

.mac .table_area::-webkit-scrollbar-thumb {
  background: #666;
  border: 3px solid #fff;
  border-radius: 15px; }

.tb_scroll {
  background-color: #e7e7e7;
  position: relative;
  height: 20px;
  margin-top: -20px;
  overflow: hidden;
  display: none;
  border: 1px solid #ddd; }
  .tb_scroll .tb_scroll_bar {
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px; }
  .tb_scroll.is-fixed {
    position: fixed;
    width: 884px;
    bottom: 0;
    left: 0; }
  .tb_scroll.is-active {
    display: block; }

/* title
----------------------------------------------------*/
.tit_circle {
  font-size: 15px;
  padding: 0 0 0 22px;
  margin-bottom: 10px;
  background: url(../images/common/tit_circle.png) left top no-repeat;
  text-align: left;
  height: 17px;
  line-height: 1; }

/* --------------------------------------------------------------
    module
-------------------------------------------------------------- */
/* 日付入力 */
a.dp-choose-date {
  display: inline-block;
  margin-left: -2px;
  height: 18px;
  width: 52px;
  text-decoration: none;
  background-image: url(../images/common/bt_date.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px; }

a.dp-choose-date:hover {
  background-position: 0 -18px; }

table.jCalendar {
  border: 1px solid #666;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px; }

table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px; }

table.jCalendar td {
  background: #ddd;
  color: #000;
  padding: 3px 5px;
  text-align: center; }

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa; }

table.jCalendar td.today {
  background: #666;
  color: #fff; }

table.jCalendar td.selected {
  background: #f66;
  color: #fff; }

table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff; }

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000; }

table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff; }

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888; }

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888; }

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em; }

div#dp-popup {
  position: absolute;
  z-index: 199; }

div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0; }

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block; }

a#dp-close:hover {
  text-decoration: underline; }

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0; }

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px; }

div.dp-popup div.dp-nav-prev a {
  float: left; }

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer; }

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default; }

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px; }

div.dp-popup div.dp-nav-next a {
  float: right; }

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa; }

div.dp-popup td {
  cursor: pointer; }

div.dp-popup td.disabled {
  cursor: default; }

/* bt_delete_area */
#main div.bt_delete_area {
  margin: 10px auto 15px;
  width: 884px; }

#main div.bt_delete_area div.left_block {
  float: left; }

#main div.bt_delete_area div.left_block input {
  float: left;
  margin: 0 10px 0 0; }

#main div.bt_delete_area div.left_block p {
  float: left;
  padding: 5px 0 0;
  color: red; }

/* error
----------------------------------------------------*/
.error_area {
  display: none;
  padding: 20px;
  margin: 0 auto 30px;
  width: 600px;
  background-color: #fff5f5;
  border: 1px solid #ffbdbd;
  color: red;
  border-radius: 6px; }
  .error_area.is-active {
    display: block; }

/* flame
----------------------------------------------------*/
.flame {
  text-align: center;
  margin-bottom: 25px; }

.flame .inner {
  max-width: 800px;
  min-width: 420px;
  text-align: left;
  display: inline-block;
  border-radius: 10px;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 30px 35px;
  background: url(../images/logdata/common/flame_bg_top.png) 0 top repeat-x, url(../images/logdata/common/flame_bg_bottom.png) 0 bottom repeat-x #075087; }
  .flame .inner h3, .flame .inner .line_wrap {
    text-align: left; }
  .flame .inner .tit_circle {
    font-size: 16px;
    height: 16px; }
  .flame .inner label {
    font-weight: bold;
    padding: 2px 0 0 0;
    text-align: left; }
    .flame .inner label.first {
      margin-right: 8px;
      white-space: nowrap;
      display: block;
      float: left;
      width: 90px; }
    .flame .inner label.w110 {
      width: 110px; }
  .flame .inner .line_wrap {
    margin-bottom: 20px; }
    .flame .inner .line_wrap:last-of-type {
      margin-bottom: 0; }
      .flame .inner .line_wrap:last-of-type .line:last-of-type {
        padding-bottom: 0; }
  .flame .inner .line {
    padding: 0 0 10px 0;
    zoom: 1; }
    .flame .inner .line:after {
      content: "";
      display: block;
      clear: both; }
    .flame .inner .line strong {
      display: inline-block;
      text-align: right;
      margin-right: 10px; }
  .flame .inner > .line:last-child {
    padding-bottom: 0; }
  .flame .inner .bt_area .btn-flame {
    width: 120px; }

.flame .inner input.txt01 {
  width: 115px;
  margin: 0 15px 0 0; }

.flame .inner input.txt02 {
  width: 70px;
  margin: 0 5px 0 0; }

.flame .inner input.txt03 {
  width: 150px; }

.flame .inner .bt_area {
  text-align: center; }

.flame .inner input.bt01 {
  margin: 0 auto 10px auto; }

.flame .line p {
  display: inline;
  margin: 0 15px 0 0; }
  .flame .line p:last-child {
    margin-right: 0; }

/* line_option */
.add_parent > .line_option label.first {
  visibility: hidden; }

.add_parent > .line_option:last-child .line_option_direction {
  display: none; }

.add_parent > .line_option:first-child label.first {
  visibility: visible; }

.line_option_direction {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.line_option_body {
  display: inline-block; }
  .line_option_body .btn-add, .line_option_body .btn-delete {
    vertical-align: middle; }

/* toggle_button */
a.toggle_button {
  background-image: url("../images/logdata/common/bt_search_close.jpg");
  width: 720px;
  height: 18px;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
  margin-top: 10px; }

a.t_close {
  background-image: url("../images/logdata/common/bt_search_open.jpg"); }

/* graph
----------------------------------------------------*/
.graph-area p.graph_title {
  font-weight: bold;
  font-size: 14px;
  color: #085086; }

.graph-area table.tota_list_table {
  width: 300px;
  border: 1px #000 solid;
  border-collapse: collapse;
  border-spacing: 0; }

.graph-area table.tota_list_table th,
.graph-area table.tota_list_table td {
  padding: 5px;
  border: 1px #000 solid; }

.graph-area {
  margin: 10px auto 15px;
  width: 884px;
  text-align: left; }

/* list_option
----------------------------------------------------*/
.list_option {
  margin-top: -5px;
  margin-bottom: 15px; }
  .list_option > * {
    display: inline-block;
    margin-right: 15px; }
  .list_option input[type=checkbox] {
    margin-right: 5px; }
  .list_option .legend_play {
    margin-top: 5px; }
    .list_option .legend_play span {
      display: inline-block;
      margin-right: 5px; }
      .list_option .legend_play span img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 5px; }
  .list_option .autoup label {
    padding-right: 22px;
    position: relative;
    left: -3px; }
    .list_option .autoup label:after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      right: 0;
      width: 18px;
      height: 18px;
      background: url(../images/common/updata.png) 0 0 no-repeat;
      opacity: 0.3;
      transition: opacity 0.1s; }
  .list_option .autoup input:checked + label:after {
    opacity: 1;
    transition: opacity 0.2s;
    animation: spin 5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-in; }
  43% {
    transform: rotate(120deg);
    animation-timing-function: ease-out; }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

/* navi
----------------------------------------------------*/
.navi_area {
  width: 884px;
  margin: 10px auto 15px auto; }

.navi_area .left_block {
  float: left; }

.navi_area .left_block > * {
  float: left;
  margin: 0 15px 0 0; }

.navi_area .left_block label {
  margin-top: 5px; }

.navi_area .left_block label input {
  margin-right: 5px; }

.navi_area .right_block p {
  float: left;
  padding: 0 15px 0 0; }

.navi_area .right_block {
  float: right;
  padding: 5px 0 0 0; }

.navi_area .right_block {
  display: inline; }

.navi_area .right_block .before, .navi_area .right_block .number {
  padding: 0 5px 0 0; }

.navi_area .right_block a {
  background: url(../../images/list/bg_list.jpg) 0 0 repeat-x #fff;
  border: solid 1px #c9cfcf;
  padding: 2px;
  text-decoration: none;
  color: #666; }

/* for IE6 */
* html .navi_area .right_block a {
  padding: 1px; }

.navi_area .right_block a:hover, .navi_area .right_block a.active {
  background: url(../../images/list/bg_list_a.jpg) 0 0 repeat-x #093d61;
  border: solid 1px #042d4a;
  padding: 2px;
  text-decoration: none;
  color: #fff; }

* html .navi_area .right_block a:hover, * html .navi_area .right_block a.active {
  padding: 1px; }

/* navi_area
----------------------------------------------------*/
.navi_area {
  margin: 15px auto 15px auto; }

.navi_area .left_block > * {
  float: left; }

.navi_area .left_block input {
  margin: 0 10px 0 0; }

.navi_area .right_block > * {
  float: right; }

.navi_area .right_block {
  display: inline; }

.navi_area .page {
  font-family: arial; }
  .navi_area .page > * {
    float: left; }
  .navi_area .page .before,
  .navi_area .page .number {
    padding: 0 5px 0 0; }
  .navi_area .page a {
    padding: 2px;
    text-decoration: none;
    margin-left: 2px; }
  .navi_area .page .number {
    margin: 0 3px; }

/* for IE6 */
* html .navi_area .right_block a {
  padding: 1px; }

.navi_area .right_block a:hover, .navi_area .right_block a.active {
  padding: 2px;
  text-decoration: none;
  color: #fff; }

* html .navi_area .right_block a:hover, * html .navi_area .right_block a.active {
  padding: 1px; }

/* result_title
----------------------------------------------------*/
.result_title {
  background: url(../../images/list/result_title_bg.gif) 0 0 no-repeat;
  height: 41px;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .result_title > * {
    vertical-align: middle;
    box-sizing: border-box; }

.result_title h3 {
  padding: 0;
  font-size: 16px;
  padding-left: 36px; }

.result_title .right_block {
  margin-left: auto;
  margin-right: 7px; }

.result_title div.right_block select {
  background: url(../images/common/txt_bg.jpg) 0 0 repeat-x;
  border: solid 1px #fff; }

/* tab
----------------------------------------------------*/
.tab_area {
  height: 45px;
  background-repeat: x-repeat; }

.tab_area ul {
  margin-left: 35px; }

.tab_area li {
  display: inline;
  float: left;
  margin-right: 10px;
  line-height: 37px; }

.tab_area a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-top: 8px;
  width: 139px;
  height: 37px; }

.tab_area a:hover {
  color: #FFF; }

.tab_area a.select {
  color: #085086; }

.tab_area span {
  margin-bottom: 100px; }

/* table
----------------------------------------------------*/
.table_area.is-fittable {
  overflow-y: hidden;
  overflow-x: auto; }

.table_area .tb_default {
  min-width: 100%; }

.tb_default {
  min-width: 100%;
  width: 100%;
  background: #fff;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  text-align: center;
  border-collapse: collapse; }
  .tb_default * {
    box-sizing: border-box; }
  .tb_default.nowrap {
    white-space: nowrap; }
    .tb_default.nowrap th, .tb_default.nowrap td {
      white-space: nowrap; }
  .tb_default tbody tr:nth-child(even) {
    background: #efefef; }
  .tb_default th {
    background: #085086;
    color: #fff;
    padding: 5px;
    border-right: solid 1px #999;
    white-space: nowrap; }
  .tb_default th input {
    vertical-align: middle; }
  .tb_default td {
    padding: 6px;
    border-right: solid 1px #999; }
    .tb_default td.logdata, .tb_default td.contract, .tb_default td.left {
      text-align: left; }
    .tb_default td.date, .tb_default td.bt, .tb_default td.nowrap {
      white-space: nowrap; }
    .tb_default td.memo {
      text-align: left; }
      .tb_default td.memo p {
        width: 240px; }
    .tb_default td.bt [class*="btn-"] {
      margin: auto; }
    .tb_default td label {
      margin-right: 5px; }
      .tb_default td label:last-child {
        margin-right: 0; }
    .tb_default td.center {
      text-align: center; }
    .tb_default td.right {
      text-align: right; }
  .tb_default.delete_lastonly td.bt {
    white-space: nowrap; }
  .tb_default.delete_lastonly td.bt input {
    display: none; }
  .tb_default.delete_lastonly tr:last-child td.bt input {
    display: block; }
  .tb_default.vertical {
    border-top: 1px solid #999;
    border-left: 1px solid #999; }
    .tb_default.vertical th {
      padding: 10px 8px;
      width: 150px; }
    .tb_default.vertical textarea {
      width: 100%; }

.table_flame {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px 20px;
  margin-bottom: 20px;
  background: linear-gradient(#fff 0%, #f3f3f3 100%); }
  .table_flame .table_flame_in {
    display: inline-block;
    margin: 0 auto; }
  .table_flame table {
    width: auto;
    min-width: 600px;
    margin: 0 auto;
    width: 100%; }

.tb_status {
  text-align: left;
  color: #064a7f; }
  .tb_status th, .tb_status td {
    vertical-align: top; }
  .tb_status th {
    padding-right: 20px; }
  .tb_status textarea {
    width: 400px;
    margin-bottom: 10px; }

/* --------------------------------------------------------------
    page
-------------------------------------------------------------- */
/* login
----------------------------------------------------*/
.loginCaption {
  width: 440px;
  margin: 0 auto 20px auto;
  font-size: 10px;
  color: #666;
  text-align: left; }
  .loginCaption .loginCaption p {
    margin: 0 0 1em 0; }

.login-flame {
  width: 470px;
  margin: 20px auto 20px auto;
  padding: 50px 0 0 0;
  color: #fff;
  text-align: center; }
  .login-flame form {
    padding: 0 50px 40px; }
  .login-flame label {
    float: left;
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 1;
    font-weight: bold; }
  .login-flame .pass,
  .login-flame .login {
    margin: 22px 0 22px 22px;
    zoom: 1; }
    .login-flame .pass:after,
    .login-flame .login:after {
      content: "";
      display: block;
      clear: both; }
    .login-flame .pass input,
    .login-flame .login input {
      float: right;
      background: url(../images/common/login_txt_bg.png) 0 0 no-repeat;
      width: 239px;
      height: 24px;
      border: none;
      padding: 0 5px; }

.login-flame input.bt {
  padding: 0 0 5px 0; }

/* --------------------------------------------------------------
    utility
-------------------------------------------------------------- */
/* float
----------------------------------------------------*/
.u-flL {
  float: left; }

.u-flR {
  float: right; }

/* text-align
----------------------------------------------------*/
.u-alL {
  text-align: left !important; }

.u-alR {
  text-align: right !important; }

.u-alC {
  text-align: center !important; }

.u-valT {
  vertical-align: top !important; }

.u-valM {
  vertical-align: middle !important; }

.u-valB {
  vertical-align: bottom !important; }

/* clear
----------------------------------------------------*/
.u-clear {
  clear: both; }

.u-clearfix {
  zoom: 1; }
  .u-clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* margin-set
----------------------------------------------------*/
/* top */
.u-mt0 {
  margin-top: 0px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mt7 {
  margin-top: 7px !important; }

.u-mt8 {
  margin-top: 8px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt50 {
  margin-top: 50px !important; }

/* bottom */
.u-mb0 {
  margin-bottom: 0px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

/* left */
.u-ml0 {
  margin-left: 0px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-ml35 {
  margin-left: 35px !important; }

.u-ml40 {
  margin-left: 40px !important; }

/* right */
.u-mr0 {
  margin-right: 0px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mr35 {
  margin-right: 35px !important; }

.u-mr40 {
  margin-right: 40px !important; }

/* padding-set
----------------------------------------------------*/
.u-p0 {
  padding: 0px !important; }

.u-p10 {
  padding: 10px !important; }

.u-p15 {
  padding: 15px !important; }

.u-p20 {
  padding: 20px !important; }

/* top */
.u-pt0 {
  padding-top: 0px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pt40 {
  padding-top: 40px !important; }

/* bottom */
.u-pb0 {
  padding-bottom: 0px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

/* left */
.u-pl0 {
  padding-left: 0px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pl35 {
  padding-left: 35px !important; }

.u-pl40 {
  padding-left: 40px !important; }

/* right */
.u-pr0 {
  padding-right: 0px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pr35 {
  padding-right: 35px !important; }

.u-pr40 {
  padding-right: 40px !important; }

/* text
----------------------------------------------------*/
.notice {
  color: red; }

/* width
----------------------------------------------------*/
.width-100 {
  width: 100px; }

.width-50 {
  width: 50px; }

.width-120 {
  width: 120px; }

.width-150 {
  width: 150px; }

.width-200 {
  width: 200px; }