@charset "UTF-8";

.container {
  max-width: none !important;
  width: 1200px;
}

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  margin-left: -15px;
}

.comment-created-ts .glyphicon-time,
.thread-url a,
.thread-mail-address a,
.thread-device,
.comment-like-link a,
.comment-reply-url a,
.comment-nickname a,
.panel-body a,
.post-body a,
.post-sla-body a,
.post-sla-meta a,
.post-sla-footer,
.thread-edit-link a,
.thread-del-link a {
  color: #1a1a1a;
}

.thread-created-ts .glyphicon-time,
.post-meta {
  color: #fff;
}

.comment-created-ts {
  color: #333;
}

a:hover.btn {
  opacity: 0.7;
}

.post-body a:hover,
.post-sla-body a:hover {
  color: #999999;
  text-decoration: underline;
}

.list-group a {
  color: #333;
}

.list-group a:hover {
  color: #333;
  text-decoration: none;
}

/*--- 見出し ---*/
.col-xs-3 .panel-default .panel-heading {
  background: #666666;
  border-bottom: 3px solid #1a1a1a;
  border-radius: 0;
  color: #fff !important;
}

.col-xs-3 .panel-default .panel-heading a {
  color: #1a1a1a;
}

ul {
  list-style: none;
  padding: 0;
}

/*--- 角丸消去 ---*/
.panel, .panel-default {
  border-radius: 0;
}

/*--- 2col 3col サイドカラム余白削除 ---*/
.panel-body {
  padding: 0 0 0 10px;
}

/*--- 2col 3col スレッド一覧 list ---*/
.list-group {
  box-shadow: none;
  border-radius: 0;
}

.list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
}

.list-group-item:first-child {
  border-top: none !important;
}

.list-group-item:last-child {
  border-bottom: none !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 25px 10px 10px;
  margin: 0 0 0 -10px;
}

.list-group-item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-top: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--- メイン記事部分 ---*/
.col-xs-6 .panel-default > .panel-heading {
  background: #1a1a1a;
  border-bottom: none;
  color: #fff;
  border-radius: 0;
}

.col-xs-6 .panel-default > .panel-heading a {
  color: #fff;
}

.col-xs-6 .panel-body {
  padding: 0 10px 0 10px;
}

.col-xs-6 .panel-body p {
  background: #666666;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 5px 0 5px 10px;
}

.col-xs-6 .panel-body div {
  padding: 5px 10px;
}

.col-xs-6 .panel-body .img-responsive {
  float: left;
}

/*-- 書く  --*/
.nav-pills li a {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
  /* IE6-9 */
}

.nav-pills li a:hover {
  opacity: 0.7;
}

.nav-pills li span.glyphicon {
  color: #fff;
}

/* =====================================
追加 (html css)
=======================================*/
/* -- single.html --*/
/* -- スレッドタイトル --*/
.post {
  margin-top: 0;
}

.col-xs-6 h2 {
  font-size: 24px;
  margin: 0;
  padding-left: 10px;
  border-left: 5px solid #fff;
}

.post-heading {
  background: #1a1a1a;
  color: #fff;
  padding: 10px 0 10px 10px;
}

.post-meta {
  background: #666666;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
}

.post-meta p {
  float: left;
}

.post-meta .glyphicon {
  margin: 0 5px 0 10px;
}

.post-meta .submit {
  float: right;
}

.post-meta .btn {
  padding: 0 10px;
}

.post-body {
  clear: both;
  padding: 15px;
}

.post-body .img-responsive {
  float: left;
}

/* アクセス数　ボタン */
.navbox {
  margin-bottom: 10px;
}

/* アクセス数 */
.navbox p {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  text-align: center;
}

.accessno {
  font-weight: bold;
  font-size: 16px;
}

/* ボタン類 */
.nav,
.nav-pills {
  padding: 0 15px;
}

.nav .glyphicon,
.nav-pills .glyphicon,
.nav-justified .glyphicon {
  margin-right: 7px;
}

.nav,
.nav-pills li a {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 10px;
}

.nav,
.nav-pills,
.nav-justified li:first-child {
  margin-left: 0;
}

/* 子スレッド*/
.post-sla {
  border-top: 1px solid #afafaf;
  padding: 10px 0;
}

.post-sla-meta {
  overflow: hidden;
  padding: 5px 10px;
}

.post-sla-meta p {
  float: left;
}

.post-sla-meta .sla-ico {
  float: right;
}

.post-sla-meta .glyphicon {
  margin: 0 5px 0 10px;
}

.post-sla-body {
  clear: both;
  padding: 15px;
}

.post-sla-body .img-responsive {
  float: left;
}

.post-sla-footer {
  margin: 0 5px 5px 0;
  text-align: right;
}

.post-sla-footer .btn {
  padding: 0 10px;
}

/* 矢印つきリスト */
.orlist h3 {
  display: none;
}

.orlist ul {
  margin: 0 0 0 0px;
  padding: 0;
}

.orlist ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
}

.orlist ul li a:last-child {
  border-bottom: none !important;
}

.orlist ul li a {
  color: #1a1a1a;
  position: relative;
  display: block;
  padding: 10px 25px 10px 35px;
  margin: 0 0 0 0px;
  list-style: none;
  text-decoration: underline;
}

.orlist ul li a:hover {
  background: #eeeeee;
}

.orlist ul li a:before {
  position: absolute;
  top: 55%;
  left: 25px;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  margin-top: -4px;
  border-top: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slnum {
  overflow: hidden;
}

.text-leftbox {
  float: left;
  margin-top: 5px;
}

.text-rightbox {
  float: right;
}

footer .text-center p {
	color: #fff;
	background-color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 0 0 0;
}

footer .text-center p a {
	color: #fff;
}

div.thread-nav {
	margin-bottom: 10px;
}

div.thread-nav div.user-info,
div.thread-nav div.thread-num,
div.thread-nav div.hidden-thread-num {
	font-size: 1.3em;
}

div.thread-nav p.thread-post {
	margin-bottom: 5px;
}

div.thread-nav p.thread-post a {
	width: 93%;
	color: #333;
}

div.thread-nav div.thread-search div.form-group {
	width: 62%;
}

div.thread-nav div.thread-search input {
	width: 100%
}

div.thread-nav div.thread-search button {
	width: 30%
}

div.thread-nav div.owl-selector {
	font-size: 1.3em;
	margin: 5px 10px;
}

div.thread-nav div.owl-selector ul.owl-list {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div.thread-nav div.owl-selector ul.owl-list li {
	width: 20%;
	float: left;
}
