@charset "utf-8";

/* ============= 独自のスタイル ================= */
.logo_font {
  font-family: 'Russo One', sans-serif;
  font-weight: normal;
}

#login_body h1 {
  font-family: 'Russo One', sans-serif;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

#head_logo h1 {
  font-size: 130%;
}

#head_logo h1::before {
  content: '\f03a';
  margin-right: 10px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

#spec_table_form table {
  width: 100%;
}

#spec_table_form th {
  background: #1987E5;
  text-align: center;
  color: #fff;
}

#spec_table_form th,
#spec_table_form td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #aaa;
}

#spec_table_form tr {
  background: #eef5ff;
}

#spec_table_form tr:nth-child(2n+1) {
  background: #fff;
}

#spec_table_form input,
#spec_table_form textarea,
#spec_table_form .del,
#spec_table_form .upd_del {
  width: 100%;
}

textarea::placeholder,
input[type="text"]::placeholder {
  color: #aaa;
}

#spec_table_form textarea,
#spec_table_form input[type="text"] {
  box-shadow: none;
}

#spec_table_form textarea:focus,
#spec_table_form input[type="text"]:focus {
  border: 1px solid #4169e1;
}

#spec_table_form .del,
#spec_table_form .upd_del {
  padding: 5px 10px;
  border-radius: 5px;
  background: #aaa;
  color: #fff;
  text-align: center;
}

#spec_table_form .del::after,
#spec_table_form .upd_del::after {
  content: '\f056';
  margin-left: 10px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

#tr_add {
  background: #b0c4de;
  width: 150px;
  text-align: center;
  font-size: 200%;
  padding: 10px 50px;
  margin: 40px auto;
  border-radius: 30px;
}

#spec_table_form .del,
#tr_add,
#spec_table_form .upd_del {
  cursor: pointer;
}

#spec_table_form .del:hover,
#spec_table_form .upd_del:hover {
  background: tomato;
}

#tr_add:hover {
  background: #1e90ff;
  color: #fff;
}

#product_name,
#search_area,
#csv_sp_head,
#csv_pc_foot,
#csv_pc_head {
  padding: 20px;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
}

#product_name {
  width: 400px;
  background: #ded;
}

#product_name a {
  display: block;
  padding: 5px 10px;
  background: #1e90ff;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

#product_name input[type="text"] {
  margin-bottom: 5px;
}

#product_name small {
  display: block;
  line-height: normal;
  margin-left: 10px;
  margin-bottom: 5px;
}

#product_name .date_y,
#product_name .date_m,
#product_name .date_d {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #aaa;
  box-shadow: none;
}

#product_name .date_y {
  width: 100px;
}

#product_name .date_m,
#product_name .date_d {
  width: 70px;
}

#product_name .memo_setting {
  padding: 5px;
  background: #f5f5f5;
  font-size: 80%;
}

#product_name .memo_setting h4::before {
  content: '■';
  margin-right: 5px;
}

#product_name .memo_setting span {
  display: inline-block;
  vertical-align: top;
}

#search_area {
  width: 750px;
  margin-left: 30px;
  background: #def;
  overflow-y: scroll;
}

#search_area li {
  background: #fff;
  padding: 5px;
  margin: 5px 0;
}

#search_area li div {
  display: inline-block;
  vertical-align: top;
}

#search_area li .bt {
  width: 110px;
  margin-right: 10px;
}

#search_area li .bt button,
#search_area li .bt a {
  width: 100%;
  font-size: 80%;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333;
  padding: 3px 0;
  margin: 5px 0;
  text-align: center;
  display: block;
}

#search_area li .pic {
  width: 75px;
}

#search_area li .pic img {
  border: 1px solid #aaa;
}

#search_area li .info {
  width: calc(100% - 195px);
  font-size: 90%;
}

#search_area li .info h4 {
  font-size: 100%;
  font-weight: normal;
}

#search_area li .info p {
  color: #555;
  font-size: 90%;
}

#search_area textarea {
  height: 144px;
}

#csv_sp_head,
#csv_pc_foot,
#csv_pc_head {
  width: 260px;
  overflow-y: scroll;
}

#csv_sp_head {
  background: #def;
}

#csv_pc_foot {
  background: #fed;
}

#csv_pc_head {
  margin-left: 0;
  background: #eee;
}

#csv_sp_head textarea,
#csv_pc_foot textarea,
#csv_pc_head textarea {
  height: 104px;
  font-size: 90%;
}

#csv_sp_head small,
#csv_pc_foot small {
  font-size: 80%;
  display: block;
  color: #888;
}

#send_bt #tikan_bt {
  cursor: pointer;
  background: orange;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  font-size: 110%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

#send_bt #tikan_bt:hover {
  opacity: .8;
}

/* 商品登録の次の操作選択ページ */
#spec_result {
  width: 600px;
  margin: 60px auto;
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}

#spec_result h3,
#spec_result h4,
#spec_result p {
  margin-bottom: 10px;
}

/* 出力ページ */
#export .export_area {
  background: #f5f5f5
}

#export .export_area:nth-child(2n+1) {
  background: #fff
}

.export_area {
  width: 100%;
  padding: 50px 0;
}

.export_area h3 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 20px;
}

.export_area h4 {
  font-size: 120%;
  margin-bottom: 10px;
}

.export_area li {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}

.export_area li textarea {
  background: #000;
  color: #fff;
}

.export_area li:last-child {
  margin-left: 20px;
}

.export_area li:last-child li {
  display: block;
  width: 100%;
}

.export_area li:last-child li:last-child {
  margin-left: 0;
}

.export_area table {
  background: #fff;
  width: 100%;
}

.export_area td,
.export_area th {
  border: 1px solid #aaa;
  padding: 4px;
}

.export_area p {
  margin-top: 20px;
}

.export_area p strong {
  color: red;
}

#product_search,
#id_search {
  display: inline-block;
  margin-left: 20px;
}

#product_search input[type="text"] {
  width: 200px;
}

#product_search button,
#id_search button {
  padding: 5px 7px;
}

#id_search input[type="number"] {
  width: 100px;
}

#home_area {
  width: 100%;
}

#home_area p,
#home_area h3 {
  text-align: center;
}

#home_area p {
  margin-bottom: 40px;
}

.home_box {
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
}

.home_box:nth-child(2n+1) {
  background: #fff;
}

.home_box ul {
  margin: 0px auto;
  width: 800px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
}

.home_box li {
  position: relative;
  width: calc(33% - 20px);
  margin: 10px;
  padding: 20px;
  background: #def;
}

.home_box li:hover {
  background: #4169e1;
  color: #fff;
}

.home_box li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home_comment {
  width: 1200px;
  margin: 20px auto;
  font-size: 90%;
}

#home_comment tr {
  background: #fff;
}

#home_comment tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#home_comment th,
#home_comment td {
  border: 1px solid #aaa;
  padding: 5px 10px;
}

#home_comment th {
  background: #def;
  text-align: center;
}

#home_comment button {
  font-size: 90%;
}

#home_comment button i {
  margin-right: 5px;
}

.home_box #home_comment textarea {
  font-size: 90%;
  padding: 5px;
  border: 1px solid #aaa;
  box-shadow: none;
  height: 50px;
}

#send_countion {
  width: 400px;
  background: #ffe;
  border: 1px solid #d00;
  text-align: center;
  font-size: 110%;
  padding: 20px;
  margin: 10px auto;
}

#send_countion {
  color: #d00;
}

#spec_table_form #zei_form {
  width: 70px;
  text-align: center;
  margin-right: 5px;
  margin-top: 3px;
  display: inline-block;
}

#soryo_countion ul {
  margin-left: 20px;
  text-align: left;
  color: #333;
  font-size: 90%;
}

#soryo_countion li {
  margin: 3px 0 3px 20px;
  list-style-type: disc;
}

#sp_pr_area {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#sp_pr_area li {
  vertical-align: top;
}

.sp_pr_form {
  width: 700px;
}

.sp_pr_prev {
  position: relative;
  width: 465px;
  margin-left: 30px;
}

#prev_table {
  position: absolute;
  width: 465px;
  top: 0;
  left: 0;
}

/* テーブル構成　サンプル */
#prev_table {
  background: #eee;
  padding: 20px;
}

#prev_table h3 {
  text-align: center;
}

#prev_table table {
  background: #fff;
  width: 100%;
}

#prev_table td,
#prev_table th {
  padding: 5px 10px;
  border: 1px solid #aaa;
}

#prev_table ul,
#prev_table ol {
  margin-left: 20px;
}

#prev_table ul li,
#prev_table ol li {
  margin-bottom: 5px;
  margin-top: 5px;
}

#prev_table ul li {
  list-style-type: disc;
}

#prev_table ol li {
  list-style-type: decimal;
}

.prev___com {
  margin-top: 20px;
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid #aaa;
  font-size: 70%;
  color: #666;
}

#pfn_check {
  display: inline-block;
  padding: 3px 10px;
  background: #fee;
  border: 1px solid #f00;
  font-size: 80%;
  color: #f00;
  margin-bottom: 3px;
  margin-left: 3px;
}

#select_table tbody .shousai {
  font-size: 90%;
  color: #1e90ff;
  padding: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  display: block;
  width: auto;
}

#select_table tbody .shousai:hover {
  color: #32cd32;
}

#select_table .shousai_area {
  padding: 10px;
  background: #def;
  display: none;
}

#select_table tbody td small {
  display: block;
  margin: 5px 0;
  color: #888;
}

#select_table .shousai_area li {
  background: #fff;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
}

#select_table .shousai_area li h3 {
  overflow: hidden;
  width: 500px;
  white-space: nowrap;
  font-size: 100%;
  font-weight: normal;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  /* Safari */
  -o-text-overflow: ellipsis;
  /* Opera */
}

#select_table .shousai_area li p {
  font-size: 90%;
  margin-top: 5px;
}

#select_table .shousai_area li img {
  float: left;
  margin-right: 10px;
  border: 1px solid #aaa;
}

#select_table .shousai_area li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #1e90ff;
  opacity: 0;
}

#select_table .shousai_area li a:hover {
  opacity: 1;
}

#select_table .shousai_area .nodata {
  font-size: 80%;
  color: #555;
}

#select_table tbody .bt_a {
  padding: 5px 10px;
  outline: none;
  display: block;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
  color: #fff;
  margin: 2px 0;
  font-size: 90%;
}

#select_table tbody .bt_a i {
  margin-right: 5px;
}

#select_table tbody .code_exp {
  padding: 5px;
  border: 1px solid #aaa;
  background: #000;
  color: #fff;
  font-size: 80%;
  height: 80px;
}

#select_table tbody .code_val input[type="text"] {
  font-size: 90%;
  width: 100%;
  display: inline-block;
  border: 0px solid #aaa;
  background: #000;
  color: #fff;
  padding: 5px;
  margin: 0;
}

#select_table tbody .code_val button {
  width: 80px;
  margin-top: 5px;
  display: inline-block;
}

#select_table tbody .code_val button:active {
  box-shadow: 1px 1px 3px #333 inset;
}

#select_table tbody .code_val dt {
  margin: 10px 0 0;
  font-size: 80%;
  color: #666;
}

#select_table tbody .code_val dt:first-child {
  margin-top: 0;
}

#select_table tbody .code_val dd {
  font-size: 90%;
}

.csv_data_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.csv_data_li {
  padding: 10px 20px;
  margin: 10px 0;
  background: #fed;
  position: relative;
  width: calc(50% - 10px);
}

.csv_data_li:nth-child(2n+2) {
  margin-left: 10px;
}

.cdl_ul li {
  padding: 10px 20px;
  margin: 10px 0;
  background: #ffd;
  position: relative;
}

#spec_csv_add_bt {
  background: #1e90ff;
  font-size: 140%;
  border-radius: 50px;
  padding: 10px 40px;
  margin-top: 20px;
}

.cdl_add_bt,
.cdl_copy_bt,
.cdl_preview_bt {
  font-size: 110%;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 0px;
}

.cdl_add_bt {
  background: orange;
}

.cdl_copy_bt {
  background: tomato;
}

.cdl_preview_bt {
  background: #3cb371;
}

.cdl_add_del {
  position: absolute;
  top: 5px;
  right: 20px;
  background: #a00;
  text-align: center;
}

.cdl_del_bt {
  position: absolute;
  top: 3px;
  right: 20px;
  background: #f55;
  font-size: 90%;
}

#st_search_area,
#ev_search_area {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 101;
}

#st_search_box,
#ev_search_box {
  width: calc(100% - 100px);
  max-width: 1000px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 30px;
  overflow-y: scroll;
  box-shadow: 0px 0px 3px #555;
}

#st_search_box h3,
#ev_search_area h3 {
  font-size: 140%;
}

#st_search_box p,
#ev_search_area p {
  font-size: 90%;
  margin: 10px 0;
}

#st_search_box input[type="text"],
#ev_search_area input[type="text"] {
  width: 300px;
  border: 1px solid #888;
}

#st_search_form {
  background: #1e90ff;
}

#st_search_box table,
#ev_search_area table {
  margin-top: 30px;
  font-size: 90%;
  width: 100%;
}

#st_search_box tr,
#ev_search_area tr {
  background: #fff;
}

#st_search_box tr:nth-child(2n+1),
#ev_search_area tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#st_search_box th,
#st_search_box td,
#ev_search_area th,
#ev_search_area td {
  border: 1px solid #aaa;
  padding: 5px;
}

#st_search_box th,
#ev_search_area th {
  background: #def;
  text-align: center;
}

#st_search_box button,
.st_search_bt {
  background: #3cb371;
}

.cdl_li dt {
  font-size: 80%;
  color: tomato;
  font-weight: bold;
}

.cdl_li dl:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaa;
}

.cdl_li dd {
  margin: 10px 0;
}

.st_data span {
  font-size: 95%;
  min-width: 400px;
  border: 1px solid #aaa;
  padding: 10px;
  cursor: pointer;
  background: #f5f5f5;
  display: inline-block;
}

.st_data span small {
  font-size: 70%;
  color: #666;
  margin-left: 10px;
}

.st_data span:hover {
  background: #fff;
}

#spec_table_form .st_data .st_id_input {
  width: 80px;
  padding: 12px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.back_black {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

/* csv エビデンスリスト */
.cdl_ul .ev_data_li {
  background: #fff;
  box-shadow: 1px 1px 3px #aaa inset;
  padding: 10px;
  font-size: 80%;
  position: relative;
}

.cdl_ul .ev_data_li .evi_bt_area {
  position: absolute;
  top: 5px;
  right: 5px;
}

.cdl_ul .ev_data_li .evi_bt_area button,
.cdl_ul .ev_data_li .evi_bt_area a {
  display: inline-block;
  padding: 3px 4px;
  color: #fff;
  box-shadow: 1px 1px 3px #333;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #000;
  font-size: 14px;
}

.ev_minus {
  background: #ff4500;
}

.ev_up,
.ev_down {
  background: #4682b4;
}

.cdl_ul .ev_data_li .evi_bt_area a {
  background: #006400;
}

.ev_data_li span small {
  margin-left: 10px;
  font-size: 70%;
  color: #555;
}

#st_csv_send_bt {
  width: 400px;
  margin: 50px auto;
  padding: 10px 20px;
  background: #32cd32;
  text-align: center;
  font-size: 160%;
  display: block;
}

#temp_select dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 20px;
  width: 200px;
}

#temp_select dl span {
  color: #fff;
  padding: 3px 8px;
  font-size: 70%;
  margin-right: 5px;
}

#temp_select .bt_area {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
}

#temp_select small {
  display: block;
}

.a_dl_bt {
  width: 100%;
  font-size: 90%;
  margin: 2px 0;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: 1px 1px 3px #333;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #000;
}

.hoshou_select {
  width: 100%;
  margin-bottom: 20px;
}

.hoshou_select ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hoshou_select li {
  padding: 10px;
  background: #fffacd;
  width: calc(50% - 10px);
  margin: 5px 0;
}

.hoshou_select li:nth-child(2n+1) {
  margin-right: 10px;
}

.hoshou_select h3 {
  font-size: 110%;
}

.hoshou_select small {
  font-size: 80%;
  color: #777;
  display: block;
}

.hoshou_select input[type="radio"] {
  display: none;
}

.hoshou_select label {
  display: inline-block;
  font-size: 100%;
  cursor: pointer;
  min-width: 40px;
  text-shadow: 1px 1px 3px #000;
  margin: 0 5px 5px 0;
  padding: 8px 10px;
  box-shadow: 1px 1px 3px #444 inset;
  background: #888;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: .2s;
  border-radius: 3px;
}

.hoshou_select label:hover {
  opacity: 0.8;
}

.hoshou_select input[type="radio"]:checked+label {
  color: #fff;
  box-shadow: 1px 1px 3px #444;
  background: tomato;
}

.hoshou_txt {
  display: block;
  font-size: 90%;
  color: #888;
}

.pName {
  margin-bottom: 5px;
  display: block;
}

.memo_text {
  border: 1px solid #aaa;
  box-shadow: none;
  height: 130px;
  font-size: 90%;
  padding: 5px;
}

.td_bt a {
  width: 100%;
  font-size: 90%;
  margin: 2px 0;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  display: block;
  box-shadow: 1px 1px 3px #333;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #000;
}

.com_txt {
  font-size: 90%;
  color: red;
}

#table_head #com_bt {
  animation-name: com_bt_fade;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: #e00;
}

#table_head #com_bt:hover {
  background: #e55;
}

@keyframes com_bt_fade {
  0% {
    opacity: 1;
  }

  20% {
    opacity: .5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#pro_comment_area {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#pro_comment_box {
  top: 0;
  left: 0;
  width: calc(100% - 200px);
  max-width: 1000px;
  height: 100%;
  background: #fff;
  z-index: 4;
  position: absolute;
  padding: 20px;
  overflow-y: scroll;
}

#pro_comment_box h3 {
  text-align: center;
}

#pro_comment_box li {
  padding: 20px 20px 10px;
  background: #f5f5f5;
  margin: 10px 0;
}

#pro_comment_box li dl {
  width: 100%;
  border-top: 1px dashed #aaa;
  font-size: 90%;
  padding-top: 5px;
  margin-top: 10px;
}

#pro_comment_box li dt,
#pro_comment_box li dd {
  display: inline-block;
  vertical-align: top;
}

#pro_comment_box li dt::after {
  content: ":";
}

#pro_comment_box li dd {
  margin-right: 100px;
}

#pro_comment_area .back_black {
  cursor: pointer;
}

#comment_check {
  text-align: center;
  margin-bottom: 20px;
}

#comment_check input[type="checkbox"] {
  display: none;
}

#comment_check label {
  display: inline-block;
  font-size: 110%;
  cursor: pointer;
  min-width: 40px;
  text-shadow: 1px 1px 3px #000;
  margin: 0 5px 5px 0;
  padding: 10px 15px;
  box-shadow: 1px 1px 3px #444 inset;
  background: #888;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: .2s;
  border-radius: 3px;
}

#comment_check label::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  font-weight: 900;
  margin-right: 10px;
}

#comment_check label:hover {
  opacity: 0.8;
}

#comment_check input[type="checkbox"]:checked+label {
  color: #fff;
  box-shadow: 1px 1px 3px #444;
  background: tomato;
}

#comment_check input[type="checkbox"]:checked+label::before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-weight: 900;
}

#comment_check small {
  display: block;
  margin-top: 5px;
}

.comment_tb {
  height: 70px;
  font-size: 90%;
  border: 1px solid #aaa;
  box-shadow: none;
}

input[type="datetime-local"] {
  padding: 3px;
  border: 1px solid #aaa;

}

#select_table .style1 small {
  color: #4169e1;
  margin: 7px 0 0;
}

#select_table .style1 small:first-child {
  margin-top: 0;
}

.style1 .text_memo {
  height: 150px;
}

.style1 .dl_bt a {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #000;
  text-shadow: 1px 1px 3px #000;
}

#pt_check_area {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

#pt_check_box {
  position: fixed;
  top: 0;
  left: 0px;
  width: calc(100% - 200px);
  max-width: 1000px;
  height: 100%;
  padding: 30px;
  background: #fff;
  z-index: 3;
  overflow-y: auto;
}

#pt_close {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

#pt_check_box th,
#pt_check_box td {
  border: 1px solid #aaa;
  padding: 4px 5px;
}

#pt_check_box th {
  background: #def;
  width: 100px;
  text-align: center;
}

#pt_head {
  width: 600px;
}

#pt_head th {
  width: 120px;
}

#pt_list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px dashed #aaa;
}

#pt_list p {
  font-size: 90%;
  margin: 5px 0 10px;
}

#pt_list table {
  width: 100%;
  font-size: 90%;
}

#pt_list thead td {
  text-align: center;
  background: #dfe;
}

#pt_list thead td:nth-child(1) {
  width: 130px;
}

#pt_list thead td:nth-child(3) {
  width: 80px;
}

#pt_list tbody tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#pt_list tbody td {
  text-align: center;
}

#pt_list tbody td strong {
  color: red;
}

#pt_auto button {
  font-size: 90%;
  background: #1e90ff;
}

#arr_table {
  width: 1000px;
  margin: 30px auto;
}

#arr_table ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#arr_table li {
  margin: 5px 0;
}

#csv_textarea {
  width: 500px;
  margin: 40px auto;
}

#csv_textarea textarea {
  height: 200px;
}

#csv_textarea input[type="file"] {
  background: #87cefa;
  display: block;
  margin: 0 auto;
}

#csv_textarea button {
  width: 300px;
  font-size: 130%;
  margin-top: 20px;
  background: #3cb371;
}

#csv_textarea button:disabled {
  background: #888;
  cursor: no-drop;
}

#csv_textarea p {
  font-size: 90%;
  color: #666;
}

#iget_change_bt {
  text-align: center;
  margin-top: 40px;
}

#iget_change_bt input[type="radio"] {
  display: none;
}

#iget_change_bt input[type="radio"]+label {
  display: inline-block;
  background: #888;
  color: #fff;
  padding: 8px;
  width: 250px;
  text-align: center;
  font-size: 120%;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}

#iget_change_bt input[type="radio"]:checked+label {
  background: #1e90ff;
}

#loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #666;
  z-index: 1000;
}

#loading div {
  display: table;
  width: 100%;
  height: 100%;
}

#loading p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'VT323', monospace;
}

#loading div p img {
  display: block;
  width: 80px;
  margin: 0 auto 5px;
}

#itemget_preview,
#yp_list {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 100;
}

#ig_p_area {
  position: fixed;
  width: calc(100% - 100px);
  height: 100%;
  padding: 40px;
  background: #fff;
  z-index: 101;

}

#ig_p_area h3 {
  font-size: 200%;
  text-align: center;
}

#ig_p_err {
  background: #fee;
  border: 1px solid #c00;
  padding: 10px;
  width: 600px;
  margin: 20px auto;
}

#ig_p_err h4 {
  color: red;
}

#ig_p_err h4,
#ig_p_err p {
  text-align: center;
}

#ig_p_err p {
  font-size: 90%;
}

#ig_p_err ul {
  width: 400px;
  margin: 10px auto;
}

#ig_p_err ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#ig_p_table {
  width: 100%;
  padding: 10px;
}

#ig_p_table table {
  font-size: 90%;
  padding: 20px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#ig_p_table th {
  min-width: 100px;
  max-width: 300px;
  background: #6495ed;
  color: #fff;
}

#ig_p_table th,
#ig_p_table td {
  border: 1px solid #aaa;
  padding: 5px;
}

#ig_p_table tr {
  background: #fff;
}

#ig_p_table tr:nth-child(2n+2) {
  background: #f5f5f5;
}

#pcsv_form,
#img_text_send {
  padding: 30px;
  margin: 50px auto;
  background: #f5f5f5;
}

#pcsv_form {
  width: 460px;
}

#pcsv_form label,
#img_text_send label {
  margin-top: 10px;
  display: block;
  font-size: 80%;
  color: #1e90ff;
}

#pcsv_form input[type="file"] {
  background: #87cefa;
  padding: 10px;
  width: 100%;
}

#pcsv_form button,
#img_text_send button {
  background: #3cb371;
  width: 80%;
  display: block;
  padding: 10px 0;
  margin: 30px auto 0;
}

#pcsv_form button:disabled,
#img_text_send button:disabled {
  background: #888;
}

#pcsv_form p,
#img_text_send p {
  padding: 10px;
  background: #fed;
  font-size: 90%;
  margin-top: 20px;
}

#pcsv_form small {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  font-size: 80%;
  display: block;
}

#brand_code_head .fuyo {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#brand_code_head .fuyo_c {
  width: calc(50% - 10px);
}

#img_text_send .list {
  height: 100px;
}

#brand_code_head small {
  display: block;
  font-size: 70%;
  color: #777;
}

#pcsv_head {
  margin-top: 30px;
}

#pcsv_head button {
  background: #888;
  margin: 5px;
}

#pcsv_head .act {
  background: #3cb371;
}

#pcsv_body .act {
  display: block;
}

.pcsv_box {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 30px auto;
  display: none;
  /* box-shadow: 4px 4px 4px #aaa; */
}

#pcsv_body dl {
  padding: 30px;
  background: #f5f5f5;
}

#pcsv_body dl:nth-child(2n+2) {
  background: #fff;
}

#pcsv_body dt,
#pcsv_foot small {
  font-size: 90%;
  display: block;
  color: #1e90ff;
  text-align: left;
}

#pcsv_body dd textarea {
  height: 140px;
}

#pcsv_body .time_kikan input[type="text"] {
  display: inline-block;
  text-align: center;
}

#pcsv_body .time_kikan .num_y {
  width: 100px;
}

#pcsv_body .time_kikan .num_m {
  width: 60px;
}

#pcsv_body .pic_ul li {
  padding: 20px;
  background: #ffe;
  margin: 4px 0;
  display: flex;
  flex-wrap: wrap;
}

#pcsv_body .pic_ul li:nth-child(2n+2) {
  background: #fed;
}

.pcsv_img_form {
  width: calc(100% - 110px);
}

.pcsv_img_ctrl {
  width: 90px;
  padding: 10px;
  margin-left: 15px;
}

.pcsv_img_ctrl button {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

#pcsv_body select {
  border: 1px solid #aaa;
  padding: 10px;
  height: 50px;
}

.pic_ul img {
  width: 200px;
  display: block;
  margin-top: 10px;
}

.ctrl_del {
  margin-top: 7px;
}

.pcsv_img_add {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 120%;
}

#pcsv_foot {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  border-top: 3px solid #aaa;
}

#pcsv_foot .box {
  width: 1000px;
  margin: 30px auto;
  padding-top: 30px;
}

#pcsv_foot button {
  font-size: 150%;
  width: 300px;
  padding: 14px 0;
  text-align: center;
}

#pcsv_foot ul {
  width: 500px;
  padding: 10px;
  margin: 10px auto;
  font-size: 90%;
  text-align: left;
  background: #f5f5f5;
}

#pcsv_foot li {
  margin-bottom: 5px;
  list-style-type: disc;
  margin-left: 20px;
}

#pcsv_foot textarea {
  height: 80px;
  margin-bottom: 30px;
}

#pcsv_preview,
#yp_img {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -100%;
}

#pcsv_pre_box,
#yp_img_box {
  width: calc(100% - 100px);
  max-width: 1010px;
  height: 100%;
  padding: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 1;
  overflow-y: auto;
}

#pcsv_pre_box h2 {
  font-size: 20px;
  border-bottom: 1px solid #4682b4;
  color: #4682b4;
}

#pcsv_pb_inner {
  margin-top: 30px;
}

#pcsv_pb_inner img {
  width: 100%;
}

.prev_bt {
  background: tomato;
}

.kikan_bt {
  background: #6a5acd;
  display: block;
  margin: 10px auto 0;
  width: 200px;
}

#pcsv_table table {
  width: 100%;
}

#pcsv_table tbody tr {
  background: #fff;
}

#pcsv_table tbody tr:nth-child(2n+2) {
  background: #f5f5f5;
}

#pcsv_table thead tr {
  background: #008080;
  color: #fff;
}

#pcsv_table th,
#pcsv_table td {
  padding: 5px;
  border: 1px solid #aaa;
  text-align: center;
}

#pcsv_table form {
  display: inline-block;
}

#pcsv_table table a,
#pcsv_table table button {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  text-shadow: 1px 1px 2px #555;
  box-shadow: 1px 1px 3px #555;
  font-size: 100%;
  border-radius: 5px;
}

#pcsv_table textarea {
  height: 40px;
  font-size: 80%;
  border: 1px solid #aaa;
}

#table_ctrl,
#item_ctrl {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

#table_ctrl button,
#item_ctrl button {
  text-align: center;
}

#table_ctrl button {
  width: 60px;
  font-size: 150%;
  width: 60px;
  background: #32cd32;
}

#item_ctrl button {
  width: 80px;
  background: #888;
}

#item_ctrl .active {
  background: #32cd32;
}

#item_ctrl button small {
  display: block;
}

#table_ctrl button:disabled {
  background: #666;
}

.pcsv_box_ctrl {
  background: #dfe;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}

.pcsv_box_ctrl button {
  font-size: 130%;
  padding: 6px 20px;
}

.pcb_copy {
  background: #008b8b;
}

.pcb_del {
  background: #dc143c;
}

.copy_hyouji {
  background: #f0f8ff;
  padding: 10px;
  font-size: 90%;
}

.copy_hyouji span {
  color: #191970;
  margin-right: 8px;
  font-size: 110%;
}

#csv_inport_area {
  width: 800px;
  padding: 20px;
  background: #f0f0f0;
  margin: 30px auto;
}

#result_area {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

#result_box {
  width: 800px;
  background: #fff;
  height: calc(100% - 100px);
  position: fixed;
  top: 50px;
  left: calc(50% - 400px);
  z-index: 1;
  overflow-y: auto;
}

#result_box ul li {
  padding: 30px;
  background: #fff;
}

#result_box ul li:nth-child(2n+2) {
  background: #f5f5f5;
}

#result_box ul li h3,
#csv_result_box h3 {
  border-left: 8px solid green;
  margin-bottom: 20px;
  padding-left: 10px;
}

#result_box ol li {
  padding: 10px;
  font-size: 95%;
  background: none;
}

#result_box a,
#result_box button {
  display: inline-block;
  width: 200px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
  padding: 6px 20px;
}

#result_box table,
#csv_result_box table {
  background: #fff;
}

#result_box th,
#result_box td,
#csv_result_box th,
#csv_result_box td {
  border: 1px solid #aaa;
  padding: 5px 10px;
}

#result_box th,
#csv_result_box th {
  background: #def;
  text-align: center;
  width: 200px;
}

#result_box tr:nth-child(2n+2),
#csv_result_box tr:nth-child(2n+2) {
  background: #f5f5f5;
}

#result_area .back_black {
  display: block;
}

#result_close {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 200%;
  background: #fff;
  cursor: pointer;
}

#result_close:hover {
  color: red;
}

.bc_bt_area {
  text-align: center;
}

#select_table tbody .bc_bt_area button,
.bc_bt_area a {
  display: inline-block;
  padding: 5px;
  width: calc(50% - 20px);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

#csv_result,
#code_product,
#code_backup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#csv_result {
  left: -100%;
}

#code_product,
#code_backup {
  right: -100%;
}

#csv_result_box,
#code_product_box,
#code_backup_box {
  position: absolute;
  top: 0;
  width: calc(100% - 100px);
  max-width: 800px;
  height: 100%;
  background: #fff;
  z-index: 1;
  padding: 30px;
  overflow-y: auto;
}

#csv_result_box {
  left: 0;
}

#code_product_box,
#code_backup_box {
  right: 0;
}

#code_product_box table,
#code_product_box p {
  display: none;
}

#code_product_box table {
  width: 100%;
}

#code_product_box th,
#code_product_box td {
  padding: 5px;
  border: 1px solid #aaa;
}

#code_product_box th {
  background: #def;
  width: 33%;
}

#code_product_box tr {
  background: #fff;
}

#code_product_box tr:nth-child(2n+1) {
  background: #f5f5f5;
}

#code_product_box p {
  margin: 20px auto;
}

#day_pager {
  margin-top: 40px;
}

#day_pager ul {
  display: flex;
  flex-wrap: wrap;
}

#day_pager li {
  width: 80px;
  text-align: center;
  margin: 5px;
  background: #eee;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 90%;
  position: relative;
}

#day_pager li small {
  display: block;
}

#day_pager li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#day_pager li:hover {
  background: #00bfff;
}

#day_pager .active {
  background: #1e90ff;
  color: #fff;
}

#brand_item,
#brand_backup {
  margin: 30px auto 10px;
  display: block;
  width: 300px;
}

#brand_item {
  background: #ff8c00;
}

#brand_backup {
  background: #ba55d3;
}

#code_product_form {
  display: flex;
  flex-wrap: wrap;
}

#code_product_form li {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 10px;
  background: #f0f0f0;
}

#code_product_form input[type="text"] {
  width: 200px;
}

#code_product_form li:first-child button {
  width: 40px;
  font-size: 90%;
  padding: 5px;
  text-align: center;
}

#code_product_form li:last-child button {
  width: 100%;
}

#code_product_form button:disabled {
  background: #aaa;
}

#brand_code_head {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#brand_code_head li {
  width: calc(50%);
}

#brand_code_updbox {
  width: calc(100% - 20px);
  margin: 50px 0 30px;
  padding: 20px;
  background: #f5f5f5;
}

#brand_code_updbox h3 {
  text-align: center;
}

#brand_code_updbox p {
  display: block;
  width: 300px;
  text-align: center;
  margin: 5px auto;
  background: #fff;
  padding: 5px 10px;
}

#brand_code_updbox p small {
  display: block;
}

#brand_code_updbox div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

#brand_code_updbox div a,
#brand_code_updbox div button {
  display: block;
  width: calc(30%);
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #444;
  text-shadow: 1px 1px 3px #444;
  color: #fff;
  font-size: 100%;
  margin: 0;
}

.kobetu_opt {
  width: 30%;
  background: #def;
  padding: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.kobetu_opt ul {
  margin-top: 10px;
  background: #fff;
  padding: 10px;
}

.kobetu_opt li {
  margin-bottom: 5px;
}

.kobetu_opt li input,
.kobetu_opt li button {
  display: inline-block;
  vertical-align: middle;
}

.kobetu_opt li input {
  width: calc(100% - 50px);
}

.kobetu_plus,
.kobets_del {
  display: inline-block;
  margin-top: 15px;
}

.kobetu_plus {
  width: calc(70% - 30px);
  background: #1e90ff;
  text-align: center;
  margin-left: 10px;
}

.kobetu_minus {
  background: #666;
}

.kobetu_del {
  width: calc(30%);
  background: #a00;
}

#page_move_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

#page_move_loading_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: table;
}

#pm_loading_anim {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#pm_loading_anim div {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  position: relative;
  height: 220px;
}

#pm_loading_anim div p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  display: block;
  left: 0;
}

#pm_loading_anim div img {
  position: absolute;
  left: calc(50% - 39.5px);
  top: 20px;
  background: #fff;
}

#load_img {
  position: fixed;
  left: -100%;
  top: -100%;
}

#pm_load1 {
  z-index: 1;
}

#pm_load2 {
  z-index: 2;
}

#item_param,
#product_check,
#product_check_prev {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#item_param,
#product_check_prev {
  right: -100%;
}

#item_param_box,
#product_check_box,
#product_check_prev_box {
  position: absolute;
  width: 1000px;
  height: 100%;
  background: #fff;
  padding: 20px;
  z-index: 1;
  overflow-y: auto;
  font-size: 90%;
}

#item_param_box,
#product_check_prev_box {
  right: 0;
}

#product_check_prev {
  z-index: 200;
}

#item_param_box table,
#product_check table {
  width: 100%;
}

#item_param_box p,
#product_check_box p {
  margin: 10px 0;
}

#item_param_box th,
#product_check th,
#product_check_prev_box th {
  background: #def;
}

#product_check_prev_box th {
  width: 100px;
  text-align: center;
}

#item_param_box tr,
#product_check tr {
  background: #fff;
}

#item_param_box tr:nth-child(2n+1),
#product_check tr:nth-child(2n+1) {
  background: #f0f0f0;
}

#item_param_box th,
#item_param_box td,
#product_check th,
#product_check td,
#product_check_prev_box th,
#product_check_prev_box td {
  border: 1px solid #aaa;
  padding: 5px;
}

.black_back {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
}

#product_check {
  left: -100%;
}

#product_check_box {
  left: 0;
}

#product_check th,
#product_check td {
  text-align: center;
}

#product_check button {
  background: #3cb371;
  color: #fff;
  font-size: 90%;
}

#product_check_prev_info h2 {
  text-align: center;
}

#product_check_prev_info table {
  width: 600px;
  margin: 10px auto;
}

#pcp_prev {
  margin: 40px auto;
  padding: 10px;
  border: 1px solid #aaa;
}

#product_check_prev_box .pcp_sp {
  width: 425px;
}

#pcp_prev ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#pcp_prev li {
  text-align: center;
  width: 30%;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px 0;
}

#pcp_prev li img {
  max-width: 100%;
}

#add_head {
  margin: 20px auto;
}

#add_head button {
  margin: 5px;
  background: #888;
  color: #fff;
}

#add_head .active {
  background: #1e90ff;
}

.add_form_box {
  display: none;
  padding: 40px 0;
}

#add_form_area .active {
  display: block;
}

#add_form_area h3 {
  padding-left: 10px;
  font-size: 160%;
  border-left: 10px solid #1e90ff;
}

#add_form_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#add_form_area li {
  padding: 20px;
  background: #fffaf0;
  margin: 10px 0;
}

#add_form_area .add_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#add_form_area li h4 {
  border-left: 7px solid #3cb371;
  font-size: 120%;
  padding-left: 10px;
  margin-bottom: 10px;
}

#add_form_area .add_text .add_form {
  width: calc(100% - 820px);
}

#add_form_area .add_text .add_preview {
  width: 800px;
  background: #fff;
  padding: 10px;
}

#add_form_area dl {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px dashed #888;
}

#add_form_area dl:last-child {
  border: none;
}

#add_form_area dt {
  font-size: 80%;
  color: #1e90ff;
}

#add_form_area p {
  margin-top: 5px;
  font-size: 80%;
  color: #888;
}

#add_form_area input[type="radio"],
#pcsv_tab input[type="radio"] {
  display: none;
}

#add_form_area input[type="radio"]+label,
#pcsv_tab input[type="radio"]+label {
  cursor: pointer;
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 4px 8px;
  color: #000;
  border-radius: 3px;
  background: #aaa;
}

#add_form_area input[type="radio"]:checked+label,
#pcsv_tab input[type="radio"]:checked+label {
  background: #3cb371;
  color: #fff;
}

#pcsv_tab {
  text-align: center;
  margin-bottom: 15px;
}

#add_textarea {
  height: 100px;
}

.add_preview .sp_prev,
.pc_prev {
  margin: 0 auto;
  border: 1px solid #aaa;
  max-height: 600px;
  overflow-y: auto;
}

.add_preview .sp_prev {
  padding: 5px;
  width: 420px;
}

.add_preview .pc_prev {
  width: 100%;
  padding: 10px;
}

.add_preview iframe {
  display: block;
  width: 400px;
  height: 337px;
  margin-bottom: 20px;
}

.add_preview .prev_img,
.add_preview .prev_img img {
  width: 100%;
}

.add_form {
  padding: 10px;
}

.prev_inner div {
  width: 100% !important;
}

.prev_inner div img {
  width: 100%;
}

#add_err {
  padding: 10px 20px;
  background: #fdd;
  margin-top: 20px;
}

#add_err h3 {
  border-left: 7px solid #d00;
  font-size: 120%;
  padding-left: 10px;
  margin-bottom: 10px;
}

#add_err li {
  display: inline-block;
  font-size: 90%;
  padding: 3px 10px;
  margin: 5px 5px 5px 0;
  background: #eee;
}

#add_err p {
  font-size: 80%;
}

.add_rename {
  width: calc(50% - 15px);
}

.add_image,
.add_image_list {
  display: inline-block;
  margin: 10px 0;
  vertical-align: top;
}

.add_image {
  width: 250px;
}

.add_image img {
  width: 100%;
  border: 1px solid #aaa;
}

.add_image_list {
  width: calc(100% - 270px);
  margin-left: 15px;
  padding: 10px;
  background: #f0f0f0;
}

#add_form_area .add_image_list ul {
  display: block;
  margin-top: 10px;
}

#add_form_area .add_image_list li {
  padding: 10px;
  width: 100%;
  margin: 5px 0;
  background: #fff;
}

#add_form_area .add_image_list li:first-child p {
  font-size: 90%;
  color: #888;
}

#add_form_area .add_image_list li p {
  font-size: 15px;
  word-wrap: break-word;
  color: #333;
}

#add_form_area .add_image_list li span,
#add_form_area .add_huyo_list span {
  display: block;
  font-size: 12px;
  color: #1e90ff;
}

#add_form_area .add_huyo_list {
  display: block;
  width: 100%;
  padding: 10px;
  background: #eee;
}

#add_form_area .add_huyo_list li {
  padding: 10px;
  display: block;
  background: #fff;
  margin-top: 8px;
}

#add_form_area .add_huyo_list li p {
  font-size: 15px;
  color: #333;
  word-wrap: break-word;
  padding-bottom: 6px;
}

#add_form_area .add_huyo_list li small {
  border-top: 1px dashed #aaa;
  padding-top: 6px;
  display: block;
}

.ato_count strong {
  color: red;
}

.add_retitle_bt,
.add_ikkatsu_bt {
  color: #fff;
  font-size: 90%;
  padding: 3px 8px;
}

.add_retitle_bt {
  background: #1e90ff;
}

.add_ikkatsu_bt {
  background: tomato;
}

.sukashi {
  backdrop-filter: blur(5px);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}


#yp_img_sec .active {
  display: block;
}

.yp_img_area {
  display: none;
  padding: 40px 0;
  background: #f0f0f0;
}

.yp_img_area ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yp_img_area li {
  background: #fff;
  width: calc(20% - 10px);
  padding: 10px;
  border: 1px solid #aaa;
  margin: 10px 0;
  position: relative;
}

.yp_img_area li input[type="file"],
.yp_top_img input[type="file"] {
  width: 100%;
  padding: 5px;
  background: #def;
}

.yp_img_area li img {
  width: 100%;
  border: 1px solid #aaa;
  margin-top: 10px;
  display: none;
}

.yp_img_area li div {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  text-align: center;
  padding: 5px 0;
  background: #fff;
  text-align: center;
  border: 1px solid #888;
  border-radius: 100px;
}

.yp_img_area h3,
#yp_list_box h3 {
  text-align: center;
  margin-bottom: 20px;
}

.yp_img_area h3 span,
#yp_list_box h3 span {
  border-bottom: 6px solid #1e90ff;
  padding-bottom: 5px;
}

#yp_footer_form {
  padding: 40px 0;
  text-align: center;
}

#yp_footer_form button {
  display: block;
  width: 250px;
  font-size: 150%;
  background: #1e90ff;
  margin: 20px auto 0;
}

#yp_footer_form button:disabled {
  background: #888;
  cursor: no-drop;
}

#yp_list_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 30px;
  z-index: 2;
}

#yp_list_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#yp_list_box li {
  width: calc(25% - 10px);
  margin: 10px 5px;
  padding: 6px;
  text-align: center;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
}

#yp_list_box li:hover {
  background: #1e90ff;
  color: #fff;
}

#add_table_footer {
  padding: 40px 0;
}

#add_table_footer small {
  color: #1e90ff;
  display: block;
}

#add_table_send {
  display: block;
  width: 300px;
  font-size: 150%;
  text-align: center;
  background: #3cb371;
  margin: 20px auto 10px;
}

.add_table_sel_bt a {
  display: block;
  font-size: 100%;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

#yp_img_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#yp_img_box li {
  width: calc(33% - 20px);
  border: 1px solid #aaa;
  padding: 10px;
  margin: 10px;
  position: relative;
}

#yp_img_box h3 {
  border-left: 8px solid #3cb371;
  padding-left: 6px;
  margin-bottom: 30px;
  font-size: 140%;
}

#yp_img_box li img {
  max-width: calc(100% - 20px);
  display: block;
  margin: 0 auto 10px;
  padding: 5px;
  border: 1px solid #aaa;
}

#yp_img_box li div {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #aaa;
  padding: 7px 0;
  background: #fff;
}

#yp_img_box li p {
  text-align: center;
}

.yp_top_img {
  padding: 10px 20px;
  border: 1px solid #aaa;
  background: #fff;
  margin: 10px auto 20px;
  width: 600px;
}

.yp_top_img p {
  color: #1e90ff;
  font-size: 90%;
}

.yp_top_img img {
  display: block;
  text-align: center;
}

#code_backup_box p {
  margin: 20px 0;
  font-size: 90%;
  color: #555;
}

#code_backup_box table {
  margin-top: 20px;
  width: 100%;
  font-size: 90%;
}

#code_backup_box th,
#code_backup_box td {
  border: 1px solid #aaa;
  padding: 5px 10px;
}

#code_backup_box thead {
  background: #def;
}

#code_backup_box tbody tr {
  background: #fff;
}

#code_backup_box tbody tr:nth-child(2n+2) {
  background: #f0f0f0;
}

#code_backup_box tr td:nth-child(1) {
  width: 140px;
}

#code_backup_box tbody a {
  display: block;
  color: #fff;
  background: #1e90ff;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}

#rms_apilist {
  margin-left: 10px;
}

#rms_apilist ul {
  border: 1px solid #aaa;
}

#rms_apilist li {
  padding: 5px;
  border-bottom: 1px solid #aaa;
}

#rms_apilist li span {
  display: block;
  color: tomato;
  font-size: 70%;
}

.deal_log_box {
  transition: all .3s ease;
  width: 800px;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  padding: 30px;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
}

.deal_log.active .deal_log_box {
  right: 0;
}

.deal_log.active .back_black {
  display: block;
}

.deal_log h2,
.deal_log p {
  text-align: center;
}

.deal_log p {
  margin: 10px auto 20px;
}

.deal_log table,
#rac_table table {
  width: 100%;
}

.deal_log th,
#rac_table th {
  background: #def;
}

.deal_log th,
.deal_log td,
#rac_table th,
#rac_table td {
  padding: 10px;
  border: 1px solid #aaa;
  word-break: break-all;
}

.deal_log tbody tr,
#rac_table tbody tr {
  background: #fff;
}

.deal_log tbody tr:nth-child(2n+2),
#rac_table tbody tr:nth-child(2n+2) {
  background: #f5f5f5;
}

#select_table .deal_bt button,
#select_table .deal_bt a {
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

#select_table .deal_bt a {
  margin-bottom: 5px;
}

#deal_checklog thead th:nth-child(1) {
  width: 150px;
}

#deal_checklog thead th:nth-child(3) {
  width: 250px;
}

#deal_checklog img {
  width: calc(100% - 20px);
  display: block;
  margin: 0 auto 5px;
}

#rac_info {
  width: 600px;
  text-align: center;
  padding: 30px;
  margin: 0 auto 20px;
  background: #fff;
}

#rac_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#rac_info li {
  width: calc(40%);
  background: #f5f5f5;
  padding: 10px;
  margin: 7px 5px;
}

#rac_info li span {
  font-size: 90%;
  font-weight: bold;
}

#rac_info li:nth-child(3) {
  width: calc(80% + 10px);
  padding: 20px;
}

#rac_info li div {
  display: flex;
  flex-wrap: wrap;
}

#rac_info li input,
#rac_info li button {
  display: block;
}

#rac_info li input {
  width: calc(100% - 100px);
}

#rac_info li button {
  width: 90px;
}

#rac_table {
  width: 800px;
  margin: 20px auto;
  display: none;
}

.sub_code_list li {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #def;
  margin: 10px 0;
}

.sub_code_list li .code {
  margin-left: 30px;
}

#form_table.form_2col {
  display: flex;
  justify-content: space-between;
}

#form_table.form_2col form {
  width: 700px;
}

#form_table.form_2col .html_code_prev {
  padding-left: 20px;
  width: 450px;
  border-left: 2px solid #aaa;
}

#form_table.form_2col .html_code_prev h3 {
  text-align: center;
}

#html_code_preview {
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #ddd;
  width: 100%;
  overflow: auto;
}

#html_code_preview img {
  max-width: 100%;
}

.html_code_prev .preview_comment {
  margin-top: 5px;
  font-size: 80%;
  color: #777;
}

#select_table textarea:read-only {
  height: 100px;
}


/* モーダルエリア */
.modal_area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal_area .outer {
  width: calc(100% - 40px);
  max-width: 800px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -800px;
  transition: .2s all ease;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
}

.modal_area.active .outer {
  left: 0;
}

.modal_area .outer h2 {
  background: #2e8b57;
  color: #fff;
  font-size: 110%;
  padding: 8px 0;
  text-align: center;
}

.modal_area .modal_close {
  z-index: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.modal_area .inner {
  padding: 30px;
}

.modal_area .inner .modal_list dl {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.modal_area .inner .modal_list dl:first-child {
  border-top: none;
}

.modal_area .inner .modal_list dt {
  font-size: 90%;
  color: #4682b4;
  margin-bottom: 5px;
}

.modal_area .inner .modal_list .memo {
  height: 80px;
}

/* モーダルのテーブル */
.modal_table table {
  width: 100%;
}

.modal_table table td {
  padding: 5px 10px;
  border: 1px solid #aaa;
}

.modal_table table thead tr {
  background: #4682b4;
  color: #fff;
}

.modal_table table tbody tr {
  background: #fff;
}

.modal_table table tbody tr:nth-child(2n+2) {
  background: #f5f5f5;
}

.modal_table table tbody td small {
  display: block;
  font-size: 80%;
  color: #777;
}

#code_inputarea {
  margin-bottom: 40px;
}

#code_inputarea textarea {
  background: #000;
  color: #fff;
  height: 120px;
}

#code_temp_search_area {
  display: flex;
  padding: 20px;
  background: #eee;
  margin: 20px 0;
  align-items: center;
}

#code_temp_search_area input[type="radio"] {
  display: none;
}

#code_temp_search_area input[type="radio"]+label {
  display: block;
  padding: 5px 10px;
  background: #777;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}

#code_temp_search_area input[type="radio"]:checked+label {
  background: tomato;
}

#code_temp_search_area input[type="text"] {
  width: 300px;
  margin-right: 10px;
}

#sku_import_modal,
#sku_import_modal .bg_area {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#sku_import_modal {
  position: fixed;
  left: -100%;
  z-index: 999;
}

#sku_import_modal.active {
  left: 0;
}

#sku_import_modal .inner,
#sku_import_modal .bg_area {
  transition: .4s all ease;
}

#sku_import_modal .bg_area {
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

#sku_import_modal.active .bg_area {
  opacity: 1;
}

#sku_import_modal .inner {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 600px;
  left: -600px;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 50px;
}

#sku_import_modal.active .inner {
  left: 0;
  overflow-y: auto;
}

#sku_import_modal .inner input[type="file"] {
  display: block;
  padding: 5px;
  background: #def;
}

#sku_import_modal #csv_send {
  display: block;
  font-size: 110%;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 30px auto 0;
}

#sku_import_modal #csv_send:disabled {
  background: #777;
}

#sku_import_modal ul li {
  padding: 15px 0;
}

#sku_import_modal ul strong {
  font-size: 90%;
  display: block;
  color: #189326;
}

#sku_import_modal ul p {
  font-size: 80%;
  margin-top: 5px;
}


#select_table #sku_table small{
  display: block;
  font-size: 80%;
  margin: 10px 0 0;
  color: #34167f;
}
#select_table #sku_table small:first-child{
  margin-top: 0;
}
#sku_table img.thumb{
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#sku_table .name_area{
  font-size: 80%;
  width: 100%;
  height: 100px;
}
#sku_table tr{
  background: #fff;
}
#sku_table tr:nth-child(2n + 2){
  background: #f0f0f0;
}
#sku_search_form{
  border: 1px solid #aaa;
  padding: 10px;
  display: flex;
  justify-content: center;
  background: #eee;
}
#sku_search_form .box{
  background: #fff;
  padding: 10px;
  margin: 0 1px;
}
#sku_search_form .box small{
  display: block;
  font-weight: bold;
  color: #1e90ff;
}
#sku_search_form .box input[type="radio"]{
  display: none;
}
#sku_search_form .box input[type="radio"] + label{
  display: inline-block;
  line-height: 100%;
  padding: 8px 10px 5px;
  border-radius: 10px;
  background: #777;
  color: #fff;
  font-size: 100%;
  text-align:center;
  width: auto;
}
#sku_search_form .box input[type="radio"]:checked + label{
  background: #1987E5;
}
#sku_search_send{
  margin-left: 10px;
  width: 100px;
  background: #189326;
}