@charset "UTF-8";
/* ============================================================
  common.css
 ============================================================ */
/* import
-------------------------------------------------- */
/* reset
========================================================================== */
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, thead, tbody, tfoot, th, td, header, footer, nav, article, aside, section, figure, figcaption {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

select, option, input, button, label, textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
}

table th {
  text-align: left;
}

table th,
table td {
  table-layout: fixed;
}

img,
a img {
  border: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

:root * {
  box-sizing: border-box;
}

div:after {
  content: '';
  display: block;
  clear: both;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type="button"] {
  cursor: pointer;
}

/* base
========================================================================== */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.125;
  color: #4c4c4c;
  -webkit-text-size-adjust: 100%;
}

html * {
  max-height: 999999px;
}

a {
  color: #2962ff;
  text-decoration: underline;
}

a:visited {
  color: #ffa726;
}

a:hover {
  text-decoration: none;
}

/* layout
========================================================================== */
/* header
--------------------------------------------------------- */
header {
  overflow: hidden;
  background: #1b2185;
  background: radial-gradient(farthest-side circle at center top, #2559c5 0%, #1b2185 50%, #1b2185 100%);
}

header .l_inner {
  min-height: 32px;
  position: relative;
}

header .logo {
  padding: 6px 0;
  float: left;
  width: 300px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1;
}

header .logo img {
  margin-right: 16px;
  vertical-align: middle;
}

header .header_utility {
  position: absolute;
  top: 50%;
  right: 136px;
  margin-top: -6px;
  font-size: 0.75rem;
  color: #ffffff;
}

header .header_utility dt,
header .header_utility dd {
  display: inline-block;
}

header .header_utility dt {
  margin-left: 12px;
}

header .header_utility.header_nologout {
  right: 12px;
}

header .header_logout {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -16px;
  font-size: 0.75rem;
  background: rgba(37, 89, 197, 0.6);
}

header .header_logout a {
  display: block;
  width: 108px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

header .header_logout a:hover {
  opacity: 0.7;
}

header .link {
  position: absolute;
  left: 12px;
  width: 168px;
  background: #0377cc;
}

header .link a {
  padding: 9px 15px 9px 40px;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  background: url(/contents/common/img/icon_menu.png) no-repeat 16px 7px;
  text-decoration: none;
}

header .link a:hover {
  opacity: 0.7;
}

/* nav
--------------------------------------------------------- */
.nav {
  height: 48px;
  border-top: 1px solid #5285de;
  background: #206AC8;
  background: linear-gradient(to bottom, #206AC8 0%, #1444A2 100%);
}

.nav h1, .nav_tit {
  float: left;
  width: 240px;
  font-size: 1.5rem;
  line-height: 2;
  color: #ffffff;
  font-weight: normal;
}

.nav nav {
  float: right;
}

.nav nav ul {
  margin-top: 14px;
  font-size: 0;
}

.nav nav ul li {
  display: inline-block;
}

.nav nav ul li a {
  display: block;
  padding: 0 0 10px 26px;
  color: #ffffff;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
}

.nav nav ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.nav nav ul li a:visited {
  color: #ffffff;
}

.nav nav ul li a.is_active, .nav nav ul li a:hover {
  text-decoration: none;
}

.nav nav ul li a.is_active:after, .nav nav ul li a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

.nav nav ul li + li {
  margin-left: 30px;
}

.nav nav ul.nav_retrieval li:nth-child(1) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

.nav nav ul.nav_retrieval li:nth-child(2) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px 0px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_retrieval li:nth-child(3) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_retrieval li:nth-child(4) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px -16px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_retrieval li:nth-child(5) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_chargeback li:nth-child(1) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

.nav nav ul.nav_chargeback li:nth-child(2) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px 0px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_chargeback li:nth-child(3) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -16px -72px;
  width: 16px;
  height: 14px;
}

.nav nav ul.nav_chargeback li:nth-child(4) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_chargeback li:nth-child(5) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: 0px -72px;
  width: 16px;
  height: 15px;
}

.nav nav ul.nav_chargeback li:nth-child(6) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_illegalityinfo li:nth-child(1) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

.nav nav ul.nav_illegalityinfo li:nth-child(2) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_illegalityinfo li:nth-child(3) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

.nav nav ul.nav_user li:nth-child(1) a:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

/* footer
--------------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background: #263238;
}

footer .l_inner {
  height: 40px;
  position: relative;
}

footer .copyright {
  padding: 14px 0 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: #8b9295;
}

footer .pagetop {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  bottom: 8px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}

footer .pagetop:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 3px #263238;
  border-right: solid 3px #263238;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 6px;
}

/* l_contents
--------------------------------------------------------- */
.container {
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}

.l_contents {
  padding: 15px 0 15px 0;
}

.l_inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

main {
  background: #fff;
}

main section + section {
  margin-top: 12px;
}

/* common
========================================================================== */
/* hl
--------------------------------------------------------- */
.hl_h1 {
  padding: 12px 0 8px 0;
  border-bottom: 1px solid #b0bec5;
}

.hl_h1 h1 {
  font-size: 1.125rem;
  font-weight: normal;
}

.hl_h2 {
  font-size: 1rem;
  font-weight: normal;
}

.hl_h2 + * {
  margin-top: 4px;
}

/* txt
-------------------------------------------------------- */
.txt_lead {
  text-align: center;
}

.txt_lead_note {
  margin: 10px 0 16px 0;
  color: #d32f2f;
  font-size: 0.75rem;
  line-height: 1.4;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_bold {
  font-weight: bold;
}

.txt_note {
  color: #d32f2f;
  font-size: 0.75rem;
  font-weight: bold;
}

.txt_size10 {
  font-size: 0.625rem !important;
}

.txt_size12 {
  font-size: 0.75rem !important;
}

/* list
-------------------------------------------------------- */
.list {
  margin-top: 5px;
  font-size: 0.75rem;
}

.list_note {
  margin-top: 5px;
}

.list_note > li {
  padding-left: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.list_note > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.list_note.list_txt > li {
  padding-left: 0;
}

.list_disc {
  margin: 0 0 0 1em;
}

.list_disc li {
  list-style: disc;
  font-size: 0.875rem;
}

.list_disc li + li {
  margin-top: 6px;
}

/* input
-------------------------------------------------------- */
input[type="text"],
input[type="password"] {
  padding: 0 10px;
  height: 27px;
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 0.75rem;
}

input[type="text"].is_inputted,
input[type="password"].is_inputted {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="password"]::-ms-reveal {
  visibility: hidden;
}

.period span {
  width: auto !important;
}

.check_date.is_active {
  background: #ffff00;
}

/* file */
.file {
  display: block;
  padding-right: 10px;
}

.file input[type="file"] {
  width: 100%;
  background: #f6f6f6;
  font-size: 0.75rem;
}

/* textarea
-------------------------------------------------------- */
textarea {
  padding: 5px 8px;
  width: 100%;
  overflow: auto;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  vertical-align: top;
  resize: none;
  font-size: 0.75rem;
}

textarea.is_inputted {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}

textarea.is_active {
  background: #ffff00;
}

/* radio
-------------------------------------------------------- */
.radio {
  overflow: hidden;
  display: inline-block;
  font-size: 0.75rem;
  height: 20px;
  padding: 4px 0 0 22px;
  background: url(/contents/common/img/bg_radio.png) no-repeat 0 2px;
  position: relative;
  vertical-align: middle;
}

.radio.is_checked {
  background: url(/contents/common/img/bg_radio_active.png) no-repeat 0 2px;
}

.radio input {
  display: block;
  position: absolute;
  z-index: 2;
  padding-right: 16px;
  left: -16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.radio + .radio {
  margin-left: 16px;
}

/* checkbox
-------------------------------------------------------- */
.checkbox {
  overflow: hidden;
  display: inline-block;
  font-size: 0.75rem;
  min-height: 16px;
  padding: 0 0 0 22px;
  background: url(/contents/common/img/bg_checkbox.png) no-repeat 0 0;
  position: relative;
}

.checkbox.is_checked {
  background: url(/contents/common/img/bg_checkbox_active.png) no-repeat 0 0;
}

.checkbox input {
  display: block;
  position: absolute;
  z-index: 2;
  padding-right: 16px;
  left: -16px;
  width: 16px;
  height: 18px;
}

.checkbox_all, .checkbox_clear {
  padding: 9px 16px 7px 32px;
  margin-bottom: 2px;
  text-align: left;
  background: #cfd8dc url(/contents/common/img/bg_checkbox_active.png) no-repeat 8px center;
  color: #4c4c4c;
  box-shadow: 1px 2px 0 0 #b0b7bb;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 0.75rem;
  cursor: pointer;
}

.checkbox_all input, .checkbox_clear input {
  margin-right: 8px;
}

.checkbox_all:hover, .checkbox_clear:hover {
  opacity: 0.7;
}

.checkbox_clear {
  width: 84px;
  background: #cfd8dc url(/contents/common/img/bg_checkbox.png) no-repeat 8px center;
  text-align: center;
}

/* select
-------------------------------------------------------- */
.select {
  display: block;
  position: relative;
}

.select:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #4d4d4d transparent transparent transparent;
}

.select_outer {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 );
  border-radius: 5px;
}

.select select {
  height: 27px;
  width: 116%;
  position: relative;
  padding: 5px 8px;
  vertical-align: top;
  resize: vertical;
  z-index: 100;
  font-size: 0.75rem;
}

/* btn
-------------------------------------------------------- */
.btn {
  display: inline-block;
  width: inherit;
  margin-bottom: 2px;
  padding: 18px 20px 17px 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}

.btn:after, .btn:before {
  content: '';
  display: block;
  position: absolute;
}

.btn:visited {
  color: #ffffff;
}

.btn:hover {
  opacity: 0.7;
}

.btn_add, .btn_search, .btn_type01 {
  padding: 16px 0 15px 0;
  background: #43a047;
  color: #ffffff;
  box-shadow: 0 2px 0 0 #39873c;
  border: 1px solid #39873c;
}

.btn_delete, .btn_back, .btn_type02 {
  padding: 9px 12px 7px 28px;
  text-align: left;
  background: #78909c;
  color: #ffffff;
  box-shadow: 0 2px 0 0 #6f8590;
  border: 1px solid #78909c;
}

.btn_type02 {
  padding: 9px 12px 7px 12px;
  text-align: center;
}

.btn_next, .btn_prev {
  padding: 9px 12px 7px 12px;
  text-align: left;
  background: #cfd8dc;
  color: #4c4c4c;
  box-shadow: 0 2px 0 0 #b0b7bb;
  font-size: 0.75rem;
}

.btn_next:visited, .btn_prev:visited {
  color: #4c4c4c;
}

.btn_next.is_disable, .btn_prev.is_disable {
  background: #e0e0e0;
  border: 1px solid #cecece;
  box-shadow: none;
  color: #bdbdbd;
}

.btn_next.is_disable:hover, .btn_prev.is_disable:hover {
  opacity: 1;
  cursor: default;
}

.btn_select {
  padding: 8px 0 4px 0;
  background: #eceff1;
  color: #4c4c4c;
  box-shadow: 0 2px 0 0 #c8cbcd;
  font-size: 0.75rem;
  display: inline-block;
  text-align: center;
}

.btn_search {
  padding-left: 16px;
}

.btn_search:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 34px;
  margin-top: -8px;
  background: url(/contents/common/img/icon_search.png) no-repeat 0 0;
}

.btn_add {
  padding: 9px 20px 7px 20px;
  font-size: 0.875rem;
}

.btn_delete:before {
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  background: url(/contents/common/img/icon_delete.png) no-repeat 0 0;
}

.btn_back:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  top: 50%;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  left: 16px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn_prev:after, .btn_next:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  top: 50%;
  border-top: solid 2px #4c4c4c;
  border-right: solid 2px #4c4c4c;
}

.btn_prev.is_disable:after, .btn_next.is_disable:after {
  border-top: solid 2px #bdbdbd;
  border-right: solid 2px #bdbdbd;
}

.btn_prev {
  padding-left: 20px;
}

.btn_prev:after {
  left: 8px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn_next {
  padding-right: 20px;
}

.btn_next:after {
  right: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_footer {
  padding: 24px 0 24px 0;
  background: #eceff1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) inset;
}

.btn_footer .btn {
  padding: 10px 20px 8px 30px;
}

.btn_footer_prev {
  float: left;
}

.btn_footer_next {
  float: right;
}

.btnArea {
  padding: 8px 0 0 0;
  margin-bottom: -7px;
  overflow: hidden;
}

.btnArea .btn_search {
  padding-top: 8px;
  padding-bottom: 10px;
}

.btnArea.footer {
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 40px;
  padding: 14px 0 16px 0;
  margin-bottom: 0;
  background: #eceff1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) inset;
}

.btnArea_prev .btn, .btnArea_next .btn {
  vertical-align: top;
}

.btnArea_prev .btn + .btn, .btnArea_next .btn + .btn {
  margin-left: 10px;
}

.btnArea_prev {
  float: left;
}

.btnArea_next {
  float: right;
}

.btnArea + section {
  margin-top: 18px;
}

/* box
-------------------------------------------------------- */
.box_input {
  padding: 2px 10px 2px 10px;
  border: 2px solid #b0bec5;
  position: relative;
}

.box_input_label {
  position: absolute;
  right: 0;
  top: -18px;
  font-size: 0.75rem;
  text-align: right;
  font-weight: bold;
}

.box_input_label span {
  color: #d32f2f;
}

.box_input table th,
.box_input table td {
  padding: 4px 0;
}

.box_input table th {
  padding-right: 5px;
  padding-left: 10px;
  vertical-align: top;
  line-height: 28px;
  font-size: 0.75rem;
}

.box_input table th .must {
  color: #d32f2f;
}

.box_input table th:first-child {
  padding-left: 0;
}

.box_input table td input[type=text] {
  padding: 3px 8px;
}

.box_input table.tbl_line td {
  padding-right: 10px;
}

.box_input table.tbl_line td:first-child {
  padding-right: 0;
}

.box_input table.tbl_line td:last-child {
  padding-right: 0;
}

.box_input table.tbl_line th {
  border-left: 2px solid #e0e0e0;
}

.box_input table.tbl_line th:first-child {
  border-left: none;
}

.box_input .btn_select {
  margin-right: 10px;
}

.box_input .btn_add {
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 0.75rem;
}

.box_input .txt_line {
  margin: 0 1px;
  font-size: 0.75rem;
}

.box_input .checkbox {
  margin-top: 2px;
}

.box_input + section {
  margin-top: 24px;
}

.box_result {
  overflow: hidden;
  position: relative;
  padding: 15px 0 8px 0;
  background: #eceff1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
}

.box_result + .btnArea.footer {
  border-top: 2px solid #cfd8dc;
  box-shadow: none;
}

.box_error {
  padding: 13px 20px 10px 20px;
  background: #fffde7;
  border: 2px solid #fdd835;
}

.box_error .list_disc {
  color: #d32f2f;
}

.box_error .list_disc li {
  font-size: 0.75rem;
}

.box_error + * {
  margin-top: 10px;
}

.box_column2 > div {
  float: left;
  width: 492px;
}

.box_column2 > div + div {
  margin-left: 16px;
}

.box_lock {
  width: 100%;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #d32f2f;
  font-size: 1rem;
}

.box_password {
  padding: 15px 15px 0 15px;
  border: 2px solid #b0bec5;
}

.box_password table {
  font-size: 0.75rem;
}

.box_password table th, .box_password table td {
  padding-bottom: 15px;
}

.box_password table th {
  width: 130px;
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}

.box_password table td {
  text-align: center;
}

.box_password table .btn {
  padding-top: 12px;
  padding-bottom: 10px;
  width: 80%;
}

/* box_input h2ない時対応 */
section .hl_h2 + .box_input {
  margin-top: 0;
}

section .box_input {
  margin-top: 18px;
}

/* errorあり */
.box_error + section .hl_h2 + .box_input {
  margin-top: 0;
}

.box_error + section .box_input {
  margin-top: 28px;
}

/* table
-------------------------------------------------------- */
.tbl {
  background: #ffffff;
  border: 2px solid #b0bec5;
  border-top: 0 solid #b0bec5;
  border-right: 1px solid #b0bec5;
}

.tbl th,
.tbl td {
  padding: 4px 8px;
  font-size: 0.75rem;
  border-right: 1px solid #b0bec5;
  border-top: 2px solid #b0bec5;
}

.tbl th {
  border-right: 1px solid #b0bec5;
  background: #e3f2fd;
  font-weight: bold;
}

.tbl td {
  word-break: break-all;
}

.tbl td.tbl_line_clear {
  border-top: none;
}

.tbl_type01 th {
  text-align: center;
}

.tbl_type01 tr:nth-child(2n+2) td, .tbl_type01 tr:nth-child(2n+2) th {
  border-top: 1px solid #b0bec5;
}

.tbl_type01 tr:nth-child(4n+1) td,
.tbl_type01 tr:nth-child(4n+2) td {
  background: #f5f8fa;
}

.tbl_type02 th,
.tbl_type02 td {
  font-size: 0.625rem;
}

.tbl_type02 th {
  text-align: center;
}

.tbl_type02 tr:nth-child(2n+1) td {
  background: #f5f8fa;
}

.tbl_type03 th,
.tbl_type03 td {
  font-size: 0.625rem;
}

.tbl_type03 th {
  text-align: center;
}

.tbl_type03 tr:nth-child(2n+2) th {
  border-top: 1px solid #b0bec5;
}

.tbl_type03 tr:nth-child(2n+2) td {
  border-top: none;
}

.tbl_type03 tr:nth-child(2n+1) td {
  padding-bottom: 2px;
}

.tbl_type03 tr:nth-child(2n+2) td {
  padding-top: 2px;
}

.tbl_type03 tr:nth-child(4n+1) td,
.tbl_type03 tr:nth-child(4n+2) td {
  background: #f5f8fa;
}

.tbl_type03_line {
  border-bottom: 1px solid #b0bec5;
}

.tbl_type04 th {
  text-align: center;
}

.tbl_type04 th,
.tbl_type04 td {
  font-size: 0.625rem;
}

.tbl_type04 tr:nth-child(3n+2) th,
.tbl_type04 tr:nth-child(3n+3) th {
  border-top: 1px solid #b0bec5;
}

.tbl_type04 tr:nth-child(3n+2) td,
.tbl_type04 tr:nth-child(3n+3) td {
  border-top: none;
}

.tbl_type04 tr:nth-child(6n+1) td,
.tbl_type04 tr:nth-child(6n+2) td,
.tbl_type04 tr:nth-child(6n+3) td {
  background: #f5f8fa;
}

.tbl_detail {
  min-height: 24px;
  margin-bottom: 8px;
  position: relative;
}

.tbl_detail_btn {
  display: inline-block;
}

.tbl_detail_btn label,
.tbl_detail_btn a {
  padding-top: 6px;
  padding-bottom: 5px;
  display: inline-block;
}

.tbl_detail_btn label + label,
.tbl_detail_btn label + a,
.tbl_detail_btn a + label,
.tbl_detail_btn a + a {
  margin-left: 8px;
}

.tbl_detail_btn + .tbl_detail_txt {
  margin-left: 20px;
  bottom: 4px;
}

.tbl_detail_txt {
  display: inline-block;
  position: absolute;
  font-size: 0.75rem;
  vertical-align: middle;
  bottom: 0;
}

.tbl_detail_pager {
  position: absolute;
  top: 0;
  right: 0;
}

.tbl_detail_pager li {
  display: table-cell;
}

.tbl_detail_pager li span,
.tbl_detail_pager li a {
  padding-top: 6px;
  padding-bottom: 5px;
}

.tbl_detail_pager li + li {
  padding-left: 10px;
}

.tbl_detail_pager li.tbl_detail_current {
  font-size: 0.875rem;
  vertical-align: middle;
}

.tbl_detail_pager.tbl_pager_center {
  position: relative;
  width: 200px;
  right: 0;
  margin: 18px auto 0 auto;
}

.tbl_detail .hl_h2 {
  padding-top: 8px;
  padding-bottom: 4px;
}

.tbl + .tbl_detail {
  margin-top: 8px;
  margin-bottom: 0;
}

.tbl .checkbox {
  padding-left: 16px;
}

.tbl .txt_urgency {
  background: #ffff00;
  color: #d32f2f;
}

/* placeholder */
.placeholder {
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 0.75rem;
  color: #999999;
}

/* layout
-------------------------------------------------------- */
.layout_document textarea {
  display: inline-block;
  width: 750px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.layout_document span {
  width: auto !important;
}

.layout_document .btn {
  float: right;
  position: relative;
  top: 8px;
}

.password {
  width: 342px;
  margin: 30px auto 0 auto;
}

.password .txt_lead_note {
  margin-bottom: 10px;
}

/* width
-------------------------------------------------------- */
.w_36 {
  width: 36px;
}

.w_38 {
  width: 38px;
}

.w_42 {
  width: 42px;
}

.w_46 {
  width: 46px;
}

.w_48 {
  width: 48px;
}

.w_54 {
  width: 54px;
}

.w_58 {
  width: 58px;
}

.w_60 {
  width: 60px;
}

.w_68 {
  width: 68px;
}

.w_70 {
  width: 70px;
}

.w_74 {
  width: 74px !important;
}

.w_76 {
  width: 76px;
}

.w_78 {
  width: 78px;
}

.w_80 {
  width: 80px;
}

.w_85 {
  width: 85px !important;
}

.w_88 {
  width: 88px;
}

.w_90 {
  width: 90px;
}

.w_92 {
  width: 92px;
}

.w_94 {
  width: 94px;
}

.w_95 {
  width: 95px !important;
}

.w_96 {
  width: 96px;
}

.w_98 {
  width: 98px;
}

.w_100 {
  width: 100px !important;
}

.w_106 {
  width: 106px;
}

.w_110 {
  width: 110px !important;
}

.w_112 {
  width: 112px;
}

.w_114 {
  width: 114px;
}

.w_118 {
  width: 118px !important;
}

.w_120 {
  width: 120px !important;
}

.w_122 {
  width: 122px;
}

.w_124 {
  width: 124px;
}

.w_126 {
  width: 126px;
}

.w_128 {
  width: 128px;
}

.w_130 {
  width: 130px !important;
}

.w_132 {
  width: 132px;
}

.w_133 {
  width: 133px;
}

.w_136 {
  width: 136px;
}

.w_138 {
  width: 138px;
}

.w_140 {
  width: 140px;
}

.w_142 {
  width: 142px;
}

.w_145 {
  width: 145px;
}

.w_148 {
  width: 148px;
}

.w_150 {
  width: 150px !important;
}

.w_152 {
  width: 152px;
}

.w_153 {
  width: 153px;
}

.w_154 {
  width: 154px;
}

.w_160 {
  width: 160px !important;
}

.w_162 {
  width: 162px;
}

.w_168 {
  width: 168px;
}

.w_174 {
  width: 174px;
}

.w_178 {
  width: 178px;
}

.w_182 {
  width: 182px;
}

.w_186 {
  width: 186px;
}

.w_190 {
  width: 190px;
}

.w_194 {
  width: 194px;
}

.w_196 {
  width: 196px;
}

.w_198 {
  width: 198px;
}

.w_200 {
  width: 200px;
}

.w_204 {
  width: 204px !important;
}

.w_206 {
  width: 206px !important;
}

.w_208 {
  width: 208px;
}

.w_210 {
  width: 210px;
}

.w_216 {
  width: 216px;
}

.w_220 {
  width: 220px;
}

.w_244 {
  width: 244px;
}

.w_258 {
  width: 258px;
}

.w_263 {
  width: 263px;
}

.w_282 {
  width: 282px;
}

.w_302 {
  width: 302px;
}

.w_328 {
  width: 328px;
}

.w_348 {
  width: 348px;
}

.w_368 {
  width: 368px;
}

.w_374 {
  width: 374px;
}

.w_410 {
  width: 410px;
}

.w_668 {
  width: 668px;
}

.w_70p {
  width: 70%;
}

/* height
-------------------------------------------------------- */
.h_42 {
  height: 42px;
}

.h_60 {
  height: 60px;
}

.h_82 {
  height: 82px;
}

.h_96 {
  height: 96px;
}

/* print
-------------------------------------------------------- */
@media print {
  header,
  footer,
  section.nav {
    display: none;
  }
  .container {
    padding: 0 !important;
  }
  .box_input td input,
  .box_input td textarea {
    padding: 0 !important;
  }
  footer,
  .btnArea.footer {
    position: relative;
    bottom: 0;
  }
}

/*# sourceMappingURL=../../../_maps/contents/common/css/common.css.map */
