/* Form style
  ====================================*/
input[type="text"] {
    -webkit-appearance: none;
}

.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 3px;
  font-size: 14px;
  text-indent: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

/*.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-btn,
.input-group .form-control {
  display: table-cell;
  z-index: 3;

}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:last-child > .btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  z-index: 2;
  margin-left: -1px;
}


/**
 * main style
 */
/* Nav Bar
  ====================================*/
.header
{
  width: 100%;
  /*height: 100px;*/ /* 81 */
  /*height: 92px; /* 81 */*/
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.header_menu {
  height: 50px; /* 81 */
}

.navbar {
  width: 100%;
  height: 54px;
  top: 0;
  background-color: #ffd3da;
  background-color: #ff8cae;
  background-color: #ff4a80;
  background-color: #f7878a;
  text-align: center;
  z-index: 2050;
}

.navbar a {
  text-decoration: none;
}

.navbar__logo {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-left: -49px;
}

@media screen and (min-width:480px) {
  .navbar__logo {
    margin-left: -20px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .navbar__logo {
    margin-left: -10px;
  }
}
@media screen and (min-width:1024px) {
  .navbar__logo {
    margin-left: 0;
  }
}


.navbar_mikle {
  width: 112px;
  height: 29px;
  background-size: 112px 29px;
}

.navbar_mikle {
  position: relative;
  width: 130px;
  height: 33px;
  margin-top: 10px;
  background-image: url("/common/images/logo_mikle_white_4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar_onayami {
  width: 140px;
  height: 32px;
  background: url("/common/images/logo_onayami_sp_white.png") no-repeat;
  background-size: 140px 32px;
}

.navbar__sidebar-button .bar {
  display: block;
  margin: auto;
  width: 32px;
  height: 3px;
  background-color: #e9546b;
}

.navbar__sidebar-button .bar + .bar {
  margin-top: 3px;
}

.navbar__sidebar-button .text {
  position: relative;
  color: #e9546b;
  letter-spacing:-1.5px;
  font-size: 10px;
  font-weight: 600;
  top: -4px;
  line-height: 1;
}

.btn {
  position: absolute;
  top: 5px;
  width: 42px;
  height: 40px;
  padding-top: 2px;
  line-height: 1;
  border: 1px solid #ffd7d7;
  border-radius: 4px;
  color: #fff;
  font-size: 9px;
}

.btn:focus, .btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

/*.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}*/

.navbar__sidebar-button {
  left: 10px;
  letter-spacing: -1px;
}

.navbar__search-button {
  right: 10px;
  letter-spacing: 2px;
}

.navbar__mypage-button {
  right: 60px;
  font-size: 9px;
  letter-spacing: -2px;
}

.navbar__sidebar-button:active, .navbar__sidebar-button:focus,
.navbar__search-button:active,
.navbar__search-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

/* Tab Content & Content
  ====================================*/
.hd-tabs-container * {
  box-sizing: border-box;
}

.hd-tabs-container *:before,
.hd-tabs-container *:after {
  box-sizing: border-box;
}

.hd-tabs-container {
  height: 40px;
  padding: 0;
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
  border-bottom: 1px solid #d6d6d6;
}

.hd-tabs-container.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 500;
  background-color: #fff;
}

ul.hd-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.hd-tabs > li {
  position: relative;
  display: block;
  float: left;
  width: 33.3333333333%;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
  text-decoration: none;
  background-color: transparent;
  border-right: 1px solid #ddd;
  border-left: 1px solid #FFF;
}
ul.hd-tabs > li:first-child {
  border-left: none;
}
ul.hd-tabs > li:last-child {
  border-right: none;
}

ul.hd-tabs > li:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
}

ul.hd-tabs > li.current:after {
  width: 100%;
  background: #e9546b;
}
ul.hd-tabs > li.current > a {
  font-weight: bold;
  color: #444;
}
ul.hd-tabs > li > a {
  display:block;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  color: #666;
  text-shadow: none;
  text-decoration: none;
}

.hd-tab-content.current {
  display: inherit;
}

.content {
  margin-top: 100px;
  padding: 0;
}

/* Off-canvas Navigation
  ====================================*/
.sidebar {
  position: fixed;
  top: 54px;
  z-index: 1030;
  width: 250px;
  height: 100%;
  /*height: calc(100% - 54px);*/
  background: #eef1f3;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

.sidebar > ul {
  padding-bottom: 90px;
}

.sidebar a {
  display: block;
  color: #222;
  padding: 10px 30px 10px 20px;
  text-decoration: none;
  outline: 0;
}

.sidebar ul:first-child {
  margin-top: 0;
}

.sidebar.sidebar-left {
  left: 0;
}

.sidebar-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.sidebar-open-left #container {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.sidebar-open-left .sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#container,
.sidebar {
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.menu-list > li {
  border-top: 1px solid #becad1;
}

.menu-list > li:first-child {
  border-top: none;
}

.menu-list > li.group {
  border-top: 1px solid #ffd3d3;
  background-color: #fff1f1;
}

.menu-list > li.board {
  padding-left: 10px;
}

.menu-list > li .user-icon,
.menu-list > li .menu-icon,
.menu-list > li .home-icon,
.menu-list > li .entry-icon,
.menu-list > li .q-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

.menu-list > li .user-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%3C%2Ftitle%3E%3Cpath%20d%3D%22M8%208c2.2%200%204-1.8%204-4s-1.8-4-4-4-4%201.8-4%204%201.8%204%204%204zm0%202c-2.7%200-8%201.3-8%204v2h16v-2c0-2.7-5.3-4-8-4z%22%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.menu-list > li .menu-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%200H2C.9%200%200%20.9%200%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2zM6%2014H4v-2h2v2zm0-4H4V8h2v2zm0-4H4V4h2v2zm8%208H7v-2h7v2zm0-4H7V8h7v2zm0-4H7V4h7v2z%22%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.menu-list > li .home-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Emenu-icon-home%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.892%206.226V1.64h-1.677V4.1l-1.877-2.379L9%20.028%207.662%201.722%200%2011.433l1.338%201.696%201.47-1.864v6.707h12.384v-6.707l1.47%201.864L18%2011.433l-4.108-5.207zM8.634%2015.27H6.718V12.84h1.916v2.429zm0-3.371H6.718V9.47h1.916v2.428zm2.648%203.37H9.366v-2.428h1.916v2.429zm0-3.37H9.366V9.47h1.916v2.428z%22%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.menu-list > li .entry-icon {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23333%22%20viewBox%3D%223%203%2020%2020%22%3E%20%3Cpath%20d%3D%22M3%205v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2H5c-1.11%200-2%20.9-2%202zm12%204c0%201.66-1.34%203-3%203s-3-1.34-3-3%201.34-3%203-3%203%201.34%203%203zm-9%208c0-2%204-3.1%206-3.1s6%201.1%206%203.1v1H6v-1z%22%2F%3E%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.menu-list > li .q-icon {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2223%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14c-2.21%200-4%201.79-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5%200-2.21-1.79-4-4-4z%22%2F%3E%3C%2Fsvg%3E') no-repeat -2px -2px;
}

.menu-list > li > a {
  position: relative;
}

#thread_history dt:after,
.menu-list > li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%3C%2Ftitle%3E%3Cpath%20d%3D%22M1.4%200L0%201.4%204.6%206%200%2010.6%201.4%2012l6-6-6-6z%22%20fill%3D%22%239B9B9B%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 5px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-overlay {
  display: none;
}

.sidebar-open-left .site-overlay {
  display: block;
  position: fixed;
  top: 54px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1028;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

body.sidebar-open-left {
  overflow: hidden;
  /*position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

.searchform-open-top .site-overlay {
  display: block;
  position: fixed;
  top: 54px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1028;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
body.searchform-open-top {
  overflow: hidden;
  /*position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

.close-menu {
  display: none;
  background-color: transparent;
}

.sidebar-open-left .close-menu {
  display: block;
  position: fixed;
  top: 63px;
  left: 263px;
  z-index: 1029;
  width: 25px;
  height: 25px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclose%3C%2Ftitle%3E%3Cpath%20d%3D%22M25%202.5L22.5%200l-10%2010-10-10L0%202.5l10%2010-10%2010L2.5%2025l10-10%2010%2010%202.5-2.5-10-10%2010-10z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

/* Search Form
  ====================================*/
.searchform.searchform-top {
  left: 0;
}
.searchform-top {
  -webkit-transform: translate3d(0, -150px, 0);
  -ms-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
}

.searchform-open-top .searchform {
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.search-container {
  position: relative;
  padding: 10px 62px 10px 22px;
/*  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);*/
  background-color: #EEF1F3;
}

.search-container input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 2px 0;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  text-indent: 13px;
  font-size: 16px;
  color: #555;
  background: #fff;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search-container .submit-search {
  position: absolute;
  right: 22px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  background: #9b9b9b url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%3C%2Ftitle%3E%3Cpath%20d%3D%22M18.14%2016.145h-1.136l-.394-.392a9.246%209.246%200%200%200%202.241-6.04%209.29%209.29%200%200%200-9.29-9.29%209.29%209.29%200%201%200%200%2018.58%209.249%209.249%200%200%200%206.038-2.238l.395.392v1.132l7.144%207.133%202.131-2.13-7.13-7.147zm-8.58%200a6.432%206.432%200%201%201%200-12.864%206.433%206.433%200%200%201%200%2012.864z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 18px;
}

.searchform {
  position: fixed;
  top: 54px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.searchform__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* res block */
section.resList {
  background-color: #F8F8F8;
}

.bg-block * {
  box-sizing: border-box;
}

.bg-block {
  display: block;
  padding: 0 0 10px;
  background-color: #F8F8F8;
}

.bg-block+.bg-block {
  padding-top: 0
}
.bg-block-top {
  padding-bottom: 0;
  border-top: 1px solid #ddd !important;
}
.bg-block  .res-box {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  background-color: #FFF;
  border: 1px solid #ddd !important;
  border-radius: 3px;
}
.bg-block-bottom {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  background-color: #F8F8F8;
}
.res-box .res-header {
  position:relative;
  padding: 0 10px;
  background-image: linear-gradient(0deg, #F5F5F5 0%, #FDFDFD 100%);
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.res-box .res-header-owner {
  color: #af1b21;
/*  background: #fff2f6;
  background-image: linear-gradient(0deg, #ffeff3 0%, #fff8f8 100%);
  */
  background: #fff2f2;
}
.res-box .res-header-meta {
  display:inline-block;
  overflow: hidden;
  max-width: 210px;
  max-width: -webkit-calc( 100% - 70px);
  max-width: calc( 100% - 70px);
  font-size: 12px;
  padding: 5px 0;
  vertical-align: middle;
}

.res-header .btn-violate {
  margin-top: 20px;
}

.btn-violate {
  float:right;
  display: inline-block;
  padding-left:15px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%221%20145%2014%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.7%20145.7a6.7%206.7%200%201%200%206.7%206.7c-.1-3.7-3.1-6.7-6.7-6.7zm0%201.3c1.2%200%202.4.4%203.3%201.1l-7.5%207.5c-.7-.9-1.1-2-1.1-3.3-.1-2.9%202.3-5.3%205.3-5.3zm0%2010.7c-1.2%200-2.4-.4-3.3-1.1l7.5-7.5c.7.9%201.1%202%201.1%203.3%200%202.9-2.4%205.3-5.3%205.3z%22%20fill%3D%22%23AAA%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  font-size:12px;
  /*line-height:16px;
  min-height:16px;*/
  color: #999;
}

.btnsimple {
  display: inline-block;
  margin: 0;
  padding: 3px 0px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  background-color: #FFF;
  //border-radius: 2px;
  //border: 1px solid #ccc !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#thread_history {
  background: #fffefb;
  box-shadow: inset 0px -3px 3px -2px #b7b5a4;
}

#thread_history dt {
  position: relative;
  padding: 10px 30px 10px 48px;
  background: #eef1f3 url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23333333%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202zM12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208z%22%2F%3E%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E') no-repeat 18px 8px;
  background-size: 23px;
}

#thread_history dt:after {
  top: 9px;
  transform: rotate(90deg);
}

#thread_history dd {
  display: none;
  padding-left: 16px;
}

#thread_history dd.toggle_block_on {
  display: block;
}

#thread_history dd:first-of-type {
  box-shadow: inset 0 3px 3px -2px #827f6c;
}

#thread_history dd a {
  position: relative;
  border-top: 1px dashed #b9b8ab;
  padding-left: 20px;
}

#thread_history dd:first-of-type a {
  border-top: none;
}

#thread_history dd a:before,
#thread_history dd a:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 19px;
  display: block;
  width: 5px;
  height: 2px;
  background: #f7878a;
}

#thread_history dd a:after {
  top: 16px;
  left: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #f7878a;
  background: none;
}

.navbar .notice_count {
  position: absolute;
  left: -7px;
  top: -3px;
  display: inline-block;
  min-width: 9px;
  height: 17px;
  line-height: 17px;
  padding: 0 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  box-shadow: 1px 1px 0px #525252;
  background: #00cab8;
}


/* .your_res
  ====================================*/

.your_res .res-box {
  box-shadow: 0 0 12px -1px #b7b7b7;
}

.resList01 .your_res:before,
.your_res .res-header:before {
  content: "自分のレス";
  position: absolute;
  right: 7px;
  top: 4px;
  z-index: 2;
  display: inline-block;
  padding: 1px 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  font-size: 10px;
  background: #ececec;
  box-shadow: inset 1px 1px 0 0 #ccc;
}

.your_res .res-header-owner:before {
  color: #422229;
  background: #ffe5ec;
  box-shadow: inset 1px 1px 0 0 #d6b2bb;
}

.resList01 .your_res {
  position: relative;
}

.resList01 .your_res:before {
  content: '自レス';
  top: auto;
  right: -4px;
  bottom: 50%;
  margin-bottom: -7px;
}

#content ul.resList01 li.your_res a {
  background: none;
}

/* #thread01
  ====================================*/

#thread01 .res-box .res-header {
  padding-top: 2px;
}

#thread01 .your_res .res-header:before {
  top: -14px;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  box-shadow: none;
}

#thread01 .your_res .res-header-owner:before {
  background: #fff6f7;
}

#thread01 .container {
  padding-top: 10px;
}

#thread01 .bg-block .res-box {
  overflow: visible;
}

#thread01 .jfontsize-button {
  top: 7px;
}

#thread01 #content .post_data,
#thread01 #content .logTxt {
  margin-bottom: 0;
}

.notice_count {
  position: absolute;
  padding: 0 6px;
  border-radius: 20px;
  color: #fff;
  background: #F15E5D;
}
