@charset "UTF-8";
/*********************/
/**  トップメニュー **/
/*********************/
#scmsmenuframe,
#scmssubmenuframe,
#scmsmainmask {
  display: none;
}

body.scmsmenuopen #scmsmenuframe,
body.scmsmenuopen #scmssubmenuframe,
body.scmsmenuopen #scmsmainmask {
  display: block;
}

body.scmsmenuopenanime #scmsmainmask {
  opacity: 1;
}

body.scmsmenuopenanime.scmsmenupin #scmsmainmask {
  display: none;
}

body.scmsmenuopenanime.scmsmenupin.scmssubmenuopen #scmsmainmask {
  display: block;
}

body.scmsmenuopenanime.scmsmenupin.scmsmenuglobalopen #scmsmainmask {
  display: block;
}

body.scmsmenuopenanime.scmsmenupin.scmsmenulistopen #scmsmainmask {
  display: block;
}

body.scmsmenuopenanime.scmsmenupin.scmsmenuuseropen #scmsmainmask {
  display: block;
}

#scmsmenuframe {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scmsmainmask {
  position: fixed;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.scmsmenuopen #scmsmenuframe {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

body.scmsmenuopenanime #scmsmenuframe {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*
#mainRight {
    margin-left: 15em !important;
}
*/
#scmsmenu {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
}

#scmsmenuframe {
  /*background-color:#333;*/
  background-color: #25a;
  font-size: 1em;
  line-height: 1em;
}

#scmsmenu .menu1 {
  color: #fff;
}

/*
.downmenu {
    position:absolute;
    top:-15em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.downmenu.open {
    top:32px;
}
*/
#scmsmenuspace {
  display: none;
  /* メニューの高さ分コンテンツを下げない */
}

#scmsmenuframe {
  position: fixed;
  overflow: auto;
  top: 48px;
  height: calc(100% - 48px);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 800;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
}

body.scmsmenupin #scmsmenuframe {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.scmsmenupin2 #scmsmenuframe {
  width: 3.8em;
}

#scmsmenu {
  position: relative;
  padding: 0.5em 0em 3em 0em;
}

#scmsmenu .menu1 {
  position: relative;
  clear: both;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  padding: 0.5em 3em 0.5em 1em;
  margin: 0em;
}

#scmsmenu .menu1 .icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444;
  font-weight: bold;
}

#scmsmenu .menu1.mojiicon .icon {
  background-color: transparent;
}

#scmsmenu .menu1.imageicon .icon {
  background-color: transparent;
}

#scmsmenu .menu1 .icon {
  position: relative;
  display: inline-block;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  padding: 0.4em 0em 0.3em 0em;
  line-height: 1em;
  width: 1.8em;
  /*height: 1em;*/
  text-align: center;
  vertical-align: top;
}

#scmsmenu .menu1.mojiicon .icon .moji {
  position: absolute;
  left: 0;
  top: 0.4;
  font-size: 1.8em;
  object-fit: contain;
}

#scmsmenu .menu1 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  height: 1.7em;
  object-fit: contain;
}

#scmsmenu .menu1 .name {
  position: relative;
  display: inline-block;
  padding: 0.4em 1em 0em 1em;
}

#scmsmenu .menu1 .child {
  position: absolute;
  right: 1em;
  top: 0.5em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.4em 0.4em 0.3em 0.4em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#scmsmenu .menu1 .child.open {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#scmsmenu .menu1:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#scmsmenu .menu1 .newwindow {
  display: none;
}

#scmsmenu .menu1:hover .newwindow {
  position: absolute;
  right: 1em;
  display: block;
  top: 0.5em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.2em 0.2em 0.2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#scmsmenu .menu1 .newwindow:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

#scmsmenu .menu1:active {
  background-color: rgba(255, 255, 255, 0.2);
}

body.scmsmenupin2 #scmsmenu .menu1 .child {
  display: none;
}

body.scmsmenupin2 #scmsmenu .menu1 .newwindow {
  display: none;
}

/********************/
/**  サブメニュー  **/
/********************/
#scmssubmenuframe {
  position: fixed;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
  font-size: 0.8em;
  line-height: 1em;
  top: 0;
  left: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 810;
}

.scmssubmenu {
  background-color: #333;
  overflow: auto;
  color: #fff;
  line-height: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
  box-shadow: 1px 2px 1em rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

.scmssubmenu {
  position: absolute;
  height: 0px;
}

.menuC {
  position: relative;
  clear: left;
  text-align: left;
  padding: 0.8em 1em 1em 1em;
  height: 1.4em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  white-space: nowrap;
}

.scmssubmenu .menuC .icon {
  background-color: #999;
  color: #444;
  font-weight: bold;
}

.scmssubmenu .menuC.mojiicon .icon {
  background-color: transparent;
}

.scmssubmenu .menuC.imageicon .icon {
  background-color: transparent;
}

.scmssubmenu .menuC .icon {
  position: relative;
  display: inline-block;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  padding: 0.4em 0em 0.3em 0em;
  line-height: 1em;
  width: 1.8em;
  height: 1em;
  text-align: center;
  vertical-align: top;
}

.scmssubmenu .menuC.mojiicon .icon .moji {
  position: absolute;
  left: 0;
  top: 0.4;
  font-size: 1.8em;
  object-fit: contain;
}

.scmssubmenu .menuC .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  height: 1.7em;
  object-fit: contain;
}

.scmssubmenu .menuC .name {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em 0em 1em;
}

.scmssubmenu .menuC .child {
  position: absolute;
  right: 1em;
  top: 0.85em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.4em 0.4em 0.3em 0.4em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.scmssubmenu .menuC .child.open {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.scmssubmenu .menuC:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.scmssubmenu .menuC .newwindow {
  display: none;
}

.scmssubmenu .menuC:hover .newwindow {
  position: absolute;
  right: 1em;
  top: 0.65em;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.2em 0.2em 0.2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.scmssubmenu .menuC .newwindow:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.scmssubmenu .menuC:active {
  background-color: rgba(255, 255, 255, 0.2);
}

/* z-index <style>
    header/footter   99999
    AnyTime-win  999
    dragobject   850
    modal	     821
    dropdown     819
    dropdownback 818
    menu	     800-810
    scmsmenuglobal   799    オープン時
    mask	     700
    tooltips     600
    fieldheader	 500
    normalwin    100
*/
/*------------------------------
  全体
-------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clear {
  clear: both;
}

.hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.template {
  display: none;
}

/*
@font-face {
	font-family: 'scmsfont';
	url('/adm/fonts/MTLc3m.ttf') format('truetype');
}
*/
body {
  margin: 0px 0px 0px 0px;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/*	font-family: 'ＭＳ ゴシック','MS Gothic','Roboto','Noto Sans Japanese', "Osaka－等幅", "Osaka-Mono", 'ヒラギノ角ゴ ProN W3', 'scmsfont', 'sans-serif', 'Roboto', 'Droid Sans Japanese', 'Droid Sans';*/
body, input, textarea, select, td, li, label, pre, p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
  line-height: 1.2em;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

input:-moz-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

textarea:-moz-placeholder {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5em;
}

/*
	font-family: 'ＭＳ ゴシック','MS Gothic','Roboto','Noto Sans Japanese', "Osaka－等幅", "Osaka-Mono", 'ヒラギノ角ゴ ProN W3', 'scmsfont', 'sans-serif', 'Roboto', 'Droid Sans Japanese', 'Droid Sans';
*/
.tablearea,
#filelistframe input + label,
#mainRight input + label,
.popupitem .sorts a {
  font-family: "Lucida Sans", arial, MeiryoKe_PGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=text],
input[type=number],
input[type=time],
input[type=password],
input[type=date],
textarea {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Roboto", "Menlo", "Osaka－等幅", "Osaka-Mono", "ヒラギノ角ゴ ProN W3", "scmsfont", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
}

input[type=text],
input[type=number] {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0em 0.1em 0.3em;
  margin-bottom: 0.1em;
  height: 1.7em;
  box-sizing: border-box;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  input[type=text],
input[type=number] {
    padding: 1em 0em 1em 0.3em;
  }
}
input[type=date] {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0em 0.1em 0.3em;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  height: 1.7em;
  width: 8em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=time] {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0em 0.1em 0.3em;
  width: 6em;
  line-height: 1.5em;
  height: 1.7em;
  margin-bottom: 0.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=password] {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0em 0.1em 0.3em;
  margin-bottom: 0.1em;
  height: 1.7em;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

textarea {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0.3em 0.1em 0.3em;
  margin-bottom: 0.1em;
  line-height: 1.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.AnyTime-win {
  z-index: 999;
}

#filelistframe input[type=checkbox],
#mainRight input[type=checkbox] {
  /*display:none;*/
  position: absolute;
  opacity: 0.001;
}

#filelistframe label input[type=checkbox],
#mainRight label input[type=checkbox] {
  position: relative;
  display: inline;
  opacity: 1;
}

#mainRight input[type=checkbox] + label,
#mainRight input[type=checkbox] + label {
  position: relative;
  display: inline;
  padding: 0.2em 0.25em 0.2em 1.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
  line-height: 1em;
  /*white-space: nowrap;*/
}

#filelistframe input[type=checkbox] + label,
#filelistframe input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.25em 0.2em 1.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
  line-height: 1em;
}

#mainRight input[type=checkbox]:focus + label,
#mainRight input[type=checkbox]:focus + label {
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
}

#filelistframe input[type=checkbox] + label::before,
#filelistframe input[type=checkbox] + label:before,
#mainRight input[type=checkbox] + label::before,
#mainRight input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  left: 0.25em;
  top: 0.23em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

#filelistframe #listall input[type=checkbox] + label::before,
#filelistframe #listall input[type=checkbox] + label:before {
  top: 0.5em;
}

#filelistframe input[type=checkbox]:checked + label::before,
#filelistframe input[type=checkbox]:checked + label:before,
#mainRight input[type=checkbox]:checked + label::before,
#mainRight input[type=checkbox]:checked + label:before {
  background-color: #6188ff;
  border-color: #6188ff;
}

#filelistframe input[type=checkbox]:checked + label::after,
#filelistframe input[type=checkbox]:checked + label:after,
#mainRight input[type=checkbox]:checked + label::after,
#mainRight input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  left: 0.35em;
  top: 0.33em;
  width: 0.6em;
  height: 0.3em;
  border-left: 0.25em solid #fff;
  border-bottom: 0.25em solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#filelistframe #listall input[type=checkbox]:checked + label::before,
#filelistframe #listall input[type=checkbox]:checked + label:before {
  top: 0.53em;
}

#filelistframe input[type=checkbox]:checked + label,
#filelistframe input[type=checkbox]:checked + label,
#mainRight input[type=checkbox]:checked + label,
#mainRight input[type=checkbox]:checked + label {
  background-color: #c1c8ff;
  color: #000;
}

#filelistframe input[type=checkbox]:checked + label.checkboxonly,
#filelistframe input[type=checkbox]:checked + label.checkboxonly,
#mainRight input[type=checkbox]:checked + label.checkboxonly,
#mainRight input[type=checkbox]:checked + label.checkboxonly {
  background-color: rgba(0, 0, 0, 0);
}

#filelistframe input[type=checkbox]:checked + label.checkboxonly::before,
#filelistframe input[type=checkbox]:checked + label.checkboxonly:before,
#mainRight input[type=checkbox]:checked + label.checkboxonly::before,
#mainRight input[type=checkbox]:checked + label.checkboxonly:before {
  background-color: #6188ff;
  border-color: #6188ff;
}

#filelistframe input[type=checkbox]:checked + label.checkboxonly::after,
#filelistframe input[type=checkbox]:checked + label.checkboxonly:after,
#mainRight input[type=checkbox]:checked + label.checkboxonly::after,
#mainRight input[type=checkbox]:checked + label.checkboxonly:after {
  top: 0.34em;
  border-color: #fff;
}

#filelistframe input[type=checkbox]:checked + label.checkboxonly::after,
#filelistframe input[type=checkbox]:checked + label.checkboxonly:after {
  top: 0.6em;
}

/*ラジオボタン*/
#mainRight input[type=radio] {
  position: absolute;
  opacity: 0.001;
}

#mainRight label input[type=radio] {
  position: relative;
  display: inline;
  opacity: 1;
}

#mainRight input[type=radio] + label,
#mainRight input[type=radio] + label {
  position: relative;
  display: inline;
  padding: 0.2em 0.25em 0.2em 1.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1em;
  /*white-space: nowrap;*/
}

#mainRight .input[type=radio] + label::before,
#mainRight input[type=radio] + label:before {
  position: absolute;
  content: "";
  left: 0.25em;
  top: 0.24em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

#mainRight input[type=radio]:focus + label,
#mainRight input[type=radio]:focus + label {
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
}

#mainRight .input[type=radio]:checked + label::before,
#mainRight input[type=radio]:checked + label:before {
  border: 0;
  background-color: #6188ff;
}

#mainRight input[type=radio]:checked + label::after,
#mainRight input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 0.49em;
  left: 0.49em;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#mainRight input[type=radio]:checked + label,
#mainRight input[type=radio]:checked + label {
  background-color: #c1c8ff;
  color: #000;
}

#mainRight input:focus, textarea:focus, select:focus, button:focus {
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
}

select {
  border-top: 1px solid #ddd;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ddd;
  padding: 0.3em;
}

a img {
  border: 0px;
}

input[type=submit] {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  cursor: pointer;
  color: #222;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #E0E0E0;
  /*behavior: url('/adm/css/PIE.htc');*/
}

/*********************/
/**  モーダル関連   **/
/*********************/
.linkframearea {
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
}

.topbackground {
  position: fixed;
  background-color: #eee;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.scmsmodalbg {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 821;
  width: 100%;
  height: 100%;
}

.scmsmodalbgclose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 821;
  width: 100%;
  height: 100%;
}

/*
.scmsmodalbg:before {
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}
*/
.scmsmodal {
  position: fixed;
  background-color: #fff;
  color: #444;
  padding: 2.5em 1em 1em 1em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  overflow: hidden;
}

#mainRight.showbottom {
  margin-bottom: 70%;
}

.scmsmodal.modal {
  z-index: 821;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  max-width: 100%;
}

.scmsmodal.modalbgclose {
  z-index: 821;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.scmsmodal.normalwin {
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.scmsmodal.noshadowwin {
  z-index: 100;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.scmsmodal .scmsmodaliframe {
  position: relative;
  width: 100%;
  height: 100%;
  /*height: auto; ちょっと怪しい */
  display: inline-block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.scmsmodal div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.scmsmodal .messagetitle {
  font-weight: bold;
  background-color: #f03200;
  color: #fff;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0.25em 0 0.25em 0;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
}

.scmsmodal .messagetitle.wan {
  background-color: #dcc800;
}

.scmsmodal .messageerror {
  color: #444;
  font-weight: bold;
  padding: 0em 0em 0.25em 0em;
}

.scmsmodal .messagebody {
  color: #c81900;
  padding: 0.25em 0.25em 0.25em 0.25em;
}

.scmsmodal .messagebody.wan {
  color: #6e5000;
  padding: 0.25em 0.25em 0.25em 0.25em;
}

.scmsmodal .scmstitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.8em 1em 0em 1em;
  height: 2.1em;
  font-weight: bold;
  overflow: hidden;
}

.scmsmodal .scmstitle.titlealign_center {
  text-align: center;
}

.scmsmodal .scmstitle.titlealign_left {
  text-align: left;
}

.scmsmodal .scmstitle.titlealign_right {
  text-align: right;
}

.scmsmodal .scmsnotitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) 0;
  color: #888;
  padding: 1em 1em 0.5em 1em;
  font-weight: bold;
  overflow: hidden;
}

.scmsmodal .movewindow {
  cursor: move;
}

.scmsmodal .message {
  font-size: 1em;
  line-height: 1.5em;
  min-width: 100px;
}

.scmsmodal .buttons {
  position: relative;
  top: 1em;
  display: table;
  width: calc(100% + 2em);
  text-align: center;
  padding: 0 0 0 0;
  margin-top: 1em;
  margin-left: -1em;
}

.scmsmodal .buttons:empty {
  display: none;
}

.scmsmodal .buttons .popupbutton {
  position: relative;
  display: table-cell;
  font-weight: bold;
  color: #444;
  border-top: 1px solid #ddd;
  padding: 1em 0.5em 1em 0.5em;
  cursor: pointer;
}

.scmsmodal .buttons .popupbutton:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

.scmsmodal .buttons .popupbutton:hover {
  color: #6188ff;
}

.scmsmodal .buttons .popupbutton[disabled=disabled] {
  color: #ddd;
}

.scmsmodal .buttons .popupbutton[disabled=disabled]:hover {
  color: #ddd;
}

.scmsmodal .close {
  position: absolute;
  top: 0em;
  right: 0em;
  color: #aaa;
  font-size: 1.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  /*background-color:#fff;*/
}

.scmsmodal .buttonsLT {
  position: absolute;
  top: 0em;
  left: 0em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /*background-color:#fff;*/
}

.scmsmodal .buttonsRT {
  position: absolute;
  top: 0em;
  right: 0em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /*background-color:#fff;*/
}

.scmsmodal .buttonsLT .scmswinbutton,
.scmsmodal .buttonsRT .scmswinbutton {
  display: inline-block;
  color: #aaa;
  font-size: 1.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.scmsmodal .close:hover {
  color: #6188ff;
}

.scmsmodal .scmstitle img {
  height: 1em;
  vertical-align: middle;
}

.scmsmodal .scmsnotitle img {
  height: 1em;
  vertical-align: middle;
}

.scmsmodal .childframe {
  display: block;
  border: 0px;
  width: 100%;
  height: 100%;
  /*overflow:auto;*/
}

.scmsmodal .moveframe {
  position: absolute;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scmsmodalwindow.moving .scmsmodal .moveframe {
  display: block;
}

.scmsmodal .moveleft {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: 0;
  cursor: w-resize;
}

.scmsmodal .moveleft:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.scmsmodal .moveright {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: 0;
  cursor: e-resize;
}

.scmsmodal .moveright:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.scmsmodal .movetop {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  cursor: n-resize;
}

.scmsmodal .movetop:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.scmsmodal .movebottom {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  cursor: s-resize;
}

.scmsmodal .movebottom:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.scmsmodal .movelt {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  cursor: nw-resize;
}

.scmsmodal .movert {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  right: 0;
  cursor: ne-resize;
}

.scmsmodal .movelb {
  position: absolute;
  width: 1em;
  height: 1em;
  bottom: 0;
  left: 0;
  cursor: sw-resize;
}

.scmsmodal .moverb {
  position: absolute;
  width: 1em;
  height: 1em;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

#fieldheader {
  position: relative;
}

#fieldheader.headerfixed {
  position: fixed;
}

@media print {
  .Print_DisplayNone {
    display: none !important;
  }

  .scmsmodal.normalwin {
    position: relative;
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    overflow: visible;
  }

  .scmsmodal .scmstitle {
    display: none;
  }

  .scmsmodal .close {
    display: none;
  }

  #mainRight.showbottom {
    margin-bottom: 0;
  }

  .inputfieldbutton {
    display: none;
  }

  #mainRight span[onclick] {
    display: none;
  }

  #fieldheader {
    position: relative;
  }

  #fieldheader.headerfixed {
    display: none;
  }
}
/*------------------------------
モーダルウインドウ(タイムアウト)
-------------------------------*/
.scmsmodal_inputpassword input {
  width: 100%;
}

.scmsmodal_inputpassword .result {
  font-size: 0.8em;
  color: #ff0000;
  margin: 0 0 3px 0;
}

.scmsmodal_inputpassword .notice {
  width: 100%;
  font-size: 0.8em;
  color: #ff0000;
  margin: 0 0 0.3em 0;
}

/******************/
/**  プレビュー  **/
/******************/
.previewmenu {
  position: absolute;
  min-width: 900px;
  margin: 33px 0px 0px 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.previewmenu1 {
  height: 2em;
  margin-top: 0.2em;
}

.previewmenu2 {
  height: 2em;
  margin-top: 0.4em;
  padding: 0.2em;
  border-top: 1px solid #ddd;
}

.previewframe {
  margin: 48px 0px 0px 0px;
  position: absolute;
  top: 5em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: solid 1px #e0e0e0;
  overflow: hidden;
}

#previewwaitting {
  margin: 48px 0px 0px 0px;
  position: absolute;
  top: 5em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

#previewwaitting img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

/**********************/
/**  タイムスコープ  **/
/**********************/
#tsmovemask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  /*background-color:#f00;*/
  z-index: 999;
}

body.pctb #tsMainLeft {
  position: absolute;
  top: 2.5em;
  margin-top: 0em;
  bottom: 0px;
  left: 0px;
  width: 20%;
  overflow: auto;
  z-index: 1;
}

body.pctb #tsmoveleft {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: col-resize;
}

body.pctb #tsMainRight {
  position: absolute;
  top: 2.5em;
  background-color: #fff;
  bottom: 0px;
  left: 20%;
  right: 0px;
  z-index: 1;
}

body.pctb #tsVersionBtn {
  position: absolute;
  right: 0.5em;
  top: 0;
  margin-top: 0.5em;
}

body.pctb #tsVersionBtn .typcn {
  font-size: 1.4em;
  color: #eee;
}

body.pctb #tsVersionBtn .typcn:hover {
  color: #61ddff;
}

body.pctb .tscategorysite.currentsite {
  background-color: rgba(100, 200, 255, 0.6);
}

body.sp #tsMainLeft {
  clear: both;
  width: 100%;
  overflow: auto;
  z-index: 1;
}

body.sp #tsMainRight {
  display: none;
}

body.sp #tsVersionBtn {
  position: absolute;
  right: 0.5em;
  top: 3.5rem;
  margin-top: 0.5em;
  color: #aaa;
}

body.sp #tsVersionBtn a:link {
  color: #6188ff;
}

.tsToolbarBtn {
  height: 2.4em;
}

#tsVersionName {
  cursor: pointer;
}

/**  ヘッダー  **/
/*
#header {
	position:fixed; 
	left:0; 
    top:0;
	width: 100%;
	height: 34px;
	background: #FFFFFF url(/adm/images/header_bg.gif) bottom repeat-x;
	z-index:9999;
}

#headermargin {
	width: 100%;
	height: 34px;
}

#headerTitle {
	position: relative;
}

#headerTitle h1 {
	font-size: 12pt;
	margin: 5px 0px 0px 5px;
	font-family: 'ＭＳＰ ゴシック', 'MS PGothic', 'Osaka', 'sans-serif';
} 

#headerSubTitle {
	position: absolute;
	display: block;
	margin: 0px 3px 0px 0px;
	top: 0;
	right: 0;
}

#headerSubTitle2 {
	position: absolute;
	display: block;
	margin: 0px 0px 0px 0px;
	top: 0;
	right: 0;
}

#headerbuttons {
	float: right;
	overflow: none;
	margin:0px;
}
#headerbuttons button {
	width:40px;
	height:27px;
	margin-top:2px;
}
*/
.scmsmodalwindow .usericon {
  position: absolute;
  width: 2.8em;
  height: 2.8em;
  left: 0em;
  top: 0em;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0.3em 0px rgba(0, 0, 0, 0.2);
  border-radius: 1.4em 1.4em 0em 1.4em;
}

#scmsheader {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
  position: fixed;
  font-size: 1rem;
  clear: both;
  margin: 0;
  width: 100%;
  height: 3em;
  line-height: 1em;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  opacity: 1;
}

body.hideheader #scmsheader {
  opacity: 0;
  pointer-events: none;
}

#scmsheaderspace {
  position: relative;
  font-size: 1rem;
  clear: both;
  margin: 0;
  width: 100%;
  height: 3em;
}

body.scmsheadershadow #scmsheader {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

body.scmsheadershadow.navigationfixed #navigationButton1 {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

body.scmsmenuglobalopen #scmsheader,
body.scmsheadershadow.navigationfixed.scmsmenuglobalopenanime #navigationButton1,
body.navigationfixed #scmsheader {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}

#scmsheader .scmsleftmenu {
  position: absolute;
  top: 0;
  font-size: 1.5em;
  color: #aaa;
  padding: 0.5em 0.5em 0.5em 0.75em;
}

#scmsheader .scmsleftmenu:hover {
  color: #6188ff;
}

#scmsheader .scmslogo {
  position: absolute;
  font-size: 1.7em;
  top: 50%;
  margin-top: -0.5em;
  margin-left: 2.2em;
}

#scmsheader .scmslogo img {
  height: 1em;
}

@media screen and (max-width: 640px) {
  #scmsheader .scmslogo {
    display: none;
  }
}
#scmsheader #scmstitle p {
  position: absolute;
  white-space: nowrap;
  font-size: 1em;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  font-weight: bold;
  color: #666;
  text-align: center;
  padding: 0 4em 0 3.5em;
  box-sizing: border-box;
  overflow: hidden;
}

#scmsheader .scmsright {
  position: absolute;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fff;
  right: 0;
  top: 0;
  text-align: right;
  height: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}

#scmsheader .scmsright .scmsuser {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#scmsheader .scmsright .scmsuser img.scmsuserbtn {
  width: 2em;
  height: 2em;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 1em;
  box-sizing: border-box;
  vertical-align: middle;
}

#scmsheader .scmsright .scmsmenubtn {
  position: relative;
  display: inline-block;
  margin-right: 0.25em;
  color: #aaa;
  vertical-align: middle;
}

#scmsheader .scmsright .scmsmenubtn:hover {
  color: #6188ff;
}

#scmsheader .scmsright .scmsmenulist {
  position: absolute;
  background-color: #fff;
  display: none;
  color: #aaa;
  right: 0.5em;
  top: 2.8rem;
  font-size: 1em;
  -webkit-box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scmsheader .scmsright .scmsmenulist .zoombuttons {
  font-size: 2.5em;
  text-align: center;
  padding: 0.3em;
}

#scmszoomfontsize {
  font-size: 1.5rem;
}

#scmsheader .scmsright .scmsmenulist .btnusermenu1 {
  display: block;
  padding: 1em 1em 1em 1em;
  background-color: #f8f8f8;
  color: #444;
  border-top: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

#scmsheader .scmsright .scmsmenulist .btnusermenu1 span.opebutton {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 0.3em;
}

#btnnavigationfixed span.icon-check_box {
  display: none;
}

#btnnavigationfixed span.icon-check_box_outline_blank {
  display: inline;
}

body.navigationfixed #btnnavigationfixed span.icon-check_box {
  display: inline;
}

body.navigationfixed #btnnavigationfixed span.icon-check_box_outline_blank {
  display: none;
}

#btnwidelist span.icon-check_box {
  display: none;
}

#btnwidelist span.icon-check_box_outline_blank {
  display: inline;
}

body.widelist #btnwidelist span.icon-check_box {
  display: inline;
}

body.widelist #btnwidelist span.icon-check_box_outline_blank {
  display: none;
}

#scmsheader .scmsright .scmsmenulist .btnusermenu1 span.typcn {
  vertical-align: -0.1em;
}

#scmsheader .scmsright .scmsmenulist .btnusermenu1 span.opebuttontext {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#scmsheader .scmsright .scmsmenulist .btnusermenu1:hover {
  background-color: #fff;
}

body.scmsmenulistopen #scmsheader .scmsright .scmsmenulist {
  display: block;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

body.scmsmenulistopenanime #scmsheader .scmsright .scmsmenulist {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

body.scmsmenulistopen #scmsmainmask {
  display: block;
}

body.scmsmenulistopenanime #scmsmainmask {
  opacity: 1;
}

#scmsheader .scmsright .scmsmenuuser {
  position: absolute;
  background-color: #fff;
  display: none;
  color: #444;
  right: 0.5em;
  top: 2.8rem;
  font-size: 1em;
  padding: 1em;
  -webkit-box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  width: calc(320px - 3em);
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scmsheader .scmsright .scmsmenuuser img {
  float: left;
  width: 4em;
  height: 4em;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4em;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 1em;
}

#scmsheader .scmsright .scmsmenuuser .username {
  display: block;
  text-align: left;
  padding: 0.25em;
  color: #444;
}

#scmsheader .scmsright .scmsmenuuser .loginid {
  display: block;
  text-align: left;
  padding: 0.25em;
  color: #888;
}

#scmsheader .scmsright .scmsmenuuser .menu {
  display: block;
  clear: both;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: -1em;
}

#scmsheader .scmsright .scmsmenuuser .btnusermenu1 {
  display: block;
  padding: 1em 1em 1em 1em;
  background-color: #f8f8f8;
  color: #444;
  border-top: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

#scmsheader .scmsright .scmsmenuuser .btnusermenu1 span {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 0.3em;
}

#scmsheader .scmsright .scmsmenuuser .btnusermenu1:hover {
  background-color: #fff;
}

body.scmsmenuuseropen #scmsheader .scmsright .scmsmenuuser {
  display: block;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

body.scmsmenuuseropenanime #scmsheader .scmsright .scmsmenuuser {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

body.scmsmenuuseropen #scmsmainmask {
  display: block;
}

body.scmsmenuuseropenanime #scmsmainmask {
  opacity: 1;
}

#linkframemask {
  z-index: 700;
}

.scmsglobalbtn span {
  padding-bottom: 0.2em;
}

.scmsglobalbtn {
  position: relative;
  display: none;
  margin-right: 0.25em;
  color: #aaa;
  vertical-align: middle;
}

.scmsglobalbtn:hover {
  color: #6188ff;
}

body.scmsheadershadow #scmsheader .scmsglobalbtn {
  display: inline-block;
}

body.scmsmenuglobalopen #mainRight .scmsmenuglobal {
  background-color: #fff;
  position: fixed;
  top: -100%;
  box-shadow: 1px 2px 0.2em rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1em;
  padding-top: 1em;
  display: block;
  /*width: 100%;*/
  z-index: 799;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  max-height: calc(100% - 5em);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 50%;
}

body.scmsmenuglobalopen #mainRight .scmsmenuglobal .MASTER_TITLE {
  display: none;
}

@media screen and (max-width: 640px) {
  body.scmsmenuglobalopen #mainRight .scmsmenuglobal {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.scmsmenuglobalopenanime #mainRight .scmsmenuglobal {
  top: 2rem;
}

body.scmsmenuglobalopenanime.navigationfixed #mainRight .scmsmenuglobal {
  top: 6rem;
}

body.scmsmenuglobalopen #scmsmainmask {
  display: block;
}

body.scmsmenuglobalopenanime #scmsmainmask {
  opacity: 1;
}

.menuicons {
  padding-right: 0em;
  text-align: right;
}

.menuicons .menuicon {
  font-size: 1.5em;
  color: #aaa;
  padding: 0.15em;
}

.menuicons .menuicon:hover {
  color: #6188ff;
}

.menuicons .menupinon {
  display: inline-block;
}

.menuicons .menupinoff {
  display: none;
}

.menuicons .menupinmax {
  display: none;
}

body.scmsmenupin .menuicons .menupinon {
  display: none;
}

body.scmsmenupin .menuicons .menupinoff {
  display: inline-block;
}

body.scmsmenupin .menuicons .menupinmax {
  display: none;
}

body.scmsmenupin2 .menuicons .menupinon {
  display: none;
}

body.scmsmenupin2 .menuicons .menupinoff {
  display: none;
}

body.scmsmenupin2 .menuicons .menupinmax {
  display: inline-block;
}

/***************/
/*  フッター  **/
/***************/
#footer {
  position: fixed;
  background-color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 14px;
  border-top: 1px solid #ddd;
  z-index: 99999;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#footerMess {
  color: #444;
  text-align: center;
}

.footerclear {
  clear: both;
  height: 0em;
}

button.toolbutton {
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 1em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  padding: 0.5em 0.25em 0.5em 0.25em;
  margin: 0.25em 0.25em 0.15em 0.25em;
  font-weight: normal;
  border-radius: 0;
}

button.toolbutton[disabled] {
  color: rgba(255, 255, 255, 0.1);
}

button.toolbutton span.typcn, button.toolbutton span.toolicon {
  color: #aaa;
  margin-right: 0.5em;
}

button.toolbutton[disabled] span.typcn, button.toolbutton[disabled] span.toolicon {
  color: rgba(255, 255, 255, 0.1);
}

button.toolbutton:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* scmsTextEditor */
.scmsTextEditor .bold {
  font-weight: bold;
}

.scmsTextEditor .italic {
  font-style: italic;
}

.scmsTextEditor .underline {
  text-decoration: underline;
}

.scmsTextEditor .left {
  text-align: inherit;
}

.scmsTextEditor .center {
  text-align: center;
}

.scmsTextEditor .right {
  text-align: right;
}

.scmsTextEditor .full {
  text-align: justify;
}

.scmsTextEditor img {
  vertical-align: middle;
}

.scmsTextEditor img.left, table.left {
  float: left;
  text-align: inherit;
}

.scmsTextEditor img.center, table.center {
  margin-left: auto;
  margin-right: auto;
  text-align: inherit;
}

.scmsTextEditor img.center {
  display: block;
}

.scmsTextEditor img.right, table.right {
  float: right;
  text-align: inherit;
}

.rtextchange {
  padding: 0.5em;
  text-align: center;
}

.mce-btn[aria-label="Rotate clockwise"],
.mce-btn[aria-label="Rotate counterclockwise"],
.mce-btn[aria-label="Flip vertically"],
.mce-btn[aria-label="Flip horizontally"],
.mce-btn[aria-label="Edit image"] {
  display: none;
}

.mce-ico.mce-i-fileman {
  background-image: url("../images/fileman.png");
}

.mce-flow-layout-item.mce-btn:first-child {
  /* ファイルメニューを消す */
  display: none;
}

.WYSIWYG_editor {
  display: none;
}

.mce-panel {
  border: none !important;
}

/**************/
/**  ボタン  **/
/**************/
a.scmsbutton {
  text-decoration: none;
}

.scmsbutton, button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  background-color: #ddd;
  color: #333;
  background-origin: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  /*behavior: url('/adm/css/PIE.htc');*/
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  vertical-align: middle;
}

body.pc .scmsbutton, body.pc button {
  line-height: 2em;
  font-size: 1em;
  margin: 0em 0.1em 0.2em 0.1em;
  padding: 0em 0.25em 0 0.25em;
  height: 2em;
}

body.sptb .scmsbutton, body.sptb button {
  line-height: 1.2em;
  font-size: 0.7em;
  width: 6em;
  height: 6em;
  margin: 0.3em 0.05em 0.3em 0.05em;
  padding: 0.1em;
  text-align: center;
}

.scmsbutton .typcn, button .typcn {
  font-size: 1.4em;
  line-height: 1em;
}

body.pc .scmsbutton:hover, body.pc button:hover {
  background-color: #eee;
}

.scmsbutton:active, button:active {
  background-color: #fff;
}

.scmsbutton:disabled, button:disabled {
  color: #aaa;
}

body.pc .scmsbutton img, body.pc button img {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.3em;
  margin-right: 0.1em;
}

body.sptb .scmsbutton img, body.sptb button img {
  width: 1.7em;
  height: 1.7em;
  margin-top: 0.7em;
}

body.sptb .scmsbutton .opebutton, body.sptb button .opebutton {
  position: absolute;
  top: 0.25em;
  left: 0em;
  display: block;
  font-size: 2.5em;
  margin: 0em;
  width: 100%;
  text-align: center;
}

.scmsbutton span.typcn, button .span.typcn {
  margin: 0px;
  padding: 0px;
  font-size: 1.4em;
  line-height: 1em;
}

body.pc .scmsbutton span.typcn, body.pc button .span.typcn {
  margin-top: 0em;
  margin-bottom: 0em;
}

button.normalbutton, .scmsbutton.normalbutton, button.ui-datepicker-trigger {
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 1em;
  margin: 0em 0.1em 0.2em 0em;
  padding: 0.4em 0.2em 0.3em 0.4em;
}

button.normalbutton img, .scmsbutton.normalbutton img, button.ui-datepicker-trigger img {
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0.1em 0 0;
}

button.normalbutton span, .scmsbutton.normalbutton span, button.ui-datepicker-trigger span {
  cleat: both;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

button.normalbutton .text, .scmsbutton.normalbutton .text, button.ui-datepicker-trigger span {
  line-height: 1.4em;
}

.button {
  position: relative;
  display: inline-block;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  cursor: pointer;
  color: #222;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #E0E0E0;
  /*behavior: url('/adm/css/PIE.htc');*/
  margin-right: 3px;
  padding: 3px 2px 1px 2px;
  margin-top: 1px;
  min-height: 16px;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  text-decoration: none;
}

.button img {
  vertical-align: bottom;
}

.button:hover {
  background-color: #f0f0f0;
}

.button:active {
  background-color: #fff;
}

.bigbutton {
  position: relative;
  background-color: #00AF40;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: -moz-linear-gradient(#e1F1e1, #00AF40);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1F1e1), color-stop(0.99, #00AF40), to(#ccc));
  color: #ffffff;
  font-weight: bold;
  /*behavior: url('/adm/css/PIE.htc');*/
}

.bigbutton:hover {
  background-color: #40d040;
}

button:active {
  background-color: #E0E0E0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
}

.abutton .bigbutton {
  position: relative;
  padding: 8px 20px;
  font-size: 16px;
  background-color: #00AF40;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: -moz-linear-gradient(#e1F1e1, #00AF40);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1F1e1), color-stop(0.99, #00AF40), to(#ccc));
  color: #ffffff;
  font-weight: bold;
  /*behavior: url('/adm/css/PIE.htc');*/
}

.abutton {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-bottom: 2px;
  height: 30px;
}

.abutton a {
  position: relative;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  cursor: pointer;
  color: #222;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #E0E0E0;
  text-decoration: none;
  /*behavior: url('/adm/css/PIE.htc');*/
}

.abutton a:hover {
  background-color: #f0f0f0;
  color: #444;
}

.abutton a:active {
  background-color: #fff;
  border-top: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #999;
}

.sortbutton {
  padding: 0.2em;
  width: 100%;
  height: 4em;
  text-align: center;
  color: #888;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.pagebuttoncurrent {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  font-weight: bold;
}

.pagebutton {
  float: left;
  margin-left: 1px;
  margin-left: 1px;
  margin-bottom: 2px;
  height: 30px;
}

.pagebutton a {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  cursor: pointer;
  font-size: 1em;
  color: #444;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ddd;
  text-decoration: none;
  white-space: nowrap;
  /*behavior: url('/adm/css/PIE.htc');*/
}

body.pc .pagebutton a:hover {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
}

body.pc .pagebutton a:active {
  margin-top: 1px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-right: -1px;
  border-top: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #999;
}

.navigationButton {
  background-color: #ddd;
  box-sizing: border-box;
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1) inset;
}

body .navigationButton .scmsbutton:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.navigationButton {
  width: 100%;
  display: inline-table;
  font-size: 1rem;
}

#navigationButton2 {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  .navigationButton {
    margin-left: 0px;
    width: 100%;
  }
}
body.navigationfixed #navigationButton1 {
  position: fixed;
  z-index: 799;
  top: 3em;
}

body.navigationfixed.hideheader #navigationButton1 {
  top: 0em;
}

body.navigationfixed #scmsheaderspace {
  height: 6em;
}

body.nonavigation #scmsheaderspace {
  height: 3em;
}

body.navigationfixed.hideheader #scmsheaderspace {
  height: 3em;
}

body.nonavigation.hideheader #scmsheaderspace {
  height: 0em;
}

body.hideheader #scmsheaderspace {
  height: 0em;
}

.navigationButton_sort {
  margin: 0.7em 0px 0em 0px;
  width: 100%;
  display: inline-table;
}

body .navigationButton .scmsbutton {
  float: left;
  background-color: transparent;
  line-height: 1.3em;
  font-size: 0.6em;
  width: 6em;
  height: 5em;
  text-align: center;
  margin: 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  box-sizing: border-box;
}

#mainRight .navigationButton input[type=checkbox] + label {
  line-height: 1.3em;
  border-radius: 0;
}

body .navigationButton .scmsbutton img {
  width: 1.7em;
  height: 1.7em;
  margin-top: -2.05em;
}

body .navigationButton .scmsbutton .opebutton {
  position: absolute;
  top: 0em;
  left: 0em;
  display: block;
  font-size: 2em;
  margin-top: 0.15em;
  width: 100%;
  text-align: center;
}

body .navigationButton .opebuttontext {
  position: absolute;
  display: block;
  width: 100%;
  height: 2.4em;
  bottom: 0.25em;
  left: 0;
  text-align: center;
}

body .navigationButton input[type=checkbox] + label:before {
  font-size: 1.75em;
  left: 1.25em !important;
  top: 0.2em !important;
}

body .navigationButton input[type=checkbox] + label:after {
  font-size: 1.75em;
  left: 1.25em !important;
  top: 0.2em !important;
}

.subjectbutton {
  position: absolute;
  right: 0.25em;
  padding: 0.25em 0.5em 0.15em 0.5em;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1em;
  font-size: 1em;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  text-align: right;
}

.subjectbuttonclose {
  position: absolute;
  top: 0em;
  right: 0.5em;
  line-height: 1em;
  font-size: 1em;
  text-align: right;
}

.subjectbuttonclose .typcn {
  color: #888;
}

.subjectbutton .icon-settings {
  line-height: 1em;
  line-height: 0.75em;
}

.subjectbutton:hover .icon-settings {
  display: none;
}

.subjectbutton button {
  display: none;
}

.subjectbutton:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 100;
  max-height: calc(100% - 10em);
  overflow: auto;
  padding-right: 2em;
}

.subjectbutton:hover button {
  display: inline-block;
}

.subjectbutton .debugprint {
  display: none;
}

.debuginfo:hover .debugprint {
  display: block;
  padding: 1em;
  text-align: right;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  border: 1px solid #ddd;
}

.subjectbutton .debugprint1 {
  display: none;
}

.debuginfo:hover .debugprint1 {
  display: block;
  padding: 1em;
  text-align: right;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  border: 1px solid #ddd;
}

.subjectbutton .debugprint2 {
  display: none;
}

.debuginfo:hover .debugprint2 {
  display: block;
  padding: 1em;
  text-align: right;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  border: 1px solid #ddd;
}

.subjectbutton .debugsql {
  display: none;
}

.debuginfo:hover .debugsql {
  display: block;
  padding: 1em;
  text-align: left;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  border: 1px solid #ddd;
}

.scmsbutton.normalbutton span.typcn {
  width: 1em;
  line-height: 1em;
  margin: 0px;
}

.scmsbutton.normalbutton span.typcn {
  font-size: 1.4em;
  line-height: 1em;
}

/** ログイン **/
#login {
  padding-top: 20px;
  text-align: center;
  width: 30em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1em 0 0 1em;
}

#login .link {
  display: inline-block;
  width: 100%;
  color: #25A;
  text-align: left;
  cursor: pointer;
  margin-bottom: 1em;
}

#login .link .typcn {
  font-size: 1.4em;
}

#loginbox {
  transition: 0.3s all;
  height: auto;
  width: 30em;
  max-width: 100%;
  margin: auto;
  border: 5px solid #eee;
  padding: 1em;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0.25em;
}
#loginbox .frame {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#loginbox .fname {
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#loginbox .selauth {
  width: 100%;
  text-align: left;
  margin-top: 1.5em;
}
#loginbox .selauth input {
  vertical-align: 0.1em;
}
#loginbox .selidpass {
  overflow: hidden;
  height: 5em;
  transition: all 0.3s;
}
#loginbox .selinv {
  overflow: hidden;
  height: 5em;
  transition: all 0.3s;
}
#loginbox:not([selauth=idpass]) .selidpass {
  height: 0;
}
#loginbox:not([selauth=inv]) .selinv {
  height: 0;
}
#loginbox #loginid {
  width: 100%;
  font-size: 1.5em;
  padding: 1em;
}
#loginbox #loginpw {
  width: 100%;
  font-size: 1.5em;
  padding: 1em;
}
#loginbox #logininv {
  width: 100%;
  font-size: 1.5em;
  padding: 1em;
}
#loginbox .auth {
  margin-top: 1em;
}
#loginbox .rememberlogin {
  margin: 1em;
}
#loginbox .btnAuth {
  display: inline-block;
  padding: 0.75em;
  width: 100%;
  margin: 1.5em 0 0 0;
  box-sizing: border-box;
  border-radius: 0.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: auto;
  height: 4em;
  transition: all 0.3s;
  overflow: hidden;
}
#loginbox .btnAuth img {
  height: 1.4em;
}
#loginbox[selauth=""] .btnAuth {
  height: 0;
  padding: 0;
  border: none;
}
#loginbox .btnLogin {
  display: inline-block;
  padding: 0.75em;
  width: 100%;
  margin: 1.5em 0 0 0;
  box-sizing: border-box;
  border-radius: 0.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: auto;
}
#loginbox .btnLogin img {
  height: 1.4em;
}
@media screen and (max-width: 400px) {
  #loginbox .btnLogin {
    font-size: 90%;
  }
}
#loginbox .auth > div {
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  width: 100%;
  margin-top: 0.25em;
  box-sizing: border-box;
  border-radius: 0.25em;
}
#loginbox .auth > div img {
  height: 1.4em;
  margin-right: 0.5em;
  vertical-align: -0.3em;
  margin-right: 0.5em;
}
#loginbox .auth > div span {
  display: inline-block;
  width: 15em;
  text-align: left;
}
@media screen and (max-width: 400px) {
  #loginbox .auth > div {
    font-size: 90%;
  }
}
#loginbox .btnGoogle {
  background-color: #4285f4;
  color: #fff;
}
#loginbox .btnTwitter {
  background-color: #1da1f2;
  color: #fff;
}
#loginbox .btnApple {
  background-color: #222;
  color: #fff;
}
#loginbox .btnMicrosoft {
  background-color: #114180;
  color: #fff;
}
#loginbox .btnFacebook {
  background-color: #1877f2;
  color: #fff;
}
#loginbox div {
  padding: 0em;
}

#account_entry {
  margin-top: 20px;
  text-align: center;
  width: 30em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1em;
}

#account_entry .link .typcn {
  font-size: 1.4em;
}

#account_entry .link {
  display: inline-block;
  width: 30em;
  color: #25A;
  text-align: left;
  cursor: pointer;
  margin-bottom: 1em;
}

#account_entry .mess {
  color: #25A;
  text-align: left;
}

#account_entry .errmess {
  color: #F33;
  text-align: left;
}

#entrybox {
  transition: 0.3s all;
  height: auto;
  width: 30em;
  max-width: 100%;
  margin: auto;
  border: 5px solid #eee;
  padding: 1em;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0.25em;
}
#entrybox .frame {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#entrybox .fname {
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#entrybox input[type=text] {
  width: 100%;
  font-size: 1.5em;
  padding: 1em;
}
#entrybox input[type=password] {
  width: 100%;
  font-size: 1.5em;
  padding: 1em;
}
#entrybox input[type=button] {
  display: inline-block;
  padding: 0.75em;
  width: 100%;
  margin: 1.5em 0 0 0;
  box-sizing: border-box;
  border-radius: 0.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: auto;
}
#entrybox input[type=button] img {
  height: 1.4em;
}

#main:not([loginmode=login]) #loginbox {
  height: 0 !important;
  padding: 0;
  border: 0 solid #eee;
  margin: 0;
}

#main:not([loginmode=signup]) #entrybox {
  height: 0 !important;
  padding: 0;
  border: 0 solid #eee;
  margin: 0;
}

.tohome a {
  color: #25A;
  text-decoration: none;
}

.siteinfoheader a {
  color: #25A;
  text-decoration: none;
}

/*------------------------------
マスタ－検索
-------------------------------*/
#searchWord {
  position: relative;
  width: 100%;
  padding-bottom: 0.5em;
}

#searchWord input {
  font-size: 1em;
  padding: 0.3em 0.3em 0.3em 0.3em;
}

#searchWord .searchWordArea {
  position: relative;
  float: right;
  max-width: 100%;
  padding: 0.3em 0em 0.3em 0em;
}

#searchWord .searchWordArea button {
  white-space: nowrap;
}

#searchWord .searchWordArea .searchWordbtn {
  position: absolute;
  right: 0;
  top: 0.3em;
}

#searchWord #inputkeyword {
  width: 10em;
  height: auto;
  border-radius: 1em;
  padding: 0.3em 1em 0.3em 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#searchWord #inputkeyword:focus {
  width: 30em;
  max-width: 100%;
}

#searchWord .clearkeyword {
  position: absolute;
  right: 0.15em;
  top: 0.22em;
  color: #aaa;
  font-size: 2em;
}

#inputkeyword:placeholder-shown + .clearkeyword {
  display: none;
}

#searchWord .searchWordButton1 img {
  width: 1em;
  height: 1em;
  padding-right: 0.1em;
}

#searchWord .searchWordButton1 {
  position: relative;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  height: 1em;
  padding: 0.55em;
  cursor: pointer;
  color: #222;
  background-color: #E0E0E0;
  text-align: center;
}

#searchWord .searchWordButton2 {
  position: relative;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  height: 1em;
  padding: 0.55em;
  cursor: pointer;
  color: #222;
  background-color: #E0E0E0;
  width: 2em;
  text-align: center;
}

#searchWord .searchWordTitle {
  float: left;
  margin-top: 0.75em;
  margin-left: 3px;
  cursor: pointer;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

#searchWord .searchWordTitle:hover {
  color: #6188ff;
}

#searchWord .searchWordTitle .closenow {
  display: inline-block;
}

#searchWord .searchWordTitle .opennow {
  display: none;
}

#searchWord .searchWordTitle.open .closenow {
  display: none;
}

#searchWord .searchWordTitle.open .opennow {
  display: inline-block;
}

#searchWord .searchCount {
  float: right;
  margin-top: 0.9em;
  margin-left: 3px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

#searchWord .searchCount span {
  font-weight: bold;
}

#searchWord .searchwordset {
  display: inline-block;
  margin-top: 0.9em;
  margin-left: 0.5em;
  margin-right: 0px;
}

#searchWord .searchwordfields {
  font-weight: bold;
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
}

#searchWord .searchworddata {
  margin: 0px;
}

#searchWord .searchworddata span {
  color: #808080;
  margin-left: 0px;
  padding-left: 5px;
  margin-right: 5px;
  border-left: 1px dotted #8080C0;
}

#searchWord .searchwordnothing {
  color: #808080;
  margin: 0px;
}

#searchWord .searchSeveButton {
  clear: both;
  float: left;
  vertical-align: top;
}

#searchWord .searchSeveButton button {
  padding: 2px 10px 2px 10px;
  white-space: nowrap;
}

#searchWord .searchSeveButton select {
  vertical-align: top;
}

.MASTER_SRCH {
  clear: both;
  background-color: #e1e8ff;
  padding: 0.5em 1em 0.5em 1em;
  padding-bottom: 0.5em;
  border-radius: 0 0.3em 0.3em 0.3em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wherelist {
  display: block;
  width: 100%;
  margin-top: 0.5em;
}

.wherelist .icon-search {
  color: #6188ff;
}

.wherelist .button {
  padding: 0.5em 1em 0.3em 1em;
  border-top: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em 0.5em 0em 0em;
  box-sizing: border-box;
}

.wherelist .button {
  margin-right: -0.5em;
}

.wherelist .button:hover {
  color: #6188ff;
}

/*
@media screen and (max-width: 640px) {
    .wherelist .button {
        width:100%;
    }
}
*/
.wherelist .button.checked {
  background-color: #e1e8ff;
  border-bottom: 1px solid #e1e8ff;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  z-index: 1;
}

#inputFormInputLineSubInfo {
  display: block;
  width: 100%;
  overflow: hidden;
}

#inputFormInputLineSubInfo.DATA_HIDDEN {
  display: none;
}

.searchWordAll {
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  background-color: #eef;
  box-sizing: border-box;
}

#search_wherelist {
  display: none;
}

.MASTER_SRCH_TABLE {
  display: table;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  float: left;
  width: 100%;
}

.MASTER_SRCH_TABLE2 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  width: 50%;
  min-height: 2.5em;
  vertical-align: top;
}
.MASTER_SRCH_TABLE2 .searchitem1 {
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .MASTER_SRCH_TABLE2 {
    width: 100%;
  }
}
.MASTER_SRCH_TABLE.wideeven,
.MASTER_SRCH_TABLE2.wideeven {
  background-color: rgba(0, 0, 0, 0.1);
}

.MASTER_SRCH_ITEM {
  position: relative;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5em 0em 0.5em 0.75em;
  box-sizing: border-box;
  width: 10em;
  height: 100%;
  background-color: rgba(200, 210, 255, 0.5);
}

.MASTER_SRCH_ITEM_NAME {
  font-size: 80%;
  display: inline;
}

.MASTER_SRCH_ITEM input {
  vertical-align: middle;
}

.MASTER_SRCH_DATA {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  padding: 0.25em 0.6em 0.25em 0.3em;
  box-sizing: border-box;
  width: calc(100% - 10em);
  height: 100%;
}

@media screen and (max-width: 640px) {
  .MASTER_SRCH_ITEM {
    width: 100%;
  }

  .MASTER_SRCH_DATA {
    width: 100%;
  }
}
.MASTER_SRCH_DATA label {
  white-space: nowrap;
}

.MASTER_SRCH_DATA .check_list_child {
  margin-top: 0;
  margin-bottom: 0;
}

.MASTER_SRCH_DATA input {
  vertical-align: middle;
}

.MASTER_SRCH_TABLE2.keyword input {
  width: calc(100% - 1.25em);
}

.MASTER_SRCH_TABLE2.range input {
  width: calc(50% - 1.5em);
}

.MASTER_SRCH_TABLE2.list input {
  width: calc(100% - 1.25em);
}

.MASTER_SRCH_TABLE2.listrange input {
  width: calc(50% - 1.5em);
}

.MASTER_SRCH_DATA .inputfieldbutton {
  top: 0.5em;
}

.MASTER_SRCH_DATA .inputfieldbutton.pulldown1 {
  left: calc(50% - 4em);
  top: 0.25em;
  width: 2em;
}

.MASTER_SRCH_DATA .inputfieldbutton.pulldown2 {
  right: 2em;
  top: 0.25em;
}

/*------------------------------
マスタ－一覧
-------------------------------*/
.tablearea_head {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tablearea {
  float: left;
  width: 100%;
}

.recordarea {
  clear: both;
  width: 100%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #fAfAfA;
  page-break-inside: avoid;
}

.recordarea.filterhide {
  display: none;
}

.recordarea:not(.filterhide):nth-child(even) .centerarea {
  background-color: rgba(50, 50, 50, 0.1);
}

.recordarea_head {
  clear: both;
  width: 100%;
  height: 4em;
  border-bottom: 1px solid #CCC;
  background-color: #e1e8ff;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.recordarea_head .fieldvalue {
  font-size: 80%;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.grouparea {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.leftarea {
  position: relative;
  float: left;
  width: 4em;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.leftarea .watting {
  display: table;
  width: 100%;
  height: 100%;
}

.leftarea .watting div {
  display: table-cell;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
}

.rightarea {
  position: absolute;
  right: 0px;
  width: 5em;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.centerarea {
  position: absolute;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.centerarea::-webkit-scrollbar {
  display: none;
}

.scrollarea {
  margin-left: 4em;
  margin-right: 5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body.widelist .centerarea {
  width: calc(100% - 5em);
}

body.widelist.sp .centerarea {
  width: calc(100% - 2em);
}

body.widelist .scrollarea {
  width: 180%;
}

@media screen and (max-width: 640px) {
  .leftarea {
    width: 2em;
  }

  .rightarea {
    width: 2em;
  }

  .scrollarea {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media print {
  /*
  .centerarea {
  	position:relative;
  }
     */
}
.morenext {
  text-align: center;
  padding-top: 1em;
}

.morenext:hover {
  background: none;
  cursor: auto;
}

.scrollarea {
  position: relative;
  height: 100%;
}

.fieldnamearea {
  position: absolute;
  float: left;
  overflow: hidden;
  height: 4em;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #222222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.fieldnamearea_sort {
  width: 3em;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;
  color: #222222;
}

.fieldnamearea_sort_l {
  float: left;
}

.fieldnamearea_sort_r {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.fieldarea_sort {
  position: relative;
  width: 3em;
  height: 100%;
  overflow: hidden;
  word-break: break-all;
}

.fieldarea_sort_l {
  float: left;
}

.fieldarea_sort_r {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.fieldnamearea a {
  color: #222222;
  /*border-bottom:solid 1px #A0A0A0;*/
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.fieldnamearea_sel {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 3px;
  text-align: center;
  color: #222222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
}

#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly[for=CHECK_all] {
  z-index: 100;
}

@media screen and (max-width: 640px) {
  #mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly {
    top: -0.3em;
  }

  #mainRight .fieldnamearea_sel .checkallcaption {
    display: none;
  }
}
#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly:before,
#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly::before {
  left: calc(50% - 0.5em);
  top: 1.5em;
}

#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly:after,
#mainRight .fieldnamearea_sel input[type=checkbox] + label.checkboxonly::after {
  left: calc(50% - 0.45em);
  top: 1.6em;
}

.fieldnamearea_ope {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.fieldarea {
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #555 !important;
  word-break: break-all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: hidden;
  height: 4em;
}

.fieldarea.changed {
  background-color: #fff;
  box-shadow: 0em 0em 0em 5em rgba(255, 255, 0, 0.4) inset;
}

.fieldarea.fielderror {
  background-color: #fff;
  box-shadow: 0em 0em 0em 5em rgba(255, 0, 0, 0.2) inset;
}

.recordarea {
  position: relative;
}

@media screen and (max-width: 640px) {
  .opemore {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    bottom: 0em;
  }

  .recordarea:nth-child(even) .opemore {
    background-color: #fAfAfA;
  }

  .recordarea .opemore:hover {
    background-color: #fff;
    position: absolute;
    padding: 0.5em;
    right: 0em;
    bottom: 0em;
    width: 5em;
    height: auto;
    z-index: 100;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .opemore .fieldarea_ope {
    display: none;
  }

  .opemore:hover .fieldarea_ope {
    display: block;
    padding: 0px;
  }

  .opemore:hover .opemoreicon {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .opemore {
    display: none;
  }
}
body.pc .recordarea:hover .scrollarea {
  box-shadow: 0 0 0 10em rgba(0, 0, 255, 0.15) inset;
  height: 100%;
}

body.pc .recordarea:hover .fieldarea.notclick:hover {
  background-color: transparent;
  cursor: default;
}

body.pc .recordarea:hover .fieldarea_sel {
  box-shadow: 0 0 0 10em rgba(0, 0, 255, 0.15) inset;
}

body.pc .fieldarea.canchange :hover {
  box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
  -moz-box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
  -webkit-box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
}

body.pc .fieldarea.canchange[readonly=""] :hover {
  box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
  -moz-box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
  -webkit-box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
}

body.sptb .recordarea :active .fieldarea {
  background-color: rgba(0, 0, 255, 0.15);
}

body.sptb .recordarea :active .fieldarea.notclick:active {
  background-color: transparent;
  cursor: default;
}

body.sptb .recordarea :active .fieldarea_sel {
  background-color: rgba(0, 0, 255, 0.15);
}

body.sptb .fieldarea.canchange :active {
  box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
  -moz-box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
  -webkit-box-shadow: 0em 0em 0em 50px rgba(100, 100, 255, 0.2) inset;
}

body.sptb .fieldarea.canchange[readonly=""] :active {
  box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
  -moz-box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
  -webkit-box-shadow: 0em -0.05em 0em 0.3em rgba(100, 100, 255, 0), 0em -0.1em 0em 0.3em rgba(100, 100, 255, 0) inset;
}

.fieldarea img {
  border: 0px;
}

.fieldarea_sel {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 3px;
  text-align: center;
  color: #222222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#mainRight .fieldarea_sel input[type=checkbox] + label.checkboxonly {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
}

#mainRight .fieldarea_sel input[type=checkbox] + label.checkboxonly:before,
#mainRight .fieldarea_sel input[type=checkbox] + label.checkboxonly::before {
  left: calc(50% - 0.5em);
}

#mainRight .fieldarea_sel input[type=checkbox] + label.checkboxonly:after,
#mainRight .fieldarea_sel input[type=checkbox] + label.checkboxonly::after {
  left: calc(50% - 0.45em);
}

.fieldarea_ope {
  width: 100%;
  padding: 0px;
  padding-top: 0.2em;
  overflow: hidden;
}

.fieldarea_ope img {
  border: 0px;
  margin-right: 1px;
  margin-bottom: 3px;
}

.fieldarea_ope a {
  text-decoration: none;
}

.opebutton {
  /*font-size:1.3em;*/
  color: #aaa;
}

body.sptb .opebuttontext {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0.1em;
}

.opeicon {
  font-size: 1.3em;
  color: #aaa;
  line-height: 1em;
}

.opeicon.typcn {
  padding: 0.25em;
  font-size: 1.3em;
  color: #aaa;
  line-height: 1em;
}

span.opeicon {
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.opeicon.edit:hover {
  color: #ea0;
}

.opeicon.copy:hover {
  color: #68f;
}

.opeicon.del:hover {
  color: #b00;
}

.opeicon.app:hover {
  color: rgba(0, 200, 0, 0.7);
}

.opeicon.cancel:hover {
  color: rgba(250, 0, 20, 0.7);
}

.opeicon.hostory:hover {
  color: rgba(40, 40, 40, 0.7);
}

.opeicon.appdel:hover {
  color: #800;
}

.opeicon.conf:hover {
  color: #6480ff;
}

.opeicon.preview:hover {
  color: #6480ff;
}

.opeicon.chat:hover {
  color: #00c8ff;
}

.opebutton.edit {
  color: #ea0;
}

.opebutton.addnew {
  color: rgba(0, 180, 0, 0.7);
}

.opebutton.import {
  color: rgba(200, 150, 0, 0.7);
}

.opebutton.export {
  color: rgba(100, 128, 255, 0.7);
}

.opebutton.search {
  color: rgba(100, 128, 255, 0.7);
}

.opebutton.initsearch {
  color: rgba(200, 0, 0, 0.7);
}

.opebutton.savesearch {
  color: rgba(0, 200, 0, 0.7);
}

.opebutton.delete {
  color: rgba(200, 0, 0, 0.7);
}

.opebutton.drfdelete {
  color: rgba(200, 140, 20, 0.7);
}

.opebutton.history {
  color: rgba(128, 40, 20, 0.7);
}

.opebutton.log {
  color: rgba(158, 40, 20, 0.7);
}

.opebutton.print {
  color: rgba(100, 128, 255, 0.7);
}

.opebutton.sort {
  color: rgba(200, 0, 200, 0.7);
}

.opebutton.fileman {
  color: #ffc800;
}

.opebutton.chagedate {
  color: #009600;
}

.opebutton.comparison {
  color: rgba(250, 0, 20, 0.7);
}

.opebutton.cancel {
  color: rgba(250, 0, 20, 0.7);
}

.opebutton.app {
  color: rgba(0, 200, 0, 0.7);
}

.opebutton.app {
  color: rgba(0, 200, 0, 0.7);
}

.opebutton.application {
  color: #f8f;
}

.opebutton.chart {
  color: rgba(0, 0, 255, 0.7);
}

.opebutton.public {
  color: #0064ff;
}

.opebutton.info {
  color: #64b4ff;
}

.opebutton.comment {
  color: #00c8ff;
}

.opebutton.uplog {
  color: rgba(40, 40, 40, 0.7);
}

.opebutton.custom {
  color: rgba(80, 200, 200, 0.7);
}

.opebutton.tools {
  color: #966400;
}

.opebutton.define {
  color: rgba(180, 80, 80, 0.7);
}

.opebutton.layout {
  color: rgba(80, 80, 200, 0.7);
}

.opebutton.check {
  color: rgba(0, 200, 0, 0.7);
}

.opebutton.back {
  color: rgba(100, 128, 255, 0.7);
}

.opebutton.conf {
  color: #c8b400;
}

.opebutton.regist {
  color: rgba(0, 150, 0, 0.7);
}

.opebutton.restore {
  color: rgba(40, 40, 40, 0.7);
}

.opebutton.draft {
  color: #F83;
}

.opebutton.copy {
  color: #68f;
}

.opebutton.preview {
  color: #6480ff;
}

.btnlistedit .opeicon:hover {
  color: #b90;
}

.btnlisteditsave .opeicon:hover {
  color: #0a0;
}

.btnlisteditcancel .opeicon:hover {
  color: #b00;
}

.MASTER_LIST_TABLE {
  border-top: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show;
  width: 100%;
  margin-bottom: 0.2em;
}

.MASTER_LIST_TABLE img {
  border-style: none;
}

.MASTER_LINK {
  position: relative;
  clear: both;
  margin-top: 1em;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  background-color: #ddd;
  border-radius: 0.3em;
}

.pagelinkcenter {
  position: relative;
  margin-left: 4em;
  margin-right: 4em;
  height: 3.5em;
}

body.pc .pagelinkcenter {
  overflow: hidden;
}

body.sptb .pagelinkcenter {
  overflow: scroll;
}

.pagelinkscroll {
  position: absolute;
  white-space: nowrap;
  width: 3000%;
  height: 3em;
}

.pagelinkleft {
  position: absolute;
  padding: 0;
  left: 0px;
  top: 0px;
}

.pagelinkright {
  position: absolute;
  padding: 0;
  right: 0px;
  top: 0px;
}

.pagebutton {
  position: relative;
  min-width: 2em;
}

.pagebutton span.typcn {
  font-size: 1.4em;
  line-height: 1em;
}

body.pc .ope_button {
  display: inline-block;
  padding-top: 0.1em;
  width: 1.2em;
}

body.pc .ope_button img {
  width: 100%;
}

body.pc .ope_button_text {
  float: left;
  padding-top: 2px;
  padding-left: 2px;
  text-decoration: underline;
}

body.pc .ope_button_icon {
  float: left;
}

body.pc .ope_button a:link {
  color: #888888;
}

body.pc .ope_button a:visited {
  color: #888888;
}

body.sptb .ope_button {
  position: absolute;
  line-height: 1em;
  width: 4em;
  height: 100%;
  /*opacity:0;*/
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  left: -5000px;
  display: none;
}

body.sptb .splink .openbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

body.sptb .splink .openbutton div {
  display: table-cell;
  /* 要素をテーブルのようにする */
  text-align: center;
  /* インライン要素の中央揃え */
  vertical-align: middle;
  /* 天地中央に揃える */
}

body.sptb .ope_button div {
  display: table-cell;
  /* 要素をテーブルのようにする */
  text-align: center;
  /* インライン要素の中央揃え */
  vertical-align: middle;
  /* 天地中央に揃える */
}

body.sptb .ope_button div span {
  background-color: #ddd;
  padding: 0.5em;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.4);
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(2) {
  left: -4em;
  display: table;
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(3) {
  left: -8em;
  display: table;
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(4) {
  left: -12em;
  display: table;
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(5) {
  left: -16em;
  display: table;
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(6) {
  left: -20em;
  display: table;
}

body.sptb .recordarea .fieldarea_ope .ope_button.open:nth-child(7) {
  left: -24em;
  display: table;
}

body.sptb .ope_button img {
  width: 1.4em;
  height: 1.4em;
}

body.sptb .ope_button_text {
  float: left;
  padding-top: 2px;
  padding-left: 2px;
  text-decoration: underline;
}

body.sptb .ope_button_icon {
  float: left;
}

body.sptb .ope_button a:link {
  color: #888888;
}

body.sptb .ope_button a:visited {
  color: #888888;
}

.list_style_OPE {
  text-align: center;
}

.list_style_SEL {
  width: 40px;
  height: 66px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.list_style_CHK {
  width: 40px;
  height: 66px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.list_status {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-top: 2em;
  padding: 0.5em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  color: #fff;
  line-height: 1em;
}

.list_status_narrow {
  position: relative;
  display: none;
  font-size: 0.8em;
  margin-top: 1.5em;
  padding: 0.25em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  color: #fff;
  line-height: 1.2em;
}

@media screen and (max-width: 640px) {
  .list_status {
    display: none;
  }

  .list_status_narrow {
    display: inline-block;
  }
}
.list_status_drf {
  background-color: #F83;
}

.list_status_drfdel {
  background-color: #aa8;
}

.list_status_del {
  background-color: #888;
}

.list_status_ok {
  background-color: #080;
}

.list_status_ng {
  background-color: #F00;
}

.list_status_chk {
  background-color: #f8f;
}

.fieldvalue {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 0em;
  height: 100%;
  overflow: hidden;
  line-height: 1.2em;
  padding: 0.2em 0.4em 0.2em 0.4em;
  /*
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;	
  */
}

.fieldvalue .thumbnail {
  width: auto;
  max-height: calc(100% - 0.5em);
  border: 1px solid #eee;
}

body.pc .fieldvalue a .thumbnail:hover {
  border: 1px solid #6188ff;
  opacity: 0.5;
}

body.pc .fieldvalue a:hover {
  color: #6188ff;
  text-decoration: none;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.fieldvaluelink {
  position: absolute;
  font-size: 0.6em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.3);
  bottom: 0.1em;
  right: 0.1em;
  width: 1em;
  height: 1em;
  margin: 0.2em;
  padding: 0.2em;
  border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
}

.fieldnamearea:hover .fieldvaluelink {
  color: #6188ff;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.list_style_DATE {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_DATETIME {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_NUMBER {
  padding-top: 0%;
  text-align: right;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_ANUMBER {
  padding-top: 0%;
  text-align: right;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_USER {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_FILE {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_FILE .fieldvalue img {
  /*
  max-height: calc(100% - 0.6em);
  max-width: calc(100% - 0.2em);
  */
  min-height: 4em;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* IE11 ハック */
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .list_style_FILE .fieldvalue img {
    max-height: calc(100% - 0.6em);
    max-width: calc(100% - 0.2em);
    width: auto;
    height: auto;
  }
}
.list_style_TEXT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_RTEXT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_MSELECT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_RSELECT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_CSELECT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_SELECT {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_DISPONLY {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_CUSTOM {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.list_style_sort {
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

.MASTER_CAL_LINK {
  clear: both;
  overflow: hidden;
  padding: 0.5em;
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.MASTER_CAL_ITEM {
  position: relative;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 7px;
  margin-left: 3px;
  margin-right: 3px;
  color: #404040;
}

.MASTER_CAL_LINK_ITEM {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  padding: 5px 5px;
  cursor: pointer;
  color: #222;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #E0E0E0;
}

.MASTER_CAL_LINK_ITEM a {
  color: #404040;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}

.MASTER_CAL_LINK_ITEM img {
  vertical-align: middle;
}

.MASTER_CAL_LINK_ITEM:hover {
  background-color: #f0f0f0;
}

.MASTER_CAL_LINK_ITEM:active {
  margin-top: 1px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-right: -1px;
  background-color: #cccccc;
  border-top: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #999;
}

.formCalendar {
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  box-sizing: border-box;
}

.calendar_month {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  background-color: #6688AA;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.calendar_head {
  display: block;
  background-color: #e1e8ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.calendar_headitem {
  display: inline-block;
  width: 14.285%;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.calendar_week {
  display: flex;
  background-color: #eee;
}

.calendar_none {
  content: " ";
  width: 14.285%;
  text-align: center;
  color: #cccccc;
  min-height: 3em;
  box-sizing: border-box;
  background-color: #eee;
}

.calendar_day {
  width: 14.285%;
  background-color: #fff;
  text-align: center;
  color: #cccccc;
  min-height: 3em;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.calendar_day.today {
  background-color: #fee;
}

.calendar_day a {
  color: #404040;
  font-weight: bold;
  text-decoration: none;
}

.calendar_day:hover {
  background-color: #b8c8ff;
}

#formList {
  margin-top: 1em;
  margin-bottom: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  box-sizing: border-box;
  /*overflow: hidden; これをつけるとソート画面で見えなくなる*/
}

#formList .MASTER_LIST_DATA_C {
  width: 118px;
  vertical-align: top;
}

#formList .MASTER_LIST_DATA_C a {
  display: block;
  float: left;
  width: 23.5px;
}

#formList .MASTER_LIST_DATA_C a:hover {
  background-color: #6188ff;
}

#formList .MASTER_LIST_DATA_C img {
  width: 15px;
  height: 15px;
  padding: 4px;
  border-style: none;
}

#formList .groupBlock {
  white-space: nowrap;
  height: 1.4em;
  padding: 0.2em;
  background-color: #6688AA;
  color: #ffffff;
}

#formList .groupBlockSt {
  white-space: nowrap;
  height: 1.4em;
  padding: 0.2em;
  background-color: #6688AA;
  color: #ffffff;
}

#formList .groupName {
  padding-top: 0.2em;
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

.json_itemlist .itemvalue {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0.5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/******************/
/**  フィルタ関連   **/
/******************/
#mainRight .filter_block {
  display: inline-block;
  padding: 0em 0em 0em 0em;
  margin-top: 0.25em;
  box-sizing: border-box;
}

#mainRight .filter_name {
  margin-right: 0em;
}

#mainRight .filter_block input[type=checkbox] + label {
  background-color: #ddd;
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1em;
  display: inline-block;
  border-radius: 0px;
  margin-top: 0.25em;
  padding-top: 0.25em;
}

#mainRight .filter_block input[type=checkbox] + label.filter_name {
  background-color: rgba(200, 210, 255, 0.5);
}

#mainRight .filter_block .null {
  color: #888;
}

#mainRight .filter_block .cnt {
  font-size: 80%;
}

#mainRight .filter_block input[type=checkbox]:focus + label {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}

#formCategory {
  float: left;
  margin-bottom: 20px;
}

.formListPosition {
  float: right;
  position: relative;
}

.formListPositionAll {
  float: right;
  position: relative;
  width: 100%;
}

.dropdownlist .ddselectitem {
  position: relative;
  display: inline-block;
  min-height: 1em;
  max-height: 3em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: top;
}

body.sptb .dropdownlist .ddselectitem {
  max-height: 4em;
  padding: 1em 0.5em 1em 1.5em;
}

.dropdownlist .ddselectitem.hide {
  display: none;
}

.dropdownlist .ddselectitem.hide:before {
  display: none;
}

.dropdownlist .ddselectitem.hide:after {
  display: none;
}

.dropdownlist .ddselectitem:before {
  position: absolute;
  content: "";
  left: 0.25em;
  top: 0.7em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

body.sptb .dropdownlist .ddselectitem:before {
  top: 1.2em;
}

.dropdownlist .ddselectitem[selected]:before {
  background-color: #6188ff;
  border-color: #6188ff;
}

.dropdownlist .ddselectitem[selected]:after {
  position: absolute;
  content: "";
  left: 0.35em;
  top: 0.75em;
  width: 0.6em;
  height: 0.3em;
  border-left: 0.25em solid #fff;
  border-bottom: 0.25em solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.sptb .dropdownlist .ddselectitem[selected]:after {
  top: 1.25em;
}

.dropdownlist .ddselectitem[data=null] {
  color: #aaa;
}

.dropdownlist.checkboxs .ddselectitem {
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 1.4em;
}

.dropdownlist .ddselectitem:hover {
  border: 1px solid #6188ff;
  box-sizing: border-box;
}

.dropdownlist.checkboxs .ddselectitem:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}

.dropdownlist .ddselectitem[selected] {
  background-color: #c1c8ff;
}

.graphSave {
  margin: 5px 0px 5px 0px;
  width: 100%;
  display: inline-table;
}

.graphInfo {
  margin: 5px 0px 5px 0px;
  width: 100%;
  display: inline-table;
  /*border: 1px solid #ff0000;*/
}

.graphSaveLeft {
  float: left;
  width: 230px;
  border: 1px solid #cccccc;
}

.graphSaveRight {
  float: left;
  /*width: 65%;*/
}

.graph {
  width: 100%;
  height: 400px;
  border: 1px solid #cccccc;
}

.graph_list_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  /*width: 100%;*/
}

.graph_list_title {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  vertical-align: middle;
  text-align: center;
  padding: 3px 3px;
  width: 80px;
  height: 30px;
  font-weight: bold;
}

.graph_list_color {
  width: 50px;
}

.graph_list_data {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  padding: 3px 3px;
}

.graph_list_val {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  text-align: right;
  padding: 3px 3px;
  height: 30px;
}

.graph_list_item {
  /*white-space: nowrap;*/
  width: 150px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  vertical-align: middle;
  padding: 3px 3px;
  height: 30px;
}

.graph_total_val {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffeeee;
  vertical-align: middle;
  text-align: right;
  padding: 3px 3px;
  height: 30px;
}

.graph_total_item {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  vertical-align: middle;
  text-align: center;
  padding: 3px 3px;
  height: 30px;
}

.graphSaveTitle {
  border: 1px solid #005000;
  background-color: #EEFEEE;
  text-align: left;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-table;
}

.graphSaveTitle .title {
  font-size: 12pt;
  font-weight: bold;
  color: #005000;
  float: left;
  padding-top: 3px;
}

.graphSaveTitle .titleSub {
  clear: left;
  float: left;
  margin-top: 5px;
  color: #808080;
  width: 100%;
}

.graphSaveTitle .btn {
  float: right;
  border: 1px solid #005000;
}

#customHint {
  position: absolute;
  display: none;
  height: 32px;
  width: 80px;
  padding: 5px;
  line-height: 16px;
  border: 1px solid #3a6ea5;
  background-color: #9acef5;
}

.XAxis {
  width: 50px;
}

/*------------------------------
メイン
-------------------------------*/
#main {
  width: 100%;
  /* overflow: hidden; これを入れると横スクロールできなくなる */
  padding-bottom: 1em;
}

#main.dragenter {
  opacity: 0.5;
}

#ref_main {
  width: 100%;
}

#ref_main .navigationButtonRight {
  margin-right: 2em;
}

/*メイン－左*/
#mainLeft {
  /*
  float: left;
  margin-bottom:8px;
  width: 100%;
  background-color:#446688;
     */
}

/*メイン－右*/
#mainRight {
  clear: both;
}

#mainRight .sidemargin {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  #mainRight .sidemargin {
    margin-left: 0px;
    margin-right: 0px;
  }
}
label[for=selectfilter] {
  min-height: 2em;
  vertical-align: top;
}

.navigationMess {
  margin: 5px 0px 5px 0px;
  padding: 0.1em 0.1em 0.1em 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
}

.navigationMess span {
  color: rgba(0, 0, 0, 0.5);
}

.navigationButtonLeft {
  float: left;
}

.navigationButtonRight {
  float: right;
}

#tooltips {
  position: absolute;
  top: -100px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  vertical-align: middle;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 1px 1px 5px #808080;
  -webkit-box-shadow: 1px 1px 5px #808080;
  -moz-box-shadow: 1px 1px 5px #808080;
  z-index: 819;
}

#selected {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.25;
}

/*------------------------------
一覧の項目ポップアップ
-------------------------------*/
.popupitem {
  display: block;
  min-width: 20em;
}

.popupitem .sorts a {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #aaa;
  cursor: #808080;
  padding: 0.2em;
}

.popupitem .sorts a:hover {
  color: #6188ff;
}

.popupitem .sorts {
  display: inline-block;
  padding: 0.5em;
}

/*昇順*/
.popupitem .sortAsc {
  height: 30px;
}

/*降順*/
.popupitem .sortDesc {
  height: 30px;
}

.popupitem #popupsearch {
  width: 100%;
}

/**  リスト  **/
.list_bgcolor_line1 {
  background-color: #f0f0f0;
}

.list_bgcolor_line2 {
  background-color: #ffffff;
}

.list_bgcolor_line_add1 {
  background-color: #d8bfd8;
}

.list_bgcolor_line_add2 {
  background-color: #faf5fa;
}

.list_item_count {
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

.list_item_name1 {
  color: #ff0000;
  font-weight: bold;
}

.list_item_name2 {
  color: #0000ff;
}

.list_item_name3 {
  color: #00b300;
}

.list_item_name4 {
  color: #006799;
}

.list_item_name5 {
  color: #997E00;
}

.list_item_name6 {
  color: #ff8000;
}

.list_input1 {
  width: 100%;
}

.list_inputlen {
  width: 5em;
}

.list_input1 {
  background-color: #ffecec;
}

.list_input2 {
  background-color: #e3fffa;
}

.list_input3 {
  background-color: #e3ffe3;
}

.list_input4 {
  background-color: #d7ebff;
}

.list_input5 {
  background-color: #fafad2;
}

.list_input6 {
  background-color: #ffedc8;
}

#fieldpopup {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

#listedit {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

#listedit textarea {
  width: 100%;
  height: 100%;
  line-height: 1.4em;
  padding: 0.3em 0.4em;
  border: 0px;
}

/*------------------------------
マスタ関係
-------------------------------*/
.MASTER_TITLE {
  padding: 0.75em 0em 1em 0em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
}

.MASTER_TITLE .icon {
  font-size: 1.8em;
  color: #888;
  vertical-align: -0.2em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.refclose {
  position: fixed;
  top: 0em;
  right: 0em;
  color: #aaa;
  font-size: 1.5em;
  padding: 0.4em 0.4em 0.5em 0.5em;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  /*background-color:#fff;*/
}

.refclose:hover {
  color: #6188ff;
}

/*
.MASTER_FORMNAME {
	float:left;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','sans-serif', 'Roboto', 'Droid Sans Japanese', 'Droid Sans';
	text-shadow: 1px 1px #444;
	font-size:18px;
	height:36px;
	padding-left:10px;
	padding-top:10px;
	padding-right:8px;
}

.MASTER_TOPICPATH {
	float:left;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','sans-serif', 'Roboto', 'Droid Sans Japanese', 'Droid Sans';
	text-shadow: 1px 1px #444;
	background-image: url(/adm/images/topicpath36.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:23px;
	padding-right:10px;
	font-size:18px;
	height:36px;
}
*/
.BREAD_LIST {
  padding-left: 1em;
  padding-top: 0.6em;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 0.5em;
  white-space: nowrap;
  color: #888;
}

.BREAD_LIST .typcn {
  font-size: 1.4em;
  line-height: 0.3em;
}

.BREAD_LIST a {
  color: #888;
}

.NOTICE_MESS {
  color: #F33;
}

.WARNING_MESS {
  color: #F33;
  font-size: 15pt;
  font-weight: bold;
}

.ERROR_MESS {
  background-color: #F33;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5em;
  padding: 1em;
  border: 0.3em dotted #fff;
}

.ERROR_MESS a {
  color: #fff;
}

.NOTICE_TITLE {
  color: #0000ff;
  font-size: 12pt;
  font-weight: bold;
}

.SRCH_REMARKS {
  color: rgba(0, 0, 0, 0.7);
  background-color: #FEEEEE;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.FORM_NOTICE {
  /*
     border-top      : 1px solid #E0C0C0;
  border-bottom   : 1px solid #E0C0C0;
     */
  color: rgba(0, 0, 0, 0.7);
  background-color: #FEEEEE;
  padding: 1em;
  margin-top: 1em;
  border-radius: 0.3em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ERROR_TITLE {
  font-weight: bold;
  padding: 1em;
  text-align: center;
  color: #d44;
  line-height: 1.5em;
}
.ERROR_TITLE img {
  max-width: 90%;
  width: 20em;
  opacity: 0.9;
  margin-top: 1em;
}

.ERROR_DATA {
  white-space: pre;
  padding: 1em;
  margin: 1em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.DATA_HIDDEN {
  display: none;
}

.scms_errorfield .INPUT_ITEM_DATA textarea {
  box-shadow: 0em 0em 0em 0.2em rgba(255, 0, 0, 0.6);
}

.scms_errorfield .INPUT_ITEM_DATA input {
  box-shadow: 0em 0em 0em 0.2em rgba(255, 0, 0, 0.6);
}

.scms_errorfield .INPUT_ITEM_DATA select {
  box-shadow: 0em 0em 0em 0.2em rgba(255, 0, 0, 0.6);
}

/*
.scms_errorfield .INPUT_ITEM_DATA {
	box-shadow: 0em 0em 0em 50em rgba(255,0,0,0.1) inset;
}
*/
/*.pageCount { float: right; margin-top:6px; margin-bottom:5px; color:#808080;}*/
.MASTER_LIST_ITEM_DISP {
  white-space: nowrap;
  vertical-align: top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #000;
  background-color: #e1e8ff;
  /*background-image: url(/adm/images/table-back.gif);*/
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.MASTER_LIST_ITEM_DISP2 {
  white-space: nowrap;
  vertical-align: middle;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #000;
  background-color: #e1e8ff;
  /*background-image: url(/adm/images/table-back.gif);*/
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.MASTER_LIST_ITEM_DISP_SUB {
  white-space: nowrap;
  vertical-align: top;
  border-left: 1px dotted #CCC;
  border-right: 1px dotted #ccc #CCC;
  border-bottom: 0px dotted #CCC;
  border-top: 1px dotted #CCC;
  color: #000;
  background-color: #e1e8ff;
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.MASTER_LIST_ITEM_HEAD {
  white-space: nowrap;
  vertical-align: top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #330000;
  background-color: #e1e8ff;
  /*background-image: url(/adm/images/table-back.gif);*/
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.MASTER_LIST_ITEM {
  /*white-space: nowrap;*/
  vertical-align: top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #330000;
  background-color: #e1e8ff;
  /*background-image: url(/adm/images/table-back.gif);*/
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
  width: 20%;
}

.MASTER_LIST_ITEM_SUB {
  white-space: nowrap;
  vertical-align: top;
  border-left: 1px dotted #CCC;
  border-right: 1px dotted #CCC;
  border-bottom: 0px dotted #CCC;
  border-top: 1px dotted #CCC;
  color: #330000;
  background-color: #e1e8ff;
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.MASTER_LIST_ITEM_KEY {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #330000;
  background-color: #ffe8ff;
  /*background-image: url(/adm/images/table-back.gif);*/
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
  width: 180px;
}

.MASTER_LIST_ITEM_MUST {
  padding-bottom: 3px;
  padding-right: 2px;
}

.MASTER_LIST_ITEM_TABLE {
  width: 100%;
}

.MASTER_LIST_ITEM_LEFT {
  /*white-space: nowrap;*/
  color: #000;
  background-position: left top;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 0.3em;
}

.MASTER_LIST_ITEM_RIGHT {
  vertical-align: top;
  text-align: right;
  padding: 0.3em;
  white-space: nowrap;
}

/*
.MASTER_LIST_TYPE {
	width: 80px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 0.3em;
	background-color: #eeeeee;
}
*/
#CAPTION_ALL {
  margin-top: 1em;
}

.MASTER_LIST_DATA_CAPTION {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 0.3em;
  background-color: #e1e8ff;
  word-break: break-all;
}

.MASTER_LIST_DATA_CAPTION2 {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 0.3em;
  background-color: #e1e8ff;
  word-break: break-all;
}

.MASTER_LIST_DATA {
  /*border-right: 1px solid #cccccc;*/
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 0.5em;
  word-break: break-all;
}

.MASTER_LIST_DATA2 {
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 0.5em;
  background-color: #fAfAfA;
  word-break: break-all;
}

.MASTER_LIST_DATA2 pre {
  white-space: pre-wrap;
}

.MASTER_LIST_DATA .thumimg {
  height: 10em;
  min-width: 2em;
  margin-bottom: 0.2em;
  max-width: 98%;
  max-height: 30em;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
  touch-callout: none;
}

.dataUpd {
  border: 0.2em solid #eee;
  padding: 0.3em;
}

.MASTER_LIST_CHECK {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  padding: 3px 3px;
  width: 60px;
}

.MASTER_LIST_LINE {
  border: 1px solid #CCC;
  border-collapse: collapse;
}

.MASTER_LIST_LINE_DOT {
  border-top: dotted 1px #CCC;
  border-light: dotted 1px #CCC;
  border-left: dotted 1px #CCC;
  border-bottom: dotted 0px #CCC;
  border-collapse: collapse;
  vertical-align: top;
  padding: 3px 3px;
}

.MASTER_LIST_LINE_DOT .right {
  float: right;
}

.MASTER_LIST_LINE_DOT .left {
  float: left;
}

.MASTER_LIST_DATA img {
  border-style: none;
}

.MASTER_LIST_DATA .right {
  float: right;
}

.MASTER_LIST_DATA .left {
  float: left;
}

.MASTER_LIST_DATA2 img {
  border-style: none;
}

.MASTER_LIST_CHECK img {
  border-style: none;
}

.MASTER_LIST_DATA_C {
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 3px 3px;
  /*background-color: #ffffff;*/
}

.caption {
  font-weight: bold;
  font-size: 11pt;
  margin-top: 10px;
  margin-bottom: 3px;
}

tr.LIST_ITEM_AREA:hover {
  background-color: #b8c8ff;
}

tr.LIST_ITEM_AREA:hover td {
  background-color: #b8c8ff;
}

.target-hover td {
  background-color: #b8c8ff;
}

.formInputItemMust {
  width: 150px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #330000;
  background-color: #ffe4e1;
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.formInputItemCommon {
  width: 150px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #330000;
  background-color: #e1e8ff;
  background-position: left top;
  padding: 3px 3px;
  text-align: center;
}

.formInputItemMenu {
  width: 150px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #330000;
  background-color: #add8e6;
  background-position: left top;
  padding: 3px 0px 3px 3px;
  text-align: left;
}

.formInputItemMenu span {
  padding-left: 5px;
}

.formInputLineSubInfo {
  padding: 5px;
}

.formInputLineSubInfo table {
  width: 100%;
  border: dashed 2px #cccccc;
  border-collapse: collapse;
  padding: 10px;
}

.formInputLineSubInfo table td {
  border: solid 1px #cccccc;
  border-collapse: collapse;
  padding: 3px 3px 3px 10px;
}

/**  編集  **/
.scms_field_calendar {
  display: inline-block;
  text-align: center;
  border-top: 0.1em solid #ccc;
  border-left: 0.1em solid #ccc;
  border-bottom: 0.1em solid #eee;
  border-right: 0.1em solid #eee;
}

.scms_field_calendar .head {
  display: inline-block;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}

.scms_field_calendar .prevmonth,
.scms_field_calendar .nextmonth,
.scms_field_calendar .prevyear,
.scms_field_calendar .nextyear {
  display: inline-block;
  color: #aaa;
  padding: 0.5em;
  cursor: pointer;
}

.scms_field_calendar .prevmonth:hover,
.scms_field_calendar .nextmonth:hover,
.scms_field_calendar .prevyear:hover,
.scms_field_calendar .nextyear:hover {
  color: #6188ff;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.scms_field_calendar .frame {
  display: table;
}

.scms_field_calendar .row {
  display: table-row;
  background-color: #fff;
}

.scms_field_calendar .row.week {
  display: table-row;
  background-color: #eee;
}

.scms_field_calendar .col {
  position: relative;
  display: table-cell;
  margin-top: 0.1em;
  margin-left: 0.1em;
  min-width: 2em;
  min-height: 1em;
  text-align: center;
  padding: 0.5em;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}

.scms_field_calendar .col[day], .scms_field_calendar .week .col {
  cursor: pointer;
}

.scms_field_calendar .col:empty:after {
  content: "-";
  color: rgba(0, 0, 0, 0.1);
}

.scms_field_calendar .week .col {
  background-color: rgba(0, 0, 255, 0.05);
}

.scms_field_calendar .col:hover {
  box-shadow: 0px 0px 0px 1px #6188ff inset;
}

.scms_field_calendar .col:empty:hover {
  box-shadow: none;
}

.scms_field_calendar .col.won {
  background-color: rgba(97, 136, 255, 0.5);
  color: #fff;
  padding: 0.5em 0.25em 0.5em 0.75em;
}

.scms_field_calendar .col.don {
  background-color: rgba(97, 136, 255, 0.5);
  color: #fff;
  padding: 0.5em 0.25em 0.5em 0.75em;
}

.scms_field_calendar .col.doff {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  padding: 0.5em 0.25em 0.5em 0.75em;
}

.scms_field_calendar .col.today {
  border: 1px solid #f88;
}

.scms_field_calendar .col.won:before,
.scms_field_calendar .col.don:before,
.scms_field_calendar .col.doff:before {
  position: absolute;
  content: "";
  left: 0.25em;
  top: 0.1em;
  width: 0.6em;
  height: 0.3em;
  border-left: 0.25em solid rgba(255, 255, 255, 0.7);
  border-bottom: 0.25em solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scms_field_calendar .col:empty {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.scms_field_calendar .col:empty:before {
  border: none;
}

.MASTER_LIST_WARNING {
  border: 1px solid #500000;
  color: #500000;
  background-color: #FEEEEE;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.INPUT_ITEM_BLOCK {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 0.3em;
}

/*
.INPUT_ITEM_BLOCK		{
    border: 0.5em solid #000;
    margin-top:0.5em;
}
*/
.INPUT_CAPTION {
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  vertical-align: middle;
  line-height: 1.3em;
}

.INPUT_ITEM_TABLE {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(40, 40, 40, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.3em;
  background-color: #fff !important;
  /* overflow: hidden; これがあるとプルダウンリストが切れる */
}

.INPUT_ITEM_RECORD {
  position: relative;
  border-collapse: collapse;
  float: left;
  border: 0px;
  margin: 0px;
}

.INPUT_ITEM_RECORD .fileconf {
  position: relative;
  margin-right: 2em;
}

.INPUT_ITEM_RECORD .fileconf.onfileenter img {
  opacity: 0.5;
}

.INPUT_ITEM_RECORD .fileconf.onfileenter:after {
  content: "ここにファイルをドロップしてください。";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  margin: 0.5em;
  border-radius: 1em;
  border: 0.2em dotted #6188ff;
  background-color: rgba(255, 255, 255, 0.5);
  color: #6188ff;
  text-align: center;
  padding-top: 3.5em;
  box-sizing: border-box;
}

.INPUT_ITEM_RECORD .fileconf[defdir=map] {
  margin-right: 0em;
}

.fieldlencount {
  position: absolute;
  padding: 0.1em 0.5em 0.1em 0.5em;
  background-color: #ffa;
  color: #66e;
  z-index: 600;
  display: none;
  border: 1px solid #ddd;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

.INPUT_ITEM_DATA {
  position: relative;
  width: auto;
  margin: 0px;
  padding: 0.2em 0.3em 0.1em 0.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.INPUT_ITEM_DATA textarea {
  max-height: 30em;
}

.INPUT_ITEM_DATA pre {
  white-space: pre-wrap;
}

.INPUT_ITEM_DATA .error {
  position: absolute;
  bottom: calc(100% + 0.5em);
  background-color: #f00;
  color: #fff;
  padding: 0.5em 1em 0.5em 1em;
  display: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

.INPUT_ITEM_RECORD.active .tbl_tr {
  background-color: rgba(120, 160, 255, 0.2);
}

.INPUT_ITEM_RECORD.wan .tbl_tr {
  background-color: rgba(240, 220, 0, 0.2);
}

.INPUT_ITEM_RECORD.wan.active .tbl_tr {
  background-color: rgba(200, 180, 150, 0.4);
}

.INPUT_ITEM_RECORD.ng .tbl_tr {
  background-color: rgba(255, 0, 0, 0.2);
}

.INPUT_ITEM_RECORD.ng.active .tbl_tr {
  background-color: rgba(200, 0, 255, 0.2);
}

.INPUT_ITEM_RECORD.wan.active .error {
  display: block;
  background-color: #dcc800;
}

.INPUT_ITEM_RECORD.ng.active .error {
  display: block;
  background-color: #f03200;
}

.INPUT_ITEM_RECORD.ng.fatal .error {
  display: block;
  background-color: #f03200;
}

.INPUT_ITEM_RECORD .INPUT_ITEM_DATA .wareki {
  position: absolute;
  margin-top: 0.3em;
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Roboto", "Menlo", "Osaka－等幅", "Osaka-Mono", "ヒラギノ角ゴ ProN W3", "scmsfont", "sans-serif", "Roboto", "Droid Sans Japanese", "Droid Sans";
}

@media screen and (min-width: 641px) {
  .INPUT_ITEM_TABLE div .INPUT_ITEM_RECORD.wideeven,
#CAPTION_DISP_TOP div .INPUT_ITEM_RECORD.wideeven {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@media screen and (max-width: 640px) {
  .INPUT_ITEM_TABLE div .INPUT_ITEM_RECORD.narroweven,
#CAPTION_DISP_TOP div .INPUT_ITEM_RECORD.narroweven {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.dragnow {
  position: fixed;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
  touch-callout: none;
}

.dragnow img {
  height: 10em;
  min-width: 2em;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
}

.INPUT_ITEM_DATA .thumimg {
  height: 10em;
  min-width: 2em;
  margin-bottom: 0.2em;
  max-width: 98%;
  max-height: 30em;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
  touch-callout: none;
}

body.pc .INPUT_ITEM_DATA .thumimg:hover {
  border: 1px solid #6188ff;
  opacity: 0.7;
}

.INPUT_ITEM_DATA .thumimg.dragstart {
  opacity: 0.3;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.9);
}

.INPUT_ITEM_DATA .mapimg {
  max-width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body.pc .INPUT_ITEM_DATA .mapimg:hover {
  border: 1px solid #6188ff;
  opacity: 0.5;
}

.INPUT_ITEM_DISP {
  position: relative;
  word-break: break-all;
  width: 100%;
  margin: 0px;
  padding: 0.4em 0.3em 0.3em 0.3em;
  line-height: 1.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-width: 6em;
  overflow: hidden;
}

.INPUT_ITEM_DATA div.inputfield {
  min-width: 3em;
}

.INPUT_ITEM_DATA div.inputfield.type_date {
  overflow: hidden;
  /* 和暦(.wareki)が切れるように */
}

.INPUT_ITEM_DATA .fileconf {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
  touch-callout: none;
}

.INPUT_ITEM_DATA .thumbframe.editting:after {
  content: "編集中";
  position: absolute;
  top: 1em;
  left: 1.5em;
  padding: 0.5em;
  background-color: #f22;
  color: #fff;
  border-radius: 0.25em;
  text-align: center;
}

.INPUT_ITEM_DATA .thumbframe {
  position: relative;
  display: inline-block;
}

body.pc .INPUT_ITEM_DATA .thumbframe:hover img {
  border: 1px solid 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  opacity: 0.5;
}

.INPUT_ITEM_DATA .thumimg {
  position: relative;
  height: 10em;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
  max-width: 100%;
  max-height: 30em;
  border: 1px solid #eee;
}

.INPUT_ITEM_DATA .thummask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: move;
}

.MASTER_LIST_DATA .mapimg {
  width: 25em;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
  max-width: 100%;
  max-height: 30em;
  border: 1px solid #eee;
}

body.pc .MASTER_LIST_DATA .mapimg:hover {
  border: 1px solid 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  opacity: 0.5;
}

.MASTER_LIST_DATA2 .thumimg {
  height: 10em;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
  max-width: 100%;
  max-height: 30em;
  border: 1px solid #eee;
}

body.pc .MASTER_LIST_DATA2 .thumimg:hover {
  border: 1px solid 0px 0px 0.5em rgba(0, 0, 255, 0.9);
  opacity: 0.5;
}

.MASTER_LIST_DATA2 .mapimg {
  width: 25em;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
  max-width: 100%;
  max-height: 30em;
  border: 1px solid #eee;
}

body.pc .MASTER_LIST_DATA2 .mapimg:hover {
  border: 1px solid #6188ff;
  opacity: 0.5;
}

.INPUT_ITEM_DISP iframe {
  width: 100%;
}

.MASTER_LIST_DATA2 iframe {
  width: 100%;
}

.INPUT_ITEM_DATA input {
  vertical-align: middle;
}

.INPUT_CAPTION {
  background-color: transparent;
  color: #222 !important;
}

.INPUT_ITEM_KEY {
  padding: 0.2em 0em 0.1em 0.25em;
  height: 100%;
  min-height: 29px;
  background-color: rgba(255, 120, 148, 0.25);
  color: #222 !important;
  vertical-align: top;
  overflow: hidden;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 11.5em;
}

.INPUT_ITEM_NOKEY {
  padding: 0.2em 0em 0.1em 0.25em;
  height: 100%;
  min-height: 29px;
  background-color: rgba(140, 180, 255, 0.25);
  color: #222 !important;
  vertical-align: top;
  overflow: hidden;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 11.5em;
}

.INPUT_ITEM_NAME_LEFT {
  font-weight: bold;
  margin: 0em 0.1em 0em 0;
  padding: 0.3em 0.3em 0.3em 0.3em;
  line-height: 1.2em;
}

body.sptb .INPUT_ITEM_NAME_LEFT {
  font-size: 0.8em;
}

.INPUT_ITEM_NAME_RIGHT {
  float: right;
  max-width: 55px;
  padding-top: 8px;
}

.CAPTION_IMG {
  position: absolute;
  margin: 0.1em 0.5em 0 -1.5em;
}

.CAPTION_IMG img {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #fff;
}

body.pc .CAPTION_OPENCLOSE:hover .INPUT_CAPTION {
  color: #6188ff !important;
  cursor: pointer;
}

.INPUT_ITEM_NAME_MUST {
  float: right;
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border: 0.2em solid #ff0000;
  line-height: 1em;
  height: 1em;
  font-size: 0.8em;
  margin-left: 0.2em;
}

body.pc .INPUT_ITEM_NAME_MUST {
  margin-top: 0.1em;
}

.INPUT_ITEM_NAME_AUTO {
  position: relative;
  margin-right: 0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: #00AA00;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-top: 1px solid #00AA00;
  font-size: 1em;
  line-height: 1em;
  height: 1em;
  behavior: url("/adm/css/PIE.htc");
}

.inputfield {
  position: relative;
  width: 100%;
}

.inputfieldbutton {
  position: absolute;
  right: 0em;
  top: 0.05em;
  color: #aaa;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.inputfieldbutton span {
  display: inline-block;
  font-size: 180%;
  line-height: 1em;
  padding: 0em 0em 0.2em 0.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  text-decoration: none;
}

.inputfieldbutton span:hover {
  color: #6188ff;
}

.inputfieldbutton .icon {
  font-size: 1.7em;
  margin-top: -0.02em;
  margin-right: 0.05em;
}

.typcn.clickable {
  display: inline-block;
  font-size: 140%;
  color: #aaa;
  line-height: 1em;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  text-decoration: none;
}

.typcn.clickable:hover {
  color: #6188ff;
}

.editimagebutton {
  position: relative;
  display: inline-block;
  left: -2.5em;
  top: 0.25em;
  color: #aaa;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  vertical-align: top;
  width: 0px;
}

.editimagebutton span {
  font-size: 180%;
  line-height: 1em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.editimagebutton span:hover {
  color: #6188ff;
}

.deleteimagebutton {
  position: relative;
  display: inline-block;
  left: -2.7em;
  top: 2.5em;
  color: #aaa;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  vertical-align: top;
  width: 0px;
}

.deleteimagebutton span {
  font-size: 180%;
  line-height: 1em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -moz-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -webkit-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
  -ms-text-text-shadow: -2px 0px 2px #fff, 2px 0px 2px #fff, 0px -2px 2px #fff, 0px 2px 2px #fff;
}

.deleteimagebutton span:hover {
  color: #6188ff;
}

.seachfieldbutton {
  margin-left: -1.3em;
  vertical-align: -0.08em;
  color: #aaa;
  cursor: pointer;
  font-size: 180%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.seachfieldbutton:hover {
  color: #6188ff;
}

.dropdownback {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 818;
  cursor: pointer;
}

.dropdownlist {
  position: absolute;
  top: 1.9em;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  z-index: 1;
  overflow: auto;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  display: none;
}

.dropdownlist.show {
  position: relative;
  top: 0em;
  left: 0em;
  display: block;
}

.dropdownlist.checkboxs {
  position: relative;
  top: 0em;
  left: 0em;
  display: block;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  overflow: hidden;
}

.dropdownlist .ddlistitem {
  position: relative;
  min-height: 1em;
  max-height: 2em;
  padding: 0.25em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 1.75em;
}

.dropdownlist .ddlistitem:hover {
  border: 1px solid #6188ff;
  box-sizing: border-box;
}

.dropdownlist .ddlistitem[selected] {
  background-color: #c1c8ff;
}

.dropdownlist .ddlistitem.hide {
  display: none;
}

.dropdownlist .ddlistitem.hide:before {
  display: none;
}

.dropdownlist .ddlistitem.hide:after {
  display: none;
}

.ddlistgroup {
  background-color: #d8d8d8;
  font-weight: bold;
}

.dropdownlist .ddlistgroup:before {
  position: absolute;
  content: "";
  left: 0.25em;
  top: 0.45em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}

body.sptb .dropdownlist .ddlistgroup:before {
  top: 1.2em;
}

.dropdownlist .ddlistgroup[selected]:before {
  background-color: #6188ff;
  border-color: #6188ff;
}

.dropdownlist .ddlistgroup[selected]:after {
  position: absolute;
  content: "";
  left: 0.35em;
  top: 0.45em;
  width: 0.6em;
  height: 0.3em;
  border-left: 0.25em solid #fff;
  border-bottom: 0.25em solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.sptb .dropdownlist .ddlistgroup[selected]:after {
  top: 1.25em;
}

.tbl_tbl {
  display: table;
}

.tbl_tr {
  display: table-row;
}

.tbl_td {
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .tbl_tbl {
    display: block;
  }

  .tbl_tr {
    display: block;
  }

  .tbl_td {
    display: block;
    width: 100%;
  }

  .INPUT_ITEM_NOKEY {
    width: 100%;
  }

  .INPUT_ITEM_NOKEY .INPUT_ITEM_NAME_LEFT {
    display: inline-block;
    background-color: rgba(140, 180, 255, 0.25);
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    min-width: 30%;
    width: calc(100% - 0.25em);
    box-sizing: border-box;
  }

  .INPUT_ITEM_KEY {
    width: 100%;
  }

  .INPUT_ITEM_KEY .INPUT_ITEM_NAME_LEFT {
    display: inline-block;
    background-color: rgba(255, 120, 148, 0.25);
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    min-width: 30%;
    width: calc(100% - 0.25em);
    box-sizing: border-box;
  }

  .INPUT_ITEM_NAME_LENGTH div {
    right: auto;
    left: 0px;
  }

  .INPUT_ITEM_RECORD {
    float: none;
  }
}
.json_table {
  border: 1px solid #ddd;
}
.json_table .itemname {
  background-color: rgba(140, 170, 255, 0.2);
}
.json_table .tbl_tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.json_table .tbl_td {
  padding: 0.5em;
  box-sizing: border-box;
}

/*------------------------------
履歴から復元
-------------------------------*/
.input_item_history .clear {
  clear: left;
}

.input_item_history {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  empty-cells: show;
  background-color: #f8f8f8;
  clear: both;
}

.input_item_history li {
  width: 180px;
  padding: 2px 0px;
  border: 0px solid;
  vertical-align: top;
  margin: 2px;
  margin-left: 5px;
  line-height: 1;
}

/*------------------------------
checkBox
-------------------------------*/
.checkBox .clear {
  clear: left;
}

.checkBox {
  list-style: none;
  margin: 0;
  padding: 0;
  empty-cells: show;
  clear: both;
}

.checkBox .check_list_all {
  position: relative;
  margin-top: 0em;
  cursor: pointer;
  color: #555;
  font-size: 80%;
  font-weight: bold;
  line-height: 0.5em;
}

.check_list_all {
  padding: 0.25em;
}

.check_list_all:hover {
  text-decoration: underline;
  padding: 0.25em;
}

.check_list_all button {
  font-size: 90%;
  height: 20px;
}

.checkBox2 {
  list-style: none;
  margin: 0;
  padding: 0;
  empty-cells: show;
  clear: both;
}

.check_list_where {
  position: relative;
  border: 0px solid;
  vertical-align: middle;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin: 0.3em;
}

.check_list_where hr {
  margin: 5px 0px;
  padding: 0px;
  border: 1px solid;
  border-color: #aaaaaa;
}

.check_list_select {
  position: relative;
  display: inline-block;
  border: 0px solid;
  vertical-align: middle;
  width: 100%;
  line-height: 1em;
  margin: 0.25em 0.25em 0.25em 0.25em;
}

.check_list_select2 {
  position: relative;
  display: inline-block;
  border: 0px solid;
  vertical-align: middle;
  line-height: 1em;
  margin: 0.25em 0.25em 0.25em 0.25em;
}

.check_list_field {
  position: relative;
  display: inline-block;
  border: 0px solid;
  vertical-align: middle;
  width: 100%;
  line-height: 1em;
  margin: 0.25em 0.25em 0.25em 0.25em;
}

.check_list_inline {
  position: relative;
  display: inline-block;
  border: 0px solid;
  vertical-align: middle;
  line-height: 1.3em;
  margin: 0.25em 0em 0.25em 2em;
  text-indent: -2em;
}

.check_list_where input {
  margin-right: 3px;
}

.check_list_title {
  position: relative;
  clear: both;
  background-color: rgba(0, 0, 255, 0.05);
  color: #555;
  border-left: 4px solid rgba(0, 0, 255, 0.08);
  vertical-align: baseline;
  line-height: 1.2em;
  padding: 0.2em 0em 0.2em 0.5em;
  margin: 0.1em 0em 0em 0em;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.check_list_titlesub {
  position: relative;
  width: 100%;
  border: 0px solid;
  margin-top: 2px;
  margin-left: -0.5em;
}

.check_list_titlesub span {
  margin-left: 0.5em;
}

.check_list_child {
  position: relative;
  padding: 0em 0em 0em 0em;
  border: 0px solid;
  vertical-align: baseline;
  display: inline-block;
  margin: 0.3em 0.25em 0.3em 0em;
  word-break: break-all;
}

.check_list_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#mainRight .check_list_box input[type=checkbox] + label {
  position: absolute;
  /*background-color:#f00;*/
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: -1em;
}

#mainRight .check_list_box input[type=checkbox] + label::before {
  padding: 0;
  top: 0.3em;
}

#mainRight .check_list_box input[type=checkbox] + label::after {
  padding: 0;
  top: 0.3em;
}

.check_list_child input {
  margin-right: 0.3em;
}

.check_list_other {
  position: relative;
  padding: 0em 0em 0em 0em;
  border: 0px solid;
  vertical-align: top;
  margin: 0.3em 0em 0.6em 0em;
  line-height: 1;
  width: 100%;
}

.check_list_other2 {
  position: relative;
  padding: 0em 0em 0em 0em;
  border: 0px solid;
  vertical-align: top;
  margin: 0.3em 0em 0em 0em;
  line-height: 1;
  width: 100%;
}

.check_list_other2 textarea {
  width: 99.5%;
  height: 3em;
}

.check_list_other2 .note {
  position: absolute;
  left: 4em;
  top: -1.7em;
  color: #aaa;
  height: 1em;
  overflow: hidden;
}

.check_list_other .text {
  position: relative;
  margin-top: 0.5em;
}

.check_list_other .inpradio {
  position: absolute;
  left: 4.5em;
  top: -1.47em;
}

.check_list_other .inptext {
  position: absolute;
  top: -0.3em;
  right: 0.25em;
  left: 5.25em;
}

.check_list_other .inptext input {
  width: 100%;
}

/******************/
/**  カレンダー関連  **/
/******************/
.inputcalendarbg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 821;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.inputcalendar {
  display: none;
  background-color: #fff;
  text-align: center;
  padding-bottom: 1em;
  position: absolute;
  height: 17.5em;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  z-index: 821;
}

.inputcalendar .calendartitle {
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: rgba(140, 180, 255, 0.25);
  font-weight: bold;
  text-align: left;
}

.inputcalendar .head {
  position: relative;
  display: block;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}

.inputcalendar .prevmonth,
.inputcalendar .nextmonth,
.inputcalendar .prevyear,
.inputcalendar .nextyear {
  display: inline-block;
  color: #aaa;
  padding: 0.5em;
  cursor: pointer;
}

.inputcalendar .prevmonth:hover,
.inputcalendar .nowyear:hover,
.inputcalendar .nowmonth:hover,
.inputcalendar .nextmonth:hover,
.inputcalendar .prevyear:hover,
.inputcalendar .nextyear:hover {
  color: #6188ff;
}

.inputcalendar .nowyear:hover:after {
  position: absolute;
  content: "▼";
  color: #aaa;
  top: 1em;
  font-size: 0.7em;
}

.inputcalendar .nowmonth:hover:after {
  position: absolute;
  content: "▼";
  color: #aaa;
  top: 1em;
  font-size: 0.7em;
}

.scmsmodal_inputmonth .inp_month {
  text-align: center;
  padding: 0.25em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.scmsmodal_inputmonth .inp_month:hover {
  border: 1px solid #6188ff;
}

.scmsmodal_inputyear .inp_year {
  text-align: center;
  padding: 0.25em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.scmsmodal_inputyear .inp_year:hover {
  border: 1px solid #6188ff;
}

.inputcalendar .frame {
  position: relative;
  width: calc(100% - 2em);
  display: table;
  margin: 0em 1em 0em 1em;
  border: 0.1em solid #ddd;
}

.inputcalendar .row {
  display: table-row;
  background-color: #fff;
}

.inputcalendar .row.week {
  display: table-row;
  background-color: rgba(140, 180, 255, 0.25);
}

.inputcalendar .col {
  position: relative;
  display: table-cell;
  margin-top: 0.1em;
  margin-left: 0.1em;
  min-width: 2em;
  min-height: 1em;
  text-align: center;
  padding: 0.5em;
}

.inputcalendar .col.day:hover {
  box-shadow: 0px 0px 0px 1px #6188ff inset;
}

.inputcalendar .col.day:empty:hover {
  box-shadow: none;
}

.inputcalendar .col[day], .inputcalendar .week .col {
  cursor: pointer;
}

.inputcalendar .col:empty:after {
  content: "-";
  color: rgba(0, 0, 0, 0.1);
}

.inputcalendar .col:empty {
  background-color: rgba(0, 0, 0, 0);
}

.inputcalendar .col.on {
  background-color: rgba(97, 136, 255, 0.6);
  color: #fff;
}

.inputcalendar .col.today {
  border: 1px solid #f88;
}

/*
    position: absolute;
    display: block;
    left: 0.5em;
    top: 0.1em;
    width: 2em;
    height: 2em;
    background-color: rgba(255,0,0,1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ' ';
*/
.inputclock {
  display: none;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 30em;
  width: 16em;
  height: 17.5em;
  box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -moz-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -ms-box-shadow: 0px 0px 0.5em rgba(0, 0, 255, 0.6);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  z-index: 821;
}

.inputclock .hour {
  position: absolute;
  top: 3em;
  left: 1em;
  width: calc(33% - 1.5em);
  height: calc(100% - 4em);
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.inputclock .hourtitle {
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(33% - 1.5em);
  height: 1em;
  padding: 0.5em 0 0.5em 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(140, 180, 255, 0.25);
}

.inputclock .minute {
  position: absolute;
  top: 3em;
  left: calc(33% + 0.75em);
  width: calc(33% - 1.5em);
  height: calc(100% - 4em);
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.inputclock .minutetitle {
  position: absolute;
  top: 1em;
  left: calc(33% + 0.75em);
  width: calc(33% - 1.5em);
  height: 1em;
  padding: 0.5em 0 0.5em 0;
  overflow: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(140, 180, 255, 0.25);
}

.inputclock .second {
  position: absolute;
  top: 3em;
  left: calc(66% + 0.5em);
  width: calc(33% - 1.5em);
  height: calc(100% - 4em);
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.inputclock .secondtitle {
  position: absolute;
  top: 1em;
  left: calc(66% + 0.5em);
  width: calc(33% - 1.5em);
  height: 1em;
  padding: 0.5em 0 0.5em 0;
  overflow: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(140, 180, 255, 0.25);
}

.inputclock .hour .hour1,
.inputclock .minute .min1,
.inputclock .second .sec1 {
  padding: 0.25em;
}

.inputclock .hour .hour1:hover,
.inputclock .minute .min1:hover,
.inputclock .second .sec1:hover {
  box-shadow: 0px 0px 0px 1px #6188ff inset;
}

.inputclock .hour .hour1.on,
.inputclock .minute .min1.on,
.inputclock .second .sec1.on {
  background-color: rgba(97, 136, 255, 0.6);
}

/*# sourceMappingURL=scms_common.scss.map */
