@charset "UTF-8";
/* @Style license ID.0686 */
/* @group Global */
html {
	overflow-y: scroll;
}
body {
/*	padding-top: 90px;*/
	padding-top: 135px;
	padding-bottom: 40px;
	color: #000;
	background-color:#f3f3f3;
}
a {
	  color: #335566;
}
a:hover,
a:focus {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
.bnr a:hover,
.bnr a:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
/* @end */
/* @group 見出し */
h1.section-title , h1.article-title {
	font-size: 22px;
}
h1.section-list-title {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}
h1 , h2 {
	clear: both;
	font-weight: 700;
}
h2 {
	font-size: 20px;
	line-height: 34px;
}
.entry h2 {
  margin-top: 1.5em;
  border-left: solid 5px #c00;
  padding-left: 10px;
}
h3 {
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
}
/* @end */
/* @group ナビゲーション */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width:0;
}
.navbar .nav > li ,
.navbar .nav > li  {
	text-transform: uppercase;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #666;
	text-shadow: none;
}
.navbar .brand {
	font-weight: 700;
}
.navbar .brand {
	color: #fff;
	background-color: #000;
	text-shadow: none;
}
.navbar .brand:hover {
	color: #fff;
	background-color: #c00;
	text-shadow: none;
}
/* @end */
/* @group タブ */
.nav-tabs li  {
	color: #080808;
}
.nav-tabs > li > a  {
	color: #080808;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	outline: none;
	border-color: #666 #666 #666;
	background-color: #666;
	color: #fff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #080808;
	background-color:#f3f3f3;
}
/* @end */
/* @group ボタン */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #666;
	*background-color: #666;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #666 \9;
}
/* @end */
/* @group ナビゲーション */
/* 検索ラベル */
form.site-search label {
	position: absolute;
	left: -9999px;
}
/* @end */
/* @group メインコンテンツ詳細 */
/* @group main */
main  {
	line-height: 1.8;
}
main p {
	margin-bottom: 1em;
}
.breadcrumb {
	background-color: #e0e0e0;
	font-size:12px;
}
/* @end */
/* @group carousel */
.carousel-caption h1 {
font-size: 14px;
line-height: 20px;
margin: 0;
color:#fff;
}
/* @end */
/* @group 新着情報 */
.news dt , .news dd {
	line-height: 2.2;
}
.news dt {
	margin-right: 15px;
	text-align: right;
}
.news dt {
	float: left;
	width: 5.5em;
	text-shadow: 1px 1px 1px #fff;
}
/* @end */
/* @group 投稿者情報 */
ul.entry-meta {
	margin-left: 0;
}
ul.entry-meta li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
/* @end */
/* @group About用 */
dl.info {
	margin-bottom: 25px;
}
dl.info dt {
	padding: 0;
}
dl.info dd {
	margin: -1.6em 0 .8em 9em;
	line-height: 1.6;
}
/* @end */
/* @group 引用 */
blockquote {
	font-size: 12px;
	clear:both;
}
blockquote p {
	font-size: 12px;
	line-height: 20px;
}
/* @end */
/* @group 画像 */
img.mt-image-none {
	margin: 0  0 20px 0;
}
img.mt-image-left {
	float: left;
	margin: 0 20px 20px 0;
}
img.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
img.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* @end */
/* @group 続き */
.extended {
	margin-bottom: 20px;
}
/* @end */
/* @group エントリータグ */
.entry-tags {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
.entry-tags .entry-tag-header {
	font-size: 12px;
	display: inline;
}
.entry-tags ul {
	margin-left: 0;
	list-style: none;
	display: inline;
}
.entry-tags li {
	margin-right: 5px;
	display: inline;
	font-size: 12px;
}
/* @end */
/* @group サイトマップ */
ul li.home {
	list-style-type: none;
}
ul.tree {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style: none;
}
ul.tree ul {
	margin: 0 0 0 2em;
	padding: 0;
}
ul.tree li {
	margin: 0;
	padding: 0 0 0 16px;
	background-image: url(https://chsc.jp/blogimg/tree_lst.png);
	background-repeat: no-repeat;
	list-style: none;
}
ul.tree li.tree_end {
	background-image: url(https://chsc.jp/blogimg/tree_end.png);
	list-style: none;
}
/* @end */
/* @group Pager */
aside ul.pager {
	clear:both;
}
.pager li > a, .pager li > span {
	background-color: #080808;
	border: 0 none;
	border-radius: 0 0 0 0;
	color: #fff;
}
.pager li > a:hover, .pager li > span::hover {
	background-color: #666;
}
/* @end */
/* @group コメント */
.comments h2 , .comments-open h2 , .trackbacks h2 {
	font-size: 18px;
}
 h2.asset-meta {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.comment-reply {
	margin-left: 20px;
}
.captcha .label {
	min-height: 1.2em;
	width: 160px;
	background-color: transparent;
	color: #333333;
	text-align: right;
	text-shadow: none;
}
.captcha .label , .captcha img {
	display: block;
	float:left;
	margin-right: 10px;
}
.field {
	float:left;
}
#captcha_code {
	clear: both;
	margin-top: 10px;
	margin-bottom:10px;
}
.captcha p {
	clear: both;
}
.form-actions {
	clear: both;
}
/* @end */
/* @group pre */
code, pre {
	font-size: 12px;
	line-height: 1.6;
}
/* @end */
/* @end */
/* @group サイドバー詳細 */
/* @group サイドバー */
.nav-list .nav-header {
	font-size: 16px;
}
/* @end */
/* @group サイドバーリンク調整*/
.nav-list li a:hover,
.nav-list li :focus {
	background-color:#666;
}
.nav-list li li a:hover {
	margin-right:-30px;
	margin-left:-30px;
	padding-right:30px;
	padding-left:30px;
}
/* @end */
/* @group タグクラウド */
.tags {
	margin-right: 15px;
	margin-left: 15px;
}
.tags > li {
	display: inline;
	line-height: 1.2;
}
.tags > li > a {
	color: #080808;
}
.tags> li >  a:hover,
.tags > li >  a:focus {
	color: #fff;
}
li.level1 {
	font-size: 180%;
}
li.level2 {
	font-size: 160%;
}
li.level3 {
	font-size: 130%;
}
li.level4 {
	font-size: 120%;
}
li.level5 {
	font-size: 100%;
}
li.level6 {
	font-size: 80%;
}
/* @end */
/* @group ソーシャルボタン */
.social-sign {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 20px;
}
.social-sign li {
	display: inline;
	line-height: 1.6;
	margin-right: 10px;
}
.social-sign li a {
	color: #080808;
}
.social-sign li  a:hover,
.social-sign li  a:focus {
	color: #fff;
}
/* @end */
/* @group パワード */
.powered {
	font-size: 11px;
}
/* @end */
/* @group box・photo */
.box ,  .photo {
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.comment-author span:before ,
.ping-name span:before {
	content: " ┗ ";
}
.photo {
	margin-bottom: 10px;
	overflow: hidden;
}
.photo ol {
	margin-left: 0;
}
.photo li {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}
/* @end */
/* @end */
/* @group レスポンシブ調整 */
@media (max-width: 480px) {
.captcha .label {
	text-align: left;
}
}
/* @end */
span.category {margin-left:8px; background:#6697a7; color:#fff; font-size:11px; padding:0 4px;}
/* 印刷設定追加2017-3-23 */
@media print {
 a[href]:after {
 content: "" !important;
 }
 abbr[title]:after {
 content: "" !important;
 }
}
/* 外部リンクアイコン関連 2018-8-20 */
/* 「矢印」アイコン */
a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
  display: inline-block;
  text-decoration: none;
}
/* 記事内の画像リンク */
a.no_icon:after {
  margin: auto;
  content: '';
}
/* SNSバナー関連 2020-3-12 */
.side_bnr2 {
  width: 300px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 2023-04-17 add */
.side_bnr2 div {
  margin-bottom: 10px;
}
.side_bnr2 h4 {
  width: 300px;
  font-weight: bold;
  margin: 0 0 5px;
}
.side_bnr2 h5 {
  width: 300px;
  margin: 0 0 5px;
  font-size: 12px;
}
.side_bnr2::after {
  display: block;
  content:"";
  width: 142px;
}
/* 2021-06-25 add */
/* 2021-05-14 フッターパートナーなど */
.navbar .nav>li>a {
  color: #fff !important;
}
.footer-partner h2 {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
}
.footer-partner h3 {
  font-size: 16px;
}
.footer-partner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin-left: 0;
  margin-bottom: 0;
}
.footer-partner ul li {
  list-style:none;
  margin:0 10px 10px 0;
}
.footer-partner ul.carling li {
  margin-right: 10px;
  text-align: center;
}
.footer-partner ul li {width:150px; max-height: 40px;}
.footer-partner ul li img {max-width:150px; max-height: 40px;}
.footer-partner ul li a:hover,
.footer-partner ul li a:visited,
.footer-partner ul li a:active {
	background: none;
}
.footer-partner ul li a:visited {
	background: none;
}
aside.span4.top-side {
  width: 300px;
  margin-left: 100px;
}
@media (min-width: 980px) and (max-width: 1199px){
  aside.span4.top-side {
    width: 300px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  aside.span4.top-side {
    width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  aside.span4.top-side {
    width: 100%;
    margin-left: 0;
  }
}
/* 2021-06-11 グローバルナビ */
.menu > li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 980px) {
  .menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .menu > li {
    float: left;
    /* width: 25%; グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
  }
  .menu > li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 15px !important;
  }
  .menu > li a:hover {
    color: #999;
  }
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }
  .menu > li:hover {
    /* background: #072A24; */
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu__second-level li {
    border-top: 1px solid #111;
  }
  .menu__third-level li {
    border-top: 1px solid #111;
  }
  .menu__second-level li a:hover {
    background: #111;
  }
  .menu__third-level li a:hover {
    background: #2a1f1f;
  }
  .menu__fourth-level li a:hover {
    background: #1d0f0f;
  }
  /* 下矢印 */
  .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* floatクリア */
  .menu:before,
  .menu:after {
    content: " ";
    display: table;
  }
  .menu:after {
    clear: both;
  }
  .menu {
    *zoom: 1;
  }
  /* シングルメニュー用 */
  .menu > li.menu__single {
    position: relative;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
    margin-left: 0;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 979px) {
  .menu__second-level {
    margin-bottom: 5px;
  }
  .menu__second-level li {
    padding: 9px 15px;
  }
  .menu__second-level li a {
    color: #ddd;
  }
  .menu > a {
    display: none;
  }
}

