body {
  
  font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  
  
  line-height: 1.8;
  color: #333;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  background-color: #fff;
  border-color: #999;
}
.btn-dl {
  background-color: #284040;
}
#t3-header,
#t3-mainbody,
#t3-footer {
  background-color: #fff;
}
.t3-header {
  padding: 10px 0 5px;
}
.t3-header .logo-text {
  text-align: center;
}
.t3-header .logo-text a {
  font-weight: normal;
  color: #aaa;
}
.t3-sl {
  padding-top: 20px;
  padding-bottom: 0;
}
#t3-mainnav {
  background-color: #6b4242;
  color: #fff;
}
#t3-mainnav a,
#t3-mainnav .separator {
  color: #eee;
}
#t3-mainnav .navbar-nav > .active > a {
  font-weight: bold;
}
#t3-mainnav .dropdown-menu {
  background-color: #6b4242;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-content h2 {
  font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 48px;
}
.t3-content div.catItemView {
  margin-bottom: 0;
}
.t3-content div.catItemView div.catItemBody {
  padding: 0;
}
.t3-content strong.red {
  color: #922;
}
.t3-content em {
  color: #279;
  font-style: normal;
}
.t3-content a {
  color: #9c6666;
  text-decoration: underline;
}
div.itemFullText h3,
div.itemFullText h4,
div.itemFullText h5,
div.itemFullText h6 {
  font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div.itemFullText h3 {
  padding: 20px 0 0;
  margin-bottom: 10px;
  font-size: 28px;
  border-bottom: 1px solid #999;
}
div.itemFullText h3:first-letter {
  font-size: 48px;
}
div.itemFullText h4,
div.itemFullText h5,
div.itemFullText h6 {
  margin-top: 5px;
  padding: 5px;
  border: solid 0 #9c6666;
  color: #9c6666;
}
div.itemFullText h4 {
  border-left-width: 10px;
}
div.itemFullText h5 {
  border-left-width: 5px;
  margin-left: 5px;
}
div.itemListCategory {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
li.even,
li.odd {
  background: none;
  padding: 2px;
}
.t3-sidebar h3.module-title {
  font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}
.t3-sidebar div.k2ItemsBlock ul li {
  margin: 15px 0;
  line-height: 1.3;
}

.topicons {
  text-align: center;
  font-family: selif;
}
.topicons a img.img-responsive {
  margin: auto;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .fa-bars {
  color: #fff;
}
.nav .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
div.itemBackToTop {
  margin-top: 20px;
}
div.itemBackToTop a {
  text-decoration: none;
  margin: 0;
  padding: 5px;
  border: 4px solid;
  border-radius: 10px;
}
div.itemBackToTop a::before {
  content: "▲";
}
a[target="_blank"]::before {
  font-family: FontAwesome;
  padding-right: 5px;
  content: "\f08e";
  text-decoration: none;
}
blockquote {
  border-left: 10px solid #eee;
  font-size: inherit;
  color: #555;
  background-color: #f6f6f6;
}