@charset "UTF-8";
/* =================== *
 * bootstrap上書き
 * =================== */
.form-group {
  margin-bottom: 0.5rem;
}

.btn.disabled, .btn:disabled {
  opacity: 0.35;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 40% !important;
}

/* =================== *
 * 記事一覧
 * =================== */
.table th.sortable a:link, .table th.sortable a:visited, .table th.sortable a:hover, .table th.sortable a:active {
  color: black;
}

/* =================== *
 * 記事画面
 * =================== */
.droparea {
  position: relative;
  border: 2px dotted #337099;
  border-radius: 10px;
  color: #212529;
  font: bold 14px/120px arial;
  height: 120px;
  margin: 5px auto;
  text-align: center;
  /*width: 200px;*/
  width: 90%;
  box-sizing: content-box;
}

.droparea.hover {
  border: 2px solid #176193;
  color: #212529;
}

.droparea.dropped {
  background: transparent;
  /*border: 5px solid #212529;*/
}

.droparea div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*box-sizing: content-box;*/
}

.droparea img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  /*box-sizing: content-box;*/
}

.droparea [type=file] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: normal;
}

.droparea-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  line-height: initial;
  font-size: 10px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #176193;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-top: 5px;
}

.droparea-close:hover,
.droparea-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-dialog-fluid {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}

.btn-orange {
  color: #fff;
  background-color: #eb6100;
}

.btn-orange:hover {
  color: #fff;
  background: #f56500;
}

.btn-circle {
  border-radius: 50%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
}

#tag-cloud a {
  display: inline-block;
  background: #5e6770;
  border: none;
  color: #eee;
  padding: 3px 6px;
  margin: 0 0 8px 8px;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 135px;
}

#tag-cloud a:hover {
  background: #89aeff;
  color: #fff;
  text-decoration: none;
}

.lbl_advertise {
  display: block;
}

/* =================== *
 * クローン部CSS
 * =================== */
.clone-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #999;
  border: 3px solid #ffffff;
  /*box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px 3px;*/
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-top: 5px;
}

.clone-close:hover,
.clone-close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* =================== *
 * Home
 * =================== */
td.title a {
  display: block;
  width: 100%;
  height: 100%;
}
td.title a:link, td.title a:visited, td.title a:hover, td.title a:active {
  color: #212529;
}

/* =================== *
 * スピナー
 * =================== */
#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1035;
}

#spinner {
  display: none;
  margin-top: 30%;
  color: #fff;
  z-index: 1036;
}