@charset "utf-8";

.ime-on {
  ime-mode: active;
}

.ime-off {
  ime-mode: disabled;
}

.message-area {
  margin: auto;
  width:700px;
  background-color:yellow;
  font-size:15px;
  text-align: center;
}

.error-message {
  font-weight: bold;
  color: #C3232D;
}

.success {
  font-weight: bold;
}

.div-item-style {
  background-color:red;
  width:1000px;
  display: inline-block;
}

.system-hide {
  display:none;
}

.input-html-edit {
  float: left;
  border:1px solid #000;
  background-color:#F9F9F9;
  width:300px;
  height:60px;
  overflow:auto;
}

.input-html-edit-btn {
  float: left;
}

#system-tab-menu {
  list-style: none;
}
#system-tab-menu th {
  display: inline-block;
  padding: 10px 65px;
  background: #eee;
}
#system-tab-menu th.active {
  background: #000;
  color: #fff;
}

/* タブの中身 */
#system-tab-box {
  padding: 25px;
  border: 1px solid #000;
}
#system-tab-box div {
  display: none;
}
#system-tab-box div.active {
  display: block;
}