@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
/**
 * 文字コード UTF-8N 改行コードLF
 * 共通CSS
 *
 * @package    BXI 5G
 * @copyright  Copyright (c) 2021-2024 ETRUST, INC.
 * @version    BXI 5G 5.6.16 241018
 */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  min-width: 1280px;
  min-height: 100vh;
  font-family: 'Noto Sans JP', YuGothicM, YuGothic, Meiryo, 'Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;  font-size: 12px;
  line-height: 18px;
  background-color: rgba(10, 7, 24, 1);
  background-image: url(../img/body_back.png);
  background-size: cover;
  color: #fff;
}
div.dump {
  padding: 10px;
  word-break: break-all;
}
iframe {
  background: #f1f1f1 !important;
}
img {
  border: 0px;
  max-width: 100%;
}
video {
  max-width: 100%;
}
img.load {
  display: none;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}
@media all and (-ms-high-contrast: none){
  img.load {
    background: #fff;
  }
}
#progress {
  display: none; /* 未使用 */
}
a {
  color: rgba(240,240,240,0.8);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #fff;
}
textarea {
  background: #fff;
  color: #333;
  border: 1px solid #a89bb2;
  border-radius: 4px;
  width: 100%;
  min-height: 46px;
  font-family: 'Noto Sans JP', YuGothicM, YuGothic, Meiryo, 'Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 10px;
  resize: vertical;
  outline: none;
}
a.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  width: 80px;
  height: 36px;
  background: #ff5200;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  text-indent: 0;
}
a.auth:hover {
  background: #ff5200cc;
}
textarea:disabled {
  background: rgba(255,255,255,0.05);
}
.ace-crimson-editor {
  background-color: #fff !important; /* 透過できない */
  border: 1px solid #a89bb2;
  border-radius: 4px;
}
@font-face {
  font-family: 'empty';
  src: url('empty.woff') format('woff');
}
.ace_editor > .ace_text-input {
  border-radius: initial;
  min-height: initial;
  font-family: empty, Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}
button, input, select {
  font-family : inherit;
  font-size   : 100%;
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: #bbb;
}
button {
  cursor: pointer;
  outline: none;
}
input[type="text"], input[type="password"], input[type="date"] {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #a89bb2;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 34px;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  outline: none;
}
input[type="color"] {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 5px;
}
input[type="text"].readonly, input[type="password"].readonly {
  background: transparent !important;
  border: none;
}
div.center form div.panel input[type="text"].readonly {
  border: 1px solid rgb(214 214 214) !important;
}
input[type="text"].image, input[type="text"].alink {
  width: 280px;
  max-width: calc(100% - 43px);
  text-align: left !important;
}
input[type="text"].size {
  width: 60px;
  text-align: center;
}
div.size_w a, div.size_h a {
  display: block;
  float: right;
  width: 38px;
  height: 34px;
  background: url(../img/icon_resize.png) no-repeat center;
}
div.size_w a:hover, div.size_h a:hover {
  background: url(../img/icon_resizeh.png) no-repeat center;
}
div.dialog div.size_w a, div.dialog div.size_h a {
  background: url(../img/icon_resize_w.png) no-repeat center;
}
div.dialog div.size_w a:hover, div.dialog div.size_h a:hover {
  background: url(../img/icon_resize_wh.png) no-repeat center;
}
input[type="text"].image + a {
  display: block;
  float: right;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_photo_s.png) no-repeat center;
}
input[type="text"].image + a:hover {
  background: url(../img/icon_photo_sh.png) no-repeat center;
}
div.dialog input[type="text"].image + a {
  background: url(../img/icon_photo_s_wh.png) no-repeat center;
}
div.dialog input[type="text"].image + a:hover {
  background: url(../img/icon_photo_s_whh.png) no-repeat center;
}
input[type="text"].media {
  float: left;
}
input[type="text"].media + a {
  float: left;
  margin-left: 10px;
}
input[type="text"].media + a + a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_sns_s.png) no-repeat center;
}
input[type="text"].media + a + a:hover {
  background: url(../img/icon_sns_sh.png) no-repeat center;
}
div.dialog input[type="text"].media + a + a {
  background: url(../img/icon_sns_s_w.png) no-repeat center;
}
div.dialog input[type="text"].media + a + a:hover {
  background: url(../img/icon_sns_s_wh.png) no-repeat center;
}
input[type="text"].media + a + a + img {
  clear: both;
  display: block;
  padding-top: 20px;
  max-width: 280px;
  max-height: 280px;
}
input[type="text"].media + a + a + img + video {
  clear: both;
  display: block;
  padding-top: 20px;
  max-width: 280px;
  max-height: 300px;
}
input[type="text"].alink + a {
  display: block;
  float: right;
  width: 38px;
  height: 34px;
  background: url(../img/icon_alink.png) no-repeat center;
}
input[type="text"].alink + a:hover {
  background: url(../img/icon_alinkh.png) no-repeat center;
}
div.dialog input[type="text"].alink + a {
  background: url(../img/icon_alink_w.png) no-repeat center;
}
div.dialog input[type="text"].alink + a:hover {
  background: url(../img/icon_alink_wh.png) no-repeat center;
}
input[type="text"].alink + a + a {
  display: block;
  float: right;
  margin-left: 10px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_pop.png) no-repeat center;
}
input[type="text"].alink + a + a:hover {
  background: url(../img/icon_poph.png) no-repeat center;
}
div.dialog input[type="text"].alink + a + a {
  background: url(../img/icon_pop_w.png) no-repeat center;
}
div.dialog input[type="text"].alink + a + a:hover {
  background: url(../img/icon_pop_wh.png) no-repeat center;
}
input[type="text"].color + a {
  display: block;
  float: right;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_color_s.png) no-repeat center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"].color + a:hover {
  background: url(../img/icon_color_sh.png) no-repeat center;
}
input[type="text"].select_blog,
input[type="text"].select_sns,
input[type="text"].select_category, 
input[type="text"].select_item {
  float: left;
}
input[type="text"].select_blog + a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_blog_s.png) no-repeat center;
}
input[type="text"].select_blog + a:hover {
  background: url(../img/icon_blog_sh.png) no-repeat center;
}
input[type="text"].select_sns + a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_sns_s.png) no-repeat center;
}
input[type="text"].select_sns + a:hover {
  background: url(../img/icon_sns_sh.png) no-repeat center;
}
input[type="text"].select_category + a,
input[type="text"].select_item + a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_webshop_s.png) no-repeat center;
}
input[type="text"].select_category + a:hover,
input[type="text"].select_item + a:hover {
  background: url(../img/icon_webshop_sh.png) no-repeat center;
}
input[type="text"].select_youtube + a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_youtube_s.png) no-repeat center;
}
input[type="text"].select_youtube + a:hover {
  background: url(../img/icon_youtube_sh.png) no-repeat center;
}
input[type="text"].select_ads + a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_video_s.png) no-repeat center;
}
input[type="text"].select_ads + a:hover {
  background: url(../img/icon_video_sh.png) no-repeat center;
}
a.margin, a.padding {
  display: block;
  width: 38px;
  height: 34px;
  background: url(../img/icon_margin.png) no-repeat center;
}
a.margin:hover, a.padding:hover {
  background: url(../img/icon_marginh.png) no-repeat center;
}
textarea.days + a {
  display: block;
  float: right;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_calendar_s.png) no-repeat center;
}
textarea.days + a:hover {
  background: url(../img/icon_calendar_sh.png) no-repeat center;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 10px;
  padding-left: 50px;
  min-width: 150px;
  line-height: 33px;
  position: relative;
}
input[type="checkbox"] + label:before {
  display: block;
  content: "";
  width: 40px;
  height: 16px;
  border-radius: 16px;
  background: #ccc;
  position: absolute;
  top: 7px;
  left: 0px;
  border: 1px solid rgba(255,255,255,0.5);
}
input[type="checkbox"] + label:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: #711ebf;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  top: 9px;
  left: 1px;
}
input[type="checkbox"]:checked + label:before {
  background: #711ebf;
}
input[type="checkbox"]:checked + label:after {
  background: #fff;
  left: 25px;
}
#dialog input[type="checkbox"] + label {
  margin-left: 0;
  min-width: 100px;
}
#dialog input[type="checkbox"] + label:before {
   x border: 1px solid #3c67b9;
}
input[type="radio"] {
  display: none;
}
input[type = "radio"] + label {
  display: inline-block;
  margin-left: 10px;
  padding-left: 26px;
  min-width: 60px;
  line-height: 32px;
  position: relative;
}
input[type = "radio"]:disabled + label {
  color: #ccc;
}
input[type="radio"] + label:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #ccc;
  border: 1px solid #fff;
  border-radius: 12px;
  transition: .2s;
  position: absolute;
  top: 9px;
  left: 0px;
}
input[type="radio"]:disabled + label:after {
  border: 1px solid #fff;
}
input[type="radio"]:checked + label:after {
  background: #711ebf;
}
input[type="file"] {
  display: none;
}
input[type="file"] + label,
div.attach label {
  display: block;
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  background: url("../img/plus.png") no-repeat;
  background-size: 24px;
  background-position: 0px center;
  text-indent: 40px;
  color: #3b2f64;
}
input[type="file"] + label + label {
  display: block;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  background: url("../img/conf2.png") no-repeat;
  background-size: 24px;
  background-position: 0px center;
  text-indent: 40px;
  color: #3b2f64;
}
input[type="file"] + label:hover,
div.attach label:hover {
  background: url("../img/plus_hover.png") no-repeat;
  background-size: 24px;
  background-position: 0px center;
  color: #711ebf;
}
input[type="file"] + label + label:hover {
  background: url("../img/conf2_hover.png") no-repeat;
  background-size: 24px;
  background-position: 0px center;
  color: #711ebf;
}
div.dialog input[type="file"] + label {
  background: url("../img/plus_wh.png") no-repeat;
  background-size: 34px;
  color: #fff;
}
div.dialog input[type="file"] + label:hover {
  background: url("../img/plus_wh_hover.png") no-repeat;
  background-size: 34px;
  color: #fff;
}
div.dialog input[type="file"] + label + label {
  background: url("../img/conf2_wh.png") no-repeat;
  background-size: 34px;
  color: #fff;
}
div.dialog input[type="file"] + label + label:hover {
  background: url("../img/conf2_wh_hover.png") no-repeat;
  background-size: 34px;
  color: #fff;
}
select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none;
  padding: 0 35px 0 10px;
  border: 1px solid #a89bb2;
  border-radius: 4px;
  font-size: 16px;
  height: 34px;
  background: url(../img/icon_down.png) #fff;
  background-repeat: no-repeat;
  background-position: right center;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:focus {
  background-color: #fff;
}
ul li {
  list-style-type: none;
  cursor: pointer;
}
ul.hashtag {
  margin-left: -4px;
}
ul.hashtag li {
  display: block;
  margin: 0 4px 8px 4px;
  padding: 5px 30px 5px 10px;
  width: auto;
  height: 28px;
  line-height: 18px;
  background: #4d74be;
  border-radius: 14px;
  float: left;
  position: relative;
}
ul.hashtag li:after {
  display: block;
  content: "x";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  background: #4d74be;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 5px;
}
ul.hashtag li:hover:after {
  background: #69b3ff;
  background: #007eff;
}
ul.hashtag li:last-child {
  margin-top: 3px;
  padding: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icon_plus.png) no-repeat;
  background-size: 70%;
  background-position: center;
}
ul.hashtag li:last-child:hover {
  background: url(../img/icon_plus_hover.png) no-repeat;
  background-size: 70%;
  background-position: center;
  
}
ul.hashtag li:last-child:after {
  display: none;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
.hide {
  display: none;
}
.mark {
  color: #0073d5 !important;
  font-size: 15px;
  text-align: center;
}
/*----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  padding: 0 10px;
  width: 100%;
  height: 72px;
  border-bottom: 2px solid #fff;
  background: rgba(10, 7, 24, 0.82);
  z-index: 10;
}
body.main header {
  display: none;
}
header > div {
  display: flex !important;
  align-items: center;
}
header h1 {
  display: block;
  width: 140px;
  height: 72px;
  background: url(../img/bxi_head.png) no-repeat;
  background-position: center center;
}
header nav {
  clear: right;
  display: block;
  margin: 0 0 0 auto;
  width: auto;
  height: 40px;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  display: block;
  margin: 0 15px;
  line-height: 38px;
  font-size: 14px;
  font-weight: normal;
  text-indent: 36px;
  color: #ffffff;
  cursor: pointer;
}
header nav ul li a:hover {
  color: #b08912;
}
header nav ul li a.notify {
  text-indent: 0;
}
header nav ul li a.notify label {
  display: block;
  margin: 6px 10px 0 0;
  padding: 0 3px;
  width: auto;
  min-width: 24px;
  height: 24px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
  background: #ff0000;
  color: #fff;
  float: left;
  cursor: pointer;
}
header nav ul li a.notify:hover label {
  font-weight: normal;
  background: #4a349f;
}
header nav ul li a.info {
  background: url("../img/info.png") no-repeat;
}
header nav ul li a.info:hover {
  background: url("../img/info_on.png") no-repeat;
}
header nav ul li a.index{
  background: url("../img/index.png") no-repeat;
}
header nav ul li a.index:hover {
  background: url("../img/index_on.png") no-repeat;
}
header nav ul li a.conf {
  background: url("../img/conf.png") no-repeat;
}
header nav ul li a.conf:hover {
  background: url("../img/conf_on.png") no-repeat;
}
header nav ul li a.lock {
  background: url("../img/lock.png") no-repeat;
}
header nav ul li a.lock:hover {
  background: url("../img/lock_on.png") no-repeat;
}
header nav ul li a.help {
  background: url("../img/help.png") no-repeat;
}
header nav ul li a.help:hover {
  background: url("../img/help_on.png") no-repeat;
}
header nav ul li a.remote {
  background: url("../img/remote.png") no-repeat;
}
header nav ul li a.remote:hover {
  background: url("../img/remote_on.png") no-repeat;
}
/*----------------------------------------------------------------------
セクション
------------------------------------------------------------------------*/
section {
  min-width: 1280px;
  width: 100%;
  min-height: 100vh;
  height: auto !important;
}
section .wrap {
  padding: 72px 0 0 0;
  min-height: 100vh;
}
section form {
  padding: 20px;
}
section form p {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
section form dl {
  display: flex;
}
section form dl.split {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
section form dl dt {
  flex-basis: 20%;
  padding: 10px;
  line-height: 33px;
}
section form dl dd {
  flex-basis: 80%;
  padding: 10px;
}
section form dl dd h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
}
section button.link {
  display: block;
  margin: 10px auto;
  padding: 0 10px;
  width: 100px;
  height: 45px;
  background: #b08912;
	border: 1px solid #d9ae29;
	border-radius: 4px;
  font-size: 13px;
  color: #fff;
	outline: none;
}
.link:hover {
  border-color: #fff;
  text-shadow:
        0 0 .1em #fff,
        0 0 .5em #fff,
        0 0 1em #fff;
}
section button.link:hover,
section button.link:focus {
  border: 1px solid #d4b24a;
  box-shadow: 0 0 5px #c59e27;
  text-shadow: initial;
}
/*----------------------------------------------------------------------
ワークスペース
------------------------------------------------------------------------*/
section nav {
  position: fixed;
  top: 72px;
  left: 0px;
  width: 65px;
  height: calc(100vh - 72px);
  background: #060212;
  z-index: 2;
}
section nav ul {
  height: calc(100vh - 72px - 65px);
  border-bottom: 1px solid #2f1d78;
  overflow-y: scroll;
  overflow-x: hidden;
}
section nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #2f1d78;
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  cursor: pointer;
}

section div.navmenu {
  display: none;
  padding: 10px 10px 10px 20px;
  width: 240px;
  min-height: 360px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  position: fixed;
  top: 72px;
  left: 65px;
  z-index: 9;
}
section div.navmenu div.icon h2,
section div.navmenu div.icon label {
  display: none;
}
section nav ul li#webpage {
  background: url(../img/navicon_webpage.png) no-repeat center;
}
section nav ul li#recruit {
  background: url(../img/navicon_recruit.png) no-repeat center;
}
section nav ul li#customer {
  background: url(../img/navicon_customer.png) no-repeat center;
}
section nav ul li#mailform {
  background: url(../img/navicon_mailform.png) no-repeat center;
}
section nav ul li#webshop {
  background: url(../img/navicon_webshop.png) no-repeat center;
}
section nav ul li#blog {
  background: url(../img/navicon_blog.png) no-repeat center;
}
section nav ul li#sns {
  background: url(../img/navicon_sns.png) no-repeat center;
}
section nav ul li#photo {
  background: url(../img/navicon_photo.png) no-repeat center;
}
section nav ul li#file {
  background: url(../img/navicon_file.png) no-repeat center;
}
section nav ul li#bilingual {
  background: url(../img/navicon_bilingual.png) no-repeat center;
}
section nav ul li#seo {
  background: url(../img/navicon_seo.png) no-repeat center;
}
section nav ul li#youtube {
  background: url(../img/navicon_youtube.png) no-repeat center;
}
section nav ul li#mybusiness {
  background: url(../img/navicon_mybusiness.png) no-repeat center;
}
section nav ul li#ads {
  background: url(../img/navicon_video.png) no-repeat center;
}
section nav ul li#webpage.auth:hover,
section nav ul li#webpage.auth.on {
  background: url(../img/navicon_webpage_hover.png) no-repeat center;
}
section nav ul li#recruit.auth:hover,
section nav ul li#recruit.auth.on {
  background: url(../img/navicon_recruit_hover.png) no-repeat center;
}
section nav ul li#customer.auth:hover,
section nav ul li#customer.auth.on {
  background: url(../img/navicon_customer_hover.png) no-repeat center;
}
section nav ul li#mailform.auth:hover,
section nav ul li#mailform.auth.on {
  background: url(../img/navicon_mailform_hover.png) no-repeat center;
}
section nav ul li#webshop.auth:hover,
section nav ul li#webshop.auth.on {
  background: url(../img/navicon_webshop_hover.png) no-repeat center;
}
section nav ul li#blog.auth:hover,
section nav ul li#blog.auth.on {
  background: url(../img/navicon_blog_hover.png) no-repeat center;
}
section nav ul li#sns.auth:hover,
section nav ul li#sns.auth.on {
  background: url(../img/navicon_sns_hover.png) no-repeat center;
}
section nav ul li#photo.auth:hover,
section nav ul li#photo.auth.on {
  background: url(../img/navicon_photo_hover.png) no-repeat center;
}
section nav ul li#file.auth:hover,
section nav ul li#file.auth.on {
  background: url(../img/navicon_file_hover.png) no-repeat center;
}
section nav ul li#bilingual.auth:hover,
section nav ul li#bilingual.auth.on {
  background: url(../img/navicon_bilingual_hover.png) no-repeat center;
}
section nav ul li#seo.auth:hover,
section nav ul li#seo.auth.on {
  background: url(../img/navicon_seo_hover.png) no-repeat center;
}
section nav ul li#youtube.auth:hover,
section nav ul li#youtube.auth.on {
  background: url(../img/navicon_youtube_hover.png) no-repeat center;
}
section nav ul li#mybusiness.auth:hover,
section nav ul li#mybusiness.auth.on {
  background: url(../img/navicon_mybusiness_hover.png) no-repeat center;
}
section nav ul li#ads.auth:hover,
section nav ul li#ads.auth.on {
  background: url(../img/navicon_video_hover.png) no-repeat center;
}
section nav a {
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/icon_browser.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
section nav a:hover {
  background: url(../img/icon_browser_hover.png) no-repeat center;
}
section div.work {
  display: flex;
}
section div.work div.view.close,
section div.work div.view.open {
  display: none;
  cursor: pointer;
}
section div.submenu {
  padding: 0 10px 0 65px;
  width: auto;
  min-width: 285px;
  max-width: 285px;
  min-height: calc(100vh - 72px);
  background: rgba(18,14,46,0.8);
}
/*----------------------------------------------------------------------
センター
------------------------------------------------------------------------*/
section div.center {
  width: 100%;
  min-height: calc(100vh - 72px);
  background: rgba(255,255,255,0.8);
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #1e1978;
}
section div.center.split {
  position: relative;
}
/*----------------------------------------------------------------------
センターワーカー
------------------------------------------------------------------------*/
section div.center div#workers {
  width: auto;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
section div.center div#workers ul li {
  margin-right: 20px;
  padding: 5px 5px 5px 40px;
  width: 160px;
  height: 40px;
  background: #f7991c url(../img/icon_worker.png) no-repeat;
  background-position: 8px 8px;
  background-size: 24px 24px;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  float: left;
}
/*----------------------------------------------------------------------
サイド
------------------------------------------------------------------------*/
section div.side {
  padding-bottom: 25px;
  min-width: 300px;
  max-width: 300px;
  min-height: calc(100vh - 80px);
  background: rgba(1,30,71,0.5);
}
section div.submenu button {
  margin: 20px 0 20px 20px;
  width: 180px;
}
section div.submenu div.panel:nth-of-type(n+1) {
  margin-top: 20px;
}
section div.submenu div.panel h2 {
  display: flex;
  align-items: center;
  margin: 10px 0 10px 20px;
  padding: 0 30px 0 10px;
  width: 180px;
  height: 30px;
  background: rgb(255 255 255 / 40%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
section div.submenu div.panel h2 label {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow_down.png) no-repeat center;
  background-size: 12px;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
div.submenu div.panel h2 span {
	cursor: pointer;
}
section div.submenu div.panel h2 label.close {
  background: url(..//img/arrow_left.png) no-repeat center;
  background-size: 12px;
}
section div.submenu div.panel ul li,
section div.submenu div.panel ol li {
  list-style: none;
  margin: 10px 0 10px 20px;
  padding: 0;
  width: calc(100% - 30px);
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-indent: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 20px !important;
  background-position: 0 10px !important;
  overflow: hidden;
  position: relative;
}
section div.submenu div.panel ul li:hover,
section div.submenu div.panel ol li:hover {
  background: url(../img/icon_arrow_hover.png) no-repeat;
  background-size: 20px !important;
  background-position: 5px 10px !important;
  color: #947209;
  text-indent: 25px;
  text-shadow: initial;
}
section div.submenu div.panel.small ul li,
section div.submenu div.panel.small ol li {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-position: 0px 4px !important;
}
section div.submenu div.panel ul li.more,
section div.submenu div.panel ol li.more {
  background-image: none;
}
section div.submenu div.panel ul > span {
  display: block;
  margin: 20px 0 10px 25px;
}
section div.submenu div.panel ul li span {
  display: flex;
  padding: 0 26px 0 20px;
  width: 100%;
  height: 40px;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section div.submenu div.panel ul li label {
    display: block;
    padding: 0 3px;
    width: auto;
    min-width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    text-indent: 0;
    border-radius: 12px;
    background: #9f6bf2;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
}
section div.submenu div.panel.small ul li label {
  top: 3px;
}
section div.submenu div.panel p {
  padding: 0 10px 0 20px;
  color: #ccc;
}
section div.side ul li.add {
  background-image: url(../img/plus_wh.png) !important;
  background-size: 50%;
}
section div.side ul li.add:hover {
  background-image: url(../img/plus_wh_hover.png) !important;
  background-size: 50%;
}
/*----------------------------------------------------------------------
センターテーブル
------------------------------------------------------------------------*/
section div.message {
  /*margin: 20px 30px 0 30px;*/
  padding: 10px 10px;
  height: auto;
  /*border: 1px solid #fbedcc;*/
  /*border-radius: 2px;*/
  background: rgb(255, 204, 88);
  color: #ff5200;
}
section div.side div.preview {
  display: none;
  margin: 10px 25px 10px 20px;
  padding: 10px;
  color: #ff9800;
  background: rgb(255 255 255 / 20%);
}
section div.message span {
  display: block;
  padding: 10px;
  border-radius: 2px;
}
section div.center div.title {
  padding: 33px 30px;
  min-height: 98px;
}
section div.center div.title p {
  float: left;
  font-size: 16px;
  line-height: 32px;
}
section div.center div.title select {
  margin-left: 20px;
  float: left;
}
div.center div.title > div {
  background: rgba(255,255,255,0.2) !important;
}
section div.center form.search {
  position: relative;
  padding: 0;
  width: 290px;
  flex-basis: 0px;
  float: right;
}
section div.center form.search input {
  padding: 5px 79px 5px 10px;
  width: 220px;
  font-size: 12px;
}
section div.center form.search button {
  position: absolute;
  right: 71px;
  top: 1px;
  margin: 0;
  padding: 0;
  width: 69px;
  height: 32px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: url(../img/icon_search.png) no-repeat center;
}
section div.center form.search button:hover {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
section div.center form.search a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 34px;
  background: #2f1d78 url(../img/conf.png) no-repeat center center;
  border: 1px solid #2f1d78;
  border-radius: 4px;
}
section div.center form.search a:hover {
  box-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
div.center a.add {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-left: 15px;
  width: 70px;
  height: 34px;
  font-size: 13px;
  background: #2f1d78;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 4px;
  color: #fff;
}
div.center a.add:hover {
  box-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2;
}
section div.center a.reload {
  display: block;
  margin-left: 20px;
  width: 50px;
  height: 32px;
  background: #00787e url(../img/reload.png) no-repeat center center;
  background-size: 16px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 4px;
  float: left;
}
section div.center a.reload:hover {
  border-color: #007eff;
  box-shadow:
        0 0 .1em #007eff,
        0 0 .5em #007eff,
        0 0 1em #007eff;
}
section div.center a.text {
  display: block;
  margin-left: 20px;
  width: 50px;
  height: 32px;
  line-height: 30px;
  background: #00787e;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: left;
}
section div.center a.text:hover {
  border-color: #007eff;
  box-shadow:
        0 0 .1em #007eff,
        0 0 .5em #007eff,
        0 0 1em #007eff;
}
section div.center div.list {
  padding-bottom: 30px;
  min-height: calc(100vh - 234px);
}
section div.center table {
  padding: 0 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
section div.center table.layout {
  border-color: #ada9b8 !important;
  background-color: #ada9b8 !important;
}
section div.center table thead th {
  font-weight: normal;
  text-align: left;
  padding: 10px 5px;
}
section div.center table thead td {
  padding: 10px 5px;
  text-align: center;
}
section div.center table tbody td {
  background: rgba(255,255,255,0.65);
  border: none;
  padding: 5px;
  line-height: 20px;
  margin: 0;
}
section div.center table tbody td a {
  color: #0073d5 !important;
}
section div.center table.layout tbody td {
  border-color: #ada9b8 !important;
  background-color: #ccc !important;
}
section div.center table tbody td pre {
  white-space: pre-wrap;
}
section div.center table tbody tr td:first-child {
}
section div.center table tbody tr td:last-child {
}
section div.center table tbody tr:hover td,
section div.center table tbody tr:hover th {
  background-color: rgba(28,1,131,0.35);
}
section div.center table tbody tr td label {
  color: #ff9800;
}
section div.center table tr td button,
section div.center dl dt button {
  margin-left: 10px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background: #b08912;
  border: none;
  border-radius: 4px;
  color: #fff;
}
section div.center table tr td button.copy,
section div.center table tr td button.copy_row,
section div.center dl dt button.copy_row {
  background: #2f1d78;
}
section div.center table tr td button.remove,
section div.center table tr td button.remove_row,
section div.center dl dt button.remove_row {
  background: #a60b56;
}
section div.center table tr td button:hover,
section div.center dl dt button:hover {
  box-shadow: 0 0 .1em #bba7d2, 0 0 .5em #bba7d2, 0 0 1em #bba7d2;
}
section div.center table tr td select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 14px;
  padding: 1px 20px 1px 3px;
  background: url(../img/icon_down_s.png) no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  color: #1e1978; 
}
section div.center table tr td select:focus {
  background-color: rgba(255,255,255,0.65);
}
section div.center table tr td.checked {
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
section div.center div.list_button button {
  width: 60px !important;
  height: 30px !important;
  border: 1px solid #a89bb2 !important;
  background-color: #3b2f64 !important;
  background-size: 60px 30px !important;
}
section div.center div.list_button button:hover {
  box-shadow: 0 0 5px 1px #bba7d2 !important;
}
section div.center div#view dl {
  margin-bottom: 5px;
  flex-direction: column;
  overflow: hidden;
}
section div.center div#view dl.class0 {
  margin-bottom: 15px;
}
section div.center div#view dl dt {
  flex-basis: auto;
  width: 500px;
  height: 40px;
  background: #01264b;
  line-height: 30px;
  text-indent: 40px;
  padding: 5px;
  position: relative;
}
section div.center div#view dl.class0 dt {
  background: none;
  text-indent: 0;
}
section div.center div#view dl.class4 dt {
  text-indent: 10px;
}
section div.center div#view dl dt span.expand {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  left: 0;
}
section div.center div#view dl dt span.expand:hover {
  cursor: pointer;
}
section div.center form div#view dl dt span.expand.on {
  background: url(../img/icon_expand_on.png) no-repeat;
  background-size: 15px;
  background-position: center;
}
section div.center form div#view dl dt span.expand.on:hover {
  background: url(../img/icon_expand_on_hover.png) no-repeat;
  background-size: 15px;
  background-position: center;
}
section div.center div#view dl dt span.expand.off {
  background: url(../img/icon_expand_off.png) no-repeat;
  background-size: 15px;
  background-position: center;
}
section div.center div#view dl dt span.expand.off:hover {
  background: url(../img/icon_expand_off_hover.png) no-repeat;
  background-size: 15px;
  background-position: center;
}
section div.center div#view dl dd {
  flex-basis: auto;
  margin-left: 40px;
  margin-top: 5px;
  padding: 0;
  min-height: 40px;
}
section div.center div#view dl dd p {
  margin: 0;
  padding: 0;
  color: #ccc;
  text-align: left;
}
section div.center div#view dl dt button {
  float: right;
  text-indent: 0;
}
section div.center div#edit div.add,
div.dialog div.data div.add {
  display: block;
  margin: 20px auto 0 auto;
  width: 80px;
  height: 80px;
  background: url(../img/plus.png) no-repeat;
  background-size: 50%;
  background-position: center center;
  cursor: pointer;
}
section div.center div#edit div.add:hover,
div.dialog div.data div.add:hover {
  background: url(../img/plus_hover.png) no-repeat;
  background-size: 50%;
  background-position: center center;
}
/*----------------------------------------------------------------------
センターテーブル（ページ編集パネル内）
------------------------------------------------------------------------*/
section div.center div.panel table thead td {
  padding: 0, 10px;
}
section div.center div.panel table tbody td {
  background: none;
  border-top: 1px solid #ada9b8;
  border-bottom: 1px solid #ada9b8;
  background: #fff;
  padding: 10px;
  line-height: 15px;
  margin: 0;
}
section div.center div.panel table tbody tr td:first-child {
  border-left: 1px solid #ada9b8;
}
section div.center div.panel table tbody tr td:last-child {
  border-right: 1px solid #ada9b8;
}
section div.center div.panel table tbody tr:hover {
  cursor: move;
}
section div.center div.panel table tbody tr:hover td {
  background-color: rgba(28,1,131,0.35);
}
section div.center div.panel table tbody tr.on td {
  background-color: rgba(28,1,131,0.35) !important;
}
#panel_table table tbody tr td {
  border: 2px solid #ada9b8 !important;
}
#panel_table table tbody tr td:hover {
  background-color: rgba(28,1,131,0.35) !important;
}
#panel_table table tbody td.on {
  border: 2px solid #3b2f64 !important;
}
#panel_youtube input[type="text"].readonly {
  border: 1px solid #a89bb2 !important;
}
#panel_ads input[type="text"].readonly {
  border: 1px solid #a89bb2 !important;
}
#panel_gpt ul li select {
	font-size: 16px !important;
}
/*----------------------------------------------------------------------
サイドテーブル
------------------------------------------------------------------------*/
section div.side form {
  padding: 20px 20px 10px 20px;
}
section div.side form dl {
  margin-top: 10px;
}
section div.side form dl dt {
  flex-basis: 25%;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
section div.side form dl dd {
  flex-basis: 75%;
  padding: 0;
  line-height: 30px;
  word-break: break-all;
}
section div.side button.link {
  margin: 20px auto;
  width: 180px;
  height: 45px;
  background: #065671;
  border: 1px solid #79d4f2;
}
section div.side button.link:hover {
  background: #4a349f;
  border: 1px solid #6a4ed7;
  box-shadow: 0 0 5px #5f53e5;
}
section div.side h3 {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  line-height: 18px;
  word-break: break-all;
}
section div.side h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
}
section div.side div.list_wrap {
  max-height: 455px;
  overflow: auto;
}
section div.side table {
  padding: 0 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
section div.side table thead th {
  font-weight: normal;
  text-align: left;
  padding: 10px;
}
section div.side table tbody td {
  border-top: 1px solid rgba(240,240,240,0.5);
  border-bottom: 1px solid rgba(240,240,240,0.5);
  padding: 10px;
  margin: 0;
}
section div.side table tbody tr td:first-child {
  border-left: 1px solid rgba(240,240,240,0.5);
}
section div.side table tbody tr td:last-child {
  border-right: 1px solid rgba(240,240,240,0.5);
}
section div.side table tr:hover {
  cursor: move;
}
section div.side table tr.on {
  background-color: #4a349f;
}
section div.side table tr td button {
  margin-left: 10px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background: #00787e;
  border: none;
  border-radius: 4px;
  color: #fff;
}
table tbody tr:hover td {
  background-color: #4d4765;
}
table tr.on {
  background-color: #4d4765;
}
table tr.add td {
  border-bottom: 2px solid green!important;
}
table tr td.lock {
  background-image: url(../img/icon_lock.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
table.parts tr td.itext {
  background-image: url(../img/icon_parts_itexts.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.blog {
  background-image: url(../img/icon_parts_blogs.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.sns {
  background-image: url(../img/icon_parts_snss.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.item {
  background-image: url(../img/icon_parts_webshops.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.html {
  background-image: url(../img/icon_parts_htmls.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.table {
  background-image: url(../img/icon_parts_tables.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.ullist {
  background-image: url(../img/icon_parts_ullists.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.csv {
  background-image: url(../img/icon_parts_csvs.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.dllist {
  background-image: url(../img/icon_parts_dllists.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.flexbox{
  background-image: url(../img/icon_parts_flexboxs.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.form {
  background-image: url(../img/icon_parts_forms.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.youtube {
  background-image: url(../img/icon_parts_youtubes.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.ads {
  background-image: url(../img/icon_parts_videos.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.gpt {
  background-image: url(../img/icon_parts_gpt_hover.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
table.parts tr td.clock {
  background-image: url(../img/icon_list_clock.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
table.parts tr td.open {
  background-image: url(../img/icon_list_eye.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
section div.side table.keyword {
  padding: 0 20px;
  width: 100%;
  border-collapse: collapse;
}
section div.side table.keyword thead td {
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  font-weight: 700;
  padding: .6em 1em;
  text-align: left;
  white-space: nowrap;
}
section div.side table.keyword tbody td {
  border: 0;
  padding: .6em 1em;
}
section div.side table.keyword tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
section div.side table.keyword tbody tr:hover {
  background: #f0f0f0;
}
section div.side table.keyword tbody tr td:nth-of-type(2) {
  width: 63px;
}
section div.side table.keyword input[type="checkbox"] + label {
  display: inline;
  line-height: 18px;
}
section div.side table.keyword input[type="checkbox"] + label:before {
  background: rgba(0,117,120,0.5);
  top: 1px;
}
section div.side table.keyword input[type="checkbox"] + label:after {
  top: 2px;
}
section div.side table.keyword input[type="checkbox"]:checked + label:before {
  background: #007578;
}
section div.side div.option {
  margin-top: 20px;
}
section div.side div.option ul li {
  line-height: 40px;
  padding: 0 20px;
}
section div.side div.option ul li:hover {
  text-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
section div.side div.message {
  margin: 20px 10px;
  color: #53ccfc;
  background: none;
  border: none;
}
section div.side div.list_button {
 margin: 20px;
 display: flex;
}
section div.side div.list_button button.move {
  margin-right: 10px;
  width: 60px;
  height: 30px;
  border: 1px solid #fff;
  text-indent: -9999px;
  overflow: hidden;
}
section div.side div.list_button button.move:hover {
  box-shadow: 0 0 5px 1px #3809ed;
}
section div.side div.list_button button.top {
  background: url(../img/icon_move_top.png) no-repeat;
  background-size: 60px 30px;
}
section div.side div.list_button button.down {
  background: url(../img/icon_move_down.png) no-repeat;
  background-size: 60px 30px;
}
section div.side div.config ul li {
  display: block;
  margin: 20px;
  padding: 10px 10px;
  background: #002a47;
  border: 1px solid rgba(255,255,255,0.2);
}
section div.side div.config ul li:hover {
  border-color: #007eff;
  box-shadow: 0 0 0.1em #007eff, 0 0 0.5em #007eff, 0 0 1em #007eff;
  text-shadow: 0 0 0.1em #007eff, 0 0 0.5em #007eff, 0 0 1em #007eff;
  font-weight: bold;
}
section div.side div.config ul li.on {
  border: 1px solid #007eff;
  color: #007eff;
  font-weight: bold;
}
/*----------------------------------------------------------------------
センターフォーム
------------------------------------------------------------------------*/
section div.center form {
  padding: 30px;
  position: relative;
}
section div.center form dl {
  border-color: #ada9b8 !important;
}
section div.center form dl dt {
  padding-left: 0;
}
section div.center form dl dd {
  padding-right: 0;
}
section div.center form dl dt span {
  margin-left: 10px;
}
section div.center form dl dd.publish {
  color: #711ebf!important;
}
.status.s5 {
  color: #7d7d7d !important;
}
section div.center form.data ul li.link {
  color: #fff !important;
  xbackground-position: 0px 10px !important;
}
/*----------------------------------------------------------------------
センターフォーム（タブ）
------------------------------------------------------------------------*/
section div.center form.tab {
  position: relative;
  margin: 60px 30px 30px 30px;
  padding-bottom: 30px;
  min-height: calc(100vh - 226px);
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.8);
}
section div.center form.tab > ul {
  position: absolute;
  top: -35px;
  left: -1px;
  display: block;
  width: auto;
  height: 35px;
}
section div.center form.tab > ul li {
  float: left;
  margin-right: 10px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  background: #3b2f64;
  color: #fff;
  cursor: pointer;
}
section div.center form.tab > ul li:hover {
  background: #4a349f;
  text-shadow: none;
}
section div.center form.tab > ul li.on {
  background: #4a349f;
}
form.tab div.tabpage {
  display: none;
}
section div.center form.tab div.list_wrap {
  max-height: 500px;
  overflow: auto;
}
section div.center form.tab dl dd.heading > a {
  width: 25px;
  height: 25px;
}
section div.center form.tab dl dd.heading > a:hover {
  box-shadow: initial !important;
}
section div.center form.tab button.link {
  width: 55px !important;
  height: 35px !important;
  background: #b08912 !important;
  border: 1px solid #d9ae29 !important;
}
section div.center form.tab button.link:hover {
  border-color: #bba7d2 !important;
  box-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2 !important;
}
/*----------------------------------------------------------------------
センターフォーム（データページ）
------------------------------------------------------------------------*/
section div.center form.data {
  min-height: calc(100vh - 136px);
}
section div.center form.data.page > ul {
  display: flex;
  margin-bottom: 20px;
}
section div.center form.data.page > ul li {
  display: block;
  margin-right: 20px;
  width: 100px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background: rgba(255,255,255,0.35);
  text-align: center;
}
section div.center form.data.page > ul li:hover {
  border-color: #bba7d2 !important;
  box-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2 !important;
  text-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2 !important;
}
section div.center form.data.page > ul li.on {
  background: #711ebf;
  color: #fff;
}
/*----------------------------------------------------------------------
イメージリスト
------------------------------------------------------------------------*/
div.imagelist, div.imageview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
div.imagelist + p,
div.filelist + p {
  background: url(../img/drop.png) no-repeat;
  background-position: center top;
  background-size: auto 130px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 130px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #b7b7b7;
}
div.imagelist div, div.imageview div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 20px;
  padding: 6px 4px;
  width: 150px;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 4px;
}
div.imagelist div video, div.imageview div video {
  width: 134px;
  height: 134px;
}
div.imagelist div button, div.imageview div button {
  display: block;
  margin-bottom: 6px;
  width: 20px;
  height: 20px;
  background: #711ebf;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  font-family: sans-serif;
}
div.imagelist div button:hover, div.imageview div button:hover {
  border-color: #bba7d2 !important;
  box-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2 !important;
  text-shadow: 0 0 0.1em #bba7d2, 0 0 0.5em #bba7d2, 0 0 1em #bba7d2 !important;
}
div.imagelist div img {
  display: block;
  max-width: 134px;
  max-height: 134px;
  height: 134px;
  object-fit: scale-down;
}
div.imagelist div img.current {
  border: 5px solid #00f2ff;
  border-radius: 4px;
}
div.imageview div img {
  display: block;
  max-width: 160px;
  max-height: 100%;
  box-shadow: 1px 1px 1px 0px rgba(255,255,255,0.2);
  cursor: pointer;
}
div.imagelist div label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  line-height: 16px;
  text-align: center;
  word-break: break-all;
  color: #dfc3fa;
  overflow: hidden;
}
div.imageview div.add {
  background-image: url(../img/plus.png);
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.imageview div.add:hover {
  background-image: url(../img/plus_hover.png);
  background-size: 30%;
}
div.imageeditor div.zoom input[type="number"] {
  color: #1e1978 !important;
}
div.imageeditor div.ctrl div.cursor input[type="radio"]:checked + label {
  background: #947209 !important;
}
div.imageeditor div.ctrl button {
  border-radius: 4px !important;
}
/*----------------------------------------------------------------------
余白テキスト
------------------------------------------------------------------------*/
dl dd.margin div:before, dl dd.padding div:before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  position: absolute;
}
dl dd.margin div:nth-of-type(5):before, dl dd.padding div:nth-of-type(5):before {
  content: initial;
}
dl dd.margin div input, dl dd.padding div input {
  width: 80px !important;
  margin-left: 25px !important;
  text-align: center;
}
dl dd.margin div:nth-of-type(1):before {
  background: url(../img/icon_mt.png) no-repeat left center;
  background-size: 18px;
}
dl dd.margin div:nth-of-type(2):before {
  background: url(../img/icon_mr.png) no-repeat left center;
  background-size: 18px;
}
dl dd.margin div:nth-of-type(3):before {
  background: url(../img/icon_mb.png) no-repeat left center;
  background-size: 18px;
}
dl dd.margin div:nth-of-type(4):before {
  background: url(../img/icon_ml.png) no-repeat left center;
  background-size: 18px;
}
dl dd.padding div:nth-of-type(1):before {
  background: url(../img/icon_pt.png) no-repeat left center;
  background-size: 18px;
}
dl dd.padding div:nth-of-type(2):before {
  background: url(../img/icon_pr.png) no-repeat left center;
  background-size: 18px;
}
dl dd.padding div:nth-of-type(3):before {
  background: url(../img/icon_pb.png) no-repeat left center;
  background-size: 18px;
}
dl dd.padding div:nth-of-type(4):before {
  background: url(../img/icon_pl.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.margin div:nth-of-type(1):before {
  background: url(../img/icon_mt_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.margin div:nth-of-type(2):before {
  background: url(../img/icon_mr_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.margin div:nth-of-type(3):before {
  background: url(../img/icon_mb_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.margin div:nth-of-type(4):before {
  background: url(../img/icon_ml_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.padding div:nth-of-type(1):before {
  background: url(../img/icon_pt_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.padding div:nth-of-type(2):before {
  background: url(../img/icon_pr_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.padding div:nth-of-type(3):before {
  background: url(../img/icon_pb_wh.png) no-repeat left center;
  background-size: 18px;
}
div.dialog dl dd.padding div:nth-of-type(4):before {
  background: url(../img/icon_pl_wh.png) no-repeat left center;
  background-size: 18px;
}
/*----------------------------------------------------------------------
ボトムボタン
------------------------------------------------------------------------*/
section div.bottom {
  margin-bottom: 16px;
}
section div.pager {
  float: left;
  margin-left: 20px;
}
section div.pager.youtube {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
}
section div.pager a {
  display: block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
}
section div.pager a.prev {
  background: url(../img/pager_prev.png) no-repeat;
}
section div.pager a.prev:hover {
  background: url(../img/pager_prev_hover.png) no-repeat;
}
section div.pager a.prev.off {
  background: url(../img/pager_prev_off.png) no-repeat;
}
section div.pager a.next {
  background: url(../img/pager_next.png) no-repeat;
}
section div.pager a.next:hover {
  background: url(../img/pager_next_hover.png) no-repeat;
}
section div.pager a.next.off {
  background: url(../img/pager_next_off.png) no-repeat;
}
section div.pager select {
  width: 100px;
  float: left;
}
section div.pager span {
  display: block;
  margin-left: 20px;
  font-size: 14px;
  line-height: 32px;
  float: left;
}
section div.bottom button {
  padding: 0 10px;
  width: 120px;
  height: 45px;
  font-size: 13px;
  background: #947209;
  border: 1px solid #bba7d2;
  border-radius: 4px;
  color: #fff;
}
section div.bottom button.back {
  background: #898686;
}
section div.bottom button.l1,
section div.bottom button.l2,
section div.bottom button.l3 {
  float: left;
  margin-left: 30px;
}
section div.bottom button.r1,
section div.bottom button.r2,
section div.bottom button.r3 {
  float: right;
  margin-right: 30px;
}
section div.bottom button:hover,
section div.bottom button.attent {
  border-color: #bba7d2;
  box-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
section div.bottom button:disabled {
  background: #6d6d6d !important;
  color: #ccc !important;
}
section div.bottom button:disabled:hover {
  border-color: #fff;
  box-shadow: none;
  text-shadow: none;
}
button.build {
  background: #2f1d78 !important;
}
button.copy {
  background: #2f1d78 !important;
}
button.remove {
  background: #a60a56 !important;
}
button.back {

}
button.send {

}
/*----------------------------------------------------------------------
セクション ダッシュボード
------------------------------------------------------------------------*/
#dashbord {
  display: flex;
  margin: 160px auto 0 auto;
  width: 100%;
  height: auto;
}
#dashbord div.snap_margin {
  width: 100%;
  position: relative;
}
div.snap_margin::before {
  display: block;
  content: ' ';
  width: calc(100% - 15px);
  height: 200px;
  background: rgba(255,255,255,0.32);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
div.snap_margin:nth-child(3)::before {
  left: initial;
  right: 0;
}
div.snap_margin a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 30px;
  height: 60px;
  border-radius: 3px;
  background: #1f1050;
  border: 1px solid #7e73c3;
  color: #fff;
  font-size: 30px;
  font-family: sans-serif;
  position: absolute;
  top: 50%;
  right:  30px;
  transform: translateY(-50%);
  z-index: 3;
  outline: none;
}
div.snap_margin a:hover {
  background: #3b2486;
}
div.snap_margin a.prev {
  left: auto;
  right:  30px;
}
div.snap_margin a.next {
  right: auto;
  left: 30px;
}
#dashbord div.snap_wrap {
  width: 1060px;
  overflow: initial;
}
#dashbord div.snap {
  width: 100%;
  height: 200px;
}
#dashbord div.snap div.page {
  display: block;
  margin-right: 15px!important;
  width: 200px!important;
  float: left;
  cursor: pointer;
}
#dashbord div.snap div.page div.icon {
  width: 200px;
  height: 200px;
  color: #201d26;
  background:  url(../img/start_icon_back.png) no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
#dashbord div.snap div.page div.icon::before {
  display: block;
  content: ' ';
  width: 100px;
  height: 120px;
}
#dashbord div.snap div.page div.icon h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
#dashbord div.snap div.page div.icon label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
#dashbord div.snap div.page div.tool {
  border: 1px solid #798dc0;
  background:  linear-gradient(-45deg, #01216e, #002786);
}
#dashbord div.snap div.webpage div.icon::before {
  background: url(../img/icon_webpage.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.customer div.icon::before {
  background: url(../img/icon_customer.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.recruit div.icon::before {
  background: url(../img/icon_recruit.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.mailform div.icon::before {
  background: url(../img/icon_mailform.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.webshop div.icon::before {
  background: url(../img/icon_webshop.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.blog div.icon::before {
  background: url(../img/icon_blog.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.sns div.icon::before {
  background: url(../img/icon_sns.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.photo div.icon::before {
  background: url(../img/icon_photo.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.files div.icon::before {
  background: url(../img/icon_file.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.slider div.icon::before {
  background: url(../img/icon_slider.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.graph div.icon::before {
  background: url(../img/icon_graph.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.bilingual div.icon::before {
  background: url(../img/icon_bilingual.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.seo div.icon::before {
  background: url(../img/icon_seo.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.youtube div.icon::before {
  background: url(../img/icon_youtube.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.mybusiness div.icon::before {
  background: url(../img/icon_mybusiness.png) no-repeat;
  background-position: center center;
}
#dashbord div.snap div.ads div.icon::before {
  background: url(../img/icon_video.png) no-repeat;
  background-position: center center;
}
#menu div.panel {
  display: none;
  margin: 20px auto;
  padding: 10px 10px 20px 20px;
  width: 1060px;
  background: #1f1050;
  border: 1px solid #7e73c3;
  border-radius: 4px;
  overflow: hidden;
}
#menu div.panel > div {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 20px;
  transition: 1.3s ease 0s;
}
#menu div.panel.ease > div {
  top: 0;
}
#menu div.panel > div > div {
  width: 48%;
}
#menu div.panel > div > div > h3 {
  margin: 0;
}
#menu div.panel > div > div > h3:nth-of-type(n+2) {
  margin-top: 20px;
}
#menu div.panel li {
  border-radius: 3px!important;
}
#menu div.panel li:hover {
  background-color: rgb(255 255 255 / 0.2)!important;
}
#menu div.panel li label {
  right: 6px!important;
}
div.page div.panel  h2 {
  display: block;
  width: 100%;
  height: 70px;
  margin: 10px auto;
  padding-right: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
}
div.page div.panel h2 label {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
div.panel.webpage h2 {
  background:  url(../img/icon_webpage_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.recruit h2 {
  background:  url(../img/icon_recruit_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.customer h2 {
  background:  url(../img/icon_customer_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.mailform h2 {
  background:  url(../img/icon_mailform_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.webshop h2 {
  background:  url(../img/icon_webshop_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.blog h2 {
  background:  url(../img/icon_blog_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.sns h2 {
  background:  url(../img/icon_sns_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.photo h2 {
  background:  url(../img/icon_photo_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.files h2 {
  background:  url(../img/icon_file_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.bilingual div.panel h2 {
  background:  url(../img/icon_bilingual_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.seo h2 {
  background:  url(../img/icon_seo_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.youtube h2 {
  background:  url(../img/icon_youtube_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.mybusiness h2 {
  background:  url(../img/icon_mybusiness_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.panel.ads h2 {
  background:  url(../img/icon_video_wh.png) no-repeat;
  background-position: right center;
  background-size: 80px;
}
div.page div.panel  h3 {
  margin: 20px auto 0 auto;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
}
div.page div.panel  h2 + h3 {
  margin-top: 0px;
}
div.page div.panel p {
  padding-left: 10px;
  padding-bottom: 20px;
  color: #c2d4e2;
}
div.page div.panel ul li,
div.page div.panel ol li {
  list-style: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-indent: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background: url(../img/icon_link.png) no-repeat;
  background-size: 20px !important;
  background-position: 2px 10px !important;
  position: relative;
}
div.page div.panel ul li span {
  display: flex;
  padding: 0 36px 0 30px;
  width: 100%;
  height: 40px;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div.page div.panel ul li label {
  display: block;
  padding: 0 3px;
  width: auto;
  min-width: 24px;
  height: 24px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  border-radius: 12px;
  background: #4a349f;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}

/*----------------------------------------------------------------------
セクション フォーム（中央）
------------------------------------------------------------------------*/
section form.center {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 500px;
  max-width: 500px;
  height: auto;
  background: #1e1b40;
  border: 1px solid #464073;
  border-radius: 2px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
section form.center::before {
  display: block;
  content: ' ';
  width: calc(100% - 20px);
  max-width: 200px;
  height: 268px;
  background: url(../img/bxi.png) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -288px;
  left: 50%;
  transform: translate(-50%, 0);
}
section form.center h2 {
  display: none;
}
section form.center div.logo p {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-family: YuGothicM, YuGothic, Meiryo;
}
section form.center dl dt {
  display: none;
}
section form.center dl dd {
  padding: 10px 0;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
section form.center input[type="text"],
section form.center input[type="password"] {
	width: 80%;
}
section form.center button.link {
	margin: 20px auto;
	min-width: 160px;
}
/*----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
footer {
  display: none;
}
/*----------------------------------------------------------------------
ダイアログ
------------------------------------------------------------------------*/
#dialog {
  display: none;
}
div.dialog {
  display: block;
  width: 800px;
  height: 560px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  background: rgba(37,37,37,0.92);
}
div.dialog nav ul li {
  float: left;
  margin-right: 30px;
  color: #b3bcc2;
  font-size: 16px;
  line-height: 36px;
}
div.dialog nav ul li:hover {
  color: #fff;
}
div.dialog nav ul li.current {
  color: #fff;
  font-weight: 500;
}
div.dialog nav button {
  float: right;
  width: 36px;
  height: 36px;
  border: none;
  background: url(../img/icon_dialog_close.png) no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
div.dialog nav button:hover {
  background: url(../img/icon_dialog_close_hover.png) no-repeat;
  background-size: 22px;
  background-position: center;
}
div.dialog div.select label {
  line-height: 34px;
  float: left;
}
div.dialog div.select select {
  margin-left: 20px;
  min-width: 200px;
  max-width: 300px;
  float: left;
}
div.dialog form {
  display: none;
  margin-top: 10px;
  width: 100%;
  height: 474px;
  color: #fff;
  position: relative;
  overflow: auto;
}
div.dialog form div.page {
  display: none;
  padding: 10px 30px 0 30px;
  width: 100%;
  height: 428px;
  color: #fff;
  overflow: auto;
}
div.dialog form:nth-of-type(1) {
  display: block;
}
div.dialog form div.data {
  padding: 20px 50px 0 50px;
}
div.dialog form dl {
  display: flex;
}
div.dialog form dl dt {
  flex-basis: 22%;
  padding: 10px;
  line-height: 27px;
}
div.dialog form dl dd {
  flex-basis: 78%;
  padding: 5px 0;
}
div.dialog form dl.description label {
  color: #ccc !important;
}
div.dialog form input[type="text"],
div.dialog form input[type="password"]  {
}
div.dialog form input[type="text"].readonly,
div.dialog input[type="password"].readonly {
  color: #fff;
}
div.dialog form input[type="text"]:disabled {
  background: rgba(255,255,255,0.05);
}
div.dialog form input[type="radio"] +label:before {
  border-color: #4c73be;
}
div.dialog form div.data table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
div.dialog form div.data table thead tr th,
div.dialog form div.data table thead tr td {
  font-weight: normal;
  text-align: left;
  width: 50%;
  padding: 10px;
}
div.dialog form div.data table tbody tr td {
  border-top: 1px solid rgba(240,240,240,0.5);
  border-bottom: 1px solid rgba(240,240,240,0.5);
  padding: 10px;
  margin: 0;
}
div.dialog form div.data table tbody tr td:first-child {
  border-left: 1px solid rgba(240,240,240,0.5);
}
div.dialog form div.data table tbody tr td:last-child {
  border-right: 1px solid rgba(240,240,240,0.5);
}
div.dialog form div.data table tbody tr.select {
  box-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
div.dialog form div.data table tbody tr.select td {
  border-top: 1px solid #007eff;
  border-bottom: 1px solid #007eff;
}
div.dialog form div.data table tbody tr.select td:first-child {
  border-left: 1px solid #007eff;
}
div.dialog form div.data table tbody tr.select td:last-child {
  border-right: 1px solid #007eff;
}
div.dialog form div.data table tbody tr td button {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #947209;
    border: none;
    border-radius: 4px;
    color: #fff;
}
div.dialog form div.data table tbody tr td button:hover {
  text-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
div.dialog form div.head {
  width: 100%;
}
div.dialog form div.head p {
  margin-bottom: 20px;
  min-height: 18px;
  text-align: center;
  font-size: 18px;
}
div.dialog form div.head button {
  float: none;
  display: block;
  margin: 5px auto;
  width: 100px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #d9ae29;
  border-radius: 4px;
  background: #b08912;
  color: #fff;
}
div.dialog form div.head button:hover {
  border-color: #d4b24a;
  box-shadow: 0 0 5px #c59e27;
}
div.dialog form div.foot {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
div.dialog form div.foot button {
  width: 100px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: transparent;
  color: #fff;
}
div.dialog form div.foot button:hover {
  border-color: #bba7d2;
  box-shadow:
        0 0 .1em #bba7d2,
        0 0 .5em #bba7d2,
        0 0 1em #bba7d2;
}
div.dialog form div.foot button.left {
  float: left;
  margin: 5px 10px 5px 5px;
}
div.dialog form div.foot button.right {
  float: right;
  margin: 5px 5px 5px 10px;
}
div.dialog form#page_parts {
  display: flex;
  flex-wrap: wrap;
}
div.dialog form#page_parts ul {
  margin: 0px 1%;
  width: 48%;
  max-width: 350px;
}
div.dialog form#page_parts ul li {
  display: block;
  margin-bottom: 10px;
  padding: 10px 10px 10px 90px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  color: #160a42;
}
div.dialog form#page_parts ul li:hover {
  background-color: #4a349f;
  color: #fff;
  box-shadow:
        0 0 .1em #9f6bf2,
        0 0 .5em #9f6bf2,
        0 0 1em #9f6bf2;
}
div.dialog form#page_parts ul li span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
div.dialog form#page_parts ul li.itext {
  background-image: url(../img/icon_parts_itext.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.itext:hover {
  background-image: url(../img/icon_parts_itext_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.ullist{
  background-image: url(../img/icon_parts_ullist.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.ullist:hover {
  background-image: url(../img/icon_parts_ullist_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.dllist{
  background-image: url(../img/icon_parts_dllist.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.dllist:hover {
  background-image: url(../img/icon_parts_dllist_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.form {
  background-image: url(../img/icon_parts_form.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.form:hover {
  background-image: url(../img/icon_parts_form_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.html {
  background-image: url(../img/icon_parts_html.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.html:hover {
  background-image: url(../img/icon_parts_html_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.table {
  background-image: url(../img/icon_parts_table.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.table:hover {
  background-image: url(../img/icon_parts_table_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.flexbox {
  background-image: url(../img/icon_parts_flexbox.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.flexbox:hover {
  background-image: url(../img/icon_parts_flexbox_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.blog {
  background-image: url(../img/icon_parts_blog.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.blog:hover {
  background-image: url(../img/icon_parts_blog_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.sns {
  background-image: url(../img/icon_parts_sns.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.sns:hover {
  background-image: url(../img/icon_parts_sns_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.csv {
  background-image: url(../img/icon_parts_csv.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.csv:hover {
  background-image: url(../img/icon_parts_csv_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.item {
  background-image: url(../img/icon_parts_webshop.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.item:hover {
  background-image: url(../img/icon_parts_webshop_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.youtube {
  background-image: url(../img/icon_parts_youtube.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.youtube:hover {
  background-image: url(../img/icon_parts_youtube_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.ads {
  background-image: url(../img/icon_parts_video.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.ads:hover {
  background-image: url(../img/icon_parts_video_hover.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.dialog form#page_parts ul li.gpt {
  background-image: url(../img/icon_parts_gpt.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: center left 10px;
}
div.dialog form#page_parts ul li.gpt:hover {
  background-image: url(../img/icon_parts_gpt_hover.svg);
}
div.dialog div.pager {
  display: flex;
}
div.dialog div.pager a {
  display: block;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-family: monospace;
  font-size: 24px;
  text-shadow: 1px 0 0 #fff;
  color: #fff;
}
div.dialog div.pager a:hover {
  color: #84dafc;
  text-shadow: 0 0 0.1em #53ccfc, 0 0 0.5em #53ccfc, 0 0 1em #53ccfc;
}
div.dialog div.pager a.off,
div.dialog div.pager a.off:hover {
  text-shadow: 1px 0 0 #b7b7b7;
  color: #b7b7b7;
}
div.dialog div.pager div.select {
  margin-right: 20px;
  width: 100px;
}
div.dialog div.pager div.select select {
  margin: 0;
  min-width: 100px;
  max-width: 100px;
}
#select_customer a.all,
#select_customer a.search {
	height: 34px !important;
	background-color: #2f1d78 !important;
}
/*----------------------------------------------------------------------
カレンダー
------------------------------------------------------------------------*/
div.calendar {
  margin: 20px auto 0 auto;
}
div.calendar div.head {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  text-align: center;
}
div.calendar div.head span {
  position: absolute;
  display: block;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
div.calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 30px;
  font-size: 30px;
}
div.calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 60px
}
div.calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
}
div.calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 60px
}
div.calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 40px;
  font-size: 30px;
}
div.calendar div.head span:nth-of-type(1):hover,
div.calendar div.head span:nth-of-type(5):hover {
  text-shadow: 0 0 5px #fff;
  cursor: pointer;
}
div.calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(240,240,240,0.5);
}
div.calendar table thead tr th {
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
div.calendar table tbody tr {
  height: 50px;
}
div.calendar table tbody tr:hover td {
  background: initial;
}
div.calendar table tbody tr td {
  border: none;
  border-top: 1px solid rgba(240,240,240,0.5);
  border-right: 1px solid rgba(240,240,240,0.5);
  text-align: center;
  position: relative;
}
div.calendar table tbody tr td:first-of-type {
  border-left: 1px solid rgba(240,240,240,0.5);
}
div.calendar table tbody tr td.other {
  background: rgba(255,255,255,0.2);
}
div.calendar table tbody tr td label {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 16px;
  font-weight: bold;
}
div.calendar table tbody tr td:last-of-type label {
  color: #007eff;
}
div.calendar table tbody tr td:first-of-type label,
div.calendar table tbody tr td.holiday label {
  color: #a60b56;
}
div.calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}
div.calendar table tbody tr td.other:last-of-type label {
  color: #3599ff;
}
div.calendar table tbody tr td.other:first-of-type label,
div.calendar table tbody tr td.other.holiday label {
  color: #aa1e62;
}
div.calendar table tbody tr td.select {
  background: rgba(166, 11, 86, 0.6);
}
div.calendar table tbody tr td:hover {
  background: rgba(0,126,255,0.2);
}
div.calendar table tbody tr td.select:hover {
  background: rgba(166, 11, 86, 0.8);
}
/*----------------------------------------------------------------------
ビルドプロセス
------------------------------------------------------------------------*/
div.build {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 30;
}
div.build > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 100px;
  background: rgb(255 255 255 / 84%);
  border: 1px solid #bec2dc;
  box-shadow: 0 0 10px 1px #bec2dc;
  border-radius: 6px;
  color: #737373;
  font-size: 14px;
}
div.build p:last-child {
  display: none;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
/*----------------------------------------------------------------------
プロンプト
------------------------------------------------------------------------*/
div.prompt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% - 15px);
  left: 50%;
  z-index: 10;
}
div.prompt > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 60px 20px;
  min-width: 380px;
  height: 120px;
  background: rgb(255 255 255 / 84%);
  border: 1px solid #bec2dc;
  box-shadow: 0 0 10px 1px #bec2dc;
  border-radius: 6px;
  color: #737373;
  font-size: 14px;
}
div.prompt > div p {
  white-space: nowrap;
}
/*----------------------------------------------------------------------
エディターツールバー
------------------------------------------------------------------------*/
ul.tool {
  margin-bottom: 10px;
  margin-left: 5px;
}
ul.tool li {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #3b2f64;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 4px;
  text-indent: -999px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
ul.tool li:hover {
  background: #711ebf;
}
ul.tool li.b { background-image: url(../img/icon_edit_b.png); }
ul.tool li.u { background-image: url(../img/icon_edit_u.png); }
ul.tool li.s { background-image: url(../img/icon_edit_s.png); }
ul.tool li.color { background-image: url(../img/icon_edit_color.png); }
ul.tool li.link { background-image: url(../img/icon_edit_link.png); }
ul.tool li.size { background-image: url(../img/icon_edit_size.png); }
ul.tool li.reset { 
  background-image: url(../img/icon_edit_reset.png);
  width: 60px;
}
ul.tool li.keyword { 
  background-image: url(../img/icon_edit_keyword.png);
  background-size: 100%;
  width: 100px;
}
ul.tool li.large { 
  background-image: url(../img/icon_edit_large.png);
  background-size: 100%;
  background-position: center;
  margin-right: 0;
  width: 100px;
  height: 25px;
  float: right;
  background-color: initial;
}
ul.tool li.large:hover { 
  background-image: url(../img/icon_edit_large_hover.png);
  background-size: 100%;
  background-position: center;
  box-shadow: initial;
}
div.dialog ul.tool {
  margin-left: 0;
}
div.dialog ul.tool li.large {
  width: 90px;
  background-image: url(../img/icon_edit_large_wh.png);
}
div.dialog ul.tool li.large:hover { 
  background-image: url(../img/icon_edit_large_wh_hover.png);
}
/*----------------------------------------------------------------------
スクロールバー
------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgba(255,255,255,0.2);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.38);
}
.ace_scrollbar-v::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.ace_scrollbar-v::-webkit-scrollbar-thumb {
  background-color: #a89bb2;
}
@media all and (-ms-high-contrast: none) {
  body {
    scrollbar-base-color: #060212;
  }
  section nav ul {
    overflow-y: auto;
  }
}
/*----------------------------------------------------------------------
Web Shop
------------------------------------------------------------------------*/
section div.center.shop table tr.add td {
	border: none !important;
}
section div.center div#view dl dt {
	height: auto;
	background: rgba(255,255,255,0.65);
	padding: 5px;
}
section div.center form div#view dl dt span.expand {
	background-size: 20px !important;
	top: 12px;
}
#option_edit div.page {
	height: 400px !important;
}
#edit_payment div.page {
	height: 420px !important;
}
#edit_payment select {
	font-size: 14px;
}
#edit_payment textarea {
	width: calc(100% - 10px);
}
section div.center.shop form dl dd.file_name div:first-child {
	width: 430px !important;
}
#panel_item input[type="text"].readonly {
	border: 1px solid #a89bb2 !important;
}
.dialog input[type="text"].select_category + a,
.dialog input[type="text"].select_item + a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 38px;
  height: 34px;
  background: url(../img/icon_webshop_s2.png) no-repeat center;
}
.dialog input[type="text"].select_category + a:hover,
.dialog input[type="text"].select_item + a:hover {
  background: url(../img/icon_webshop_sh2.png) no-repeat center;
}
section div.center.shop div.bottom button.cancel {
  background: #ff0000 !important;
}
section div.chart table tbody th {
	background: rgba(255,255,255,0.65) !important;
	color: #1e1978 !important;
}
section div.chart p {
	line-height: 34px !important;
}
section div.chart a {
	height: 34px !important;
	line-height: 32px !important;
	font-size: 12px !important;
	background-color: #b08912 !important;
	border: 1px solid #d9ae29 !important;
}
section div.chart a:hover {
	border: 1px solid #d4b24a !important;
	box-shadow: 0 0 5px #c59e27 !important;
	text-shadow: initial !important;
}
div.chart.top > div,
div.chart.bottom > div {
	background: rgba(187,167,210,0.64) !important;
}