@charset "UTF-8";
/* ======================================================

  base

====================================================== */
/*  reset
------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.pager:after,
.row:after,
.nav:after {
  clear: both; }

.clearfix:after,
.clearfix:before,
.pager:after,
.pager:before,
.row:after,
.row:before,
.nav:after,
.nav:before {
  display: table;
  content: " "; }

/* ======================================================

  element

====================================================== */
html,
body,
input,
textarea,
select,
button {
  font-family: "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

a {
  color: #030000; }

a:link {
  color: #030000;
  text-decoration: none; }

a:visited {
  color: #030000; }

.btn:hover,
a:hover {
  color: #030000;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

a:active {
  color: #030000; }

strong {
  font-weight: bold;
  font-size: 1.2em; }

/* ======================================================

  layout

====================================================== */
/* ======================================================

  header

====================================================== */
.login-header {
  margin-left: 240px;
  background-color: #f5f5f5;
  padding: 20px; }
  .login-header dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px; }
    .login-header dl dt,
    .login-header dl dd {
      display: table-cell; }
    .login-header dl dd {
      text-align: right; }

/* ======================================================

  footer

====================================================== */
.footer {
  margin-left: 240px;
  padding: 20px;
  font-size: 10px; }
  .footer .copy-right {
    text-align: center;
    width: 100%;
    border-top: 1px solid #000000; }
  .footer .btn-pagetop {
    background-color: #000000;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    text-align: center; }
    .footer .btn-pagetop a {
      color: #ffffff;
      font-size: 20px;
      display: table-cell;
      vertical-align: middle;
      width: 50px;
      height: 50px; }

/* ======================================================

  side-nav

====================================================== */
.side-column {
  width: 240px;
  background-color: #f9f9f9;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #dbdbdb; }
  .side-column .logo {
    padding: 15px 10px;
    background-color: #333740;
    text-align: center; }
    .side-column .logo a {
      color: #ffffff; }
  .side-column .side-nav > ul > li > a {
    border-left: 4px solid #333740;
    background-color: #ffffff;
    font-weight: bold;
    border-bottom: 10px solid #f9f9f9; }
  .side-column .side-nav li > a,
  .side-column .side-nav li > span {
    display: block;
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 8px 15px;
    border-left: 4px solid #ffffff; }
    .side-column .side-nav li > a:hover,
    .side-column .side-nav li > span:hover {
      background-color: #ffffff; }
  .side-column .side-nav .switch-title.is-active span {
    border-left: 4px solid #333740;
    background-color: #ffffff;
    font-weight: bold; }
  .side-column .side-nav .switch-title.is-active .switch-list {
    display: block; }
  .side-column .side-nav .switch-list {
    display: none; }
    .side-column .side-nav .switch-list li > a,
    .side-column .side-nav .switch-list li > span {
      padding: 8px 8px 8px 40px;
      font-size: 12px; }
    .side-column .side-nav .switch-list li > a {
      position: relative; }
      .side-column .side-nav .switch-list li > a:before {
        content: '';
        left: 25px;
        display: inline-block;
        width: 0;
        height: 0;
        top: 50%;
        position: absolute;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid #000000;
        margin-top: -4px; }

.main-column {
  width: auto;
  margin-left: 240px;
  padding: 20px; }

.single-page {
  background-color: #f9f9f9; }
  .single-page .main-column {
    margin: 0 auto; }
  .single-page .side-column {
    position: static;
    width: auto; }

.col-per-10 {
  width: 10%; }

.col-per-20 {
  width: 20%; }

.col-per-30 {
  width: 30%; }

.col-per-40 {
  width: 40%; }

.col-per-50 {
  width: 50%; }

.col-per-60 {
  width: 60%; }

.col-per-70 {
  width: 70%; }

.col-per-80 {
  width: 80%; }

.col-per-90 {
  width: 90%; }

.col-per-100 {
  width: 100%; }

#map {
  width: 100%;
  height: 300px;
  margin-top: 15px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-box {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-box video {
  width: 100%; }

.video-checkbox-frame .video {
  padding-top: 56.25%; }

.col-box .well strong {
  display: block;
  text-align: center; }

.col-box .well .table {
  margin-bottom: 0;
  font-size: 11px; }

.col-box .well .table th {
  width: 120px; }

.video.is-clicked .video-control {
  z-index: 0; }

.modal-frame {
  max-width: 1200px;
  margin: 0 auto; }

/* ======================================================

  module

====================================================== */
/* ======================================================

  color

====================================================== */
/* ======================================================

  title

====================================================== */
.title-main {
  font-size: 34px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.title-sub {
  font-size: 24px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px; }

/* ======================================================

  form

====================================================== */
.form-control {
  padding: 5px;
  font-size: 12px;
  border: 1px solid #dbdbdb;
  display: block;
  width: 100%; }
  .form-control:focus {
    outline-offset: 0;
    border: 1px solid #dbdbdb;
    background-color: #d9edf7; }

.form-inline .form-control {
  width: auto;
  display: inline-block; }

.form-control-btn {
  margin: 60px auto;
  text-align: center; }

.list-control-btn {
  margin: -20px auto 60px;
  text-align: center; }

.delete-control-btn {
  margin: -30px auto 30px; }

.add-control-btn {
  margin: 0 auto 60px; }
  .add-control-btn .btn {
    width: 100%;
    margin: 0; }

input[type="checkbox"]:disabled {
  background: #f9f9f9; }

input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  cursor: not-allowed; }

select:disabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  cursor: not-allowed; }

input[type="radio"]:disabled + label {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  cursor: not-allowed; }

.textarea-message {
  margin: 5px 0 8px; }

/*  file-upload
------------------------------------------------------ */
.drag-file {
  height: 140px;
  position: relative;
  border: 2px dotted #eaeaea; }

.drag-file-table {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.drag-file-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.drag-file-cell p {
  padding-left: 10px;
  margin: 0 0 0 0;
  background: url("../img/bg-upload.png") center 0 no-repeat;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  padding-top: 50px;
  padding-bottom: 0; }

.draggle .drag-file-cell {
  background: #d9edf7; }

.success .drag-file-cell {
  background: #dff0d8;
  color: #468847;
  border-color: #ffffff;
  font-weight: bold; }

.drag-file-cell .item {
  display: inline-block;
  padding: 10px;
  text-align: center; }

.drag-file-cell .item .image {
  min-width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  display: none; }

.drag-file-cell .item .image .image-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.drag-file-cell .item .image img {
  height: 100px; }

.drag-file input.drag-file-input {
  width: 100%;
  height: 137px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #003300; }

.drag-file input.drag-file-input.nodrop,
.drag-file.unsupported input.drag-file-input {
  width: auto;
  height: auto;
  top: 30px;
  left: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: none; }

.nodrop {
  position: static; }

.drag-file.nodrop input.drag-file-input {
  position: static;
  opacity: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
  margin: 10px 0 0 10px;
  height: auto;
  width: auto; }

.drag-file.nodrop .drag-file-table {
  display: none; }

.set-image p {
  display: none; }

.datepicker-frame img {
  vertical-align: middle;
  margin-left: 5px; }

.video {
  position: relative; }

.video .video-control {
  background: url(../img/ic_play_s.png) no-repeat 50% 50%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video .video-control {
  -webkit-background-size: 38px auto;
          background-size: 38px auto; }

.video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ======================================================

  table

====================================================== */
.table {
  width: 100%;
  margin-bottom: 40px;
  word-break: break-all;
  word-wrap: break-word; }
  .table tr:hover th,
  .table tr:hover td {
    background-color: #fcf8e3; }
  .table th,
  .table td {
    padding: 6px;
    line-height: 1.6;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    font-size: 13px; }
  .table th {
    width: 20%;
    padding: 6px;
    background-color: #f9f9f9;
    vertical-align: top;
    text-align: left; }
    .table th:hover {
      background-color: #fcf8e3; }
  .table.table-list th {
    width: auto;
    text-align: center; }

.status-success {
  background-color: #dff0d8; }

.status-info {
  background-color: #d9edf7; }

.status-close {
  background-color: #dbdbdb; }

.status-warning {
  background-color: #fcf8e3; }

.status-danger {
  background-color: #f2dede; }

.sortable tr {
  cursor: move; }

/* ======================================================

  button

====================================================== */
.btn {
  position: relative;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 16px;
  border: 1px solid #838383;
  vertical-align: middle;
  background-color: #ffffff;
  margin: 0 10px;
  line-height: 1;
  cursor: pointer; }
  .btn:disabled, .btn.disabled {
    background: #f9f9f9;
    cursor: not-allowed;
    color: #808080;
    border: 1px solid #f9f9f9; }
    .btn:disabled:hover, .btn.disabled:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .btn.btn-back:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 12px;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background-color: #030000;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .btn.btn-back:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 17px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
            transform: rotate(-130deg);
    content: '';
    display: block; }
  .btn.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    /*         &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 12px;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
}
&:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 17px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #449d44;
    border-right: 1px solid #449d44;
    transform: rotate(45deg);
    content: '';
    display: block;
} */ }
    .btn.btn-success.btn-sm {
      padding: 8px 12px;
      font-size: 14px; }
  .btn.btn-important {
    color: #fff;
    background-color: #a94442;
    border-color: #913230;
    /*         &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 12px;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
}
&:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 17px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #a94442;
    border-right: 1px solid #a94442;
    transform: rotate(45deg);
    content: '';
    display: block;
} */ }
    .btn.btn-important.btn-sm {
      padding: 8px 12px;
      font-size: 14px; }
  .btn.btn-default {
    /*         &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 12px;
    width: 14px;
    height: 14px;
    content: '';
    display: block;
    background-color: #030000;
    border-radius: 50%;
}
&:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 17px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #449d44;
    border-right: 1px solid #449d44;
    transform: rotate(45deg);
    content: '';
    display: block;
} */ }
    .btn.btn-default.btn-sm {
      padding: 8px 12px;
      font-size: 14px; }
  .btn.btn-sm {
    padding: 8px 12px;
    font-size: 12px; }

.btn-switch input {
  display: none; }
  .btn-switch input:checked + label:before {
    background: #449d44;
    color: #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .btn-switch input:checked + label:after {
    background: #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #000000; }

.btn-switch label {
  cursor: pointer;
  font-size: 10px;
  font-weight: bold; }
  .btn-switch label:before, .btn-switch label:after {
    display: inline-block;
    padding: 4px 6px; }
  .btn-switch label:before {
    content: '公開';
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    background: #ffffff; }
  .btn-switch label:after {
    content: '非公開';
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    background: #a94442;
    color: #ffffff; }

/* ======================================================

  text

====================================================== */
p {
  padding: 1em 0; }

.text-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px; }

.text-notes {
  color: #888888;
  font-size: 12px;
  padding: 3px 0 0; }

.text-plus {
  color: #2196f3; }

.text-minus {
  color: #e51c23; }

.text-important {
  background-color: #f2dede;
  color: #a94442;
  display: inline-block;
  padding: 15px 60px;
  margin: 15px 0;
  font-weight: bold;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

th.text-center,
.text-center {
  text-align: center; }

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

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

/* ======================================================

  icon

====================================================== */
.badge {
  background-color: red;
  font-size: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  padding: 4px 6px 3px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: bold; }

.icon-required {
  background-color: #a94442;
  color: #ffffff;
  font-size: 10px;
  margin-left: 7px;
  line-height: 1;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.icon-any {
  background-color: #aa6708;
  color: #ffffff;
  font-size: 10px;
  margin-left: 7px;
  line-height: 1;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.icon-new {
  background-color: #3c763d;
  color: #ffffff;
  font-size: 10px;
  margin-left: 7px;
  line-height: 1;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.tag {
  border: 1px solid #dbdbdb;
  padding: 2px 8px;
  margin: 0 4px;
  font-size: 12px;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.tag-bg {
  padding: 2px 8px;
  margin: 0 4px;
  font-size: 12px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #000000;
  color: #ffffff; }

.icon-pdf:before {
  background: url("../img/icon-pdf.png") 0 0 no-repeat;
  width: 16px;
  height: 16px; }

.icon-zip:before {
  background: url("../img/icon-zip.png") 0 0 no-repeat;
  width: 16px;
  height: 16px; }

.icon-excel:before {
  background: url("../img/icon-excel.png") 0 0 no-repeat;
  width: 16px;
  height: 16px; }

.icon-word:before {
  background: url("../img/icon-word.png") 0 0 no-repeat;
  width: 16px;
  height: 16px; }

.icon-powerpoint:before {
  background: url("../img/icon-powerpoint.png") 0 0 no-repeat;
  width: 16px;
  height: 16px; }

.icon-pdf,
.icon-zip,
.icon-excel,
.icon-word,
.icon-powerpoint {
  vertical-align: middle; }

.icon-pdf:before,
.icon-zip:before,
.icon-excel:before,
.icon-word:before,
.icon-powerpoint:before {
  content: '';
  display: inline-block; }

/* ======================================================

  font

====================================================== */
@font-face {
  font-family: 'baceicon';
  src: url("../font/baceicon.eot?a5zjxf");
  src: url("../font/baceicon.eot?a5zjxf#iefix") format("embedded-opentype"), url("../font/baceicon.ttf?a5zjxf") format("truetype"), url("../font/baceicon.woff?a5zjxf") format("woff"), url("../font/baceicon.svg?a5zjxf#baceicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'baceicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 6px; }

.icon-arrowdown-1:before {
  content: "\e900"; }

.icon-arrowdown-2:before {
  content: "\e901"; }

.icon-arrowleft-1:before {
  content: "\e902"; }

.icon-arrowleft-2:before {
  content: "\e903"; }

.icon-arrowright-1:before {
  content: "\e904"; }

.icon-arrowright-2:before {
  content: "\e905"; }

.icon-arrowup-1:before {
  content: "\e906"; }

.icon-arrowup-2:before {
  content: "\e907"; }

.icon-back:before {
  content: "\e908"; }

.icon-balloon-1:before {
  content: "\e909"; }

.icon-balloon-2:before {
  content: "\e90a"; }

.icon-balloon-3:before {
  content: "\e90b"; }

.icon-calender-1:before {
  content: "\e90c"; }

.icon-calender-2:before {
  content: "\e90d"; }

.icon-camera-1:before {
  content: "\e90e"; }

.icon-camera-2:before {
  content: "\e90f"; }

.icon-cancel:before {
  content: "\e910"; }

.icon-cart-1:before {
  content: "\e911"; }

.icon-cart-2:before {
  content: "\e912"; }

.icon-check:before {
  content: "\e913"; }

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

.icon-detail:before {
  content: "\e915"; }

.icon-download:before {
  content: "\e916"; }

.icon-file:before {
  content: "\e917"; }

.icon-folder:before {
  content: "\e918"; }

.icon-garbage-1:before {
  content: "\e919"; }

.icon-garbage-2:before {
  content: "\e91a"; }

.icon-glass:before {
  content: "\e91b"; }

.icon-heart-1:before {
  content: "\e91c"; }

.icon-heart-2:before {
  content: "\e91d"; }

.icon-home-1:before {
  content: "\e91e"; }

.icon-home-2:before {
  content: "\e91f"; }

.icon-login-1:before {
  content: "\e920"; }

.icon-login-2:before {
  content: "\e921"; }

.icon-login-3:before {
  content: "\e922"; }

.icon-logout-1:before {
  content: "\e923"; }

.icon-logout-2:before {
  content: "\e924"; }

.icon-logout-3:before {
  content: "\e925"; }

.icon-mail-1:before {
  content: "\e926"; }

.icon-mail-2:before {
  content: "\e927"; }

.icon-mail-3:before {
  content: "\e928"; }

.icon-map-1:before {
  content: "\e929"; }

.icon-map-2:before {
  content: "\e92a"; }

.icon-menu-1:before {
  content: "\e92b"; }

.icon-menu-2:before {
  content: "\e92c"; }

.icon-menu-3:before {
  content: "\e92d"; }

.icon-minus-1:before {
  content: "\e92e"; }

.icon-minus-2:before {
  content: "\e92f"; }

.icon-network:before {
  content: "\e930"; }

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

.icon-note:before {
  content: "\e932"; }

.icon-pc:before {
  content: "\e933"; }

.icon-pencil-1:before {
  content: "\e934"; }

.icon-pencil-2:before {
  content: "\e935"; }

.icon-pencil-3:before {
  content: "\e936"; }

.icon-plus-1:before {
  content: "\e937"; }

.icon-plus-2:before {
  content: "\e938"; }

.icon-question:before {
  content: "\e939"; }

.icon-reception:before {
  content: "\e93a"; }

.icon-reload:before {
  content: "\e93b"; }

.icon-rss-1:before {
  content: "\e93c"; }

.icon-rss-2:before {
  content: "\e93d"; }

.icon-sns:before {
  content: "\e93e"; }

.icon-sp:before {
  content: "\e93f"; }

.icon-star-1:before {
  content: "\e940"; }

.icon-star-2:before {
  content: "\e941"; }

.icon-stop:before {
  content: "\e942"; }

.icon-tb:before {
  content: "\e943"; }

.icon-tel-1:before {
  content: "\e944"; }

.icon-tel-2:before {
  content: "\e945"; }

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

.icon-transmission-1:before {
  content: "\e947"; }

.icon-transmission-2:before {
  content: "\e948"; }

.icon-upload:before {
  content: "\e949"; }

.icon-user-1:before {
  content: "\e94a"; }

.icon-user-2:before {
  content: "\e94b"; }

.icon-wifi-1:before {
  content: "\e94c"; }

.icon-wifi-2:before {
  content: "\e94d"; }

.icon-window-1:before {
  content: "\e94e"; }

.icon-window-2:before {
  content: "\e94f"; }

/* ======================================================

  padding

====================================================== */
.padding-top-lg {
  padding-top: 40px; }

.padding-right-lg {
  padding-right: 40px; }

.padding-bottom-lg {
  padding-bottom: 40px; }

.padding-left-lg {
  padding-left: 40px; }

.padding-top-md {
  padding-top: 30px; }

.padding-right-md {
  padding-right: 30px; }

.padding-bottom-md {
  padding-bottom: 30px; }

.padding-left-md {
  padding-left: 30px; }

.padding-top-sm {
  padding-top: 10px; }

.padding-right-sm {
  padding-right: 10px; }

.padding-bottom-sm {
  padding-bottom: 10px; }

.padding-left-sm {
  padding-left: 10px; }

.wysiwyg a {
  text-decoration: underline; }

.wysiwyg a:hover {
  text-decoration: none; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
  margin: 5px 0; }

.wysiwyg h1 {
  font-size: 2em; }

.wysiwyg h2 {
  font-size: 1.5em; }

.wysiwyg h3 {
  font-size: 1.17em; }

.wysiwyg h4 {
  font-size: 1em; }

.wysiwyg h5 {
  font-size: 0.83em; }

.wysiwyg h6 {
  font-size: 0.67em; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg sup {
  vertical-align: top;
  font-size: smaller; }

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg p {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

.wysiwyg blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: 3px solid #666666;
  color: #666666; }

.wysiwyg pre {
  display: block;
  white-space: pre;
  margin: 1em 0; }

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.6em; }

.wysiwyg ul li {
  list-style-type: disc; }

.wysiwyg ol li {
  list-style-type: decimal; }

.wysiwyg table {
  width: 100%; }

.wysiwyg table th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ffffff;
  padding: 10px 20px;
  font-weight: normal; }

.wysiwyg table td {
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  padding: 10px; }

/* ======================================================

  other

====================================================== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .pagination li {
    display: inline; }
    .pagination li a,
    .pagination li span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      line-height: 1.42857143; }
      .pagination li a:focus, .pagination li a:hover,
      .pagination li span:focus,
      .pagination li span:hover {
        z-index: 2;
        background-color: #eee;
        border-color: #ddd; }
  .pagination:first-child > a,
  .pagination:first-child > span {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs li a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
      position: relative;
      display: block;
      padding: 10px 15px; }
    .nav-tabs li.active > a,
    .nav-tabs li.active > a:focus,
    .nav-tabs li.active > a:hover {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.alert {
  text-align: center;
  padding: 20px 15px;
  font-weight: bold; }
  .alert.alert-success {
    background-color: #dff0d8;
    color: #3c763d; }
  .alert.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b; }
  .alert.alert-danger {
    background-color: #f2dede;
    color: #a94442; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.list-group {
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .list-group .list-group-item:first-child {
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
  .list-group .list-group-item:last-child {
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; }
  .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd; }
    .list-group .list-group-item:hover {
      background-color: #fcf8e3; }

.panel {
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 23px;
  background-color: #ffffff; }
  .panel .panel-heading {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #dddddd;
    padding: 10px; }
  .panel .panel-body {
    padding: 20px; }
  .panel.panel-login dt {
    padding: 15px 0 5px; }
  .panel.panel-error h1 {
    color: #cccccc; }

/*  modal
------------------------------------------------------ */
.modal-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4); }

.modal-frame {
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .modal-frame .modal-body {
    background-color: #ffffff;
    position: relative;
    padding: 40px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    text-align: center; }

.ui-sortable-handle {
  cursor: move; }

.list-sortable {
  width: 100%;
  display: table; }
  .list-sortable .list-sort {
    display: inline-table;
    width: 100%; }
    .list-sortable .list-sort p {
      text-align: center; }
    .list-sortable .list-sort ul {
      padding: 0 15px 15px 70px;
      counter-reset: li; }
      .list-sortable .list-sort ul li {
        /*                 border: 1px solid #dbdbdb;
margin: 5px;
border-radius: 0;
padding: 10px 15px;
background-color: #ffffff; */ }
        .list-sortable .list-sort ul li span {
          position: relative;
          display: block;
          padding: 10px 15px;
          border: 1px dotted #000000;
          background-color: #ffffff;
          margin-bottom: 5px;
          height: 44px; }
          .list-sortable .list-sort ul li span:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -54px;
            top: 50%;
            margin-top: -22px;
            height: 44px;
            width: 44px;
            line-height: 44px;
            text-align: center;
            font-size: 14px;
            background-color: #000000;
            color: #ffffff; }
          .list-sortable .list-sort ul li span:after {
            position: absolute;
            content: '';
            border: 5px solid transparent;
            top: 50%;
            margin-top: -3px;
            border-left-color: #000000;
            left: -10px; }
    .list-sortable .list-sort.list-after {
      background-color: #f9f9f9; }
    @media (min-width: 768px){
  .btn{
    display: inline-block;
    padding: 15px 80px; }
  .panel.panel-login{
    width: 420px;
    margin: 60px auto; }
  .modal-frame .modal-body{
    margin: 40px 60px; } }
    @media (max-width: 767px){
  .btn{
    padding: 15px;
    display: block; }
  .modal-frame .modal-body{
    margin: 20px 30px; } }
