body {
  background-color: #ccc;
}

.container {
  background-color: #fff;
}

.blog-nav-item {
  padding: 10px 0 10px 10px;
}

.rbsearch input[type="submit"] {
  color: #f9f9f9;
  background-color: grey;
  border: none;
  border-radius: 0.3em;
  height: 1.9em;
}

.blog-header {
  padding: 10px 10px 10px;
  background: #124d31 url("/image/rb30_headr_back.jpg") no-repeat right;
  background-size: cover;
}

.blog-header img {
  margin-bottom: 10px;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.6));
}

.lead {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 8px 15px 8px 0;
  padding: 0 15px 8px 0;
  font-size: 12px;
}

.breadcrumb li+li:before {
  content:'≫';
}

.blog-description {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 1px #020;
  background-color: rgba(0,0,0,0.4);
  padding: 5px;
  border-radius: 3px;
}

.blog-main {
  padding: 15px;
}

.blog-main img {
  border-radius: 3px;
}

.blog-post {
	margin-bottom: 20px;
}

.blog-sidebar {
  margin-left: 0;
  margin-top: 15px;
  background-color: #f5f5f5;
}

.sidebar-module {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-module-inset {
  padding-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 1em;
}
ul li {
    list-style-type: none;
}

/* サイドメニューのツリー化追加 */
ul.tree {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 8px !important;
    list-style: none !important;
    font-size: 100%;
}
ul.tree ul {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 6px !important;
}
ul.tree li {
    margin: 0px !important;
    padding: 0px 0px 0px 16px !important;
    background-image: url(/tree_lst_solid.gif);
    background-repeat: no-repeat !important;
    list-style: none !important;
}
ul.tree li.end {
    background-image: url(/tree_end_solid.gif);
    list-style: none;
}

.f-left {
    float: left;
    margin-bottom: 1em;
}

ul span.t-text {
    font-size: 85%;
}

ul.t-text li {
    text-indent: -1em;
    padding-left: 1em;
}

ul.t-text li hr {
    margin-left: -1em;
}

.blog-masthead {
  background-color: #135335;
}

.panel-randb {
    border-color: #e0e0e0;
}
.panel-randb > .panel-heading {
    color: #cdddeb;
    background-color: #138549;
    border-color: #e0e0e0;
}
.panel-randb > .panel-body {
  padding: 5px 15px;
}
.panel-randb .asset-meta-list-item {
  color: #555;
}

/* Check It パネル */
.checkit {
  color: #555;
  font-size: 13px;
}
.checkit > .panel-heading {
  font-weight: bold;
}

/* エントリーカテ表示 */
.cate { 
  margin: 12px 5px 6px;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}
.cate-disc {
  margin: 0px 5px 6px;
/*  font-size: 12px; */
}

/* メインメニュータイトル */
a.maintitle {
  width: 8em;
  font-size: 15px;
/*  font-family: arial black; */
  font-weight: bold;
  text-shadow: 0 0 1px #020;
}

.blog-footer {
  padding: 10px 0;
}

.updatelist {
  font-size: 14px;
}

/* はじめにページ */
.about p {
  margin-bottom: 20px;
}

/* リンクWebページ */
.entrybox, .linknew {
  margin: 10px 0;
  padding: 10px 5px;
}

.linknew {
    font-size: 85%;
    line-height: 180%;
}

.linknew ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.linkcate {
  margin: 0 0 10px 0;
  padding: 10px 10px 0;
  border: solid 1px #e0e0e0;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.linkcate ul li {
    float: left;
/*    width: 8em; */
  margin-right: 1em;
  margin-bottom: .5em;
}

ul.links {
  margin-top: 1em;
  font-size: 11px;
  line-height: 22px;
}
ul.links a {
  font-size: 13px;
}
.links_div ul.links li {
  font-size: 85%;
}

.page table {
  border-collapse: separate;
  border: solid 1px #e0e0e0;
  border-radius: 3px 3px 0 0;
}
.page table td {
  padding: 4px 10px;
}

.linkli {
    list-style-image: url("/image/li01.gif");
    margin-left: 10px;
}

/* 写真サムネイル */
.photo li {
  width: 62px;
  height: 62px;
}
.thumbnail {
    padding: 3px;
}

/* グループサイト */
.groupsites {
  width: 600px;
  text-align: left;
  margin: 30px auto 0;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .blog-main {
    width: 660px;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .blog-sidebar {
    width: 220px;
  }
}

@media (max-width:768px) {
  .breadcrumb {
    font-size: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  img#tmap2 {
    display: block;
    float: none !important;
    margin: 10px auto !important;
  }
  ul {
      padding-left: 7px;
  }
  .cate { 
    border-bottom: none;
  }
  .cate-disc {
    font-size: 12px;
  }
  .panel-randb ul, .show-all {
    margin-bottom: 0;
    font-size: 85%;
  }
  .checkit, .new-over-3 {
    display: none !important;
  }
  .groupsites {
    width: 500px;
  }
  .blog-sidebar {
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .groupsites {
    width: 300px;
  }
}

