<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Thema Name: Harenokuni Online-shop
Author: MANABU
Description: HHARENOKUNI OKAYAMA ONLINE SHOP CSS
Version:1.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  overflow: auto;
}

html,
body {
  /*
	height: 100%;
	min-height: 100%;
	*/
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  color: #333333;
  height: inherit;
  text-align: left;
  overflow: hidden;
}

body {
  /*overflow-y: scroll;*/
  padding: 0;
  margin: 0;
}

.contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents section {
  padding-top: 30px;
}

.clearfix:before {
  content: "";
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

#loader_wrap {
  background-color: #000000;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}

#loader_wrap .loader {
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

#loader_wrap .loader img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
}

/* CSS Document */
header {
  position: relative;
  min-width: 1000px;
  width: 100%;
  min-height: 72px;
}

header #header {
  min-height: 72px;
  width: 100%;
  background-color: #ffffff;
}

header #header .header-inner {
  width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0 20px;
}

header #header .header-inner:before, header #header .header-inner:after {
  display: table;
  content: ' ';
}

header #header .header-inner .header-nav-grp {
  width: 100%;
}

header #header .header-inner .header-nav-grp:after {
  content: "";
  display: block;
  clear: both;
}

header #header .header-inner .header-nav-grp .logo {
  width: 290px;
  float: left;
  display: table;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

header #header .header-inner .header-nav-grp .logo a {
  display: block;
  width: 290px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 290px 50px;
  background-position: left top;
  background-image: url("../img/common/logo.jpg");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header #header .header-inner .header-nav-grp #header-nav {
  float: right;
  display: table;
}

header #header .header-inner .header-nav-grp #header-nav #header-user {
  background-color: #3a3a3a;
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 20px 8px 20px;
  position: relative;
  cursor: pointer;
}

header #header .header-inner .header-nav-grp #header-nav #header-user:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 10;
  width: 10px;
  height: 6px;
  margin-left: -5px;
  background-image: url(../img/common/icn-arw-01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-info {
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 20px;
  margin: auto;
  z-index: 10;
  width: 20px;
  height: 26px;
  background-image: url("../img/common/icn-user.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-info h5 {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-info p {
  font-size: 12px;
  color: #b6b6b6;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-data {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.9);
  border-radius: 0 0 5px 5px;
  text-align: center;
  padding: 8px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: default;
  z-index: 100;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-data h5 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 2px;
}

header #header .header-inner .header-nav-grp #header-nav #header-user .header-user-data p {
  padding: 5px 0;
  background-color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}

header #header .header-inner .header-nav-grp #header-nav #header-user-logout {
  background-color: #3a3a3a;
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
  position: relative;
  border-left: #555555 solid 1px;
}

header #header .header-inner .header-nav-grp #header-nav #header-user-logout .header-user-logout {
  padding: 0 6px;
}

header #header .header-inner .header-nav-grp #header-nav #header-user-logout .header-user-logout a p {
  padding-top: 45px;
  font-size: 12px;
  color: #e2e2e2;
  position: relative;
  text-decoration: none;
}

header #header .header-inner .header-nav-grp #header-nav #header-user-logout .header-user-logout a p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 10;
  width: 16px;
  height: 28px;
  margin-left: -8px;
  background-image: url(../img/common/icn-logout.png);
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav {
  width: 100%;
  background-color: #ffffff;
}

header .gnav .gnav-inner {
  background-color: #324b92;
  width: 100%;
}

header .gnav .gnav-inner .gnav-area {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

header .gnav .gnav-inner .gnav-area ul {
  display: table;
  width: 100%;
}

header .gnav .gnav-inner .gnav-area ul &gt; li {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  height: 140px;
  position: relative;
}

header .gnav .gnav-inner .gnav-area ul &gt; li.active &gt; div {
  background-color: #20305f;
  border: solid 1px #505050;
}

header .gnav .gnav-inner .gnav-area ul &gt; li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 11px 12px;
  border-color: transparent transparent #ffffff transparent;
}

header .gnav .gnav-inner .gnav-area ul &gt; li:hover &gt; div {
  background-color: #20305f;
  border: solid 1px #505050;
}

header .gnav .gnav-inner .gnav-area ul &gt; li:hover ul {
  z-index: 11;
  background-color: #324a92;
}

header .gnav .gnav-inner .gnav-area ul &gt; li:hover ul li {
  overflow: visible;
  transition: .2s;
  height: 100%;
  z-index: 20;
}

header .gnav .gnav-inner .gnav-area ul &gt; li:hover ul li:first-child {
  border-top: 0;
  margin-top: 20px;
  border-top: 1px solid #FFFFFF;
}

header .gnav .gnav-inner .gnav-area ul &gt; li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div {
  width: 96px;
  height: 96px;
  display: inline-block;
  padding-top: 10px;
  border: solid 1px #324b92;
  border-radius: 4px;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div a p {
  position: relative;
  padding-top: 50px;
  line-height: 1.2;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div a p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  margin-left: -24px;
  width: 48px;
  height: 48px;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-input p:before {
  background-image: url("../img/common/nav-01.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-report p:before {
  background-image: url("../img/common/nav-02.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-fix p:before {
  background-image: url("../img/common/nav-03.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-conf p:before {
  background-image: url("../img/common/nav-04.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-file p:before {
  background-image: url("../img/common/nav-05.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li &gt; div.gnav-campaign p:before {
  background-image: url("../img/common/nav-06.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .gnav .gnav-inner .gnav-area ul &gt; li ul {
  display: table;
  list-style: none;
  position: absolute;
  top: 119px;
  z-index: 0;
  line-height: 0;
  font-size: 0;
}

header .gnav .gnav-inner .gnav-area ul &gt; li ul li {
  /*width: 240px;*/
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  color: #fff;
  height: 0;
  text-align: left;
  box-sizing: border-box;
}

header .gnav .gnav-inner .gnav-area ul &gt; li ul li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 12px 8px;
  text-decoration: none;
  line-height: 20px;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 0.05em;
}

.footer {
  margin: 0;
  background-color: #324b92;
  min-width: 1000px;
  width: 100%;
  margin-top: 100px;
}

.footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

.footer .footer-inner .copyright {
  text-align: center;
  color: #adadad;
  font-size: 12px;
}

/* CSS Document */
.bgg {
  background-color: #e8e8e8;
}

.login {
  padding: 56px 0 50px;
  width: 620px;
  margin: 0 auto;
}

.login-area {
  width: 612px;
  margin: 0 auto 15px;
  background-color: #f4f4f4;
  border: #cfcfcf solid 1px;
  border-radius: 8px;
  box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.login-area-header {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 30px 0 20px;
}

.login-area-header h1 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 4px;
}

.login-area-header img {
  border: 0;
}

.login-area-body {
  padding: 20px 20px 46px;
  text-align: center;
}

.login-form-area {
  width: 360px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.form-area {
  margin-bottom: 30px;
}

.form-lbl {
  text-align: left;
  font-size: 18px;
}

.form-txt {
  margin-bottom: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  width: 354px;
  display: block;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
  height: 50px;
  text-align: left;
}

.form-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  background-color: #e8e8e8;
  border-radius: 5px 0 0 5px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
}

.form-txt input[type="text"], .form-txt input[type="password"] {
  border: none;
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  padding-right: 15px;
  width: 100%;
  font-size: 18px;
}

/* CSS Document */
.contents h2 {
  font-size: 30px;
  letter-spacing: 3px;
}

.contents h3 {
  font-size: 24px;
  letter-spacing: 3px;
}

.contents .ttl {
  position: relative;
  padding-left: 24px;
  padding-top: 6px;
  margin-bottom: 24px;
}

.contents .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  min-height: 86px;
  width: 8px;
  border-radius: 4px 4px 0 0;
  background-color: #324b92;
  height: 100%;
}

.contents .ttl h2 {
  margin-bottom: 5px;
}

.contents .ttl2 {
  position: relative;
  padding-left: 24px;
  padding-top: 6px;
  margin-bottom: 24px;
}

.contents .ttl2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  min-height: 50px;
  width: 8px;
  background-color: #324b92;
}

.contents .ttl3 {
  padding-top: 6px;
  margin-bottom: 24px;
}

.contents .ttl3 h3 {
  font-size: 20px;
  font-weight: normal;
}

.taxmarkexample {
  background: #fff4ed;
  padding: 6px 10px;
  font-size: 12px;
  float: right;
  border-radius: 4px;
  border: 1px solid #ff6c64;
  -webkit-border-radius: 4px;
}

.list-tbl-area {
  margin-bottom: 30px;
}

.dl-btn-area {
  margin-bottom: 14px;
}

.dl-btn-area ul {
  float: left;
  display: table;
}

.dl-btn-area ul li {
  display: table-cell;
  padding-right: 10px;
  vertical-align: bottom;
}

.dl-btn-area ul li &gt; a {
  margin-right: 0;
  text-decoration: none;
  display: inline-block;
}

.list-tbl-header {
  background-color: #3a3a3a;
  padding: 10px 16px;
}

.list-tbl-footer {
  background-color: #3a3a3a;
  padding: 10px 16px;
  margin-bottom: 18px;
}

.pager-page {
  float: right;
  position: relative;
  padding: 0 60px;
}

.pager-page ul li {
  display: inline-block;
}

.pager-page ul li a {
  color: #ffffff;
  height: 22px;
  display: block;
  line-height: 22px;
  padding: 0 8px;
}

.pager-page ul li.active span {
  color: #000000;
  background-color: #acacac;
  height: 22px;
  display: block;
  line-height: 22px;
  padding: 0 8px;
  text-decoration: none;
  border-radius: 4px;
}

.pager-cnt {
  float: left;
  color: #ffffff;
}

.pager-cnt ul {
  display: inline-block;
  margin-left: 10px;
}

.pager-cnt ul li {
  display: inline-block;
  margin: 0 2px;
}

.pager-cnt ul li a {
  color: #ffffff;
  background-color: #727272;
  height: 22px;
  display: block;
  line-height: 22px;
  padding: 0 8px;
  text-decoration: none;
  border-radius: 4px;
}

.pager-cnt ul li.active a {
  color: #000000;
  background-color: #acacac;
}

.pager-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.pager-next {
  position: absolute;
  right: 0;
  top: 0;
}

.pager-prev,
.pager-next {
  background-color: #727272;
  height: 22px;
  display: block;
  line-height: 22px;
  border-radius: 4px;
}

.list-tbl {
  width: 100%;
}

.list-tbl table thead th {
  background-color: #7f7f7f;
  border: #d1d1d1 solid 1px;
  border-top: none;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  padding: 10px;
}

.list-tbl table tbody td {
  background-color: #ffffff;
  border: #d1d1d1 solid 1px;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-all;
}

.list-tbl table tbody td .repair,
.list-tbl table tbody td .delete {
  border-radius: 3px;
  padding: 2px 8px;
  background-color: #ff2a00;
  color: #ffffff;
}

.list-tbl table tbody td span {
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 8px;
}

.list-tbl table tbody td span.repair, .list-tbl table tbody td span.delete, .list-tbl table tbody td span.overlapping {
  background-color: #ff2a00;
}

.list-tbl table tbody td span.processing {
  background-color: #24811E;
}

.list-tbl table tbody td span.completion {
  background-color: #0F6398;
}

.list-tbl table tbody td span.nostatus {
  background-color: #ff2a00;
}

.list-tbl table tbody td span.cancel {
  background-color: #7f7f7f;
}

.list-tbl table tbody tr:nth-child(2n) td {
  background-color: #f1f1f1;
}

.list-tbl .yfcreplace-btnbox {
  height: 100%;
  display: flex;
  display: -webit-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.list-tbl .yfcreplace-btnbox .sortUp,
.list-tbl .yfcreplace-btnbox .sortDown {
  width: 0;
  height: 0;
  display: inline-block;
  margin: 1px auto;
  border: 6px solid transparent;
}

.list-tbl .yfcreplace-btnbox .sortDown {
  border-top: 8px solid #666;
}

.list-tbl .yfcreplace-btnbox .sortUp {
  border-bottom: 8px solid #666;
}

.list-tbl tr:first-of-type td &gt; div.yfcreplace-btnbox .sortDown {
  margin-top: 12px;
}

.list-tbl tr:first-of-type td &gt; div.yfcreplace-btnbox .sortUp {
  display: none;
}

.list-tbl tr:last-of-type td &gt; div.yfcreplace-btnbox .sortUp {
  margin-top: 12px;
}

.list-tbl tr:last-of-type td &gt; div.yfcreplace-btnbox .sortDown {
  display: none;
}

.p-mediaList {
  border: 1px solid #d1d1d1;
  border-bottom: none;
}

.p-mediaList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-mediaList ul li {
  float: left;
  width: 20%;
  padding: 10px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.p-mediaList .mediaBox {
  width: 100%;
}

.p-mediaList .mediaBox .mediaName {
  position: relative;
  height: 55px;
  padding: 10px 0;
  vertical-align: middle;
  overflow: hidden;
}

.p-mediaList .mediaBox .mediaName::before, .p-mediaList .mediaBox .mediaName::after {
  position: absolute;
  background: #fff;
}

.p-mediaList .mediaBox .mediaName::before {
  content: "…";
  bottom: 4px;
  right: 0;
  padding-left: 3px;
}

.p-mediaList .mediaBox .mediaName::after {
  content: "";
  width: 100%;
  height: 100%;
}

.p-mediaList .mediaBox .mediaThumb {
  width: 100%;
  height: 127px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.p-mediaList .mediaBox .mediaThumb img {
  width: auto;
  height: auto;
  max-width: 176px;
  max-height: 127px;
  margin: auto;
  vertical-align: top;
}

.p-mediaList .mediaBox .mediaThumb img {
  /*object-fit: cover;*/
}

.p-mediaList .mediaBox .mediaPath {
  margin: 5px 0;
  text-align: left;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"] {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  height: 30px;
  line-height: 30px;
  border: #d1d1d1 solid 1px;
}

.p-mediaList .mediaBox .mediaInsDate {
  font-size: 10px;
}

.p-mediaList .mediaBox .mediaController {
  text-align: center;
  margin-top: 10px;
}

.p-mediaList .mediaBox .mediaController {
  text-align: center;
  margin-top: 10px;
}

.p-mediaList ul li:nth-child(5n) {
  border-right: none;
}

.multiUpload input[type=file] {
  display: none;
}

.multiUpload div.multiUploadButton {
  padding-top: 10px;
}

.multiUpload div#multiUploadDropZone {
  background-color: #fff;
  border: 3px dotted #ccc;
  border-radius: 5px;
  padding: 30px;
  margin: 20px 30px 10px 0;
  text-align: center;
  color: #ccc;
  font-size: 24px;
}

/* CSS Document */
table {
  width: 100%;
  border-collapse: collapse;
}

table.col2 th, table.col2_s th {
  width: 190px;
}

table th,
table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}

/* CSS Document */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  height: 30px;
  line-height: 30px;
  border: #d1d1d1 solid 1px;
}

input[type="checkbox"] {
  margin-right: 4px;
}

textarea {
  width: 100%;
  border: #d1d1d1 solid 1px;
}

.textarea-h90 {
  height: 90px;
}

.form-slt {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  height: 30px;
  padding-right: 26px;
  vertical-align: middle;
}

.form-slt:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 26px;
  height: 30px;
  display: block;
}

.form-slt:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.form-slt select {
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% + 5em);
  margin: 0;
  padding: 0 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.form-tbl {
  margin-bottom: 30px;
}

.form-tbl th {
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-top: #d1d1d1 solid 1px;
  border-bottom: #d1d1d1 solid 1px;
  border-left: #d1d1d1 solid 1px;
  vertical-align: top;
  line-height: 28px;
}

.form-tbl td {
  background-color: #f1f1f1;
  border-top: #d1d1d1 solid 1px;
  border-bottom: #d1d1d1 solid 1px;
  border-right: #d1d1d1 solid 1px;
  vertical-align: top;
  padding: 10px 0;
  line-height: 28px;
  padding-right: 20px;
}

.form-tbl td input[type="text"] {
  width: 264px;
  vertical-align: top;
}

.form-tbl select {
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% + 5em);
  margin: 0;
  padding: 0 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.form-chk input[type="checkbox"], .form-rd input[type="radio"] {
  display: block;
  opacity: 0;
}

.form-chk {
  vertical-align: middle;
  display: inline-block;
}

.form-chk input[type="checkbox"],
.form-chk input[type="radio"] {
  position: absolute;
}

.form-chk label {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.form-chk label:before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -10px;
  background-image: url(../img/common/form-chk-of.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.form-chk input:focus ~ label:before, .form-chk input:focus ~ label:after, .form-rd input:focus + label:before, .form-rd input:focus + label:after {
  box-shadow: 0 0 1px 1px rgba(51, 102, 255, 0.5);
}

.form-chk input[type="checkbox"]:checked + label:after,
.form-chk input[type="radio"]:checked + label:after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -10px;
  background-image: url(../img/common/form-chk-on.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.select-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.select-list ul li {
  display: inline-block;
}

.require {
  background-color: #f00000;
  font-size: 12px;
  color: #ffffff;
  height: 17px;
  line-height: 17px;
  padding: 0 4px;
  display: inline-block;
}

table.col2 th {
  width: 260px;
}

table.col2_s th {
  width: 155px;
}

.inputNotes {
  display: inline-block;
  font-size: 10px;
  color: #99a;
}

.form-tbl td {
  line-height: 1.5;
}

.err-msg, .modal-err {
  text-align: left;
  color: #ec0000;
  padding: 10px 12px;
  border: 2px solid #ff0000;
  margin-bottom: 14px;
}

section + .modal-err {
  margin-top: 15px;
}

.noticeInputNotes {
  display: block;
  color: #ec0000;
  font-weight: bold;
}

.flash_message {
  z-index: 100;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.flash_message p {
  margin: 0;
  padding: 0;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-sizing: border-box;
}

.flash_message p.bg-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.flash_message p.bg-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.flash_message p.bg-notice {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

img.ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 7px !important;
  margin-top: 3px;
  vertical-align: middle;
}

#ui-datepicker-div {
  z-index: 2 !important;
}

.otherImgBlock {
  width: 100%;
}

.otherImgBlock .imgUpload {
  margin-bottom: 20px;
}

.otherImgBlock .imgUpload .imgUploadDropZone {
  background-color: #fff;
  border: 3px dotted #ccc;
  border-radius: 5px;
  text-align: center;
  color: #ccc;
  font-size: 16px;
}

.otherImgBlock .imgUpload .imgUploadDropZone .imgUploadButton {
  background: #efefef;
  color: #999;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  clear: both;
}

.otherImgBlock &gt; div:last-child ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.otherImgBlock &gt; div:last-child ul li {
  display: flex;
  flex-direction: column;
  width: 182px;
  min-height: 120px;
  max-height: 180px;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  position: relative;
}

.otherImgBlock &gt; div:last-child ul li .otherImgWrapper .itemOtherImg {
  max-width: 160px;
  max-height: 160px;
  padding: 8px 8px;
  background: #fff;
}

.otherImgBlock &gt; div:last-child ul li &gt; a {
  position: absolute;
  bottom: -20px;
  right: 40px;
  left: 40px;
}

.otherImgBlock &gt; div:last-child ul li &gt; div:last-child {
  position: absolute;
  bottom: -55px;
  right: 55px;
  left: 55px;
}

.otherImgBlock &gt; div:last-child ul li:first-child a.toL {
  display: none;
}

.otherImgBlock &gt; div:last-child ul li:last-child a.toR {
  display: none;
}

.otherImgBlock .otherImgSort {
  display: flex;
  flex-direction: row;
}

.otherImgBlock .otherImgSort a {
  color: #333333;
  display: inline-block;
  margin: 3px;
  text-align: center;
  position: absolute;
  width: 21px;
  height: 35px;
  padding-top: 8px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  bottom: 0;
  text-decoration: none;
}

.otherImgBlock .otherImgSort a.toR {
  right: 0;
  transform: rotate(270deg);
}

.otherImgBlock .otherImgSort a.toR:after {
  content: '▼';
}

.otherImgBlock .otherImgSort a.toL {
  left: 0;
  transform: rotate(90deg);
}

.otherImgBlock .otherImgSort a.toL:after {
  content: '▼';
}

.detail-tbl02 {
  margin-bottom: 30px;
}

.detail-tbl02 th,
.detail-tbl02 td {
  background-color: #ffffff;
  border-top: #d1d1d1 solid 1px;
  border-bottom: #d1d1d1 solid 1px;
  border-left: #d1d1d1 solid 1px;
  vertical-align: top;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  min-height: 30px;
  vertical-align: middle;
}

.detail-tbl02 th img,
.detail-tbl02 td img {
  max-width: 800px;
  max-height: 800px;
}

.bdl1-sgray01 {
  border-left: 1px solid #d1d1d1 !important;
}

/* CSS Document */
.btn {
  background-color: #324b92;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  width: 240px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
  border: solid 1px #324b92;
}

.btn-ms {
  width: 200px;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
}

.btn-area {
  text-align: center;
}

.btn-area a {
  margin-left: 10px;
  margin-right: 10px;
}

.btn {
  box-sizing: border-box;
  padding: 0 15px;
}

.btn:not(.disabled):hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #000000;
}

.btn-gray {
  background-color: #7f7f7f;
  border: solid 1px #7f7f7f;
}

.btn-lgray.btn-m {
  line-height: 38px;
}

.btn-lgray {
  background-color: #eeeeee;
  border: solid 1px #eeeeee;
  color: #000000;
}

.btn-lgray:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #999999;
}

.btnStatus {
  background-color: #3c9232;
  border: solid 1px #3c9232;
}

.btn-s {
  width: 140px;
}

.btn-xs {
  width: 55px;
  height: 22px;
  line-height: 20px;
  font-size: 13px;
  border-width: 1px;
}

.btn-xs:not(.disabled):hover {
  background-color: #fff;
  color: #000;
  border: solid 1px #999;
}

.btn-m {
  border-radius: 6px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.btn-ss {
  width: 82px;
  height: 22px;
  line-height: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
  border-width: 1px;
}

.btn-gray {
  background-color: #7f7f7f;
  border: solid 1px #7f7f7f;
}

.btn-gray:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #000000;
}

.btn-search span:before {
  content: "";
  background-image: url("../img/common/icn-search.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.btn-search:hover span:before {
  background-image: url(../img/common/icn-search-ov.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-dl-csv-img span {
  position: relative;
  padding-left: 66px;
}

.btn-dl-csv-img span:before {
  content: "Excel";
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  padding-right: 12px;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 21px;
  vertical-align: middle;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background: no-repeat url(../img/common/icon-download.png) #118c22 40px 4px;
}

.btn-search-m span:before {
  content: "";
  background-image: url(../img/common/icn-search-m.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.btn-del span:before {
  content: "";
  background-image: url(../img/common/icn-del.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.btn-del:not(.disabled):hover span:before {
  background-image: url(../img/common/icn-del-ov.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-confirm span:before {
  content: "";
  background-image: url(../img/common/icn-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.btn-confirm:not(.disabled):hover span:before {
  background-image: url(../img/common/icn-check-ov.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.subscriptions {
  margin-bottom: 60px;
}

.subscriptions .subscription {
  list-style-type: none;
}

.subscriptions .subscription li {
  /*
			border: 2px dashed rgba(255,255,255,0.5);
			border-radius: 6px;
			background-color: #c3cdea;
			box-shadow: 0 0 0 5px #c3cdea, 0 2px 3px 5px rgba(0,0,0,0.5);
			-moz-box-shadow: 0 0 0 5px #c3cdea, 0 2px 3px 5px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 0 5px #c3cdea, 0 2px 3px 5px rgba(0,0,0,0.5);
			*/
  margin-bottom: 50px;
}

.subscriptions .subscription li a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  color: #324b92;
  text-decoration: none;
  transition: all, .6;
}

.subscriptions .subscription li a:hover {
  text-decoration: none;
  color: #c3cdea;
}

.btn.jq-disabled, .btn.disabled {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  cursor: default;
}

/* CSS Document */
.fwb {
  font-weight: bold !important;
}

.fp14 {
  font-size: 14px !important;
}

.fp13 {
  font-size: 13px !important;
}

.fp26 {
  font-size: 26px !important;
}

.white {
  color: #fff;
}

.wauto {
  width: auto !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 103px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w500 {
  width: 500px !important;
}

.h100 {
  height: 100px !important;
}

.inline {
  display: inline-block;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right;
}

.vam {
  vertical-align: middle !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.p0 {
  padding: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.block {
  display: block !important;
}

.tbl-p5 th,
.tbl-p5 td {
  padding: 5px !important;
}
/*# sourceMappingURL=base.css.map */</pre></body></html>