@charset "UTF-8";
html, body {
  height: 100%; }

body {
  overflow-y: scroll;
  background: #f1f1f1;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.45;
  color: #333333; }

h1 {
  position: relative;
  margin-bottom: 24px;
  font-size: 3.2rem; }

header .navbar {
  min-width: 1200px;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  background: #FFB950;
  color: #333333; }
  header .navbar .navbar-header .navbar-brand {
    padding: 8px 15px; }
    header .navbar .navbar-header .navbar-brand img {
      height: 100%; }
  header .navbar .navbar-nav li img {
    height: 20px;
    margin-top: -3px;
    margin-right: 8px; }

main {
  position: relative;
  padding-bottom: 30px; }

footer {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  color: #999999; }

.wrap {
  position: relative;
  width: 100%;
  min-height: 100%; }

.top-block {
  position: absolute;
  top: 20px;
  right: 15px; }

.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  background: #ffffff; }

.form-card {
  padding: 24px;
  margin: 16px 0; }
  .form-card h2 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 2.4rem; }
  .form-card .submit-block {
    margin-bottom: 0;
    text-align: right; }
    .form-card .submit-block .btn {
      height: 50px;
      width: 200px;
      margin-bottom: 8px;
      font-size: 1.8rem; }

.form-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .form-flex label {
    margin: 0; }
  .form-flex .form-label {
    padding-top: 10px; }
  .form-flex textarea {
    max-width: 100%;
    resize: vertical; }
  .form-flex .inline-lg {
    width: 100%; }
  .form-flex .inline-md {
    width: 50%; }
  .form-flex .inline-sm {
    width: 30%; }
  .form-flex .inline-xs {
    width: 10%; }
  .form-flex .inline-auto {
    width: auto; }
  .form-flex .error {
    color: #cf5552; }

.form-group {
  margin-bottom: 24px; }
  .form-group .unit {
    position: relative;
    top: 3px;
    left: 10px; }
  .form-group .help-block .error {
    color: #cf5552; }

/***** リストテーブルパーツ *****/
.list-block {
  margin: 16px 0;
  /***** リストテーブル *****/ }
  .list-block .list-counter {
    padding: 0 2px;
    margin: 12px 0 8px;
    text-align: right; }
  .list-block .list-table {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    background: #ffffff;
    border-collapse: collapse; }
    .list-block .list-table thead tr {
      border-bottom: 1px solid #cccccc; }
    .list-block .list-table tr + tr {
      border-top: 1px solid #cccccc; }
    .list-block .list-table th {
      position: relative;
      height: 56px;
      padding: 8px 12px 12px;
      text-overflow: ellipsis;
      vertical-align: bottom;
      font-weight: normal;
      color: #6e6e6e; }
    .list-block .list-table td {
      height: 60px;
      padding: 8px 12px;
      vertical-align: middle; }
    .list-block .list-table tbody tr:hover {
      background: #fff0da; }
    .list-block .list-table tbody td.status {
      width: 120px; }
    .list-block .list-table tbody td.date {
      width: 140px; }
    .list-block .list-table tbody td.operation {
      width: 250px; }
      .list-block .list-table tbody td.operation .btn {
        height: 44px;
        line-height: 30px;
        font-size: 15px; }
        .list-block .list-table tbody td.operation .btn:hover, .list-block .list-table tbody td.operation .btn:focus {
          opacity: .8;
          color: #ffffff;
          text-decoration: none; }
      .list-block .list-table tbody td.operation .btn-edit {
        position: relative;
        padding-left: 42px;
        padding-right: 16px;
        background: #eba747;
        font-size: 1.7rem;
        color: #ffffff; }
        .list-block .list-table tbody td.operation .btn-edit:before {
          content: "\e031";
          position: absolute;
          top: 6px;
          left: 12px;
          font-family: 'Glyphicons Halflings';
          font-size: 1.2em; }
      .list-block .list-table tbody td.operation .btn-delete {
        position: relative;
        padding-left: 42px;
        padding-right: 16px;
        background: #cf5552;
        font-size: 1.7rem;
        color: #ffffff; }
        .list-block .list-table tbody td.operation .btn-delete:before {
          content: "\e014";
          position: absolute;
          top: 6px;
          left: 12px;
          font-family: 'Glyphicons Halflings';
          font-size: 1.2em; }
      .list-block .list-table tbody td.operation .btn-detail {
        position: relative;
        padding-left: 42px;
        padding-right: 16px;
        background: #ab35a1;
        font-size: 1.7rem;
        color: #ffffff; }
        .list-block .list-table tbody td.operation .btn-detail:before {
          content: "\e086";
          position: absolute;
          top: 6px;
          left: 12px;
          font-family: 'Glyphicons Halflings';
          font-size: 1.2em; }

/***** リスト操作用ナビバー *****/
.list-navbar {
  position: relative;
  padding: 8px;
  margin: 8px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  background: #dedede; }
  .list-navbar .filters {
    display: inline-block; }
    .list-navbar .filters .form-control {
      display: inline-block;
      width: auto; }
  .list-navbar .pagination {
    float: right;
    margin: 5px 0; }
  .list-navbar:after {
    content: "";
    display: block;
    clear: both; }

.btn-add {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-right: 16px;
  border-radius: 5px;
  background: #6ab82c;
  font-size: 1.8rem;
  color: #ffffff; }
  .btn-add:hover, .btn-add:focus {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }
  .btn-add:before {
    content: "\002b";
    position: absolute;
    top: 6px;
    left: 14px;
    height: 26px;
    line-height: 24px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em; }

.btn-upload {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-right: 16px;
  border-radius: 5px;
  background: #6ab82c;
  font-size: 1.8rem;
  color: #ffffff; }
  .btn-upload:hover, .btn-upload:focus {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }
  .btn-upload:before {
    content: "\e198";
    position: absolute;
    top: 6px;
    left: 14px;
    height: 26px;
    line-height: 24px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em; }

.btn-back {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-right: 16px;
  border-radius: 5px;
  background: #eba747;
  font-size: 1.8rem;
  color: #ffffff; }
  .btn-back:hover, .btn-back:focus {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }
  .btn-back:before {
    content: "\e091";
    position: absolute;
    top: 6px;
    left: 12px;
    height: 26px;
    line-height: 24px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em; }

/***** エディターパーツ *****/
.editor-block {
  position: relative; }
  .editor-block:after {
    content: "";
    display: block;
    clear: both; }
  .editor-block .editor {
    float: left;
    width: 60%; }
    .editor-block .editor .tiny-mce {
      height: 500px; }
  .editor-block .media {
    position: relative;
    float: right;
    width: calc(40% - 24px);
    margin: 0; }
    .editor-block .media .nav-tabs {
      position: relative;
      z-index: 10;
      border-color: #c0c0c0; }
      .editor-block .media .nav-tabs .active > a {
        border-color: #c0c0c0;
        border-bottom-color: #ffffff; }
    .editor-block .media .tab-content .tab-pane {
      position: relative;
      top: -1px;
      height: 531px;
      border: 1px solid #c0c0c0; }
      .editor-block .media .tab-content .tab-pane .media-main {
        position: relative; }
    .editor-block .media .tab-content .tab-option {
      position: relative;
      padding: 16px 8px;
      border-bottom: 1px solid #c0c0c0; }
      .editor-block .media .tab-content .tab-option button {
        width: 80%; }
    .editor-block .media .tab-content .tab-main {
      height: 100%; }
    .editor-block .media .tab-content .image-pane .list-wall {
      height: 100%; }
      .editor-block .media .tab-content .image-pane .list-wall .list-option {
        height: 33%; }
        .editor-block .media .tab-content .image-pane .list-wall .list-option div {
          text-align: center; }
        .editor-block .media .tab-content .image-pane .list-wall .list-option span {
          display: block;
          width: 40%; }
        .editor-block .media .tab-content .image-pane .list-wall .list-option select {
          width: 60%;
          font-size: 1.4rem; }
        .editor-block .media .tab-content .image-pane .list-wall .list-option .option-item {
          display: -ms-flexbox;
          display: flex;
          width: 80%;
          margin: 10px auto;
          -ms-flex-align: center;
          align-items: center;
          text-align: left; }
          .editor-block .media .tab-content .image-pane .list-wall .list-option .option-item:last-child {
            margin-bottom: 0; }
        .editor-block .media .tab-content .image-pane .list-wall .list-option .form-control {
          display: block;
          margin-left: 16px; }
      .editor-block .media .tab-content .image-pane .list-wall .image-list {
        overflow-y: scroll;
        height: 67%;
        padding: 16px;
        margin: 0; }
        .editor-block .media .tab-content .image-pane .list-wall .image-list .thumbnail {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          min-height: 95px; }
        .editor-block .media .tab-content .image-pane .list-wall .image-list .error-msg {
          display: none;
          position: absolute;
          top: 12px;
          left: 0;
          right: 0;
          z-index: 10;
          width: 90%;
          margin: auto;
          padding: 8px 16px;
          border-radius: 4px;
          background: rgba(255, 14, 14, 0.7);
          font-size: .85rem;
          color: #ffffff; }
    .editor-block .media .tab-content .image-pane .uploader-wall {
      display: none;
      height: 100%; }
      .editor-block .media .tab-content .image-pane .uploader-wall .uploader-option {
        height: 12%;
        text-align: center; }
      .editor-block .media .tab-content .image-pane .uploader-wall .uploader {
        position: relative;
        height: 88%;
        padding: 4px;
        background-image: url(/img/admin/cloud-icon.png);
        background-repeat: no-repeat;
        background-position: center 70px; }
        .editor-block .media .tab-content .image-pane .uploader-wall .uploader .upload-field {
          height: 100%;
          padding-top: 180px;
          border: 4px dashed #c0c0c0;
          text-align: center; }
          .editor-block .media .tab-content .image-pane .uploader-wall .uploader .upload-field p {
            margin-bottom: 4px; }
          .editor-block .media .tab-content .image-pane .uploader-wall .uploader .upload-field input {
            display: none; }
          .editor-block .media .tab-content .image-pane .uploader-wall .uploader .upload-field button {
            width: 60%; }
          .editor-block .media .tab-content .image-pane .uploader-wall .uploader .upload-field .info {
            margin-top: 24px;
            font-size: 1.2rem; }
        .editor-block .media .tab-content .image-pane .uploader-wall .uploader .loading {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5);
          background-image: url(/img/admin/loading.gif);
          background-repeat: no-repeat;
          background-position: center 90%; }
    .editor-block .media .tab-content .youtube-pane .tab-option {
      text-align: center; }
      .editor-block .media .tab-content .youtube-pane .tab-option div {
        margin: 8px 0; }
        .editor-block .media .tab-content .youtube-pane .tab-option div:last-child {
          margin-bottom: 0; }
      .editor-block .media .tab-content .youtube-pane .tab-option img {
        width: 35%; }
    .editor-block .media .tab-content .youtube-pane .tab-main {
      padding: 16px; }
      .editor-block .media .tab-content .youtube-pane .tab-main .title {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600; }

/* ----------------------------------- *
 * Bootstrap 変更
 * ----------------------------------- */
.container {
  width: 1200px;
  max-width: none !important; }

.link {
  cursor: pointer; }

.glyphicon {
  margin-right: 4px; }

.form-horizontal .control-label {
  text-align: left; }

.form-control {
  height: auto;
  padding: 10px;
  font-weight: normal; }

select.form-control {
  padding-top: 9px;
  padding-bottom: 9px; }

.modal-header {
  padding: 8px 16px; }

.nav a {
  color: #333333; }

.nav .glyphicon {
  margin-right: 6px;
  top: 1.5px; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  opacity: .6; }
