@charset "UTF-8";
/* ------------------------------
 グリッドシステム
------------------------------- */
.acms-container {
  max-width: 1025px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-grid,
.acms-grid-r {
  margin-left: -10px;
  margin-right: -10px; }
  .acms-grid:before, .acms-grid:after,
  .acms-grid-r:before,
  .acms-grid-r:after {
    content: " ";
    display: table; }
  .acms-grid:after,
  .acms-grid-r:after {
    clear: both; }

.acms-grid-negative {
  margin-left: 0;
  margin-right: 0; }

[class*='acms-col'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 600px) {
  .acms-grid,
  .acms-grid-r {
    margin-left: -10px;
    margin-right: -10px; }

  [class*='acms-col'] {
    padding-left: 10px;
    padding-right: 10px; } }
[class*='acms-col'],
[class*='acms-col']:before,
[class*='acms-col']:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-col-1 {
  float: left;
  width: 8.3333333333%; }

.acms-col-2 {
  float: left;
  width: 16.6666666667%; }

.acms-col-3 {
  float: left;
  width: 25%; }

.acms-col-4 {
  float: left;
  width: 33.3333333333%; }

.acms-col-5 {
  float: left;
  width: 41.6666666667%; }

.acms-col-6 {
  float: left;
  width: 50%; }

.acms-col-7 {
  float: left;
  width: 58.3333333333%; }

.acms-col-8 {
  float: left;
  width: 66.6666666667%; }

.acms-col-9 {
  float: left;
  width: 75%; }

.acms-col-10 {
  float: left;
  width: 83.3333333333%; }

.acms-col-11 {
  float: left;
  width: 91.6666666667%; }

.acms-col-12 {
  float: none;
  width: 100%; }

[class*='acms-push'],
[class*='acms-pull'] {
  position: relative; }

.acms-push-1 {
  left: 8.3333333333%; }

.acms-push-2 {
  left: 16.6666666667%; }

.acms-push-3 {
  left: 25%; }

.acms-push-4 {
  left: 33.3333333333%; }

.acms-push-5 {
  left: 41.6666666667%; }

.acms-push-6 {
  left: 50%; }

.acms-push-7 {
  left: 58.3333333333%; }

.acms-push-8 {
  left: 66.6666666667%; }

.acms-push-9 {
  left: 75%; }

.acms-push-10 {
  left: 83.3333333333%; }

.acms-push-11 {
  left: 91.6666666667%; }

.acms-pull-1 {
  right: 8.3333333333%; }

.acms-pull-2 {
  right: 16.6666666667%; }

.acms-pull-3 {
  right: 25%; }

.acms-pull-4 {
  right: 33.3333333333%; }

.acms-pull-5 {
  right: 41.6666666667%; }

.acms-pull-6 {
  right: 50%; }

.acms-pull-7 {
  right: 58.3333333333%; }

.acms-pull-8 {
  right: 66.6666666667%; }

.acms-pull-9 {
  right: 75%; }

.acms-pull-10 {
  right: 83.3333333333%; }

.acms-pull-11 {
  right: 91.6666666667%; }

@media (min-width: 320px) {
  [class*='acms-col-sm'] {
    float: left; }

  .acms-col-sm-1 {
    width: 8.3333333333%; }

  .acms-col-sm-2 {
    width: 16.6666666667%; }

  .acms-col-sm-3 {
    width: 25%; }

  .acms-col-sm-4 {
    width: 33.3333333333%; }

  .acms-col-sm-5 {
    width: 41.6666666667%; }

  .acms-col-sm-6 {
    width: 50%; }

  .acms-col-sm-7 {
    width: 58.3333333333%; }

  .acms-col-sm-8 {
    width: 66.6666666667%; }

  .acms-col-sm-9 {
    width: 75%; }

  .acms-col-sm-10 {
    width: 83.3333333333%; }

  .acms-col-sm-11 {
    width: 91.6666666667%; }

  .acms-col-sm-12 {
    float: none;
    width: 100%; }

  [class*='acms-push-sm'] {
    position: relative;
    right: auto; }

  .acms-push-sm-auto {
    left: auto; }

  .acms-push-sm-1 {
    left: 8.3333333333%; }

  .acms-push-sm-2 {
    left: 16.6666666667%; }

  .acms-push-sm-3 {
    left: 25%; }

  .acms-push-sm-4 {
    left: 33.3333333333%; }

  .acms-push-sm-5 {
    left: 41.6666666667%; }

  .acms-push-sm-6 {
    left: 50%; }

  .acms-push-sm-7 {
    left: 58.3333333333%; }

  .acms-push-sm-8 {
    left: 66.6666666667%; }

  .acms-push-sm-9 {
    left: 75%; }

  .acms-push-sm-10 {
    left: 83.3333333333%; }

  .acms-push-sm-11 {
    left: 91.6666666667%; }

  [class*='acms-pull-sm'] {
    position: relative;
    left: auto; }

  .acms-pull-sm-auto {
    right: auto; }

  .acms-pull-sm-1 {
    right: 8.3333333333%; }

  .acms-pull-sm-2 {
    right: 16.6666666667%; }

  .acms-pull-sm-3 {
    right: 25%; }

  .acms-pull-sm-4 {
    right: 33.3333333333%; }

  .acms-pull-sm-5 {
    right: 41.6666666667%; }

  .acms-pull-sm-6 {
    right: 50%; }

  .acms-pull-sm-7 {
    right: 58.3333333333%; }

  .acms-pull-sm-8 {
    right: 66.6666666667%; }

  .acms-pull-sm-9 {
    right: 75%; }

  .acms-pull-sm-10 {
    right: 83.3333333333%; }

  .acms-pull-sm-11 {
    right: 91.6666666667%; } }
@media (min-width: 600px) {
  [class*='acms-col-md'] {
    float: left; }

  .acms-col-md-1 {
    width: 8.3333333333%; }

  .acms-col-md-2 {
    width: 16.6666666667%; }

  .acms-col-md-3 {
    width: 25%; }

  .acms-col-md-4 {
    width: 33.3333333333%; }

  .acms-col-md-5 {
    width: 41.6666666667%; }

  .acms-col-md-6 {
    width: 50%; }

  .acms-col-md-7 {
    width: 58.3333333333%; }

  .acms-col-md-8 {
    width: 66.6666666667%; }

  .acms-col-md-9 {
    width: 75%; }

  .acms-col-md-10 {
    width: 83.3333333333%; }

  .acms-col-md-11 {
    width: 91.6666666667%; }

  .acms-col-md-12 {
    float: none;
    width: 100%; }

  [class*='acms-push-md'] {
    position: relative;
    right: auto; }

  .acms-push-md-auto {
    left: auto; }

  .acms-push-md-1 {
    left: 8.3333333333%; }

  .acms-push-md-2 {
    left: 16.6666666667%; }

  .acms-push-md-3 {
    left: 25%; }

  .acms-push-md-4 {
    left: 33.3333333333%; }

  .acms-push-md-5 {
    left: 41.6666666667%; }

  .acms-push-md-6 {
    left: 50%; }

  .acms-push-md-7 {
    left: 58.3333333333%; }

  .acms-push-md-8 {
    left: 66.6666666667%; }

  .acms-push-md-9 {
    left: 75%; }

  .acms-push-md-10 {
    left: 83.3333333333%; }

  .acms-push-md-11 {
    left: 91.6666666667%; }

  [class*='acms-pull-md'] {
    position: relative;
    left: auto; }

  .acms-pull-md-auto {
    right: auto; }

  .acms-pull-md-1 {
    right: 8.3333333333%; }

  .acms-pull-md-2 {
    right: 16.6666666667%; }

  .acms-pull-md-3 {
    right: 25%; }

  .acms-pull-md-4 {
    right: 33.3333333333%; }

  .acms-pull-md-5 {
    right: 41.6666666667%; }

  .acms-pull-md-6 {
    right: 50%; }

  .acms-pull-md-7 {
    right: 58.3333333333%; }

  .acms-pull-md-8 {
    right: 66.6666666667%; }

  .acms-pull-md-9 {
    right: 75%; }

  .acms-pull-md-10 {
    right: 83.3333333333%; }

  .acms-pull-md-11 {
    right: 91.6666666667%; } }
@media (min-width: 1200px) {
  [class*='acms-col-lg'] {
    float: left; }

  .acms-col-lg-1 {
    width: 8.3333333333%; }

  .acms-col-lg-2 {
    width: 16.6666666667%; }

  .acms-col-lg-3 {
    width: 25%; }

  .acms-col-lg-4 {
    width: 33.3333333333%; }

  .acms-col-lg-5 {
    width: 41.6666666667%; }

  .acms-col-lg-6 {
    width: 50%; }

  .acms-col-lg-7 {
    width: 58.3333333333%; }

  .acms-col-lg-8 {
    width: 66.6666666667%; }

  .acms-col-lg-9 {
    width: 75%; }

  .acms-col-lg-10 {
    width: 83.3333333333%; }

  .acms-col-lg-11 {
    width: 91.6666666667%; }

  .acms-col-lg-12 {
    float: none;
    width: 100%; }

  [class*='acms-push-lg'] {
    position: relative;
    right: auto; }

  .acms-push-lg-auto {
    left: auto; }

  .acms-push-lg-1 {
    left: 8.3333333333%; }

  .acms-push-lg-2 {
    left: 16.6666666667%; }

  .acms-push-lg-3 {
    left: 25%; }

  .acms-push-lg-4 {
    left: 33.3333333333%; }

  .acms-push-lg-5 {
    left: 41.6666666667%; }

  .acms-push-lg-6 {
    left: 50%; }

  .acms-push-lg-7 {
    left: 58.3333333333%; }

  .acms-push-lg-8 {
    left: 66.6666666667%; }

  .acms-push-lg-9 {
    left: 75%; }

  .acms-push-lg-10 {
    left: 83.3333333333%; }

  .acms-push-lg-11 {
    left: 91.6666666667%; }

  [class*='acms-pull-lg'] {
    position: relative;
    left: auto; }

  .acms-pull-lg-auto {
    right: auto; }

  .acms-pull-lg-1 {
    right: 8.3333333333%; }

  .acms-pull-lg-2 {
    right: 16.6666666667%; }

  .acms-pull-lg-3 {
    right: 25%; }

  .acms-pull-lg-4 {
    right: 33.3333333333%; }

  .acms-pull-lg-5 {
    right: 41.6666666667%; }

  .acms-pull-lg-6 {
    right: 50%; }

  .acms-pull-lg-7 {
    right: 58.3333333333%; }

  .acms-pull-lg-8 {
    right: 66.6666666667%; }

  .acms-pull-lg-9 {
    right: 75%; }

  .acms-pull-lg-10 {
    right: 83.3333333333%; }

  .acms-pull-lg-11 {
    right: 91.6666666667%; } }
@media (min-width: 1200px) {
  [class*='acms-col-xl'] {
    float: left; }

  .acms-col-xl-1 {
    width: 8.3333333333%; }

  .acms-col-xl-2 {
    width: 16.6666666667%; }

  .acms-col-xl-3 {
    width: 25%; }

  .acms-col-xl-4 {
    width: 33.3333333333%; }

  .acms-col-xl-5 {
    width: 41.6666666667%; }

  .acms-col-xl-6 {
    width: 50%; }

  .acms-col-xl-7 {
    width: 58.3333333333%; }

  .acms-col-xl-8 {
    width: 66.6666666667%; }

  .acms-col-xl-9 {
    width: 75%; }

  .acms-col-xl-10 {
    width: 83.3333333333%; }

  .acms-col-xl-11 {
    width: 91.6666666667%; }

  .acms-col-xl-12 {
    float: none;
    width: 100%; }

  [class*='acms-push-xl'] {
    position: relative;
    right: auto; }

  .acms-push-xl-auto {
    left: auto; }

  .acms-push-xl-1 {
    left: 8.3333333333%; }

  .acms-push-xl-2 {
    left: 16.6666666667%; }

  .acms-push-xl-3 {
    left: 25%; }

  .acms-push-xl-4 {
    left: 33.3333333333%; }

  .acms-push-xl-5 {
    left: 41.6666666667%; }

  .acms-push-xl-6 {
    left: 50%; }

  .acms-push-xl-7 {
    left: 58.3333333333%; }

  .acms-push-xl-8 {
    left: 66.6666666667%; }

  .acms-push-xl-9 {
    left: 75%; }

  .acms-push-xl-10 {
    left: 83.3333333333%; }

  .acms-push-xl-11 {
    left: 91.6666666667%; }

  [class*='acms-pull-xl'] {
    position: relative;
    left: auto; }

  .acms-pull-xl-auto {
    right: auto; }

  .acms-pull-xl-1 {
    right: 8.3333333333%; }

  .acms-pull-xl-2 {
    right: 16.6666666667%; }

  .acms-pull-xl-3 {
    right: 25%; }

  .acms-pull-xl-4 {
    right: 33.3333333333%; }

  .acms-pull-xl-5 {
    right: 41.6666666667%; }

  .acms-pull-xl-6 {
    right: 50%; }

  .acms-pull-xl-7 {
    right: 58.3333333333%; }

  .acms-pull-xl-8 {
    right: 66.6666666667%; }

  .acms-pull-xl-9 {
    right: 75%; }

  .acms-pull-xl-10 {
    right: 83.3333333333%; }

  .acms-pull-xl-11 {
    right: 91.6666666667%; } }
.acms-entry .acms-col-12 {
  clear: both; }

/* ------------------------------
 ボタン デフォルト
------------------------------- */
.acms-btn {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #A7A7AA;
  border-radius: 3px;
  background-color: #CCCCCC;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
  color: #333; }
  .acms-btn:hover, .acms-btn.acms-btn-hover {
    border: 1px solid #868688;
    background-color: #E1E1E1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
    background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
    background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
    color: #333;
    text-decoration: none; }
  .acms-btn.acms-btn-active, .acms-btn:link, .acms-btn:hover, .acms-btn:active, .acms-btn:visited {
    color: #333; }
  .acms-btn.acms-btn-active, .acms-btn:active {
    border: 1px solid #AAAAAA;
    background-color: #E1E1E1;
    box-shadow: inset 0 1px 2px #B2B2B2;
    color: #333;
    text-decoration: none; }
  .acms-btn:focus {
    outline: none;
    border-color: #137AF3; }
  .acms-btn.acms-btn-primary {
    border: 1px solid #004cc5;
    background-color: #004cc5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005cee', endColorstr='#004cc5', GradientType=0);
    background-image: -moz-linear-gradient(top, #005cee, #004cc5);
    background-image: -ms-linear-gradient(top, #005cee, #004cc5);
    background-image: -o-linear-gradient(top, #005cee, #004cc5);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#005cee), to(#004cc5));
    background-image: -webkit-linear-gradient(top, #005cee, #004cc5);
    background-image: linear-gradient(top, #005cee, #004cc5);
    color: #FFF; }
    .acms-btn.acms-btn-primary:hover, .acms-btn.acms-btn-primary.hover {
      border: 1px solid #002b6e;
      background-color: #0050cf;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0364ff', endColorstr='#0050cf', GradientType=0);
      background-image: -moz-linear-gradient(top, #0364ff, #0050cf);
      background-image: -ms-linear-gradient(top, #0364ff, #0050cf);
      background-image: -o-linear-gradient(top, #0364ff, #0050cf);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#0364ff), to(#0050cf));
      background-image: -webkit-linear-gradient(top, #0364ff, #0050cf);
      background-image: linear-gradient(top, #0364ff, #0050cf);
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-primary:link, .acms-btn.acms-btn-primary:hover, .acms-btn.acms-btn-primary:active, .acms-btn.acms-btn-primary:visited {
      color: #FFF; }
    .acms-btn.acms-btn-primary.active, .acms-btn.acms-btn-primary:active {
      border: 1px solid #002b6e;
      background-color: #004cc5;
      box-shadow: inset 0 1px 2px #002b6e;
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-primary:focus {
      outline: none;
      border-color: #002b6e; }
  .acms-btn.acms-btn-info {
    border: 1px solid #4b4b4b;
    background-color: #4b4b4b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#4b4b4b', GradientType=0);
    background-image: -moz-linear-gradient(top, #5f5f5f, #4b4b4b);
    background-image: -ms-linear-gradient(top, #5f5f5f, #4b4b4b);
    background-image: -o-linear-gradient(top, #5f5f5f, #4b4b4b);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5f5f5f), to(#4b4b4b));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #4b4b4b);
    background-image: linear-gradient(top, #5f5f5f, #4b4b4b);
    color: #FFF; }
    .acms-btn.acms-btn-info:hover {
      border: 1px solid #202020;
      background-color: #505050;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6a6a', endColorstr='#505050', GradientType=0);
      background-image: -moz-linear-gradient(top, #6a6a6a, #505050);
      background-image: -ms-linear-gradient(top, #6a6a6a, #505050);
      background-image: -o-linear-gradient(top, #6a6a6a, #505050);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#6a6a6a), to(#505050));
      background-image: -webkit-linear-gradient(top, #6a6a6a, #505050);
      background-image: linear-gradient(top, #6a6a6a, #505050);
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-info:link, .acms-btn.acms-btn-info:hover, .acms-btn.acms-btn-info:active, .acms-btn.acms-btn-info:visited {
      color: #FFF; }
    .acms-btn.acms-btn-info.active, .acms-btn.acms-btn-info:active {
      border: 1px solid #202020;
      background-color: #4b4b4b;
      box-shadow: inset 0 1px 2px #202020;
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-info:focus {
      outline: none;
      border-color: #202020; }
  .acms-btn.acms-btn-success {
    border: 1px solid #618e00;
    background-color: #618e00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db700', endColorstr='#618e00', GradientType=0);
    background-image: -moz-linear-gradient(top, #7db700, #618e00);
    background-image: -ms-linear-gradient(top, #7db700, #618e00);
    background-image: -o-linear-gradient(top, #7db700, #618e00);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#7db700), to(#618e00));
    background-image: -webkit-linear-gradient(top, #7db700, #618e00);
    background-image: linear-gradient(top, #7db700, #618e00);
    color: #FFF; }
    .acms-btn.acms-btn-success:hover {
      border: 1px solid #263700;
      background-color: #689800;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcb00', endColorstr='#689800', GradientType=0);
      background-image: -moz-linear-gradient(top, #8bcb00, #689800);
      background-image: -ms-linear-gradient(top, #8bcb00, #689800);
      background-image: -o-linear-gradient(top, #8bcb00, #689800);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#8bcb00), to(#689800));
      background-image: -webkit-linear-gradient(top, #8bcb00, #689800);
      background-image: linear-gradient(top, #8bcb00, #689800);
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-success:link, .acms-btn.acms-btn-success:hover, .acms-btn.acms-btn-success:active, .acms-btn.acms-btn-success:visited {
      color: #FFF; }
    .acms-btn.acms-btn-success.active, .acms-btn.acms-btn-success:active {
      border: 1px solid #263700;
      background-color: #618e00;
      box-shadow: inset 0 1px 2px #263700;
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-success:focus {
      outline: none;
      border-color: #263700; }
  .acms-btn.acms-btn-warning {
    border: 1px solid #C57300;
    background-color: #C57300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8b00', endColorstr='#C57300', GradientType=0);
    background-image: -moz-linear-gradient(top, #ee8b00, #C57300);
    background-image: -ms-linear-gradient(top, #ee8b00, #C57300);
    background-image: -o-linear-gradient(top, #ee8b00, #C57300);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ee8b00), to(#C57300));
    background-image: -webkit-linear-gradient(top, #ee8b00, #C57300);
    background-image: linear-gradient(top, #ee8b00, #C57300);
    color: #FFF; }
    .acms-btn.acms-btn-warning:hover {
      border: 1px solid #6e4000;
      background-color: #cf7900;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9603', endColorstr='#cf7900', GradientType=0);
      background-image: -moz-linear-gradient(top, #ff9603, #cf7900);
      background-image: -ms-linear-gradient(top, #ff9603, #cf7900);
      background-image: -o-linear-gradient(top, #ff9603, #cf7900);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#ff9603), to(#cf7900));
      background-image: -webkit-linear-gradient(top, #ff9603, #cf7900);
      background-image: linear-gradient(top, #ff9603, #cf7900);
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-warning:link, .acms-btn.acms-btn-warning:hover, .acms-btn.acms-btn-warning:active, .acms-btn.acms-btn-warning:visited {
      color: #FFF; }
    .acms-btn.acms-btn-warning.active, .acms-btn.acms-btn-warning:active {
      border: 1px solid #6e4000;
      background-color: #C57300;
      box-shadow: inset 0 1px 2px #6e4000;
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-warning:focus {
      outline: none;
      border-color: #6e4000; }
  .acms-btn.acms-btn-danger {
    border: 1px solid #C5001D;
    background-color: #C5001D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0023', endColorstr='#C5001D', GradientType=0);
    background-image: -moz-linear-gradient(top, #ee0023, #C5001D);
    background-image: -ms-linear-gradient(top, #ee0023, #C5001D);
    background-image: -o-linear-gradient(top, #ee0023, #C5001D);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ee0023), to(#C5001D));
    background-image: -webkit-linear-gradient(top, #ee0023, #C5001D);
    background-image: linear-gradient(top, #ee0023, #C5001D);
    color: #FFF; }
    .acms-btn.acms-btn-danger:hover {
      border: 1px solid #6e0010;
      background-color: #cf001f;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0328', endColorstr='#cf001f', GradientType=0);
      background-image: -moz-linear-gradient(top, #ff0328, #cf001f);
      background-image: -ms-linear-gradient(top, #ff0328, #cf001f);
      background-image: -o-linear-gradient(top, #ff0328, #cf001f);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0328), to(#cf001f));
      background-image: -webkit-linear-gradient(top, #ff0328, #cf001f);
      background-image: linear-gradient(top, #ff0328, #cf001f);
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-danger:link, .acms-btn.acms-btn-danger:hover, .acms-btn.acms-btn-danger:active, .acms-btn.acms-btn-danger:visited {
      color: #FFF; }
    .acms-btn.acms-btn-danger.active, .acms-btn.acms-btn-danger:active {
      border: 1px solid #6e0010;
      background-color: #C5001D;
      box-shadow: inset 0 1px 2px #6e0010;
      color: #FFF;
      text-decoration: none; }
    .acms-btn.acms-btn-danger:focus {
      outline: none;
      border-color: #6e0010; }
  .acms-btn.acms-btn-link,
  .acms-btn .acms-btn-link:hover,
  .acms-btn .acms-btn-link:active,
  .acms-btn .acms-btn-link:visited {
    border: 0 !important;
    color: #428bca;
    text-decoration: underline;
    background: none;
    border-radius: 0; }
  .acms-btn.acms-btn-link:hover {
    color: #2e67a5; }
  .acms-btn.acms-btn-link:active {
    box-shadow: none; }

/* ---------------
 ボタン フラット
--------------- */
.acms-btn-flat {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  background-color: #EEEEEE;
  border: 1px solid #D6D6D6;
  color: #666; }
  .acms-btn-flat:hover, a .acms-btn-flat:hover, .acms-btn-flat.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #666;
    background-color: #EEEEEE;
    border: 1px solid #A7A7A7;
    text-decoration: none; }
  .acms-btn-flat:visited, a .acms-btn-flat:visited {
    color: #666; }
  .acms-btn-flat:active, a .acms-btn-flat:active, .acms-btn-flat.acms-btn-active, .acms-btn-flat:focus, a .acms-btn-flat:focus {
    background-color: #D6D6D6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #A6A6A6;
    color: #666; }

.acms-btn-flat-primary {
  background-color: #005cee;
  border: 1px solid #004cc5;
  color: #FFF; }
  .acms-btn-flat-primary:hover, a .acms-btn-flat-primary:hover, .acms-btn-flat-primary.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    background-color: #0364ff;
    border: 1px solid #002b6e;
    text-decoration: none; }
  .acms-btn-flat-primary:visited, a .acms-btn-flat-primary:visited {
    color: #FFF; }
  .acms-btn-flat-primary:active, a .acms-btn-flat-primary:active, .acms-btn-flat-primary.acms-btn-active, .acms-btn-flat-primary:focus, a .acms-btn-flat-primary:focus {
    background-color: #004cc5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #004cc5;
    color: #FFF; }

.acms-btn-flat-info {
  background-color: #5f5f5f;
  border: 1px solid #4b4b4b;
  color: #FFF; }
  .acms-btn-flat-info:hover, a .acms-btn-flat-info:hover, .acms-btn-flat-info.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    background-color: #6a6a6a;
    border: 1px solid #202020;
    text-decoration: none; }
  .acms-btn-flat-info:visited, a .acms-btn-flat-info:visited {
    color: #FFF; }
  .acms-btn-flat-info:active, a .acms-btn-flat-info:active, .acms-btn-flat-info.acms-btn-active, .acms-btn-flat-info:focus, a .acms-btn-flat-info:focus {
    background-color: #4b4b4b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #4b4b4b;
    color: #FFF; }

.acms-btn-flat-success {
  background-color: #7db700;
  border: 1px solid #618e00;
  color: #FFF; }
  .acms-btn-flat-success:hover, a .acms-btn-flat-success:hover, .acms-btn-flat-success.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    background-color: #8bcb00;
    border: 1px solid #263700;
    text-decoration: none; }
  .acms-btn-flat-success:visited, a .acms-btn-flat-success:visited {
    color: #FFF; }
  .acms-btn-flat-success:active, a .acms-btn-flat-success:active, .acms-btn-flat-success.acms-btn-active, .acms-btn-flat-success:focus, a .acms-btn-flat-success:focus {
    background-color: #618e00;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #618e00;
    color: #FFF; }

.acms-btn-flat-warning {
  background-color: #ee8b00;
  border: 1px solid #C57300;
  color: #FFF; }
  .acms-btn-flat-warning:hover, a .acms-btn-flat-warning:hover, .acms-btn-flat-warning.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    background-color: #ff9603;
    border: 1px solid #6e4000;
    text-decoration: none; }
  .acms-btn-flat-warning:visited, a .acms-btn-flat-warning:visited {
    color: #FFF; }
  .acms-btn-flat-warning:active, a .acms-btn-flat-warning:active, .acms-btn-flat-warning.acms-btn-active, .acms-btn-flat-warning:focus, a .acms-btn-flat-warning:focus {
    background-color: #C57300;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #C57300;
    color: #FFF; }

.acms-btn-flat-danger {
  background-color: #ee0023;
  border: 1px solid #C5001D;
  color: #FFF; }
  .acms-btn-flat-danger:hover, a .acms-btn-flat-danger:hover, .acms-btn-flat-danger.acms-btn-hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    background-color: #ff0328;
    border: 1px solid #6e0010;
    text-decoration: none; }
  .acms-btn-flat-danger:visited, a .acms-btn-flat-danger:visited {
    color: #FFF; }
  .acms-btn-flat-danger:active, a .acms-btn-flat-danger:active, .acms-btn-flat-danger.acms-btn-active, .acms-btn-flat-danger:focus, a .acms-btn-flat-danger:focus {
    background-color: #C5001D;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #C5001D;
    color: #FFF; }

/* ---------------
 砿尖鮫中のボタン
--------------- */
.acms-btn-admin,
.formEntryActionUnit .btn {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #A7A7AA;
  border-radius: 3px;
  background-color: #CCCCCC;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
  color: #333; }
  .acms-btn-admin:hover, .acms-btn-admin.hover,
  .formEntryActionUnit .btn:hover,
  .formEntryActionUnit .btn.hover {
    border: 1px solid #868688;
    background-color: #E1E1E1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
    background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
    background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
    background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
    color: #333;
    text-decoration: none; }
  .acms-btn-admin.active, .acms-btn-admin:link, .acms-btn-admin:hover, .acms-btn-admin:active, .acms-btn-admin:visited,
  .formEntryActionUnit .btn.active,
  .formEntryActionUnit .btn:link,
  .formEntryActionUnit .btn:hover,
  .formEntryActionUnit .btn:active,
  .formEntryActionUnit .btn:visited {
    color: #333; }
  .acms-btn-admin.active, .acms-btn-admin:active,
  .formEntryActionUnit .btn.active,
  .formEntryActionUnit .btn:active {
    border: 1px solid #AAAAAA;
    background-color: #E1E1E1;
    box-shadow: inset 0 1px 2px #B2B2B2;
    color: #333;
    text-decoration: none; }
  .acms-btn-admin:focus,
  .formEntryActionUnit .btn:focus {
    outline: none;
    border-color: #137AF3; }

@-moz-document url-prefix() {
  a.acms-btn-admin,
  button.acms-btn-admin {
    line-height: normal; } }
.formEntryActionUnit .btn:hover {
  border: 1px solid #868688;
  background-color: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
  color: #333;
  text-decoration: none; }

.acms-btn-admin-primary {
  border: 1px solid #004cc5;
  background-color: #004cc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005cee', endColorstr='#004cc5', GradientType=0);
  background-image: -moz-linear-gradient(top, #005cee, #004cc5);
  background-image: -ms-linear-gradient(top, #005cee, #004cc5);
  background-image: -o-linear-gradient(top, #005cee, #004cc5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#005cee), to(#004cc5));
  background-image: -webkit-linear-gradient(top, #005cee, #004cc5);
  background-image: linear-gradient(top, #005cee, #004cc5);
  color: #FFF; }
  .acms-btn-admin-primary:hover, .acms-btn-admin-primary.hover {
    border: 1px solid #002b6e;
    background-color: #0050cf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0364ff', endColorstr='#0050cf', GradientType=0);
    background-image: -moz-linear-gradient(top, #0364ff, #0050cf);
    background-image: -ms-linear-gradient(top, #0364ff, #0050cf);
    background-image: -o-linear-gradient(top, #0364ff, #0050cf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#0364ff), to(#0050cf));
    background-image: -webkit-linear-gradient(top, #0364ff, #0050cf);
    background-image: linear-gradient(top, #0364ff, #0050cf);
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-primary:link, .acms-btn-admin-primary:hover, .acms-btn-admin-primary:active, .acms-btn-admin-primary:visited {
    color: #FFF; }
  .acms-btn-admin-primary.active, .acms-btn-admin-primary:active {
    border: 1px solid #002b6e;
    background-color: #004cc5;
    box-shadow: inset 0 1px 2px #002b6e;
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-primary:focus {
    outline: none;
    border-color: #002b6e; }

.acms-btn-admin-info {
  border: 1px solid #4b4b4b;
  background-color: #4b4b4b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#4b4b4b', GradientType=0);
  background-image: -moz-linear-gradient(top, #5f5f5f, #4b4b4b);
  background-image: -ms-linear-gradient(top, #5f5f5f, #4b4b4b);
  background-image: -o-linear-gradient(top, #5f5f5f, #4b4b4b);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#5f5f5f), to(#4b4b4b));
  background-image: -webkit-linear-gradient(top, #5f5f5f, #4b4b4b);
  background-image: linear-gradient(top, #5f5f5f, #4b4b4b);
  color: #FFF; }
  .acms-btn-admin-info:hover {
    border: 1px solid #202020;
    background-color: #505050;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6a6a', endColorstr='#505050', GradientType=0);
    background-image: -moz-linear-gradient(top, #6a6a6a, #505050);
    background-image: -ms-linear-gradient(top, #6a6a6a, #505050);
    background-image: -o-linear-gradient(top, #6a6a6a, #505050);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#6a6a6a), to(#505050));
    background-image: -webkit-linear-gradient(top, #6a6a6a, #505050);
    background-image: linear-gradient(top, #6a6a6a, #505050);
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-info:link, .acms-btn-admin-info:hover, .acms-btn-admin-info:active, .acms-btn-admin-info:visited {
    color: #FFF; }
  .acms-btn-admin-info.active, .acms-btn-admin-info:active {
    border: 1px solid #202020;
    background-color: #4b4b4b;
    box-shadow: inset 0 1px 2px #202020;
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-info:focus {
    outline: none;
    border-color: #202020; }

.acms-btn-admin-danger {
  border: 1px solid #C5001D;
  background-color: #C5001D;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0023', endColorstr='#C5001D', GradientType=0);
  background-image: -moz-linear-gradient(top, #ee0023, #C5001D);
  background-image: -ms-linear-gradient(top, #ee0023, #C5001D);
  background-image: -o-linear-gradient(top, #ee0023, #C5001D);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ee0023), to(#C5001D));
  background-image: -webkit-linear-gradient(top, #ee0023, #C5001D);
  background-image: linear-gradient(top, #ee0023, #C5001D);
  color: #FFF; }
  .acms-btn-admin-danger:hover {
    border: 1px solid #6e0010;
    background-color: #cf001f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0328', endColorstr='#cf001f', GradientType=0);
    background-image: -moz-linear-gradient(top, #ff0328, #cf001f);
    background-image: -ms-linear-gradient(top, #ff0328, #cf001f);
    background-image: -o-linear-gradient(top, #ff0328, #cf001f);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0328), to(#cf001f));
    background-image: -webkit-linear-gradient(top, #ff0328, #cf001f);
    background-image: linear-gradient(top, #ff0328, #cf001f);
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-danger:link, .acms-btn-admin-danger:hover, .acms-btn-admin-danger:active, .acms-btn-admin-danger:visited {
    color: #FFF; }
  .acms-btn-admin-danger.active, .acms-btn-admin-danger:active {
    border: 1px solid #6e0010;
    background-color: #C5001D;
    box-shadow: inset 0 1px 2px #6e0010;
    color: #FFF;
    text-decoration: none; }
  .acms-btn-admin-danger:focus {
    outline: none;
    border-color: #6e0010; }

a.acms-btn,
a.acms-btn-admin,
a.acms-btn-flat,
a.acms-btn-aqua {
  text-decoration: none; }

a.acms-btn,
a.acms-btn-admin {
  border: 1px solid #A7A7AA; }

.acms-btn-admin.acms-float-right.acms-btn-admin-danger {
  margin-right: 4px; }

.acms-btn-admin-save {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.acms-btn-disabled,
button[disabled],
input[disabled],
fieldset[disabled] .acms-btn {
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 600px) {
  [class*='acms-btn'],
  .formEntryActionUnit .btn {
    padding: 7px 10px;
    font-size: 11px; } }
.acms-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-inline-btn {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px; }

.acms-btn-small {
  padding: 4px 6px;
  font-size: 10px; }

.acms-btn-large {
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 6px; }

.acms-btn-unstyled {
  padding: 0;
  background: 0;
  border: 0; }
  .acms-btn-unstyled:focus {
    outline: 0; }

/* ------------------------------  
 タイポグラフィ
------------------------------- */
/* ---------------
 竃し
--------------- */
.acms-h1,
.acms-style h1 {
  font-size: 30px; }

.acms-h2,
.acms-style h2 {
  font-size: 24px; }

.acms-h3,
.acms-style h3 {
  font-size: 18px; }

.acms-h4,
.acms-style h4 {
  font-size: 16px; }

.acms-h5,
.acms-style h5 {
  font-size: 14px; }

.acms-h6,
.acms-style h6 {
  font-size: 12px; }

.acms-h1,
.acms-h2,
.acms-h3,
.acms-h4,
.acms-h5,
.acms-h6 {
  margin: 0 0 20px; }

* + .acms-h1,
* + .acms-h2,
* + .acms-h3,
* + .acms-h4,
* + .acms-h5,
* + .acms-h6 {
  margin-top: 35px; }

.acms-p,
.acms-style p {
  margin: 0 0 15px; }

* + .acms-p,
* + .acms-style p {
  margin-top: 15px; }

.acms-ul,
.acms-ol,
.acms-dl,
.acms-style ul,
.acms-style ol,
.acms-style dl {
  margin-top: 0; }

.acms-list-nostyle {
  list-style: none;
  padding-left: 0; }

.acms-list-inline {
  padding-left: 0; }
  .acms-list-inline li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 5px; }

.acms-dl dt,
.acms-style dl dt,
.acms-entry dl dt {
  font-weight: bold; }
.acms-dl dd,
.acms-style dl dd,
.acms-entry dl dd {
  margin-left: 0;
  margin-bottom: 10px; }

.acms-dl-horizontal dt,
.acms-dl-line dt {
  clear: left;
  float: left;
  width: 160px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.acms-dl-horizontal dd,
.acms-dl-line dd {
  padding-left: 0; }
  .acms-dl-horizontal dd:before, .acms-dl-horizontal dd:after,
  .acms-dl-line dd:before,
  .acms-dl-line dd:after {
    content: " ";
    display: table; }
  .acms-dl-horizontal dd:after,
  .acms-dl-line dd:after {
    clear: both; }

.acms-dl-line dd {
  padding-bottom: 10px;
  border-bottom: solid 1px #CCC; }

@media (min-width: 600px) {
  .acms-dl-horizontal dt,
  .acms-dl-line dt {
    float: left;
    text-align: right; }

  .acms-dl-horizontal dd,
  .acms-dl-line dd {
    padding-left: 180px; } }
.acms-blockquote,
.acms-style blockquote,
.acms-entry blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: solid 5px #CCCCCC; }

.acms-icon {
  padding-right: 10px; }

[class*="acms-icon-"] {
  font-family: "acms-fonts";
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------------------------------  
 コ`ド pre code
------------------------------- */
.acms-pre,
.acms-style pre {
  padding: 10px;
  background-color: #FAFAFA;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.acms-pre code,
.acms-style code,
.acms-code {
  padding: 5px;
  background-color: #FAFAFA;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  color: #F92D74; }

.acms-pre,
.acms-pre code,
.acms-pre kbd,
.acms-pre samp,
.acms-style pre,
.acms-style code,
.acms-style kbd,
.acms-style samp,
.acms-code {
  font-family: Consolas,monospace,serif; }

/* ------------------------------
 フォ`ム
------------------------------- */
/* ---------------
 フォ`ム 児云O協
--------------- */
button,
input,
select,
textarea {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"],
select {
  cursor: pointer; }

textarea {
  overflow: auto;
  vertical-align: top; }

label {
  display: inline-block; }

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form input[type="color"] {
  font-size: 15px;
  padding: 14px 5px 11px 5px;
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  color: #333;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; }
  .acms-form input[type="text"]:focus,
  .acms-form input[type="password"]:focus,
  .acms-form input[type="datetime"]:focus,
  .acms-form input[type="datetime-local"]:focus,
  .acms-form input[type="date"]:focus,
  .acms-form input[type="month"]:focus,
  .acms-form input[type="time"]:focus,
  .acms-form input[type="week"]:focus,
  .acms-form input[type="number"]:focus,
  .acms-form input[type="email"]:focus,
  .acms-form input[type="url"]:focus,
  .acms-form input[type="search"]:focus,
  .acms-form input[type="tel"]:focus,
  .acms-form input[type="color"]:focus {
    outline: none;
    border-color: #137AF3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
  .acms-form input[type="text"]:disabled,
  .acms-form input[type="password"]:disabled,
  .acms-form input[type="datetime"]:disabled,
  .acms-form input[type="datetime-local"]:disabled,
  .acms-form input[type="date"]:disabled,
  .acms-form input[type="month"]:disabled,
  .acms-form input[type="time"]:disabled,
  .acms-form input[type="week"]:disabled,
  .acms-form input[type="number"]:disabled,
  .acms-form input[type="email"]:disabled,
  .acms-form input[type="url"]:disabled,
  .acms-form input[type="search"]:disabled,
  .acms-form input[type="tel"]:disabled,
  .acms-form input[type="color"]:disabled {
    border-color: #DDD;
    background-color: #F5F5F5;
    color: #999;
    cursor: not-allowed; }
  .acms-form input[type="text"]::-webkit-input-placeholder, .acms-form input[type="text"]:-moz-input-placeholder, .acms-form input[type="text"]:-ms-input-placeholder,
  .acms-form input[type="password"]::-webkit-input-placeholder,
  .acms-form input[type="password"]:-moz-input-placeholder,
  .acms-form input[type="password"]:-ms-input-placeholder,
  .acms-form input[type="datetime"]::-webkit-input-placeholder,
  .acms-form input[type="datetime"]:-moz-input-placeholder,
  .acms-form input[type="datetime"]:-ms-input-placeholder,
  .acms-form input[type="datetime-local"]::-webkit-input-placeholder,
  .acms-form input[type="datetime-local"]:-moz-input-placeholder,
  .acms-form input[type="datetime-local"]:-ms-input-placeholder,
  .acms-form input[type="date"]::-webkit-input-placeholder,
  .acms-form input[type="date"]:-moz-input-placeholder,
  .acms-form input[type="date"]:-ms-input-placeholder,
  .acms-form input[type="month"]::-webkit-input-placeholder,
  .acms-form input[type="month"]:-moz-input-placeholder,
  .acms-form input[type="month"]:-ms-input-placeholder,
  .acms-form input[type="time"]::-webkit-input-placeholder,
  .acms-form input[type="time"]:-moz-input-placeholder,
  .acms-form input[type="time"]:-ms-input-placeholder,
  .acms-form input[type="week"]::-webkit-input-placeholder,
  .acms-form input[type="week"]:-moz-input-placeholder,
  .acms-form input[type="week"]:-ms-input-placeholder,
  .acms-form input[type="number"]::-webkit-input-placeholder,
  .acms-form input[type="number"]:-moz-input-placeholder,
  .acms-form input[type="number"]:-ms-input-placeholder,
  .acms-form input[type="email"]::-webkit-input-placeholder,
  .acms-form input[type="email"]:-moz-input-placeholder,
  .acms-form input[type="email"]:-ms-input-placeholder,
  .acms-form input[type="url"]::-webkit-input-placeholder,
  .acms-form input[type="url"]:-moz-input-placeholder,
  .acms-form input[type="url"]:-ms-input-placeholder,
  .acms-form input[type="search"]::-webkit-input-placeholder,
  .acms-form input[type="search"]:-moz-input-placeholder,
  .acms-form input[type="search"]:-ms-input-placeholder,
  .acms-form input[type="tel"]::-webkit-input-placeholder,
  .acms-form input[type="tel"]:-moz-input-placeholder,
  .acms-form input[type="tel"]:-ms-input-placeholder,
  .acms-form input[type="color"]::-webkit-input-placeholder,
  .acms-form input[type="color"]:-moz-input-placeholder,
  .acms-form input[type="color"]:-ms-input-placeholder {
    font-size: 11px;
    padding-top: 2px; }
  .acms-form input[type="text"].acms-form-large,
  .acms-form input[type="password"].acms-form-large,
  .acms-form input[type="datetime"].acms-form-large,
  .acms-form input[type="datetime-local"].acms-form-large,
  .acms-form input[type="date"].acms-form-large,
  .acms-form input[type="month"].acms-form-large,
  .acms-form input[type="time"].acms-form-large,
  .acms-form input[type="week"].acms-form-large,
  .acms-form input[type="number"].acms-form-large,
  .acms-form input[type="email"].acms-form-large,
  .acms-form input[type="url"].acms-form-large,
  .acms-form input[type="search"].acms-form-large,
  .acms-form input[type="tel"].acms-form-large,
  .acms-form input[type="color"].acms-form-large {
    height: 48px;
    font-size: 20px; }
    .acms-form input[type="text"].acms-form-large::-webkit-input-placeholder, .acms-form input[type="text"].acms-form-large:-moz-input-placeholder, .acms-form input[type="text"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="password"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="password"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="password"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="datetime"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="datetime"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="datetime"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="datetime-local"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="datetime-local"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="datetime-local"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="date"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="date"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="date"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="month"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="month"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="month"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="time"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="time"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="time"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="week"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="week"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="week"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="number"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="number"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="number"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="email"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="email"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="email"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="url"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="url"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="url"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="search"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="search"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="search"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="tel"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="tel"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="tel"].acms-form-large:-ms-input-placeholder,
    .acms-form input[type="color"].acms-form-large::-webkit-input-placeholder,
    .acms-form input[type="color"].acms-form-large:-moz-input-placeholder,
    .acms-form input[type="color"].acms-form-large:-ms-input-placeholder {
      font-size: 20px; }
  .acms-form input[type="text"].acms-form-small,
  .acms-form input[type="password"].acms-form-small,
  .acms-form input[type="datetime"].acms-form-small,
  .acms-form input[type="datetime-local"].acms-form-small,
  .acms-form input[type="date"].acms-form-small,
  .acms-form input[type="month"].acms-form-small,
  .acms-form input[type="time"].acms-form-small,
  .acms-form input[type="week"].acms-form-small,
  .acms-form input[type="number"].acms-form-small,
  .acms-form input[type="email"].acms-form-small,
  .acms-form input[type="url"].acms-form-small,
  .acms-form input[type="search"].acms-form-small,
  .acms-form input[type="tel"].acms-form-small,
  .acms-form input[type="color"].acms-form-small {
    font-size: 11px; }
.acms-form input[type="search"] {
  -webkit-appearance: none; }
.acms-form textarea {
  font-size: 15px;
  padding: 5px 5px 4px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 1.7; }
  .acms-form textarea:focus {
    outline: none;
    border-color: #137AF3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
  .acms-form textarea:disabled {
    border-color: #DDD;
    background-color: #F5F5F5;
    color: #999;
    cursor: not-allowed; }
  .acms-form textarea.acms-form-large {
    height: 48px;
    font-size: 20px;
    vertical-align: middle; }
  .acms-form textarea.acms-form-small {
    height: 20px;
    font-size: 10px; }
  .acms-form textarea::-webkit-input-placeholder, .acms-form textarea:-moz-input-placeholder, .acms-form textarea:-ms-input-placeholder {
    font-size: 11px;
    padding-top: 2px; }
.acms-form select {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #A7A7AA;
  border-radius: 3px;
  background-color: #CCCCCC;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #E1E1E1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
  background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
  color: #333;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: left; }
  .acms-form select:hover, .acms-form select.hover {
    border: 1px solid #868688;
    background-color: #E1E1E1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E1E1E1', GradientType=0);
    background-image: -moz-linear-gradient(top, #FCFCFC, #E1E1E1);
    background-image: -ms-linear-gradient(top, #FCFCFC, #E1E1E1);
    background-image: -o-linear-gradient(top, #FCFCFC, #E1E1E1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FCFCFC), to(#E1E1E1));
    background-image: -webkit-linear-gradient(top, #FCFCFC, #E1E1E1);
    background-image: linear-gradient(top, #FCFCFC, #E1E1E1);
    color: #333;
    text-decoration: none; }
  .acms-form select:focus {
    outline: none;
    border-color: #137AF3; }
  .acms-form select:disabled {
    border-color: #DDD;
    background-color: #F5F5F5;
    color: #999;
    cursor: not-allowed; }
.acms-form select[multiple="multiple"] {
  padding: 7px 10px;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; }
  .acms-form select[multiple="multiple"]:hover, .acms-form select[multiple="multiple"].hover {
    padding: 7px 10px; }
  .acms-form select[multiple="multiple"]:focus {
    outline: none;
    border-color: #137AF3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
  .acms-form select[multiple="multiple"]:disabled {
    border-color: #DDD;
    background-color: #F5F5F5;
    color: #999;
    cursor: not-allowed; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .acms-form select {
    -webkit-appearance: button;
    background-color: #F0F0F0;
    padding-left: 10px;
    padding-right: 30px;
    background: url("/themes/mdash_v3/acms-images/marker/arrow_black03.png"), -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E1E1E1));
    background: url("/themes/mdash_v3/acms-images/marker/arrow_black03.png"), linear-gradient(top, #F9F9F9, #E1E1E1);
    background-repeat: no-repeat;
    background-position: right center; }
    .acms-form select:hover, .acms-form select.hover {
      border: 1px solid #868688;
      -webkit-appearance: button;
      background-color: #F0F0F0;
      padding-left: 10px;
      padding-right: 30px;
      background: url("/themes/mdash_v3/acms-images/marker/arrow_black03.png"), -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#E1E1E1));
      background: url("/themes/mdash_v3/acms-images/marker/arrow_black03.png"), linear-gradient(top, #FCFCFC, #E1E1E1);
      background-repeat: no-repeat;
      background-position: right center;
      text-decoration: none; }
  .acms-form select[multiple="multiple"] {
    -webkit-appearance: none;
    background: #FFF; } }

.acms-form-block {
  display: block; }

.acms-form-inline,
.acms-form-inline label {
  display: inline; }

.acms-form-group {
  margin-bottom: 10px; }
  .acms-form-group:before, .acms-form-group:after {
    content: " ";
    display: table; }
  .acms-form-group:after {
    clear: both; }

.acms-form-action {
  display: table; }
  .acms-form-action .acms-form-side,
  .acms-form-action .acms-form-side-btn,
  .acms-form-action input {
    display: table-cell; }
  .acms-form-action .acms-form-side {
    width: 1%;
    padding: 0 6px;
    background: #EEE;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 1.5; }
  .acms-form-action .acms-form-side:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .acms-form-action .acms-form-side:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .acms-form-action .acms-form-side-btn {
    position: relative;
    width: 1%;
    white-space: nowrap;
    vertical-align: top; }
  .acms-form-action .acms-form-side-btn:first-child > .acms-btn,
  .acms-form-action .acms-form-side-btn:first-child > .acms-btn-admin {
    vertical-align: top;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .acms-form-action .acms-form-side-btn:last-child > .acms-btn,
  .acms-form-action .acms-form-side-btn:last-child > .acms-btn-admin {
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .acms-form-action .acms-form-side .acms-form-checkbox,
  .acms-form-action .acms-form-side .acms-form-radio {
    padding: 0; }
  .acms-form-action .acms-form-side .acms-ico-radio,
  .acms-form-action .acms-form-side .acms-ico-checkbox {
    margin-right: 0;
    vertical-align: -50%; }
  .acms-form-action input[type="text"],
  .acms-form-action input[type="search"],
  .acms-form-action input[type="email"],
  .acms-form-action input[type="password"],
  .acms-form-action input[type="url"] {
    height: 44px;
    width: 100%; }
    .acms-form-action input[type="text"]:first-child,
    .acms-form-action input[type="search"]:first-child,
    .acms-form-action input[type="email"]:first-child,
    .acms-form-action input[type="password"]:first-child,
    .acms-form-action input[type="url"]:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0; }
    .acms-form-action input[type="text"]:last-child,
    .acms-form-action input[type="search"]:last-child,
    .acms-form-action input[type="email"]:last-child,
    .acms-form-action input[type="password"]:last-child,
    .acms-form-action input[type="url"]:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0; }
  @media (min-width: 600px) {
    .acms-form-action input[type="text"],
    .acms-form-action input[type="search"],
    .acms-form-action input[type="email"],
    .acms-form-action input[type="password"],
    .acms-form-action input[type="url"] {
      height: 27px; } }

.acms-form-error {
  border-color: #DC8D99;
  background: #FFF8F8;
  color: #C91032; }

.acms-text-error {
  display: block;
  color: #FF0000; }

.acms-form-width-full {
  width: 100%; }

.acms-form-width-3quarters {
  width: 75%; }

.acms-form-width-half {
  width: 50%; }

.acms-form-width-quarter {
  width: 25%; }

.acms-form-width-large {
  max-width: 540px;
  width: 100%; }

.acms-form-width-medium {
  max-width: 380px;
  width: 100%; }

.acms-form-width-small {
  max-width: 220px;
  width: 100%; }

.acms-form-width-mini {
  max-width: 140px;
  width: 100%; }

.acms-ico-checkbox,
.acms-ico-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: auto\9;
  height: auto\9;
  *width: auto;
  *height: auto;
  _width: auto;
  _height: auto; }

.acms-ico-checkbox {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat left top;
  background-size: 40px 60px;
  background-image: none\9;
  *background-image: none;
  _background-image: none; }

.acms-form-checkbox input:checked + .acms-ico-checkbox {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat left -20px;
  background-size: 40px 60px; }

.acms-form-checkbox input:disabled + .acms-ico-checkbox {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat left -40px;
  background-size: 40px 60px;
  cursor: not-allowed; }

.acms-ico-radio {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat -20px top;
  background-size: 40px 60px;
  background-image: none\9;
  *background-image: none;
  _background-image: none; }

.acms-form-radio input:checked + .acms-ico-radio {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat -20px -20px;
  background-size: 40px 60px; }

.acms-form-radio input:disabled + .acms-ico-radio {
  background: url("/themes/mdash_v3/acms-images/marker/ico_input.png") no-repeat -20px -40px;
  background-size: 40px 60px;
  cursor: not-allowed; }

.acms-form-checkbox,
.acms-form-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  position: static\9;
  *position: static;
  _position: static; }
  .acms-form-checkbox input,
  .acms-form-radio input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=100);
    position: static\9;
    *position: static;
    _position: static;
    opacity: 1\9; }

.acms-form-radio {
  padding: 3px 0 0 4px; }
  .acms-form-radio:before, .acms-form-radio::before {
    width: 16px;
    height: 16px;
    border-radius: 10px; }

.acms-btn-checkbox label,
.acms-btn-radio label {
  width: auto; }

.acms-btn-checkbox {
  display: none; }
  .acms-btn-checkbox + label {
    display: inline-block;
    position: relative;
    padding: 9px;
    border: 1px solid #CACECE;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    background-color: #FAFAFA; }
  .acms-btn-checkbox + label:active, .acms-btn-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .acms-btn-checkbox:checked + label {
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    background-color: #BBBBBB;
    color: #FFFFFF; }
  .acms-btn-checkbox:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
    font-size: 14px; }

.acms-btn-radio {
  display: none; }
  .acms-btn-radio + label {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    padding: 9px;
    border: 1px solid #CACECE;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    background-color: #FAFAFA; }
  .acms-btn-radio:checked + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    text-shadow: 0px;
    font-size: 32px; }
  .acms-btn-radio:checked + label {
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #BBBBBB;
    color: #FFFFFF; }
  .acms-btn-radio + label:active,
  .acms-btn-radio .acms-btn-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

@media (min-width: 600px) {
  .acms-form input[type="text"],
  .acms-form input[type="password"],
  .acms-form input[type="datetime"],
  .acms-form input[type="datetime-local"],
  .acms-form input[type="date"],
  .acms-form input[type="month"],
  .acms-form input[type="time"],
  .acms-form input[type="week"],
  .acms-form input[type="number"],
  .acms-form input[type="email"],
  .acms-form input[type="url"],
  .acms-form input[type="search"],
  .acms-form input[type="tel"],
  .acms-form input[type="color"] {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 4px; }
  .acms-form textarea {
    font-size: 13px; }
  .acms-form select {
    padding: 7px 10px;
    font-size: 11px;
    padding-right: 30px; } }
/* ------------------------------
 テ`ブル
------------------------------- */
.acms-table {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #DDD; }
  .acms-table th,
  .acms-table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #DDD; }
  .acms-table th {
    vertical-align: top;
    text-align: left; }
  .acms-table.acms-table-none {
    border-top: 0; }
  .acms-table.acms-table-none th, .acms-table.acms-table-none td {
    border-bottom: 0; }

.panel-body .acms-table th,
.panel-body .acms-table td {
  padding: 5px; }
.panel-body .acms-table .acms-table-container {
  padding: 10px 5px; }

.acms-table,
.acms-table:before,
.acms-table:after,
.acms-table-admin-edit,
.acms-table-admin-edit th,
.acms-table-admin-edit td,
.acms-table-heading,
.acms-table-heading th,
.acms-table-heading td,
.acms-admin-mini-table,
.acms-admin-mini-table tr,
.acms-admin-mini-table th,
.acms-admin-mini-table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-table-heading {
  border-top: 1px solid #CCCCCC; }
  .acms-table-heading th,
  .acms-table-heading td {
    border-bottom: 1px solid #CCCCCC; }
  .acms-table-heading th {
    padding: 5px 10px;
    border-top: solid 1px #25242C;
    background-color: #25242C;
    color: #FFFFFF;
    font-weight: normal; }

.acms-table-bordered {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD; }
  .acms-table-bordered th,
  .acms-table-bordered td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD; }

.acms-table-striped tr:nth-of-type(odd),
.acms-table-striped tr.odd {
  background: #FFF; }
.acms-table-striped tr:nth-of-type(even),
.acms-table-striped tr.even {
  background: #EEE; }

.acms-table-hover tr:hover td {
  background: #E3EEFC;
  cursor: pointer; }

.acms-table-hover-line tr:hover {
  background: #E3EEFC; }

.acms-table-edit {
  border-top: none; }
  .acms-table-edit th,
  .acms-table-edit td {
    vertical-align: middle; }
  .acms-table-edit th {
    text-align: right; }

@media screen and (max-width: 599px) {
  .acms-table-admin-edit thead th,
  .acms-table-admin-edit thead td,
  .acms-table-admin-edit tbody th,
  .acms-table-admin-edit tbody td {
    display: block;
    width: 100% !important;
    padding: 0; }
  .acms-table-admin-edit tbody th {
    padding: 10px 10px 5px;
    text-align: left; }
  .acms-table-admin-edit tbody td {
    padding: 0 10px 15px; }
  .acms-table-admin-edit tr:last-child td,
  .acms-table-admin-edit tr:last-child th {
    border-bottom: none !important; } }
.acms-table-sortable-active th,
.acms-table-sortable-active td,
.acms-table-sortable-active tr:nth-of-type(even) th,
.acms-table-sortable-active tr:nth-of-type(even) td,
.acms-table-sortable-active tr.even th,
.acms-table-sortable-active tr.even td {
  background-color: #FFFFFF; }

@media (max-width: 599px) {
  .acms-table-responsive {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .acms-table-responsive th, .acms-table-responsive td {
      white-space: nowrap; }

  .acms-table-entry th,
  .acms-table-entry td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .acms-table-entry th {
    padding-bottom: 0;
    text-align: left; }
  .acms-table-entry td {
    padding-top: 3px; }
  .acms-table-entry .detail-fade-body th,
  .acms-table-entry .detail-fade-body td {
    padding-left: 10px;
    padding-right: 10px; } }
.acms-table-admin {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC; }
  .acms-table-admin thead {
    border: none; }
  .acms-table-admin thead th {
    padding: 5px;
    font-size: 13px;
    font-weight: bold; }
  .acms-table-admin th,
  .acms-table-admin td {
    padding: 13px 10px;
    border-bottom: 1px solid #CCC;
    line-height: 1.3; }
  .acms-table-admin th {
    text-align: left; }
  .acms-table-admin td {
    background-color: #F2F2F4; }

.acms-table-admin-striped tr:nth-of-type(odd),
.acms-table-admin-striped tr.odd {
  background: #FFF; }
.acms-table-admin-striped tr:nth-of-type(even),
.acms-table-admin-striped tr.even {
  background: #F2F2F4; }

.acms-table-admin-edit {
  width: 100%;
  border-top: 1px solid #CCC;
  background: #F2F2F4; }
  .acms-table-admin-edit tr {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC; }
  .acms-table-admin-edit th {
    width: 270px;
    font-weight: bold;
    text-align: right;
    vertical-align: top; }
  .acms-table-admin-edit td,
  .acms-table-admin-edit th {
    padding: 5px 10px; }
  .acms-table-admin-edit tr:first-child td {
    padding: 5px 10px 15px; }
  .acms-table-admin-edit tr:first-child th {
    padding: 10px 10px 5px; }
  .acms-table-admin-edit tr:last-child td,
  .acms-table-admin-edit tr:last-child th {
    padding: 5px 10px 20px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit tr:only-child td,
  .acms-table-admin-edit tr:only-child th {
    padding: 10px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit thead tr:last-child td,
  .acms-table-admin-edit thead tr:last-child th {
    padding: 5px 10px 5px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit tbody tr:last-child th {
    padding: 10px 10px 5px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit tr:last-child td {
    padding: 5px 10px 15px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit tfoot tr:last-child td,
  .acms-table-admin-edit tfoot tr:last-child th {
    padding: 5px 10px 20px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit table {
    width: 100%; }
    .acms-table-admin-edit table th,
    .acms-table-admin-edit table td,
    .acms-table-admin-edit table tr,
    .acms-table-admin-edit table tr:first-child th,
    .acms-table-admin-edit table tr:first-child td,
    .acms-table-admin-edit table tr:last-child th,
    .acms-table-admin-edit table tr:last-child td {
      padding: 5px 10px !important;
      border: none !important; }
  @media (min-width: 600px) {
    .acms-table-admin-edit tr {
      border-bottom: 0; }
    .acms-table-admin-edit tr:first-child th, .acms-table-admin-edit tr:first-child td {
      padding: 20px 10px 5px; }
    .acms-table-admin-edit tbody tr:last-child th,
    .acms-table-admin-edit tr:last-child th,
    .acms-table-admin-edit tr:last-child td {
      padding: 5px 10px 20px; }
    .acms-table-admin-edit tbody tr:only-child th,
    .acms-table-admin-edit tr:only-child th,
    .acms-table-admin-edit tr:only-child td {
      padding: 10px; } }

.acms-tabs-panel .acms-table-admin-edit {
  border: 0; }
  .acms-tabs-panel .acms-table-admin-edit tr {
    border: 0; }
    .acms-tabs-panel .acms-table-admin-edit tr:last-child th,
    .acms-tabs-panel .acms-table-admin-edit tr:last-child td {
      border: 0; }

.acms-table-admin-edit-bordered {
  width: 100%;
  border-top: 1px solid #CCC;
  background: #F2F2F4; }
  .acms-table-admin-edit-bordered tr {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC; }
  .acms-table-admin-edit-bordered th {
    max-width: 270px;
    font-weight: bold;
    text-align: right;
    vertical-align: top; }
  .acms-table-admin-edit-bordered td,
  .acms-table-admin-edit-bordered th {
    padding: 5px 10px; }
  .acms-table-admin-edit-bordered tr:first-child th {
    padding-top: 10px; }
  .acms-table-admin-edit-bordered tr:first-child td {
    padding-bottom: 15px; }
  .acms-table-admin-edit-bordered tr:last-child th {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit-bordered tr:last-child td {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit-bordered thead tr:last-child th, .acms-table-admin-edit-bordered thead tr:last-child td {
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit-bordered tbody tr:last-child th,
  .acms-table-admin-edit-bordered tbody tr:last-child td,
  .acms-table-admin-edit-bordered tfoot tr:last-child th,
  .acms-table-admin-edit-bordered tfoot tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC; }
  .acms-table-admin-edit-bordered table th,
  .acms-table-admin-edit-bordered table td,
  .acms-table-admin-edit-bordered table tr,
  .acms-table-admin-edit-bordered table tr:first-child th,
  .acms-table-admin-edit-bordered table tr:first-child td,
  .acms-table-admin-edit-bordered table tr:last-child th,
  .acms-table-admin-edit-bordered table tr:last-child td {
    padding: 5px 10px !important;
    border: none !important; }
  @media (min-width: 600px) {
    .acms-table-admin-edit-bordered tr:first-child td {
      padding-top: 10px;
      padding-bottom: 5px; }
    .acms-table-admin-edit-bordered tr:last-child th,
    .acms-table-admin-edit-bordered tr:last-child td {
      padding-bottom: 5px;
      padding-bottom: 10px; } }

.acms-table-admin-edit table tr {
  border: none\9; }

.acms-admin-mini-table {
  width: 100%;
  margin: 0 0 30px 0; }
  .acms-admin-mini-table thead {
    background: #FFF;
    border-bottom: 2px solid #CCCCCC; }
  .acms-admin-mini-table tr,
  .acms-admin-mini-table td,
  .acms-admin-mini-table th {
    padding: 7px 10px; }
  .acms-admin-mini-table th {
    text-align: left; }
  .acms-admin-mini-table td {
    *border-bottom: 1px solid #CCC;
    _border-bottom: 1px solid #CCC; }
  .acms-admin-mini-table tbody tr:nth-of-type(odd) td {
    background: #F7F7F8; }
  .acms-admin-mini-table tbody tr:nth-of-type(even) td {
    background: #FFFFFF; }
  .acms-admin-mini-table tbody {
    border-bottom: 1px solid #CCC; }
  .acms-admin-mini-table + p {
    margin-top: -15px; }
  .acms-admin-mini-table .acms-admin-mini-table-action {
    width: 80px; }
  .acms-admin-mini-table .acms-admin-mini-table-import-action {
    width: 120px; }
  .acms-admin-mini-table ul {
    margin-bottom: 0;
    padding-left: 1em; }

.acms-table .acms-table-action {
  width: 50px; }

.acms-table-info th, .acms-table-info td, .acms-table-info, .acms-table-hover .acms-table-info:hover th, .acms-table-hover .acms-table-info:hover td, .acms-table-hover .acms-table-info:hover {
  background: #BCCCE2; }

.acms-table-success th, .acms-table-success td, .acms-table-success, .acms-table-hover .acms-table-success:hover th, .acms-table-hover .acms-table-success:hover td, .acms-table-hover .acms-table-success:hover {
  background: #AAD9CD; }

.acms-table-warning th, .acms-table-warning td, .acms-table-warning, .acms-table-hover .acms-table-warning:hover th, .acms-table-hover .acms-table-warning:hover td, .acms-table-hover .acms-table-warning:hover {
  background: #E1D7BB; }

.acms-table-danger th, .acms-table-danger td, .acms-table-danger, .acms-table-hover .acms-table-danger:hover th, .acms-table-hover .acms-table-danger:hover td, .acms-table-hover .acms-table-danger:hover {
  background: #E1BCC4; }

.acms-table-admin-edit .acms-table-center,
.acms-table-admin .acms-table-center,
.acms-table-center {
  text-align: center; }

.acms-table-admin-edit .acms-table-left,
.acms-table-admin .acms-table-left,
.acms-table-left {
  text-align: left; }

.acms-table-nowrap {
  white-space: nowrap; }

/* ------------------------------  
 タイトル
------------------------------- */
.acms-heading {
  margin-bottom: 10px;
  padding: 5px 0;
  color: #333;
  font-size: 18px;
  border-bottom: 2px solid #333; }
  .acms-heading a {
    color: inherit;
    text-decoration: none; }

.acms-page-header {
  margin-top: 45px;
  margin-bottom: 10px;
  border-bottom: 2px solid #333; }
  .acms-page-header a {
    color: inherit;
    text-decoration: none; }
  .acms-page-header .acms-page-heading {
    font-size: 28px; }

/* ------------------------------  
 リスト
------------------------------- */
.acms-list-group-heading {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333; }
  .acms-list-group-heading a {
    color: inherit;
    text-decoration: none; }

.acms-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5; }
  .acms-list-group-heading + .acms-list-group {
    border-top: 0; }
  .acms-list-group + .acms-list-group {
    margin: 0 0 10px 0; }

.acms-list-group-item {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #E5E5E5; }
  a .acms-list-group-item:hover {
    background: #EEE; }
  a .acms-list-group-item:hover, a .acms-list-group-item:visited, a .acms-list-group-item:active, a .acms-list-group-item:focus {
    color: #333;
    text-decoration: none; }

.acms-list-group-title-link {
  margin: 0 10px;
  text-decoration: none; }
  .acms-list-group-title-link:hover, .acms-list-group-title-link:visited, .acms-list-group-title-link:active, .acms-list-group-title-link:focus {
    text-decoration: underline; }

/* ------------------------------
 ラベル
------------------------------- */
.acms-label {
  padding: 3px 7px;
  border-radius: 3px;
  background-color: #999999;
  color: #FFF;
  font-size: 10px;
  vertical-align: middle; }
  .acms-label a {
    color: #FFF !important; }
  a .acms-label:hover {
    color: #FFF;
    text-decoration: none;
    background: #6e6e6e;
    cursor: pointer; }
  a .acms-label:visited, .acms-label:active, .acms-label:focus {
    color: #FFF; }

.acms-label-large {
  font-size: 16px; }

.acms-label-group .acms-label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.acms-label-group .acms-label:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.acms-label-group .acms-label-side:first-child {
  border-right: 1px solid #FFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.acms-label-group .acms-label-side:last-child {
  border-left: 1px solid #FFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.acms-label-success {
  background-color: #4AC0A4; }
  a .acms-label-success:hover {
    background: #2e8570; }
  a .acms-label-success:visited, .acms-label-success:active, .acms-label-success:focus {
    color: #FFF; }

.acms-label-info {
  background-color: #7096cd; }
  a .acms-label-info:hover {
    background: #3b68ab; }
  a .acms-label-info:visited, .acms-label-info:active, .acms-label-info:focus {
    color: #FFF; }

.acms-label-warning {
  background-color: #cdb770; }
  a .acms-label-warning:hover {
    background: #ab903b; }
  a .acms-label-warning:visited, .acms-label-warning:active, .acms-label-warning:focus {
    color: #FFF; }

.acms-label-danger {
  background-color: #cd7086; }
  a .acms-label-danger:hover {
    background: #ab3b56; }
  a .acms-label-danger:visited, .acms-label-danger:active, .acms-label-danger:focus {
    color: #FFF; }

.acms-admin-labelbox {
  min-width: 55px; }

/* ------------------------------  
 バッジ
------------------------------- */
.acms-badge {
  padding: 3px 7px;
  color: #FFF;
  font-size: 10px;
  border-radius: 10px;
  background-color: #999999; }

.acms-badge-success {
  background-color: #4AC0A4; }

.acms-badge-info {
  background-color: #7096cd; }

.acms-badge-warning {
  background-color: #cdb770; }

.acms-badge-danger {
  background-color: #cd7086; }

/* 覚JC嬬喘バッジ */
.acms-badge-approval {
  background-color: #E20020; }

/* ------------------------------  
 パネル
------------------------------- */
.acms-panel {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }

.acms-panel-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f0f0f0; }

.acms-panel-body + .acms-panel-header {
  border-top: 1px solid #d9d9d9; }

.acms-panel-header [class*='acms-icon'] {
  font-size: 20px; }

.acms-panel-title {
  margin: 0;
  font-size: 15px; }
  .acms-panel-title > a {
    color: inherit; }
    .acms-panel-title > a:hover {
      color: inherit;
      opacity: 0.6; }

.acms-panel-body {
  padding: 10px; }

.acms-panel-footer {
  padding: 10px;
  border-top: 1px solid #DDD; }

.acms-panel-info.acms-panel {
  border-color: #bbcde8; }
.acms-panel-info .acms-panel-header,
.acms-panel-info .acms-panel-header a {
  border-color: #bbcde8;
  background-color: #e9eff7;
  color: #7096cd; }
.acms-panel-info .acms-panel-footer {
  border-color: #bbcde8; }

.acms-panel-danger.acms-panel {
  border-color: #e8bbc6; }
.acms-panel-danger .acms-panel-header,
.acms-panel-danger .acms-panel-header a {
  border-color: #e8bbc6;
  background-color: #f7e9ec;
  color: #cd7086; }
.acms-panel-danger .acms-panel-footer {
  border-color: #e8bbc6; }

/* ------------------------------
 ユニットグル`プ
------------------------------- */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none; }

/* ---------------
 啜張侫`ム
--------------- */
/* ---------------
 光コンテンツ(鮫顱仇蹇啝など)燕幣O協
--------------- */
/* 耶原鮫馘籌達┐まかせ */
/* 耶原鮫馘籌達恣 */
.column-image-left,
.column-media-left {
  display: inline;
  float: left;
  margin-bottom: 10px; }

/* 耶原鮫馘籌達嘔 */
.column-image-right,
.column-media-right {
  display: inline;
  float: right;
  margin-bottom: 10px; }

/* 耶原鮫馘籌達嶄刹 */
.column-image-center,
.column-media-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center; }

/* ファイル塘崔┐まかせ */
/* ファイル塘崔恣 */
.column-file-left {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

/* ファイル塘崔嘔 */
.column-file-right {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }

/* ファイル塘崔嶄刹 */
.column-file-center {
  float: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center; }

/* 仇軼籌達┐まかせ */
.column-map-auto {
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* 仇軼籌達恣 */
.column-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* 仇軼籌達嘔 */
.column-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* 仇軼籌達嶄刹 */
.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* yahoo仇軼籌達┐まかせ */
.column-yolp-auto {
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* yahoo仇軼籌達恣 */
.column-yolp-left {
  float: left;
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* yahoo仇軼籌達嘔 */
.column-yolp-right {
  float: right;
  margin-bottom: 10px;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* yahoo仇軼籌達嶄刹 */
.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  /*macie?*/
  overflow: hidden;
  /*macie*/ }

/* YouTube塘崔 (おまかせ) */
/* YouTube塘崔 (恣) */
.column-youtube-left,
.column-video-left {
  display: inline;
  float: left; }

/* YouTube塘崔 (嘔) */
.column-youtube-right,
.column-video-right {
  display: inline;
  float: right; }

/* YouTube塘崔 (嶄刹) */
.column-youtube-center,
.column-video-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* 鮫URL塘崔┐まかせ */
/* 鮫URL塘崔恣 */
.column-eximage-left {
  display: inline;
  float: left; }

/* 鮫URL塘崔嘔 */
.column-eximage-right {
  display: inline;
  float: right; }

/* 鮫URL塘崔嶄刹 */
.column-eximage-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* 哈喘塘崔┐まかせ */
/* 哈喘塘崔恣 */
.column-quote-left {
  float: left; }

/* 哈喘塘崔嘔 */
.column-quote-right {
  float: right; }

.column-quote-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

[class*='column-quote-'] {
  margin: 0 10px;
  /* 哈喘ユニット鮫 */
  /* 哈喘ユニットテキスト */ }
  [class*='column-quote-'] blockquote {
    padding: 20px 10px 20px 20px; }
  [class*='column-quote-'] .quoteImageContainer {
    position: relative;
    float: left;
    max-width: 154px;
    margin-right: 25px; }
  [class*='column-quote-'] .quoteImage {
    display: block;
    max-width: 100%;
    height: auto; }
  [class*='column-quote-'] .quoteTitle {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4; }
  [class*='column-quote-'] .quoteTitleLink {
    color: #006CD8; }
  [class*='column-quote-'] .quoteSiteName {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 11px;
    color: #666; }
  [class*='column-quote-'] .quoteDescription {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #333; }

/* 鮫颪臨邊鷏 */
[class*='column-image-'],
[class*='column-media-'] {
  max-width: 100%; }

/* メディア リンク */
[class*='column-media-'] a {
  display: block;
  text-align: center; }

.acms-entry {
  /* ユニットの勣殆の了崔{屁 */ }
  .acms-entry [class*='acms-col-'] {
    padding: 0; }
  .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry dl {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
  .acms-entry p {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .acms-entry .entry-container {
    margin-left: 10px;
    margin-right: 10px; }

/* ユニットのg侯 */
.acms-entry [class*='column-image-'].nocaption,
.acms-entry [class*='column-media-'].nocaption,
.acms-entry [class*='column-yolp-'],
.acms-entry [class*='column-youtube-'],
.acms-entry [class*='column-video-'],
.acms-entry [class*='column-eximage-'].nocaption {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.acms-entry [class*='column-map-'] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }
  .acms-entry [class*='column-map-'] > div {
    max-width: 100%; }
.acms-entry [class*='column-image-'],
.acms-entry [class*='column-media-'],
.acms-entry [class*='column-eximage-'] {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .acms-entry [class*='column-image-'] a,
  .acms-entry [class*='column-media-'] a,
  .acms-entry [class*='column-eximage-'] a {
    display: block; }
  .acms-entry [class*='column-image-'] .caption,
  .acms-entry [class*='column-media-'] .caption,
  .acms-entry [class*='column-eximage-'] .caption {
    padding: 0; }

[class*='column-image-'] img,
[class*='column-media-'] img,
[class*='column-eximage-'] img {
  width: auto\9;
  height: auto;
  max-width: 100%; }

/* 鮫騅鷦弔 */
.column-image-left,
.column-media-left,
.column-eximage-left {
  float: left;
  margin-right: 0; }

@media (max-width: 319px) {
  .acms-grid-r .column-image-left,
  .acms-grid-r .column-image-right,
  .acms-grid-r .column-media-left,
  .acms-grid-r .column-media-right,
  .acms-grid-r .column-eximage-left,
  .acms-grid-r .column-eximage-right {
    float: none; } }
/* スマ`トフォンのときのエントリ`坪スタイル */
@media (max-width: 319px) {
  /* エントリ`坪鮫颯汽ぅ */
  .acms-grid-r [class*='column-image-'],
  .acms-grid-r [class*='column-media-'],
  .acms-grid-r [class*='column-eximage-'] {
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important; }
    .acms-grid-r [class*='column-image-'] img,
    .acms-grid-r [class*='column-media-'] img,
    .acms-grid-r [class*='column-eximage-'] img {
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

  [class*='column-map-'],
  [class*='column-yolp-'] {
    width: auto !important;
    max-width: 100%; }

  [class*='column-map-'] > div,
  [class*='column-yolp-'] > div {
    max-width: 100%; }

  [class*='column-yolp-'] > div {
    width: 100% !important; }

  [class*='column-eximage-'] {
    width: auto !important; }

  [class*='column-youtube-'],
  [class*='column-video-'] {
    display: block;
    width: 100% !important;
    max-width: 100%; } }
.acms-entry-unit-full [class*='column-image-'], .acms-entry-unit-full [class*='column-media-'], .acms-entry-unit-full [class*='column-map-'], .acms-entry-unit-full [class*='column-eximage-'], .acms-entry-unit-full [class*='column-youtube-'], .acms-entry-unit-full [class*='column-video-'] {
  width: 100% !important;
  max-width: 100%; }

/* YouTube啝をレスポンシブ鬉気擦襪燭瓩林峰 */
.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .column-youtube iframe,
  .column-youtube object,
  .column-youtube embed,
  .column-iframe iframe,
  .column-iframe object,
  .column-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

[class*='column-map-'] > img {
  max-width: 100%; }

/* 仇蹈罐縫奪箸離▲ぅ灰鵑燐{屁 */
[class*='column-map-'] img,
[class*='column-yolp-'] img {
  width: auto;
  height: auto; }

/* Yahoo仇 */
[class*='column-yolp-'] {
  width: auto !important; }

/* ---------------
 ユニット
--------------- */
.entryFormColumnBody .entryFormFileentryFormImages,
.entryFormColumnBody .formColumnMapTd {
  padding-right: 10px !important; }

/* ---------------
 碧
--------------- */
/* 碧Y惚のハイライト
---------------*/
.highlight1 {
  background-color: #FFFF66;
  color: #000000; }

.highlight2 {
  background-color: #a0FFFF;
  color: #000000; }

.highlight3 {
  background-color: #99FF99;
  color: #000000; }

.highlight4 {
  background-color: #FF9999;
  color: #000000; }

.highlight5 {
  background-color: #FF66FF;
  color: #000000; }

.highlight6 {
  background-color: #880000;
  color: #000000; }

/* ------------------------------  
 サムネイル
------------------------------- */
.acms-img-rounded,
.acms-img-rounded img {
  max-width: 100%;
  border-radius: 6px; }
  .acms-img-rounded .acms-img-caption,
  .acms-img-rounded img .acms-img-caption {
    border-radius: 0 0 6px 6px; }

.acms-img-shadow {
  max-width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }

.acms-img-bordered {
  max-width: 100%;
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF; }

.acms-img-captionBox {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }
  .acms-img-captionBox:hover .acms-img-hover {
    opacity: 1; }

.acms-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 20px 12px;
  background: #333333;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF; }

.acms-img-captionBox img {
  display: block;
  max-width: 100%;
  height: auto; }

.acms-img-hover {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.acms-thumbnail {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #333;
  text-decoration: none; }
  .acms-thumbnail img {
    max-width: 100%; }
  .acms-thumbnail:hover {
    border: 1px solid #CCC;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  a .acms-thumbnail:hover {
    color: #666; }

/* ------------------------------
 リスト
------------------------------- */
.acms-summary {
  display: table;
  width: 100%; }
  .acms-summary + .acms-summary {
    margin-top: 10px; }

.acms-summary-image {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top; }
  .acms-summary-image + .acms-summary-body {
    padding-left: 10px; }
  .acms-summary-image .acms-summary-body + {
    padding-right: 10px; }

.acms-summary-body {
  display: table-cell;
  width: 100%;
  vertical-align: top; }

.acms-summary-heading {
  margin: 0 0 10px 0; }

/* ------------------------------  
 ナビゲ`ション
------------------------------- */
.acms-navbar {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  list-style: none outside none;
  _text-align: center;
  z-index: 20;
  /* リストの1粁朕 */
  /* 2粁朕參週 */
  /* 3粁朕參週 */ }
  .acms-navbar ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    list-style: none; }
  .acms-navbar a:link,
  .acms-navbar a:visited,
  .acms-navbar a:hover,
  .acms-navbar a:active,
  .acms-navbar #viewing {
    display: block;
    _display: inline-block;
    padding: 0 30px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0 !important;
    line-height: 4.5; }
  .acms-navbar a:hover,
  .acms-navbar #viewing {
    background: #808080;
    text-decoration: none; }
  .acms-navbar .stay a,
  .acms-navbar a:active {
    background: #666666; }
  .acms-navbar #viewing {
    background: #EEEEEE; }
  .acms-navbar li {
    position: relative;
    top: 0;
    white-space: nowrap;
    font-weight: bold;
    border-left: solid 1px #CCC; }
    .acms-navbar li:last-child {
      border-right: solid 1px #CCC; }
  .acms-navbar ul ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: auto;
    padding: 0;
    z-index: 10; }
    .acms-navbar ul ul li {
      position: relative;
      clear: left;
      width: 100%;
      height: 40px;
      border-left: none;
      border-right: none;
      font-size: 13px; }
    .acms-navbar ul ul a {
      *width: 240px;
      height: 40px !important;
      padding: 0 20px;
      border-top: solid 1px #333333;
      border-bottom: solid 1px #999999;
      background: #333333;
      font-size: 13px;
      *overflow: visible;
      line-height: 3.0 !important; }
      .acms-navbar ul ul a:hover {
        background-color: #808080; }
  .acms-navbar ul li.stay ul a {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    background-color: #333333; }
    .acms-navbar ul li.stay ul a:hover {
      background-color: #808080; }
  .acms-navbar ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%; }
    .acms-navbar ul ul ul a {
      background: #222222;
      border-top: solid 1px #333333;
      border-bottom: solid 1px #999999; }

.acms-navbar ul li:hover > ul {
  display: block; }

* + html .acms-navbar ul li ul a {
  /*IE喘*/
  width: 200px;
  /*94-10-10-1-1パディングとボ`ダ`の蛍を哈いた*/
  white-space: normal;
  /*嫌に鬉犬童槻*/ }

@media (min-width: 600px) {
  .acms-navbar {
    height: 60px;
    /* 2粁朕參週 */ }
    .acms-navbar ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: block;
      width: 940px; }
    .acms-navbar li {
      float: left; }
    .acms-navbar a:link,
    .acms-navbar a:visited,
    .acms-navbar a:hover,
    .acms-navbar a:active,
    .acms-navbar #viewing {
      height: 60px; }
    .acms-navbar ul ul {
      position: absolute;
      top: 60px;
      left: 0; }
      .acms-navbar ul ul li {
        position: relative;
        width: 100%;
        height: 40px; }
      .acms-navbar ul ul a {
        *width: 240px;
        height: 40px !important;
        padding: 0 20px; } }
.acms-navbar-admin {
  _display: inline-table;
  height: 30px;
  padding: 0 20px;
  zoom: 1; }
  .acms-navbar-admin:before, .acms-navbar-admin:after {
    content: " ";
    display: table; }
  .acms-navbar-admin:after {
    clear: both; }

/* ナビゲ`ションリンク */
.acms-navbar-admin-nav {
  float: left;
  margin: 0;
  padding-left: 0; }
  .acms-navbar-admin-nav > li {
    float: left;
    margin-left: 20px;
    list-style: none; }
    .acms-navbar-admin-nav > li a {
      display: inline-block;
      padding-top: 6px;
      padding-bottom: 6px;
      line-height: 1.2; }
    .acms-navbar-admin-nav > li .acms-btn {
      padding: 8px 10px; }

/* 嘔篠せ */
.acms-navbar-admin-right {
  float: right; }

/* ------------------------------  
 サイドバ`
------------------------------- */
.acms-sidebar {
  padding-bottom: 40px; }
  .acms-sidebar ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .acms-sidebar dl {
    margin-top: 0; }
  .acms-sidebar dd {
    margin: 0; }

/* タイトル */
.acms-sidebar-title {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #15141c;
  color: #999; }
  @media (min-width: 600px) {
    .acms-sidebar-title {
      padding: 5px 20px;
      border-top: 1px solid #666;
      font-size: 11px;
      background-color: inherit;
      color: #fff; } }

/* リンク */
.acms-sidebar-link a {
  display: block;
  padding: 11px 20px;
  line-height: 1.2; }
  .acms-sidebar-link a:hover {
    background-color: #4F4F4F;
    color: #E0E0E0; }
.acms-sidebar-link .stay,
.acms-sidebar-link .stay a:hover {
  background-color: #FFF; }
.acms-sidebar-link .stay a {
  color: #333; }

.acms-sidebar-childlink {
  background: #353438; }

.acms-sidebar-sp {
  display: block; }
  @media (min-width: 600px) {
    .acms-sidebar-sp {
      display: none; } }
  .acms-sidebar-sp p {
    margin: 0; }
  .acms-sidebar-sp li {
    border-bottom: solid 1px #FFFFFF; }
  .acms-sidebar-sp .acms-sidebar-box {
    padding: 15px 20px;
    border-bottom: solid 1px #FFFFFF; }
  .acms-sidebar-sp .acms-dropdown a {
    background: url("/themes/mdash_v3/acms-images/marker/arrow_white03.png") no-repeat 95% center; }

/* ------------------------------  
 トピックパス
------------------------------- */
.acms-topicpath {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  line-height: 1; }
  @media (max-width: 599px) {
    .acms-topicpath.acms-float-right {
      float: none; } }
  .acms-topicpath li {
    float: left;
    margin-right: 5px;
    color: #999999; }
    .acms-topicpath li + li:before {
      content: "/";
      margin-right: 5px;
      color: #999999; }
  .acms-topicpath a {
    color: #333333;
    font-size: 11px;
    line-height: 1; }
    .acms-topicpath a:link {
      text-decoration: none; }
    .acms-topicpath a:hover {
      text-decoration: underline; }

/* ------------------------------  
 ペ`ジャ`
------------------------------- */
.acms-pager {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 13px;
  color: #333; }
  .acms-pager:before, .acms-pager:after {
    content: " ";
    display: table; }
  .acms-pager:after {
    clear: both; }
  .acms-pager li {
    float: left;
    margin-left: 4px;
    text-align: center; }
    .acms-pager li:first-child {
      margin-left: 0; }
    .acms-pager li > a:link {
      text-decoration: none; }
    .acms-pager li span > a, .acms-pager li.cur span,
    .acms-pager li > a {
      display: inline-block;
      padding: 14px 10px;
      border: 1px solid #A7A7AA;
      border-radius: 3px;
      background-color: #CCCCCC;
      text-decoration: none;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      background-color: #E1E1E1;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E1E1E1', GradientType=0);
      background-image: -moz-linear-gradient(top, #F9F9F9, #E1E1E1);
      background-image: -ms-linear-gradient(top, #F9F9F9, #E1E1E1);
      background-image: -o-linear-gradient(top, #F9F9F9, #E1E1E1);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#F9F9F9), to(#E1E1E1));
      background-image: -webkit-linear-gradient(top, #F9F9F9, #E1E1E1);
      background-image: linear-gradient(top, #F9F9F9, #E1E1E1);
      color: #333;
      padding: 14px;
      color: #333; }
    .acms-pager li a:hover {
      background-color: #E1E1E1;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E1E1E1', GradientType=0);
      background-image: -moz-linear-gradient(top, #FCFCFC, #E1E1E1);
      background-image: -ms-linear-gradient(top, #FCFCFC, #E1E1E1);
      background-image: -o-linear-gradient(top, #FCFCFC, #E1E1E1);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#FCFCFC), to(#E1E1E1));
      background-image: -webkit-linear-gradient(top, #FCFCFC, #E1E1E1);
      background-image: linear-gradient(top, #FCFCFC, #E1E1E1);
      color: #333;
      border: solid 1px #868688;
      text-decoration: none; }
    .acms-pager li.cur span {
      border: 1px solid #AAA;
      background: #CCCCCC;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#CCCCCC)', endColorstr='argb(#CCCCCC)', GradientType=0);
      text-decoration: none; }
    .acms-pager li > a:active {
      border: 1px solid #AAA;
      background-color: #E1E1E1;
      box-shadow: inset 0 1px 2px #B2B2B2;
      color: #333;
      text-decoration: none; }

@media (min-width: 600px) {
  .acms-pager {
    margin-left: 0;
    margin-right: 0; }
    .acms-pager li span > a, .acms-pager li.cur span,
    .acms-pager li > a {
      padding: 7px 10px;
      font-size: 11px; } }
/* ------------------------------  
 アラ`ト
------------------------------- */
.acms-alert {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #737373;
  background: #bfbfbf;
  border-radius: 5px;
  color: #4d4d4d;
  -webkit-animation: anime1 2s ease 1 alternate;
  -moz-animation: anime1 2s ease 1 alternate;
  -o-animation: anime1 2s ease 1 alternate;
  animation: anime1 2s ease 1 alternate; }

@-moz-keyframes anime1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes anime1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.acms-alert-info {
  border: 1px solid #7096cd;
  background: #cedbee;
  color: #7096cd; }
  .acms-alert-info .js-acms-alert-close {
    color: #7096cd; }

.acms-alert-danger {
  border: 1px solid #cd7086;
  background: #eeced6;
  color: #cd7086; }
  .acms-alert-danger .js-acms-alert-close {
    color: #cd7086; }

.js-acms-alert-close {
  float: right;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  font-size: 14px;
  padding: 0;
  margin-top: -3px; }

/* ------------------------------  
 タイムライン
------------------------------- */
.acms-timeline {
  list-style: none;
  position: relative;
  padding-left: 20px; }
  .acms-timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #DDD; }

.acms-timeline-mark {
  position: absolute;
  left: -55px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15); }

.acms-timeline-side {
  position: relative;
  left: -15px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15); }

.acms-timeline-label {
  padding: 5px 10px;
  font-size: 14px; }

.acms-timeline-status-label {
  float: left;
  margin-right: 10px;
  line-height: 1.2; }

.acms-timeline-item-group {
  list-style: none;
  margin-top: 30px; }

.acms-timeline-item {
  position: relative; }

.acms-timeline-panel {
  margin: 5px 0 20px;
  padding: 10px;
  border: 1px solid #DDD; }
  .acms-timeline-panel [class*='acms-icon'] {
    font-size: inherit; }

.acms-timeline-time {
  float: right;
  color: #AAA; }

.acms-panel.acms-timeline-panel {
  padding: 0; }

/* ------------------------------  
 ボタングル`プ
------------------------------- */
.acms-btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .acms-btn-group > .js-acms-dropdown-toggle:not(:first-child) {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* ------------------------------  
 ドロップダウンメニュ`
------------------------------- */
.js-acms-dropdown-toggle {
  position: relative;
  margin: 0;
  outline: 0; }

.acms-btn-group .js-acms-dropdown-btn {
  position: absolute;
  top: 0; }

.js-acms-dropdown-toggle .acms-btn-admin:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.js-acms-dropdown-toggle .acms-btn-admin:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; }

.js-acms-dropdown-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 160px;
  margin: 2px 0;
  padding: 5px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #FFFFFF;
  background-clip: padding-box;
  border: solid 1px #CCCCCC\9;
  *border: solid 1px #CCCCCC;
  _border: solid 1px #CCCCCC; }
  .js-acms-dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap; }
  .js-acms-dropdown-menu a:link,
  .js-acms-dropdown-menu a:visited {
    color: #333333; }
  .js-acms-dropdown-menu a:hover {
    background: #5e5e5e;
    color: #FFFFFF; }
  .js-acms-dropdown-menu > li.acms-divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5; }
  .acms-dropdown-right .js-acms-dropdown-menu {
    left: inherit;
    right: 0; }

.acms-dropdown-title {
  padding: 3px 20px;
  color: #999999; }

.acms-arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 4px solid #000000;
  border-color: transparent;
  border-top-color: #999999; }

.acms-btn-group .acms-arrow-bottom {
  margin-left: 0; }

/* ------------------------------  
 ツ`ルチップ
------------------------------- */
.acms-tooltip {
  position: absolute;
  display: inline-block;
  padding: 6px 10px;
  max-width: 300px;
  background: #333333;
  color: #FFF;
  border-radius: 4px;
  opacity: 0.9;
  font-size: 11px;
  z-index: 1000000; }

.acms-tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #333;
  top: 100%;
  left: 50%;
  margin-left: -5px; }

.acms-tooltip.bottom:after {
  border-top-color: transparent;
  border-bottom-color: #333;
  top: 0;
  margin-top: -10px; }

.acms-tooltip.right:after {
  border-top-color: transparent;
  border-right-color: #333;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -5px;
  margin-left: 0; }

.acms-tooltip.left:after {
  border-top-color: transparent;
  border-left-color: #333;
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -5px;
  margin-left: 0; }

.acms-table-admin-edit .acms-icon-tooltip {
  margin-left: 10px;
  cursor: pointer; }

@media (max-width: 599px) {
  .acms-tooltip {
    left: 0 !important;
    max-width: 150px; } }
/* ------------------------------  
 タブ
------------------------------- */
.acms-tabs .acms-tabs-panel {
  padding: 10px;
  border: 1px solid #CFCFCF;
  background: #F2F2F4; }
.acms-tabs .js-acms_tabs,
.acms-tabs .js-acms_admin_tabs {
  margin: 0;
  padding: 0; }
  .acms-tabs .js-acms_tabs:before, .acms-tabs .js-acms_tabs:after,
  .acms-tabs .js-acms_admin_tabs:before,
  .acms-tabs .js-acms_admin_tabs:after {
    content: " ";
    display: table; }
  .acms-tabs .js-acms_tabs:after,
  .acms-tabs .js-acms_admin_tabs:after {
    clear: both; }
  .acms-tabs .js-acms_tabs li,
  .acms-tabs .js-acms_admin_tabs li {
    list-style: none;
    float: left;
    margin-right: 2px; }
    .acms-tabs .js-acms_tabs li:first-child,
    .acms-tabs .js-acms_admin_tabs li:first-child {
      margin-left: 10px; }
  .acms-tabs .js-acms_tabs a,
  .acms-tabs .js-acms_admin_tabs a {
    display: block;
    padding: 10px 8px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-radius: 3px 3px 0 0; }
    .acms-tabs .js-acms_tabs a:hover,
    .acms-tabs .js-acms_admin_tabs a:hover {
      color: #666666;
      background: #F2F2F4; }
    .acms-tabs .js-acms_tabs a.js-acms_tab-active,
    .acms-tabs .js-acms_admin_tabs a.js-acms_tab-active {
      color: #006DEC;
      background: #F2F2F4;
      position: relative; }
      .acms-tabs .js-acms_tabs a.js-acms_tab-active:before,
      .acms-tabs .js-acms_admin_tabs a.js-acms_tab-active:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #F2F2F4; }

.acms-tabs-inverse .acms-tabs-panel {
  padding: 10px;
  background: #FFF; }
.acms-tabs-inverse .js-acms_tabs,
.acms-tabs-inverse .js-acms_admin_tabs {
  margin: 0;
  padding: 0; }
  .acms-tabs-inverse .js-acms_tabs:before, .acms-tabs-inverse .js-acms_tabs:after,
  .acms-tabs-inverse .js-acms_admin_tabs:before,
  .acms-tabs-inverse .js-acms_admin_tabs:after {
    content: " ";
    display: table; }
  .acms-tabs-inverse .js-acms_tabs:after,
  .acms-tabs-inverse .js-acms_admin_tabs:after {
    clear: both; }
  .acms-tabs-inverse .js-acms_tabs li,
  .acms-tabs-inverse .js-acms_admin_tabs li {
    list-style: none;
    float: left;
    margin-right: 2px; }
    .acms-tabs-inverse .js-acms_tabs li:first-child,
    .acms-tabs-inverse .js-acms_admin_tabs li:first-child {
      margin-left: 10px; }
  .acms-tabs-inverse .js-acms_tabs a,
  .acms-tabs-inverse .js-acms_admin_tabs a {
    display: block;
    padding: 10px 8px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 3px 3px 0 0;
    background: #F2F2F4; }
    .acms-tabs-inverse .js-acms_tabs a:hover,
    .acms-tabs-inverse .js-acms_admin_tabs a:hover {
      text-decoration: none;
      background: #FFF;
      border-bottom: 1px solid #FFF; }
    .acms-tabs-inverse .js-acms_tabs a.js-acms_tab-active,
    .acms-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active {
      background: #FFF;
      border-bottom: 1px solid #FFF; }

.acms-tabs-panel > .acms-admin-title2 {
  margin-top: 0; }

.acms-tabs-panel .acms-admin-title2 + .acms-table-admin-edit {
  margin-bottom: 10px; }

/* ------------------------------  
 タブセレクト
------------------------------- */
.js-acms-tab-select-panel {
  display: none; }

.js-acms-tab-select-active {
  display: block; }

/* ------------------------------  
 プログレスバ`
------------------------------- */
.acms-progress {
  height: 28px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px; }

.acms-progress-bar {
  float: left;
  height: 100%;
  background-color: #4AC0A4;
  color: #FFF;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.acms-progress-bar-info {
  background-color: #96b1da; }

.acms-progress-bar-danger {
  background-color: #da96a6; }

.acms-progress-striped .acms-progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.acms-progress.acms-active .acms-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@font-face {
  font-family: "acms-fonts";
  src: url("/themes/mdash_v3/fonts/acms-fonts-20150901.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "acms-fonts";
  src: url("/themes/mdash_v3/fonts/acms-fonts-20150901.eot");
  src: url("/themes/mdash_v3/fonts/acms-fonts-20150901.eot?#iefix") format("embedded-opentype"), url("/themes/mdash_v3/fonts/acms-fonts-20150901.woff") format("woff"), url("/themes/mdash_v3/fonts/acms-fonts-20150901.ttf") format("truetype"), url("/themes/mdash_v3/fonts/acms-fonts-20150901.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.acms-icon {
  font-family: "acms-fonts";
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.acms-icon-add-below:before {
  content: "\e001"; }

.acms-icon-add-duplicate:before {
  content: "\e002"; }

.acms-icon-alias:before {
  content: "\e003"; }

.acms-icon-app:before {
  content: "\e004"; }

.acms-icon-attention:before {
  content: "\e005"; }

.acms-icon-backup:before {
  content: "\e006"; }

.acms-icon-blog-children:before {
  content: "\e007"; }

.acms-icon-blog:before {
  content: "\e008"; }

.acms-icon-briefcase:before {
  content: "\e009"; }

.acms-icon-cart:before {
  content: "\e00a"; }

.acms-icon-category:before {
  content: "\e00b"; }

.acms-icon-change-blog:before {
  content: "\e00c"; }

.acms-icon-checklist:before {
  content: "\e00d"; }

.acms-icon-clip:before {
  content: "\e00e"; }

.acms-icon-close:before {
  content: "\e00f"; }

.acms-icon-comment:before {
  content: "\e010"; }

.acms-icon-config:before {
  content: "\e011"; }

.acms-icon-control-edit:before {
  content: "\e012"; }

.acms-icon-control-move:before {
  content: "\e013"; }

.acms-icon-control-remove:before {
  content: "\e014"; }

.acms-icon-dashboard:before {
  content: "\e015"; }

.acms-icon-delete:before {
  content: "\e016"; }

.acms-icon-down:before {
  content: "\e017"; }

.acms-icon-entry:before {
  content: "\e018"; }

.acms-icon-exit:before {
  content: "\e019"; }

.acms-icon-flag:before {
  content: "\e01a"; }

.acms-icon-form:before {
  content: "\e01b"; }

.acms-icon-graph:before {
  content: "\e01c"; }

.acms-icon-import:before {
  content: "\e01d"; }

.acms-icon-left:before {
  content: "\e01e"; }

.acms-icon-lock:before {
  content: "\e01f"; }

.acms-icon-logo:before {
  content: "\e020"; }

.acms-icon-mail:before {
  content: "\e021"; }

.acms-icon-media:before {
  content: "\e022"; }

.acms-icon-mobile:before {
  content: "\e023"; }

.acms-icon-module:before {
  content: "\e024"; }

.acms-icon-money:before {
  content: "\e025"; }

.acms-icon-open:before {
  content: "\e026"; }

.acms-icon-pin:before {
  content: "\e027"; }

.acms-icon-publish:before {
  content: "\e028"; }

.acms-icon-right:before {
  content: "\e029"; }

.acms-icon-rule:before {
  content: "\e02a"; }

.acms-icon-schedule:before {
  content: "\e02b"; }

.acms-icon-shortcut:before {
  content: "\e02c"; }

.acms-icon-sort:before {
  content: "\e02d"; }

.acms-icon-sort2:before {
  content: "\e02e"; }

.acms-icon-tag:before {
  content: "\e02f"; }

.acms-icon-time:before {
  content: "\e030"; }

.acms-icon-tooltip:before {
  content: "\e031"; }

.acms-icon-trash:before {
  content: "\e032"; }

.acms-icon-unit-eximage:before {
  content: "\e033"; }

.acms-icon-unit-file:before {
  content: "\e034"; }

.acms-icon-unit-image:before {
  content: "\e035"; }

.acms-icon-unit-image_h2:before {
  content: "\e036"; }

.acms-icon-unit-map:before {
  content: "\e037"; }

.acms-icon-unit-text:before {
  content: "\e038"; }

.acms-icon-unit-youtube:before {
  content: "\e039"; }

.acms-icon-up:before {
  content: "\e03a"; }

.acms-icon-user-group:before {
  content: "\e03b"; }

.acms-icon-user:before {
  content: "\e03c"; }

.acms-icon-workflow:before {
  content: "\e03d"; }

.acms-icon-config_access:before {
  content: "\e03e"; }

.acms-icon-config_alias_list:before {
  content: "\e03f"; }

.acms-icon-config_api_bing_image-search:before {
  content: "\e040"; }

.acms-icon-config_api_bing_web-search:before {
  content: "\e041"; }

.acms-icon-config_api_instagram_users_media_liked:before {
  content: "\e042"; }

.acms-icon-config_api_instagram_users_media_recent:before {
  content: "\e043"; }

.acms-icon-config_api_twitter_list_members:before {
  content: "\e044"; }

.acms-icon-config_api_twitter_list_statuses:before {
  content: "\e045"; }

.acms-icon-config_api_twitter_search:before {
  content: "\e046"; }

.acms-icon-config_api_twitter_statuses_home-timeline:before {
  content: "\e047"; }

.acms-icon-config_api_twitter_statuses_user-timeline:before {
  content: "\e048"; }

.acms-icon-config_authorize:before {
  content: "\e049"; }

.acms-icon-config_banner:before {
  content: "\e04a"; }

.acms-icon-config_blog_child-list:before {
  content: "\e04b"; }

.acms-icon-config_cache:before {
  content: "\e04c"; }

.acms-icon-config_calendar_month:before {
  content: "\e04d"; }

.acms-icon-config_category_entry-list:before {
  content: "\e04e"; }

.acms-icon-config_category_entry-summary:before {
  content: "\e04f"; }

.acms-icon-config_category_list:before {
  content: "\e050"; }

.acms-icon-config_column_list:before {
  content: "\e051"; }

.acms-icon-config_common:before {
  content: "\e052"; }

.acms-icon-config_default:before {
  content: "\e053"; }

.acms-icon-config_edit:before {
  content: "\e054"; }

.acms-icon-config_entry_archive-list:before {
  content: "\e055"; }

.acms-icon-config_entry_body:before {
  content: "\e056"; }

.acms-icon-config_entry_calendar:before {
  content: "\e057"; }

.acms-icon-config_entry_continue:before {
  content: "\e058"; }

.acms-icon-config_entry_headline:before {
  content: "\e059"; }

.acms-icon-config_entry_list:before {
  content: "\e05a"; }

.acms-icon-config_entry_photo:before {
  content: "\e05b"; }

.acms-icon-config_entry_summary:before {
  content: "\e05c"; }

.acms-icon-config_entry_tag-relational:before {
  content: "\e05d"; }

.acms-icon-config_export:before {
  content: "\e05e"; }

.acms-icon-config_feed_ex-list:before {
  content: "\e05f"; }

.acms-icon-config_feed_rss2:before {
  content: "\e060"; }

.acms-icon-config_field_value-list:before {
  content: "\e061"; }

.acms-icon-config_function:before {
  content: "\e062"; }

.acms-icon-config_import:before {
  content: "\e063"; }

.acms-icon-config_links:before {
  content: "\e064"; }

.acms-icon-config_mail:before {
  content: "\e065"; }

.acms-icon-config_navigation:before {
  content: "\e066"; }

.acms-icon-config_output:before {
  content: "\e067"; }

.acms-icon-config_plugin_schedule:before {
  content: "\e068"; }

.acms-icon-config_property:before {
  content: "\e069"; }

.acms-icon-config_reset:before {
  content: "\e06a"; }

.acms-icon-config_shop_cart_list:before {
  content: "\e06b"; }

.acms-icon-config_sitemap:before {
  content: "\e06c"; }

.acms-icon-config_tag_cloud:before {
  content: "\e06d"; }

.acms-icon-config_tag_filter:before {
  content: "\e06e"; }

.acms-icon-config_theme:before {
  content: "\e06f"; }

.acms-icon-config_topicpath:before {
  content: "\e070"; }

.acms-icon-config_unit:before {
  content: "\e071"; }

.acms-icon-config_user_profile:before {
  content: "\e072"; }

.acms-icon-config_user_search:before {
  content: "\e073"; }

.acms-icon-arrow-down:before {
  content: "\e074"; }

.acms-icon-arrow-left:before {
  content: "\e075"; }

.acms-icon-arrow-right:before {
  content: "\e076"; }

.acms-icon-arrow-small-down:before {
  content: "\e077"; }

.acms-icon-arrow-small-left:before {
  content: "\e078"; }

.acms-icon-arrow-small-right:before {
  content: "\e079"; }

.acms-icon-arrow-small-up:before {
  content: "\e07a"; }

.acms-icon-arrow-up:before {
  content: "\e07b"; }

.acms-icon-bike:before {
  content: "\e07c"; }

.acms-icon-book:before {
  content: "\e07d"; }

.acms-icon-book2:before {
  content: "\e07e"; }

.acms-icon-bus:before {
  content: "\e07f"; }

.acms-icon-business:before {
  content: "\e080"; }

.acms-icon-car:before {
  content: "\e081"; }

.acms-icon-children:before {
  content: "\e082"; }

.acms-icon-company:before {
  content: "\e083"; }

.acms-icon-cup:before {
  content: "\e084"; }

.acms-icon-custom-field:before {
  content: "\e085"; }

.acms-icon-domain:before {
  content: "\e086"; }

.acms-icon-facebook-square:before {
  content: "\e087"; }

.acms-icon-facebook:before {
  content: "\e088"; }

.acms-icon-gallery:before {
  content: "\e089"; }

.acms-icon-gift:before {
  content: "\e08a"; }

.acms-icon-gplus-square:before {
  content: "\e08b"; }

.acms-icon-gplus:before {
  content: "\e08c"; }

.acms-icon-home:before {
  content: "\e08d"; }

.acms-icon-install:before {
  content: "\e08e"; }

.acms-icon-ios-app:before {
  content: "\e08f"; }

.acms-icon-lisence-code:before {
  content: "\e090"; }

.acms-icon-lisence:before {
  content: "\e091"; }

.acms-icon-logout:before {
  content: "\e092"; }

.acms-icon-lunch:before {
  content: "\e093"; }

.acms-icon-man:before {
  content: "\e094"; }

.acms-icon-manual:before {
  content: "\e095"; }

.acms-icon-map-pin:before {
  content: "\e096"; }

.acms-icon-map:before {
  content: "\e097"; }

.acms-icon-news:before {
  content: "\e098"; }

.acms-icon-person:before {
  content: "\e099"; }

.acms-icon-plane:before {
  content: "\e09a"; }

.acms-icon-role:before {
  content: "\e09b"; }

.acms-icon-scissors:before {
  content: "\e09c"; }

.acms-icon-search:before {
  content: "\e09d"; }

.acms-icon-senior:before {
  content: "\e09e"; }

.acms-icon-server:before {
  content: "\e09f"; }

.acms-icon-ship:before {
  content: "\e0a0"; }

.acms-icon-shop:before {
  content: "\e0a1"; }

.acms-icon-support:before {
  content: "\e0a2"; }

.acms-icon-target-blank:before {
  content: "\e0a3"; }

.acms-icon-tel:before {
  content: "\e0a4"; }

.acms-icon-train:before {
  content: "\e0a5"; }

.acms-icon-truck:before {
  content: "\e0a6"; }

.acms-icon-twitter-square:before {
  content: "\e0a7"; }

.acms-icon-twitter:before {
  content: "\e0a8"; }

.acms-icon-unlimited:before {
  content: "\e0a9"; }

.acms-icon-user-add:before {
  content: "\e0aa"; }

.acms-icon-version:before {
  content: "\e0ab"; }

.acms-icon-woman:before {
  content: "\e0ac"; }

.acms-icon-youtube:before {
  content: "\e0ad"; }

/* ------------------------------
 アニメ`ション
------------------------------ */
/*フェ`ドイン*/
.acms-fade-in-strong {
  opacity: 0.3;
  transition: opacity 500ms; }
  .acms-fade-in-strong:hover {
    opacity: 1;
    will-change: opacity; }

.acms-fade-in {
  opacity: 0.5;
  transition: opacity 500ms; }
  .acms-fade-in:hover {
    opacity: 1;
    will-change: opacity; }

.acms-fade-in-light {
  opacity: 0.7;
  transition: opacity 500ms; }
  .acms-fade-in-light:hover {
    opacity: 1;
    will-change: opacity; }

/*フェ`ドアウト*/
.acms-fade-out-strong {
  opacity: 1;
  transition: opacity 500ms; }
  .acms-fade-out-strong:hover {
    opacity: 0.3;
    will-change: opacity; }

.acms-fade-out {
  opacity: 1;
  transition: opacity 500ms; }
  .acms-fade-out:hover {
    opacity: 0.5;
    will-change: opacity; }

.acms-fade-out-light {
  opacity: 1;
  transition: opacity 500ms; }
  .acms-fade-out-light:hover {
    opacity: 0.7;
    will-change: opacity; }

/* JSがiみzめないh廠のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px); }

/* スライド */
/* 貧からスライド */
.acms-slide-top {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(-80px);
  transform: translateX(0px) translateY(-80px);
  -webkit-transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .active .acms-slide-top {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    will-change: opacity,transform; }

/* 和からスライド */
.acms-slide-bottom {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(80px);
  transform: translateX(0px) translateY(80px);
  -webkit-transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .active .acms-slide-bottom {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    will-change: opacity,transform; }

/* 恣からスライド */
.acms-slide-left {
  opacity: 0;
  -webkit-transform: translateX(-80px) translateY(0px);
  transform: translateX(-80px) translateY(0px);
  -webkit-transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .active .acms-slide-left {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    will-change: opacity,transform; }

/* 嘔からスライド */
.acms-slide-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .active .acms-slide-right {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    will-change: opacity,transform; }

/* ズ`ム */
.acms-zoom-in {
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  -webkit-transform: scale(1);
  transform: scale(1); }
  .acms-zoom-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    will-change: opacity,transform; }

.acms-zoom-in-show {
  opacity: 0;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, transform 500ms;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }
  .active .acms-zoom-in-show, .acms-zoom-in-show.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: opacity,transform; }

.acms-zoom-out {
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  -webkit-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
  .acms-zoom-out:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    will-change: opacity,transform; }

.acms-zoom-out-show {
  opacity: 0;
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, transform 500ms;
  -webkit-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
  .active .acms-zoom-out-show, .acms-zoom-out-show.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: opacity,transform; }

/* JSがiみzめないh廠のとき */
.no-js .acms-zoom-in-show,
.no-js .acms-zoom-out-show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* ポップアップ */
.acms-popup-top-child .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms; }
.acms-popup-top-child:hover .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(-5px);
  transform: translateX(0px) translateY(-5px);
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
  will-change: transform; }

.acms-popup-top {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
  .acms-popup-top:hover {
    -webkit-transform: translateX(0px) translateY(-5px);
    transform: translateX(0px) translateY(-5px);
    transition: transform 300ms;
    will-change: transform; }

.acms-popup-right-child .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
.acms-popup-right-child:hover .acms-popup-child {
  -webkit-transform: translateX(5px) translateY(0px);
  transform: translateX(5px) translateY(0px);
  transition: transform 300ms;
  will-change: transform; }

.acms-popup-right {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
  .acms-popup-right:hover {
    -webkit-transform: translateX(5px) translateY(0px);
    transform: translateX(5px) translateY(0px);
    transition: transform 300ms;
    will-change: transform; }

.acms-popup-bottom-child .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
.acms-popup-bottom-child:hover .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(5px);
  transform: translateX(0px) translateY(5px);
  transition: transform 300ms;
  will-change: transform; }

.acms-popup-bottom {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
  .acms-popup-bottom:hover {
    -webkit-transform: translateX(0px) translateY(5px);
    transform: translateX(0px) translateY(5px);
    transition: transform 300ms;
    will-change: transform; }

.acms-popup-left-child .acms-popup-child {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
.acms-popup-left-child:hover .acms-popup-child {
  -webkit-transform: translateX(-5px) translateY(0px);
  transform: translateX(-5px) translateY(0px);
  transition: transform 300ms;
  will-change: transform; }

.acms-popup-left {
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: transform 500ms; }
  .acms-popup-left:hover {
    -webkit-transform: translateX(-5px) translateY(0px);
    transform: translateX(-5px) translateY(0px);
    transition: transform 300ms;
    will-change: transform; }

/* 恣から */
.acms-delay:nth-child(1),
.acms-delay-first {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.acms-delay:nth-child(2),
.acms-delay-second {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.acms-delay:nth-child(3),
.acms-delay-third {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.acms-delay:nth-child(4),
.acms-delay-fourth {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

/* 嘔┠圭鬘から */
.acms-delay-reverse:nth-child(4),
.acms-delay-reverse-fourth {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.acms-delay-reverse:nth-child(3),
.acms-delay-reverse-third {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.acms-delay-reverse:nth-child(2),
.acms-delay-reverse-second {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.acms-delay-reverse:nth-child(1),
.acms-delay-reverse-first {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

/* JSがiみzめないh廠のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px); }
.no-js .acms-zoom-in-show,
.no-js .acms-zoom-out-show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* ------------------------------
 ｼペ`ジ
------------------------------- */
.acms-filter {
  margin-bottom: 20px;
  padding: 20px 9px;
  border: 1px solid #CCCCCC;
  background: #F2F2F4; }
  .acms-filter .acms-form-group {
    display: block; }

.acms-admin-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1; }
  @media (max-width: 599px) {
    .acms-admin-title {
      padding-left: 10px; } }

.acms-admin-title2 {
  margin: 20px 0 0 0;
  padding: 4px 10px;
  background: #9898a2;
  color: #FFFFFF;
  margin: 10px 0 0 0;
  font-size: 13px; }

.acms-admin-title3 {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  background: #DDDDDD;
  color: #333333;
  font-size: 10px; }

.acms-unitbox-title {
  margin: 5px 5px 5px 0;
  color: #333333;
  font-size: 15px; }

.ablogcms--column-add-btn {
  margin: 10px;
  padding: 10px;
  border: solid 1px #CCCCCC;
  background: #DDDDDD; }
  .ablogcms--column-add-btn .adminBtn {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1; }
  .ablogcms--column-add-btn .adminBtn:hover {
    cursor: move; }
  .ablogcms--column-add-btn .acms-icon-sort {
    margin-right: 15px; }

#adminBox .acms-btn-admin {
  margin-right: 0; }

/* ---------------
ユニット
--------------- */
.entryFormColumnBody .entryFormFileentryFormImages,
.entryFormColumnBody .formColumnMapTd {
  padding-right: 10px !important; }

/* 碧Y惚のハイライト
---------------*/
.highlight1 {
  background-color: #FFFF66;
  color: #000000; }

.highlight2 {
  background-color: #a0FFFF;
  color: #000000; }

.highlight3 {
  background-color: #99FF99;
  color: #000000; }

.highlight4 {
  background-color: #FF9999;
  color: #000000; }

.highlight5 {
  background-color: #FF66FF;
  color: #000000; }

.highlight6 {
  background-color: #880000;
  color: #000000; }

/* ---------------
誘後フォ`ムvB燕幣O協
--------------- */
/* 誘後フォ`ム */
#entryForm {
  width: 100%;
  background: #F7F7F7; }

/* 誘後フォ`ム坪否の譴 */
.entryFormWrapper {
  padding: 10px;
  _padding: 0;
  background: #F7F7F7; }

/* 誘後フォ`ム喘児云テ`ブル */
.entryFormTable {
  width: 100% !important;
  margin: 0 0 10px 0 !important;
  border: none !important;
  border-collapse: collapse !important;
  background-color: #EFEFEF !important; }

.entryFormTable th {
  white-space: nowrap; }

.entryFormTable th,
.entryFormTable td {
  padding: 7px 10px !important;
  border: none !important;
  background-color: #F7F7F7 !important;
  color: #333333 !important; }

.entryFormTable .thY {
  width: 30%; }

.entryFormColumnBody table,
.entryFormColumnBody th,
.entryFormColumnBody td {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

.entryFormColumnBody table tr {
  float: none !important; }

@media screen and (min-width: 600px) {
  .entryFormTable th {
    width: 10em;
    text-align: right; } }
/* 啜張侫`ム テ`ブル */
.entryFormColumnBody .js-formUnitGroup th,
.entryFormColumnBody .js-formUnitGroup td,
.entryFormColumnBody .formUnitGroupOption th,
.entryFormColumnBody .formUnitGroupOption td,
.entryFormColumnBody .formUnitLabel th,
.entryFormColumnBody .formUnitLabel td,
.entryFormColumnBody .entryFormImageTable th,
.entryFormColumnBody .entryFormImageTable td {
  padding: 5px 10px !important;
  background-color: transparent !important; }

#entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionValue {
  padding: 5px 10px !important; }

#entryForm .entryFormColumnBody .js-formUnitGroup .formUnitGroupValue {
  width: 80% !important; }

#entryForm .entryFormColumnBody .formUnitGroupAddTable {
  width: 100%; }

@media (max-width: 599px) {
  .entryFormColumnBody .formUnitLabel th,
  .entryFormColumnBody .formUnitLabel td {
    display: block; }

  .entryFormColumnBody table td.acms-border-bottom-sp {
    border-bottom: 1px solid #CCCCCC !important; } }
@media (min-width: 600px) {
  #entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionValue {
    width: 70px !important;
    padding: 5px 5px !important; }

  #entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionCell {
    width: 1%; } }
/* 誘後フォ`ム喘児云テ`ブル何蛍 */
.entryFormTable .detail-fade-body {
  padding: 0 10px !important; }

.entryFormTable .detail-fade-body th,
.entryFormTable .detail-fade-body td {
  background-color: #EFEFEF !important; }

.entryFormTable .detail-fade td {
  padding: 0 !important; }

.entryFormTable .detail-fade td .detail-fade-head {
  display: block !important;
  width: 100% !important;
  padding: 7px 0 !important;
  text-align: center !important;
  background-color: #E3E3E3;
  outline: 0 !important; }

/* 誘後フォ`ム喘児云テ`ブル┘ラムごとの光O協 */
.entryFormColumnSettingTable {
  width: 100%;
  border: none; }

.entryFormColumnSettingTable th {
  width: 8em;
  background-color: transparent;
  text-align: right; }

.entryFormColumnSettingTable th,
.entryFormColumnSettingTable td {
  border: none; }

/* 誘後フォ`ム喘児云テ`ブル┗馨杏 */
.formColumnMap,
.entryFormColumnSettingTable,
.formColumnMap table,
.entryFormColumnSettingTable table,
.formColumnMap tr,
.entryFormColumnSettingTable tr {
  background-color: #D0D0D0 !important; }

.outOfSummaryRange .formColumnMap,
.outOfSummaryRange .entryFormColumnSettingTable,
.outOfSummaryRange .formColumnMap table,
.outOfSummaryRange .entryFormColumnSettingTable table,
.outOfSummaryRange .formColumnMap tr,
.outOfSummaryRange .entryFormColumnSettingTable tr {
  background-color: #EBEBEB !important; }

/* エントリ`恬撹鮫中のプルダウンとinput */
.acms-form-edit {
  margin: 0; }

.acms-form-edit select,
.acms-form-edit input[type="text"],
.acms-form-edit input[type="password"],
.acms-form-edit input[type="datetime"],
.acms-form-edit input[type="datetime-local"],
.acms-form-edit input[type="date"],
.acms-form-edit input[type="month"],
.acms-form-edit input[type="time"],
.acms-form-edit input[type="week"],
.acms-form-edit input[type="number"],
.acms-form-edit input[type="email"],
.acms-form-edit input[type="url"],
.acms-form-edit input[type="search"],
.acms-form-edit input[type="tel"],
.acms-form-edit input[type="color"] {
  width: auto;
  height: auto;
  margin: 0; }
.acms-form-edit textarea {
  margin: 0; }
.acms-form-edit .acms-form-width-large,
.acms-form-edit input.acms-form-width-large {
  width: 540px; }
.acms-form-edit .acms-form-width-medium,
.acms-form-edit input.acms-form-width-medium {
  width: 380px; }
.acms-form-edit .acms-form-width-small,
.acms-form-edit input.acms-form-width-small {
  width: 220px; }
.acms-form-edit .acms-form-width-mini,
.acms-form-edit input.acms-form-width-mini {
  width: 140px; }
.acms-form-edit .acms-form-width-full,
.acms-form-edit input.acms-form-width-full {
  width: 100%; }
.acms-form-edit .acms-form-width-3quarters,
.acms-form-edit input.acms-form-width-3quarters {
  width: 75%; }
.acms-form-edit .acms-form-width-half,
.acms-form-edit input.acms-form-width-half {
  width: 50%; }
.acms-form-edit .acms-form-width-quarter,
.acms-form-edit input.acms-form-width-quarter {
  width: 25%; }
.acms-form-edit .acms-hide-pc {
  display: none; }

.acms-entry h2.fieldTitle,
.acms-entry h3.fieldTitle,
.acms-entry h4.fieldTitle,
.acms-entry h5.fieldTitle,
.acms-entry h6.fieldTitle {
  padding-left: 0;
  padding-right: 0; }

.fieldTitle {
  margin: 10px 0; }
  .fieldTitle [class*='acms-icon'] {
    margin: 0 0 0 5px; }

.fieldTitleFader {
  display: block;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  background-color: #E3E3E3; }
  .fieldTitleFader:hover {
    text-decoration: none;
    background-color: #d0d0d0; }

@media (max-width: 599px) {
  .entryFormPreview,
  .entryFormPreviewMap,
  .entryFormFileentryFormFile,
  .entryFormFileControl,
  .entryTableUnit th,
  .entryTableUnit td,
  .acms-table-edit th,
  .acms-table-edit td,
  .acms-select-block {
    display: block; }

  #entryForm {
    margin-right: 0 !important; }

  .entryFormWrapper .acms-table-edit th,
  .acms-table-edit th,
  .entryTableUnit th {
    text-align: left;
    padding-bottom: 0; }

  .entryFormTextarea {
    margin-bottom: 10px; }

  .entryFormImageTable {
    width: auto; }

  .entryFormImageTable .toggle {
    margin-right: 10px; }

  #entryForm .entryInputTitle {
    width: 100%; }

  /* フォ`ムアイテムのサイズ{屁 */
  .entryFormInputText {
    max-width: 180px; }

  .entryFormInputDate {
    max-width: 110px;
    margin-right: 5px; } }
/* テキスト秘薦 */
.acms-form input[type="text"].entryInputTitle {
  width: 100%;
  font-size: 20px; }

.entryFormColumnTable {
  width: 100%;
  margin: 0;
  border: none;
  background-color: transparent !important; }

.entryFormColumnTable th,
.entryFormColumnTable td {
  border: none; }

.entryFormFileControl {
  vertical-align: top;
  line-height: 2em; }

.entryFormFileControl,
.entryFormFileControl th,
.entryFormFileControl td {
  border: none !important;
  background-color: transparent !important;
  font-size: 13px; }

.entryFormFileControl th {
  padding-right: 10px !important; }

.entryFormFileControl dt {
  font-size: 13px; }

.entryFormColumnTable img {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #FFF; }

.entryFormFileControl .acms-form-width-large {
  width: 300px; }

.entryFormFileImage {
  max-width: 230px;
  width: 230px\9;
  height: auto; }

.entryFormColumnBody .entryFormColumnTable th,
.entryFormColumnBody .entryFormColumnTable td {
  padding-bottom: 5px !important; }

@media (max-width: 599px) {
  .entryFormColumnTable th,
  .entryFormColumnTable td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* 誘後フォ`ム鮫駸 */
.entryFormImageTable {
  width: 100%;
  margin: 5px 0 0 0 !important;
  padding: 10px;
  border: none;
  border-collapse: collapse;
  background-color: #F7F7F7 !important; }
  .entryFormImageTable .entryFormInputText {
    width: 180px; }
  .entryFormImageTable th {
    width: 10em;
    background-color: #F7F7F7;
    text-align: right; }
  .entryFormImageTable td {
    padding: 5px 10px !important; }
  @media (max-width: 599px) {
    .entryFormImageTable th {
      text-align: left; }
    .entryFormImageTable th,
    .entryFormImageTable td {
      padding-left: 10px !important;
      padding-right: 10px !important; }
    .entryFormImageTable .acms-select-block {
      margin: 5px 0; } }
  .entryFormImageTable .imageLargeSize {
    margin-left: 15px; }
  .entryFormImageTable .toggle {
    display: block;
    font-size: 14px; }

.entryFormMapTable th,
.entryFormMapTable td {
  padding: 5px !important; }

@media (max-width: 599px) {
  .acms-form .entryFormMapTable input.acms-form-width-mini {
    width: 100%; }

  .formColumnMap .yolp-address-search-header {
    padding: 10px; }
  .formColumnMap .yolp-address-search {
    max-width: 100%; }
  .formColumnMap .yolp-address-search > input[type="text"] {
    padding: 5px; }
  .formColumnMap .entryFormMapTable {
    display: table;
    width: 100%; }
    .formColumnMap .entryFormMapTable th,
    .formColumnMap .entryFormMapTable td {
      display: table-cell;
      width: auto; } }
.entryFormImageTable,
.formColumnMap .entryFormImageTable,
.entryFormColumnSettingTable .entryFormImageTable,
.formColumnMap .entryFormImageTable tr,
.entryFormColumnSettingTable .entryFormImageTable tr {
  background-color: #F7F7F7 !important; }

/* ｼ嶄の並フォ`ム */
.entryFormColumn {
  position: relative;
  padding: 0 0 10px 0; }

.entryFormColumnItem {
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  zoom: 1; }

.acms-form .entryFormColumnItem select {
  padding: 7px 10px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .acms-form .entryFormColumnItem select {
    padding-right: 30px; } }
.entryFormColumnItem-toberemoved {
  display: none; }

.entry tr {
  border: none; }

/* テキスト携 */
.editTextInsert,
.js-extendTagSelect {
  display: inline; }

/* 誘後塘崔峺協 */
.entryFormColumn .entryFormColumnHead {
  position: relative;
  height: 30px\9;
  min-height: 20px;
  margin: 0;
  padding: 10px;
  background: #A7A7AA;
  color: #FFFFFF;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

@media (max-width: 599px) {
  .entryFormColumn .entryFormColumnHead {
    min-height: 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

  .js-align_label,
  .js-group_label,
  .entryFormColumnHead .label {
    display: none; }

  .editTextInsert {
    display: block;
    margin: 12px 0 0; }

  .editTextInsert a {
    padding: 5px; }

  .entryFormColumnHead .entryFormColumnHeadLayoutBox {
    padding-right: 30px; }

  #entryForm .formEntryActionUnit .btn {
    margin-bottom: 5px; }

  .acms-sidebar-box .acms-btn-admin.block-level {
    width: 95%; }

  .entryFormColumnHead .sorthandle {
    display: none; }

  .entryFormColumnHead .entryFormSelectBottom {
    display: none; }

  .entryFormColumn .entryFormColumnHead {
    min-height: 23px; } }
/* 掲燕幣ユニット */
.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnHead,
.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnBody {
  background: #DDD;
  color: #333;
  -webkit-transition: opacity 0.2s linear, background 0.2s linear;
  transition: opacity 0.2s linear, background 0.2s linear; }

.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnHead [name="align[]"] {
  border: 1px solid red; }

#js-edit_inplace-box .entryFormColumn .entryFormColumnItem-hidden .entryFormColumnBody {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnBody {
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66); }

/*　並古勣何蛍のカラム　*/
.entryFormColumn .entryFormColumnItem-summary .entryFormColumnHead {
  background-color: #7E7E84; }

.entryFormColumn .entryFormColumnItem-summary .entryFormColumnBody {
  background-color: #D0D0D0; }

.entryFormColumnBody {
  margin: 0;
  padding: 10px;
  background-color: #D0D0D0;
  text-align: left; }

.entryFormColumnBody textarea {
  margin-bottom: 10px;
  line-height: 1.7; }

.entryFormColumnBody.outOfSummaryRange {
  background-color: #EBEBEB; }

.entryFormColumnBody dl dd {
  margin-left: 0;
  padding-bottom: 8px; }

.entryFormFileentryFormImages {
  width: 240px;
  padding-right: 20px;
  vertical-align: top; }

.entryFormFileentryFormImages,
.formColumnMapTd {
  background-color: transparent !important; }

.entryFormFileentryFormImages .acms-icon-unit-image {
  color: #AAAAAA;
  font-size: 100px;
  text-align: center; }

@media (max-width: 599px) {
  .entryFormFileentryFormImages {
    width: 100%;
    padding-right: 0; }

  .entryFormFileentryFormImages img {
    width: 140px;
    height: auto; } }
/* カテゴリ`弖紗 */
.categoryAdderBtn {
  display: inline; }

.categoryAdder {
  display: none;
  position: absolute;
  padding: 10px;
  background: #D0D0D0;
  z-index: 1; }

.categoryAdder table {
  _width: 50%;
  background: #F7F7F7; }

.categoryAdder .textbox {
  width: 80px; }

/* カテゴリ`弖紗のmodal dialog */
#categoryAddForm {
  font-size: 13px; }

/* タグ昨a */
#tag-assist {
  margin: 10px;
  padding: 0px;
  text-align: left; }
  #tag-assist li {
    display: inline-block;
    margin: 3px;
    white-space: nowrap;
    _display: inline;
    _zoom: 1; }

/* O協のトグルリンク */
#dateExpander:hover {
  background-color: #d0d0d0;
  text-decoration: none;
  border-bottom: none; }

/* カラム(v1.1からカラム★ユニットと個兆) */
.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
  position: absolute;
  top: 6px;
  left: 10px;
  width: auto; }
  @media (min-width: 600px) {
    .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
      left: 35px; } }

.acms-form-direct .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
  left: 10px; }

.entryFormColumn .entryFormColumnHead .sorthandle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  _height: 33px;
  padding: 0;
  _padding-right: 20px;
  cursor: move;
  _cursor: auto; }

.entryFormColumn .entryFormColumnHead .label {
  position: relative;
  right: 45px;
  float: right;
  background-color: transparent;
  font-size: 13px;
  text-align: right; }

.entryFormColumn .entryFormColumnHead .togglebody {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 14px;
  height: 14px;
  text-align: center;
  cursor: pointer; }

/* closethis = editinplace unit, removethis = normal unit */
.entryFormColumn .entryFormColumnHead .closethis,
.entryFormColumn .entryFormColumnHead .removethis {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-align: center; }

.handle:hover {
  cursor: move; }

.entryFormColumn .entryFormColumnHead .sorthandle {
  padding-top: 10px; }

.entryFormColumnHead .acms-icon-sort {
  margin-left: 10px; }

@media (max-width: 599px) {
  .entryFormColumn .entryFormColumnHead .removethis {
    top: 6px;
    right: 16px; }
    .entryFormColumn .entryFormColumnHead .removethis .acms-icon {
      font-size: 20px; } }
/* カラムをドラッグしたrのスタイル */
.entryFormColumn .ui-sortable-helper {
  position: absolute;
  left: 0 !important;
  width: 97.25%;
  margin-bottom: 0px;
  _margin: 0 !important;
  padding: 10px 10px 10px 10px;
  _padding: 0 !important; }

#more.ui-sortable-helper {
  width: 97%;
  _margin: 0 !important;
  _padding: 5px 0 !important; }

/* 誘後フォ`ム坪の仝參和のカラムが匯E燕幣rに仝Aきをiむ々になります々何蛍 */
.entryFormColumn #more {
  position: relative;
  display: none;
  margin: 10px 10px 0 10px;
  padding: 10px 0;
  border: 1px solid #7F7F84;
  background: #FFF;
  cursor: move;
  _cursor: auto;
  text-align: center;
  line-height: 1; }

.entryFormColumn #more .sorthandle {
  width: 100%;
  height: 100%; }

.entryFormColumn #more .sorthandle .acms-icon-sort {
  float: left;
  margin-left: 9px; }

/* 仇 */
.formColumnMap {
  width: 100%; }

.formColumnMapTd {
  width: 400px;
  padding-right: 20px;
  vertical-align: top; }

* + html .formColumnMapTd {
  width: 200px; }

.map_msg_id {
  width: 100%;
  _width: 90%; }

* + html .map_msg_id {
  width: 90%; }

.yolp_msg_id {
  width: 100%;
  _width: 90%; }

.acms-form-edit input.yolp-address-search-txtbx {
  width: 220px; }

@media (max-width: 599px) {
  .formColumnMap th,
  .formColumnMap td {
    display: block;
    width: 100%; }

  .formColumnMapTd > div {
    width: 240px !important;
    height: 240px !important; }

  .acms-form input[type="text"].mapSearchText {
    width: 200px; }

  .map_msg_id {
    height: 40px; } }
.entryFormFilePreview {
  width: 240px;
  padding-right: 20px; }
  .entryFormFilePreview .entryFormFileIcon,
  .entryFormFilePreview .entryFormFileName,
  .entryFormFilePreview .acms-form-checkbox {
    margin-bottom: 0; }

@media (max-width: 599px) {
  .entryFormFileName {
    margin-top: 0; }

  .entryFormFilePreview {
    position: relative;
    width: auto;
    padding-right: 0; }

  .entryFormFileIcon {
    position: absolute;
    left: 0;
    top: 0; }

  .entryFormFileData {
    padding: 0 0 20px 100px; }

  .entryFormColumnSettingTable th {
    text-align: left; } }
/* フォ`ム誘後ボタン譴 */
.comPost {
  padding: 10px;
  background-color: #DDD;
  border: solid 1px #CCC;
  text-align: center; }

@media (max-width: 599px) {
  .comPost {
    margin-bottom: 0;
    background-color: transparent;
    text-align: left; }

  .comPost .acms-btn-admin-primary {
    width: 100%; }

  select[name="revision_type"] {
    margin-bottom: 10px; } }
/* キャンセルボタン */
.cancelBtn {
  font-size: 14px; }

/* サブミット(覚J)ボタン */
.submitBtn {
  width: 8em;
  font-size: 14px; }

/* 秘薦擇虜畄O協 */
.formSizeS {
  width: 150px; }

.formSizeM {
  width: 240px; }

.formSizeL {
  width: 320px; }

#unitForm .entryFormColumnBody {
  padding-bottom: 60px; }
  @media (min-width: 600px) {
    #unitForm .entryFormColumnBody {
      padding-bottom: 40px; } }

/* 誘後フォ`ムの燕幣{屁 */
/* フォ`ムの坪否に}がある栽のコメントの燕幣 */
/* 宥械は掲燕幣 */
.transaction-notice-,
.validator-result-,
.validator-result-1,
.v-result-,
.v-result-1 {
  display: none; }

/* }k伏rには燕幣 */
.transaction-notice-error,
.validator-result-error,
.validator-result-0,
.v-result-error,
.v-result-0 {
  display: block;
  color: #FF0000; }

/* 筝rメッセ`ジ */
.noticeMsg {
  margin-bottom: 20px;
  border: 3px double #ffffff;
  background-color: #e0e0e0;
  font-size: 14px;
  text-align: center; }

/* ベンチマ`ク喘スタイル */
.acmsBenchmark {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px; }
  .acmsBenchmark h1 {
    font-size: 14px;
    text-align: center; }

.acmsBenchmarkTable {
  margin-top: 10px;
  border-collapse: collapse;
  background-color: white;
  text-align: left;
  font-size: 8px; }
  .acmsBenchmarkTable thead th {
    background-color: #99CC99; }
  .acmsBenchmarkTable tbody th {
    background-color: #CCFFCC; }
  .acmsBenchmarkTable th,
  .acmsBenchmarkTable td {
    max-width: 300px;
    padding: 5px 10px;
    border: 1px solid gray;
    word-wrap: break-word; }

/* ダイレクトｼ */
/* ロ`ディング鮫 */
.js-acms_loader,
.js-acms_loader:before,
.js-acms_loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out; }

.js-acms_loader {
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  border-right: 6px solid rgba(0, 0, 0, 0.2);
  border-bottom: 6px solid rgba(0, 0, 0, 0.2);
  border-left: 6px solid #555;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  -moz-animation: load 1.1s infinite linear;
  -o-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear; }
  .js-acms_loader, .js-acms_loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* 赧xk短 */
#js-edit_inplace-sort_selection {
  position: absolute;
  z-index: 1024;
  border: 1px solid blue;
  background-color: rgba(0, 0, 255, 0.01); }

.js-edit_inplace-sort_selecting {
  box-shadow: 0 0 5px #adff2f; }

.js-edit_inplace-sort_selectAll {
  background-color: #eee;
  box-shadow: 0 0 5px #adff2f;
  cursor: pointer; }
  .js-edit_inplace-sort_selectAll .js-edit_inplace-sort_selecting {
    box-shadow: none; }

#js-media_view {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999; }

#js-media_view_inner {
  position: relative;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #fff;
  border: 3px solid #aaa; }

/* モ`ダル */
.acms-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.acms-modal.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.acms-modal.out {
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  transition: all 0.3s;
  opacity: 0; }

.acms-modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  box-shadow: 0 5px 15px #000; }

.acms-modal-dialog.large {
  max-width: 800px;
  min-width: 95%; }

.acms-modal-content {
  padding: 6px;
  background: #fff;
  border-radius: 6px; }

.acms-modal-header {
  padding: 0 15px;
  border-bottom: 1px solid #cccccc; }

.acms-modal-body {
  padding: 0 15px; }

.acms-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #9898a2; }

.acms-modal-hide {
  float: right;
  padding: 0;
  font-size: 20px;
  color: #4b4b4b;
  cursor: pointer; }

/* リビジョンの匯Eボックス */
#js-revision_index {
  border: 3px solid #aaa;
  background-color: #fff; }
  @media (min-width: 600px) {
    #js-revision_index {
      width: 850px; } }

/* ダイレクトｼボックス */
#js-edit_inplace-box {
  max-width: 640px;
  padding-bottom: 15px;
  position: relative;
  font-size: 12px;
  text-align: center; }
  #js-edit_inplace-box .entryFormColumnBody textarea {
    margin-bottom: 10px; }
  #js-edit_inplace-box .entryFormColumnBody .map_msg_id {
    margin-bottom: 0; }
  #js-edit_inplace-box .entryFormColumnBody,
  #js-edit_inplace-box .entryFormColumnHead {
    border: 1px solid #999999;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  #js-edit_inplace-box .entryFormColumnHead {
    border-bottom: none; }
  #js-edit_inplace-box .entryFormColumnBody {
    border-top: none; }

#js-edit_inplace-submit {
  position: absolute;
  right: 20px;
  bottom: 32px; }

/* ホバ`rオ`バ`レイ */
.js-edit_inplace-hovering {
  border: 2px #AAAAAA solid;
  background-color: rgba(173, 255, 47, 0.2);
  pointer-events: none; }

.js-edit_inplace-sortable {
  background-color: blue;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20); }

/* ロ`ド嶄オ`バ`レイ */
.js-edit_inplace-loading {
  background-color: white;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60); }
  .js-edit_inplace-loading .js-acms_loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -18px; }

/* 隠贋嶄の燕幣 */
#js-entry_saving_progress {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 65536;
  filter: alpha(opacity=66);
  background-color: white;
  background: rgba(255, 255, 255, 0.66); }
  #js-entry_saving_progress .js-acms_loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -18px; }
  #js-entry_saving_progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    margin-left: -55px;
    font-size: 16px;
    font-weight: bold;
    color: #111; }
    #js-entry_saving_progress span:before {
      content: "\4FDD\5B58\3057\3066\3044\307E\3059..."; }

/* カテゴリ`セレクトボックスのwidthの崙*/
.categoryWidth {
  max-width: 250px;
  width: auto; }

/* ファイルサイズ燕幣 */
.fileSize {
  padding-left: 10px;
  font-weight: bold; }

/* タイトルｼ */
#js-edit_inplace-title {
  display: none;
  position: relative;
  z-index: 4096;
  width: 640px;
  height: 60px;
  font-size: 12px; }
  #js-edit_inplace-title .inputTitle {
    width: 98%;
    padding: 0.2em 0.3em;
    font-size: 13px;
    margin-bottom: 0.5em; }
  #js-edit_inplace-title p {
    text-align: right; }

#js-edit_inplace-title .closethis {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-align: center; }

#js-edit_inplace-title .entryFormColumnBody,
#js-edit_inplace-title .entryFormColumnHead {
  margin-bottom: 10px;
  border: 1px solid #999999;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.js-edit_inplace-title_trigger {
  cursor: pointer; }

.js-edit_inplace-title_trigger:hover {
  background-color: rgba(173, 255, 47, 0.2) !important; }

/* 畠嫌宥岑 */
.js-notify {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  background: black;
  background: rgba(0, 0, 0, 0.66); }

/*=========================================================================*/
/* Experiment Kernel Panic
   config/edit ●●◎◎○★○★BA */
#js-kernel_panic {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 5128;
  background: rgba(0, 0, 0, 0.6); }

#js-kernel_panic-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 300px;
  margin-top: -230px;
  margin-left: -320px;
  padding: 30px 80px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  color: #FFFFFF;
  z-index: 5130; }
  #js-kernel_panic-message h1 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold; }
  #js-kernel_panic-message a {
    float: right;
    margin-top: 20px;
    color: #87ceeb;
    text-decoration: underline;
    cursor: pointer; }

/* Experiment ダイレクトｼコントロ`ラ */
#js-edit_inplace-control {
  float: right;
  font-weight: bold;
  font-size: 18px !important;
  text-shadow: 1px 1px 1px #FFFFFF; }
  #js-edit_inplace-control button {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    width: 50px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #222222;
    background-color: #DDDDDD;
    color: #000;
    cursor: pointer; }
    #js-edit_inplace-control button:hover {
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
      background-color: #FFFFFF; }

.js-edit_sort-control-move {
  position: absolute;
  bottom: 0;
  border: 1px solid #222222;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #444444;
  text-align: center;
  font-weight: bold;
  font-size: 12px !important;
  color: #FFFFFF;
  cursor: move;
  z-index: 2048;
  clear: both;
  zoom: 1;
  overflow: hidden; }

.js-direct-sort-wrap {
  position: relative; }

/* ユニット弖紗xk岔 */
#js-edit_inplace-holder {
  clear: both;
  width: 100%;
  background-color: #AAA;
  margin: 10px 0; }

#js-edit_inplace-detail {
  z-index: 3072; }

#js-edit_inplace-units {
  padding: 8px;
  font-size: 18px !important;
  text-align: center; }
  #js-edit_inplace-units button {
    margin: 3px;
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 3px;
    background-color: #fafafa;
    color: #333333;
    cursor: pointer; }
    #js-edit_inplace-units button:hover {
      background-color: #fff; }
    #js-edit_inplace-units button.cansel {
      color: #fff;
      background-color: #777; }
      #js-edit_inplace-units button.cansel:hover {
        background-color: #555; }

/* ソ`トC嬬 */
.js-edit_inplace-sort_enable {
  clear: both;
  overflow: hidden;
  border: 3px solid #eee;
  margin: 10px 0;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }
  .js-edit_inplace-sort_enable:hover {
    background: rgba(173, 255, 47, 0.2);
    border: 3px solid #adff2f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.js-edit_inplace-sort_enable_column {
  border: 3px solid #eee;
  margin: 10px 0;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }
  .js-edit_inplace-sort_enable_column:hover {
    background: #eee;
    border: 3px solid #adff2f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .js-edit_inplace-sort_enable_column .js-edit_inplace-sort_enable {
    border: none; }
    .js-edit_inplace-sort_enable_column .js-edit_inplace-sort_enable:hover {
      border: none;
      background: none; }

.js-edit_inplace-sort_placeholder {
  position: relative;
  min-height: 80px;
  margin: 10px 0;
  background-color: #BFFACC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .js-edit_inplace-sort_placeholder:after {
    content: "\3053\3053\306B\30E6\30CB\30C3\30C8\3092\79FB\52D5";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -80px;
    font-size: 16px;
    font-weight: bold; }

.js-edit_inplace.align_hidden {
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

.js-edit_inplace-sort_label {
  position: relative;
  display: block;
  width: 80px;
  float: right;
  margin-right: 85px;
  margin-bottom: -100px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  background-color: #333333;
  content: "\975E\8868\793A";
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 800; }

.js-edit_inplace-sort_close {
  position: relative;
  display: block;
  width: 80px;
  float: right;
  margin-bottom: -100px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  background-color: #333333;
  content: "\975E\8868\793A";
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 800; }

.js-edit_inplace.align_hidden::before {
  position: relative;
  display: block;
  width: 50px;
  float: right;
  margin-bottom: -100px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  background-color: #333333;
  content: "\975E\8868\793A"; }

/* 鮫中和何コントロ`ル */
#js-edit_inplace-below_control {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10240;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #FF4500;
  background-color: #FAFAFA;
  background: #fafafa;
  background: rgba(250, 250, 250, 0.66);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DDDDDD; }
  #js-edit_inplace-below_control span {
    padding: 7px 20px; }

#js-edit_inplace-show_detail,
#js-edit_inplace-sort_enable,
#js-edit_inplace-mode_abort {
  margin: 0;
  padding: 7px 10px;
  border: none;
  border-left: 1px solid #333333;
  text-shadow: -1px -1px 0 #000;
  color: #FFFFFF;
  background: black;
  background: rgba(0, 0, 0, 0.66);
  font-size: 12px;
  cursor: move; }
  #js-edit_inplace-show_detail:hover,
  #js-edit_inplace-sort_enable:hover,
  #js-edit_inplace-mode_abort:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  #js-edit_inplace-show_detail:active,
  #js-edit_inplace-sort_enable:active,
  #js-edit_inplace-mode_abort:active {
    text-shadow: -2px -2px 1px #000; }

/* モジュ`ルO協リンク */
.acms-module-edit {
  display: none !important;
  _display: inline !important;
  padding: 1px 4px;
  background-color: #000000;
  border: 1px solid #000000;
  border-bottom-left-radius: 4px;
  opacity: 0.7;
  z-index: 2147483647 !important; }

.acms-module-edit-wrapper {
  position: relative; }
  .acms-module-edit-wrapper .acms-module-edit {
    position: absolute;
    top: -2px;
    right: -2px;
    margin: 0; }
    .acms-module-edit-wrapper .acms-module-edit a {
      color: #FFFFFF; }
  .acms-module-edit-wrapper:hover:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 2px solid #666;
    border-radius: 4px;
    z-index: -1; }
  .acms-module-edit-wrapper:hover .acms-module-edit {
    display: inline !important; }

@media (max-width: 599px) {
  .acms-btn-action-group th,
  .acms-btn-action-group td {
    display: block;
    width: 100%; } }
.acms-media-insert .acms-media-body {
  height: 80%; }
.acms-media-insert .acms-media-list {
  margin-right: 20px;
  height: 68%;
  overflow: scroll; }
.acms-media-insert .acms-media-list ul {
  padding-left: 20px; }
.acms-media-insert .acms-media-list li {
  margin: 5px;
  float: left;
  list-style-type: none; }
.acms-media-insert .acms-filter {
  margin: 20px; }
.acms-media-insert .acms-media-footer {
  height: 40px; }
.acms-media-insert .acms-media-footer button {
  float: right;
  margin-right: 20px; }
.acms-media-insert .acms-media-preview {
  display: block;
  max-width: 100%;
  max-height: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
.acms-media-insert .media_selected {
  border: 3px solid #004CC5;
  opacity: 0.7; }

.js-media_thumbnail {
  display: table;
  width: 200px;
  height: 180px;
  padding: 5px;
  border: 3px solid #AAAAAA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .js-media_thumbnail:hover {
    cursor: pointer; }

.acms-media-wrap {
  display: table-row; }

.acms-media-img {
  display: table-cell;
  width: 100%;
  height: 100px;
  max-width: 100%;
  vertical-align: middle; }

.js-media_more {
  width: 103px;
  height: 103px;
  background-color: #AAAAAA; }
  .js-media_more:hover {
    cursor: pointer; }

@media (max-width: 599px) {
  #js-media_view {
    position: absolute !important; }

  #js-media_view_inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 800px; }

  .acms-media-insert .media-body {
    height: 100%; }
  .acms-media-insert .media-list {
    height: 300px; } }
.acms-popup-heading {
  position: relative;
  border-color: #DDDDDD;
  background-color: #F5F5F5;
  color: #333333; }

.acms-popup-heading-title {
  margin: 0;
  padding: 10px 20px;
  font-size: 16px; }

.acms-popup-heading-close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #333333;
  font-size: 16px; }

#adminBox {
  padding: 10px;
  border: solid 1px #CCCCCC;
  background-color: #DDDDDD;
  margin-bottom: 0px;
  font-size: 14px; }
  #adminBox #loginUserStatus {
    margin: 0 0 8px;
    font-size: 12px; }
  #adminBox .acms-inline-btn {
    margin-bottom: 5px; }

#adminMinBox {
  padding: 10px;
  background-color: #DDDDDD;
  margin-bottom: 20px;
  font-size: 14px;
  display: none; }

.js-dragAdminBox {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 10px;
  border-right: solid 2px #333333 !important;
  border-left: solid 2px #333333 !important;
  border-bottom: solid 2px #333333 !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  opacity: 0.9; }
  .js-dragAdminBox .dragBoxToggle {
    cursor: pointer;
    float: right;
    padding: 0 5px;
    font-size: 14px; }
  .js-dragAdminBox .dragBoxHandle {
    cursor: move;
    float: right;
    padding: 0 5px;
    font-size: 14px; }

.acms-btn-action-group {
  clear: both;
  margin: 10px;
  padding: 10px 10px 0;
  background-color: #DDDDDD;
  border: solid 1px #CCCCCC; }
  .acms-btn-action-group th {
    width: 110px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .acms-btn-action-group table,
  .acms-btn-action-group th,
  .acms-btn-action-group td {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: #DDDDDD !important;
    color: #333333 !important; }
  .acms-btn-action-group .acms-inline-btn {
    margin-bottom: 10px; }

.acms-label-approval-group {
  display: inline;
  padding: 0 10px; }
  .acms-label-approval-group a,
  .acms-label-approval-group a:visited {
    color: #006DD9; }

#revison_box .acms-table-responsive {
  padding: 0; }

.acms-table-revison {
  table-layout: auto;
  padding: 0;
  border-collapse: collapse; }
  .acms-table-revison td {
    padding: 8px 5px !important;
    font-size: 11px; }
  .acms-table-revison .acms-table-revison-title {
    font-size: 13px; }
  .acms-table-revison .acms-table-current td {
    background-color: #ABD6F9; }
  .acms-table-revison .th1 {
    width: 65px; }
  .acms-table-revison .th2 {
    width: 140px; }
  .acms-table-revison .th3 {
    width: 90px; }
  .acms-table-revison .th4 {
    width: 130px; }
  .acms-table-revison .th5,
  .acms-table-revison .th7 {
    width: 70px;
    text-align: center; }
  .acms-table-revison .th6 {
    width: 110px; }
  @media (max-width: 599px) {
    .acms-table-revison th,
    .acms-table-revison .acms-btn-admin {
      white-space: nowrap; } }

.acms-table-revison-scroll {
  height: 300px;
  overflow: scroll; }

.acms-revison-admin {
  padding: 10px;
  border: solid 1px #CCCCCC;
  background-color: #DDD;
  margin-bottom: 10px; }
  .acms-revison-admin .js-get_revisions {
    margin-right: 15px; }
  .acms-revison-admin .acms-label {
    margin-right: 15px; }

.acms-revision-preview #acms-main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-revision-preview-btn {
  padding: 10px; }

.acms-revision-sidebar .acms-padding-small {
  border-bottom: solid 1px #CCCCCC; }
.acms-revision-sidebar #sidebar {
  top: 50px;
  background-color: #EEEEEE;
  color: #333333; }
.acms-revision-sidebar .acms-revision-sidebar-select,
.acms-revision-sidebar .acms-revision-sidebar-input {
  max-width: 140px;
  margin-bottom: 10px; }

.acms-revision-header {
  height: 33px;
  padding: 10px;
  background-color: #464646;
  color: #CCCCCC; }
  .acms-revision-header .acms-revision-header-title {
    margin: 0;
    font-size: 18px; }

.acms-revision-comment li {
  padding: 12px;
  border-bottom: solid 1px #CCCCCC; }
.acms-revision-comment .acms-revision-comment-date {
  margin-bottom: 5px;
  font-size: 11px; }
.acms-revision-comment .acms-revision-comment-photo {
  margin: 0 0 10px; }
  .acms-revision-comment .acms-revision-comment-photo img {
    margin-right: 10px;
    vertical-align: middle; }
.acms-revision-comment .acms-revision-comment-user {
  padding: 5px;
  border: solid 1px #CCCCCC;
  background-color: #DDDDDD;
  font-size: 11px; }
.acms-revision-comment ul li {
  padding: 0;
  border-bottom: none; }

@media (max-width: 599px) {
  .acms-revision-preview #acms-main {
    display: none; }
  .acms-revision-preview #outer-wrap #nav,
  .acms-revision-preview #outer-wrap #top {
    position: static; }
  .acms-revision-preview .acms-revision-header,
  .acms-revision-preview #nav:not(:target) {
    height: auto; } }
.acms-title {
  margin: 0 0 5px;
  font-size: 14px; }

.js-tabs {
  margin-bottom: 30px; }

.acms-user-icon {
  margin-right: 5px;
  vertical-align: middle; }

body .ui-dialog {
  z-index: 5000; }

.acms-media {
  background-color: #F2F2F4; }

.acms-drop-inside {
  width: 100%;
  margin: 20px auto;
  padding: 30px 0;
  text-align: center; }

.acms-drop-inside p {
  color: #999999;
  text-align: center; }

.acms-media-dropText {
  font-size: 15px; }

.acms-progress-bar span {
  display: inline-block;
  margin-top: 5px;
  color: #FFF; }

.acms-progress.acms-active .acms-progress-bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.preview_img {
  width: 60px;
  height: 60px;
  overflow: hidden; }

.acms-edit-info {
  background-color: #EFEFEF;
  padding: 15px;
  border: 1px solid #DDD;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.7; }

.acms-edit-info-heading {
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  background-color: #666; }
  .acms-edit-info-heading a,
  .acms-edit-info-heading a:visited,
  .acms-edit-info-heading a:active,
  .acms-edit-info-heading a:focus {
    color: #FFF; }

.acms-edit-info-table {
  background: #FFF; }
  .acms-edit-info-table th {
    width: 1%;
    white-space: nowrap; }

@media (max-width: 599px) {
  .acms-edit-info-table th,
  .acms-edit-info-table td {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .acms-edit-info-table th {
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    background: #AAA;
    white-space: inherit; } }
@media (min-width: 600px) {
  .acms-edit-info-table th,
  .acms-edit-info-table td {
    padding: 15px; } }
.acms_layout_row {
  cursor: move; }

.acms-layout-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  width: 220px;
  background: #DDD;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.acms-layout-menu-header {
  min-width: 200px;
  padding: 10px;
  color: #FFF;
  font-size: 13px;
  border-radius: 3px 3px 0 0;
  background: #333;
  cursor: move; }

.acms-layout-menu-delete {
  color: #FFF; }

.acms-layout-menu-half {
  float: left;
  width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-layout-menu-group-heading {
  display: block;
  padding: 7px 10px 7px 28px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0;
  border-top: 1px solid #FFF;
  background: url("/themes/mdash_v3/images/marker/arrow_black05.png") no-repeat 10px center #9898A2;
  background-size: 8px 5px; }
  .acms-layout-menu-group-heading:link {
    color: #FFF;
    text-decoration: none; }
  .acms-layout-menu-group-heading:hover {
    background-color: #6B6B74; }
  .acms-layout-menu-group-heading:first-child {
    border: 0; }

.acms-layout-menu-group-body {
  padding: 10px 10px 0 10px;
  background: #FFF;
  overflow: hidden; }

.acms-layout-menu-inner {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-layout-unit-menu {
  overflow-y: scroll; }

.acms-layout-menu-order {
  margin: 0;
  background: #FFF; }

.acms-layout-menu-text {
  margin: 0;
  color: #333; }

.acms-layout-menu-step-label {
  margin: 0 5px 0 0; }

.js-acms_layout_list .acms-layout-unit {
  display: none; }

.acms-insert-box {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }

.acms-insert-box-layout {
  margin: 0 0 10px 0;
  background: #E5E5E9; }

.acms-insert-box-module {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 6px; }
  .acms-insert-box-module .acms-icon-module {
    margin: 0 5px 0 0;
    color: #999;
    font-size: 20px; }

.js-acms_layout_frame {
  position: relative;
  padding: 5px 0; }
  .js-acms_layout_frame:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px dashed #000; }

.acms-layout-edit .acms-layout-menu-inner {
  display: none; }
.acms-layout-edit .acms-layout-unit {
  margin-bottom: 5px;
  padding: 0 3px 3px 3px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 4px;
  cursor: move;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .acms-layout-edit .acms-layout-unit .acms-layout-contents {
    margin: 0;
    padding: 3px; }
  .acms-layout-edit .acms-layout-unit .acms-layout-contents-inner {
    min-height: 130px;
    padding: 5px 5px 0 5px;
    background-color: #FFF;
    border: 1px dashed #999; }
.acms-layout-edit .acms-layout-label-name {
  font-weight: bold;
  font-size: 13px;
  color: #666; }
.acms-layout-edit .acms-layout-module-unit {
  margin-bottom: 5px;
  padding: 0 5px 5px 5px;
  background: #7096cd; }
  .acms-layout-edit .acms-layout-module-unit .acms-layout-contents {
    min-height: 130px;
    background-color: #FFF;
    border: 0; }
.acms-layout-edit .acms-layout-edit-box {
  position: relative;
  padding: 5px 10px;
  color: #666;
  font-size: 13px; }
  .acms-layout-edit .acms-layout-edit-box:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 13px;
    content: "";
    background: url("/themes/mdash_v3/images/marker/ico_dragabble.png") no-repeat center center;
    background-size: 23px 13px; }
  .acms-layout-edit .acms-layout-edit-box [class*='acms-icon']:before {
    font-size: 13px;
    vertical-align: middle; }
  .acms-layout-edit .acms-layout-edit-box .acms-layout-control-btn {
    position: relative;
    vertical-align: middle;
    line-height: 1.3; }
.acms-layout-edit .acms-layout-module-unit .acms-layout-edit-box {
  padding: 10px 5px 5px 0;
  color: #FFF; }
  .acms-layout-edit .acms-layout-module-unit .acms-layout-edit-box .acms-icon-delete:before {
    color: #FFF; }

.acms-layout-placeholder {
  position: relative;
  min-height: 80px;
  margin: 10px 0;
  font-size: 13px;
  background-color: #EECED6;
  border: 2px solid #CD7086;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .acms-layout-placeholder:after {
    content: "\30EC\30A4\30A2\30A6\30C8\3092\3053\3053\306B\30C9\30E9\30C3\30B0";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
    color: #CD7086; }

.acms-module-placeholder {
  position: relative;
  min-height: 80px;
  margin: 10px 0;
  font-size: 13px;
  background-color: #CEDBEE;
  border: 2px solid #7096CD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .acms-module-placeholder:after {
    content: "\30E2\30B8\30E5\30FC\30EB\3092\3053\3053\306B\30C9\30E9\30C3\30B0";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
    color: #7096CD; }

.preview-container {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden; }

.acms-desktop-preview {
  border-right: 1px solid #ccc; }

.acms-mobile-preview {
  right: 0;
  width: 420px; }

.acms-mobile-preview * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-mobile-phone-frame {
  margin: 20px auto;
  border: 2px solid #bcbcbc;
  width: 360px;
  height: 680px;
  padding-top: 50px;
  padding-left: 18px;
  position: relative;
  border-radius: 35px;
  clear: both;
  background: #FFF; }

.acms-mobile-phone-frame:before {
  content: "";
  border: 2px solid #bcbcbc;
  position: absolute;
  bottom: 10px;
  left: 158px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-mobile-phone-frame:after {
  content: "";
  border: 3px solid #bcbcbc;
  position: absolute;
  top: 25px;
  left: 138px;
  width: 80px;
  height: 6px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.acms-preview-iframe-wrapper {
  border: 2px solid #bcbcbc;
  width: 320px;
  height: 568px;
  border-radius: 3px;
  z-index: 99999; }

.acms-desktop-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fefefe; }

.acms-mobile-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DDD; }

.acms-preview-col {
  position: absolute;
  top: 0;
  bottom: 0; }

.acms-preview-split-left {
  left: 0;
  right: 420px; }

@media screen and (max-width: 1000px) {
  .acms-preview-split-left {
    right: 40px; }

  .acms-mobile-preview {
    width: 40px; }

  .acms-mobile-phone-frame {
    display: none; } }
/* ------------------------------
 ユ`ティリティ
------------------------------- */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none; }

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "."; }

.clearfix {
  _display: inline-table;
  zoom: 1; }

.acms-float-right {
  float: right; }

.acms-float-left {
  float: left; }

.acms-clear {
  clear: both; }

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

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

.acms-text-left {
  text-align: left; }

.acms-text-nowrap {
  white-space: nowrap; }

.acms-text-primary {
  color: #004cc5; }

.acms-text-info {
  color: #4b4b4b; }

.acms-text-success {
  color: #618e00; }

.acms-text-warning {
  color: #C57300; }

.acms-text-danger {
  color: #C5001D; }

.acms-round {
  border-radius: 10%; }

.acms-circle {
  border-radius: 50%; }

.acms-icon-bg {
  padding: 8px;
  font-size: 18px;
  color: #FFF;
  background-color: #999999; }

.acms-icon-bg-info {
  background-color: #7096cd; }

.acms-icon-bg-success {
  background-color: #4AC0A4; }

.acms-icon-bg-warning {
  background-color: #cdb770; }

.acms-icon-bg-danger {
  background-color: #cd7086; }

.acms-icon-bg > [class*="acms-icon-"] {
  vertical-align: baseline; }

.acms-padding-small {
  padding: 10px; }

.acms-padding-medium {
  padding: 15px; }

.acms-padding-large {
  padding: 20px; }

.acms-margin-bottom-mini {
  margin-bottom: 5px; }

.acms-margin-bottom-medium {
  margin-bottom: 20px; }

.acms-margin-bottom-large {
  margin-bottom: 30px; }

.acms-margin-left-mini {
  margin-left: 5px; }

.acms-margin-left-medium {
  margin-left: 20px; }

.acms-margin-left-large {
  margin-left: 30px; }

.acms-inline-space {
  display: inline;
  margin-right: 10px; }

.acms-inline-space-left {
  display: inline;
  margin-left: 10px; }

@media (max-width: 599px) {
  .acms-float-none-sp {
    float: none; }

  .acms-width-sp {
    width: 100% !important; }

  .acms-width-auto-sp {
    width: auto !important; }

  .acms-margin-sp {
    margin-bottom: 10px !important;
    margin-left: 10px !important; }

  .acms-margin-top-bottom-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .acms-margin-bottom-sp {
    margin-bottom: 10px !important; }

  .acms-border-top-sp {
    border-top: 1px solid #CCCCCC !important; }

  .acms-border-bottom-sp {
    border-bottom: 1px solid #CCCCCC !important; }

  .acms-table-admin-edit .acms-border-bottom-sp {
    border-bottom: 1px solid #BBBBBB !important; }

  .acms-title-sp {
    margin-bottom: 10px !important;
    font-size: 16px !important; }

  .acms-form textarea,
  .acms-form input[type="text"] {
    width: 100%; } }
.acms-img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.acms-width-max {
  width: 100% !important; }

.acms-height-max {
  height: 100% !important; }

.acms-width-height-max,
.acms-width-height-max html,
.acms-width-height-max body {
  width: 100%;
  height: 100%; }

.acms-block {
  display: block !important; }

.acms-inline {
  display: inline !important; }

.acms-inline-block {
  display: inline-block !important; }

.acms-table-cell {
  display: table-cell !important; }

.acms-hide {
  display: none !important; }

@media (max-width: 599px) {
  .acms-show-sp {
    display: block !important; }

  .acms-show-inline-sp {
    display: inline !important; }

  .acms-hide-sp {
    display: none !important; } }
@media (min-width: 600px) {
  .acms-show-tablet {
    display: block !important; }

  .acms-hide-tablet {
    display: none !important; } }
@media (min-width: 1200px) {
  .acms-show-pc {
    display: block !important; }

  .acms-hide-pc {
    display: none !important; } }
@media (max-width: 319px) {
  .acms-block-xs {
    display: block !important; }

  .acms-inline-xs {
    display: inline !important; }

  .acms-inline-block-xs {
    display: inline-block !important; }

  .acms-table-cell-xs {
    display: table-cell !important; }

  .acms-hide-xs {
    display: none !important; } }
@media (min-width: 320px) and (max-width: 599px) {
  .acms-block-sm {
    display: block !important; }

  .acms-inline-sm {
    display: inline !important; }

  .acms-inline-block-sm {
    display: inline-block !important; }

  .acms-table-cell-sm {
    display: table-cell !important; }

  .acms-hide-sm {
    display: none !important; } }
@media (min-width: 600px) and (max-width: 1199px) {
  .acms-block-md {
    display: block !important; }

  .acms-inline-md {
    display: inline !important; }

  .acms-inline-block-md {
    display: inline-block !important; }

  .acms-table-cell-md {
    display: table-cell !important; }

  .acms-hide-md {
    display: none !important; } }
@media (min-width: 1200px) and (max-width: 1199px) {
  .acms-block-lg {
    display: block !important; }

  .acms-inline-lg {
    display: inline !important; }

  .acms-inline-block-lg {
    display: inline-block !important; }

  .acms-table-cell-lg {
    display: table-cell !important; }

  .acms-hide-lg {
    display: none !important; } }
@media (min-width: 1200px) {
  .acms-block-xl {
    display: block !important; }

  .acms-inline-xl {
    display: inline !important; }

  .acms-inline-block-xl {
    display: inline-block !important; }

  .acms-table-cell-xl {
    display: table-cell !important; }

  .acms-hide-xl {
    display: none !important; } }
.acms-hide-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

@media print {
  .acms-print-block {
    display: block !important; }

  .acms-print-inline {
    display: inline !important; }

  .acms-print-inline-block {
    display: inline-block !important; }

  .acms-print-hide {
    display: none !important; } }
