/*---------------------------------------------------------
Theme Name: 8beat Style
Template: stinger8
Description: STINGER8専用子テーマ
Author: OGURA
Author URI: 8beat-studio.net/about
Version: 20170825
---------------------------------------------------------*/

/* ================================================
  基本設定
================================================ */
*,
#s,
.post h2,
.post h2 span,
.post h3,
.post h3 span,
.entry-title,
.post .entry-title {
  font-family: 'Roboto Condensed', Lato, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body {
  color: #000000;
  background: #fff;
}

a,
a img {
  color: #000000;
  text-decoration: none;
  transition: all 0.1s ease 0.1s;
}

a:focus, a:hover {
  color: #000000;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* ================================================
  レイアウト
================================================ */
.st-main {
  background: none;
}
@media print, screen and (min-width: 960px) {
  .st-main {
    padding-left: 0;
  }
  .single .st-aside {
    margin-top: 30px;
  }
  .home .st-main {
    padding-top: 0;
  }
  #side {padding-top: 20px;}
}

/* ================================================
  ヘッダ
================================================ */
#header-l {
  margin: 20px auto;
  text-align: center;
}
header .descr {
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 960px) {
  #header-l {
    float: none;
  }
}

/* ================================================
  メニュー
================================================ */
/*グローバルメニュー*/
header .smanone ul.menu li.menu-item-has-children a:after {
  font-family: 'fontawesome';
  content: '\f107';
  margin-left: 5px;
}
header .smanone ul.menu li.menu-item-has-children ul.sub-menu a:after {
  content: '';
  margin-left: 0;
}

/*アコーディオンメニュー*/
#s-navi {
  border-top: 1px solid #f495c6;
  border-bottom: 1px solid #f495c6;
}
#s-navi dt.trigger .op {
  font-family: 'Roboto Condensed';
  float: none;
  max-width: 100%;
  background: #f495c6;
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-size: 100%;
}
#s-navi dt.trigger .op i {
  margin-right: 5px;
}
.acordion_tree .menu {
  background: #f495c6;
  padding-bottom: 10px;
}
.acordion_tree ul.menu li, .widget li {
  border-bottom: 1px solid #f495c6;
}

.acordion_tree #search {
  margin-bottom: 10px;
}


/* ================================================
  記事一覧（カード型）
================================================ */
.kanren .clearfix dd .kanren-t a, .related .clearfix dd .kanren-t a {
  color: #363940;
}
  .kanren .clearfix dd .kanren-t a:hover, .related .clearfix dd .kanren-t a:hover {
    color: #818592;
  }
.card dl, .related dl {
  text-align: center;
  border-bottom: 0;
}
.card dt, .related dt {
  float: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.card dt {
  height: 170px;
}
.related dt {
  height: 75px;
}
.card dt img, .related dt img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card dd, .related dd {
  padding-left: 0;
}
.card dd .catlist::before {
  color: #b6babb;
  content: "\f111";
  font-family: "fontawesome";
  font-style: normal;
  margin: 0 5px;
  opacity: 0.5;
}
.card dd .datelist {
  color: #999;
}
.blog_info p a, .blog_info p a:hover{
  color: inherit;
}
.card dd .smanone2 {
  text-align: justify;
}
.card .clearfix dd p {
  line-height: 1.5;
}
.card dd .readmore {
  width: 90%;
  margin: 0 auto;
}
.card dd .readmore a {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #c7c9cf;
  border-radius: 3px;
  padding: 10px 30px;
  margin: 10px auto 0;
  transition-duration: 200ms;
}
  .card dd .readmore a:hover {
    color: #fff;
    background: #363940;
    border: 1px solid #363940;
  }
.related .clearfix dd .kanren-t a {
  font-weight: normal;
}
.related dl {
  display: inline-block;
  border-bottom: 0;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .related dl {
    width: 47.5%;
  }
  .related dl:nth-child(2n){
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) { /*タブ＆PC（600px以上）*/
  .card dl {
    width: 48%;
    float: left;
    margin-right: 3%;
  }
  .related dl {
    width: 30.5%;
  }
  .card dl:nth-child(2n), .related dl:nth-child(3n) {
    margin-right: 0;
  }
  .related dt {
    height: 115px;
  }
}

/* ================================================
  サイドバー
================================================ */
.widget {
  padding-bottom: 10px;
  margin:0px;
}
.widget ul {
  padding: 0;
}
.widget ul li ul li:last-child {
  border-bottom: 0;
}
.widget li a {
  padding: 10px;
  position: relative;
  display: block;
}
.widget li a:after {
  content: "\f105";
  font-family: "fontawesome";
  right: 10px;
  position: absolute;
}

/* ================================================
  ウィジェット
================================================ */
/*最近のコメント*/
dl.recent-comments {
  width:100%;
  margin: 20px auto;
}
dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}
dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}
dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}
dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

/* ================================================
  フッター
================================================ */
#footer a ,#footer .footerlogo, #footer .copy, #footer .rcopy {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}
footer ul, footer ol {
  padding-left: 0;
}
footer .footermenust li {
  padding: 0 5px 0 0;
  border-right: 0;
}

/*トップへ戻る*/
#page-top a {
  background: rgba(51, 51, 51, 0.5);
}


/*記事ページ
----------------------------------------------------*/
/*アイキャッチ*/
.eyecatch img, .eyecatch-caption img {
  width: 100%;
}
.eyecatch-caption {
  position: relative;
}
.eyecatch-caption-text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(51,51,51,0.6);
  padding: 5px;
  margin-bottom: 10px;
  font-size: 80%;
}
.eyecatch-caption-text a{
  color: #fff;
  font-weight: bold;
}

/*カテゴリ表示*/
.st-catgroup, .entry-title, .blogbox {
  text-align: center;
}
.blogbox i {
  margin-right: 5px;
}
.blogbox .update_at::before {
  color: #b6babb;
  content: " ● ";
  font-style: normal;
  margin: 0 5px;
  opacity: 0.5;
  font-size: 80%;
}

/*カテゴリ・タグリスト*/
h4.taglist {
  text-align: center;
  margin: 0;
  background: none;
}
.taglist::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin: 0 auto 40px;
  width: 100px;
}
.tagst::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin: 40px auto;
  width: 100px;
}
.tagst {
  text-align: center;
  color: #fff;
}
.tagst a {
  background: rgba(253, 231, 25, 0) linear-gradient(transparent 60%, rgba(253, 231, 25, 1) 60%);
  padding: 0 3px;
  text-transform: uppercase;
}
.tagst a:hover, .tagst a:focus {
  background: rgba(253, 231, 25, 1) linear-gradient(transparent 0%, rgba(253, 231, 25, 1) 60%);
  color: #000;
}

/*投稿者プロフィール*/
.authorprofile {
  margin-bottom: 20px;
}
.authorphoto {
  float: left;
}
.authorphoto img {
  min-width: 90px;
  border-radius: 50%;
}
.authorinfo {
  padding-left: 110px;
}
.authorname {
  margin-bottom: 10px;
  font-size: 120%;
}
.authorname a {
  font-weight: bold;
}
.authorlink {
  text-align: center;
  letter-spacing: 1px;
}
.authorlink ul {
  list-style: none;
  padding: 10px 0;
}
.authorlink ul li {
  display: inline-block;
  padding-bottom: 0;
}
.authorlink a {
  padding: 10px;
}
.authorlink a i {
  padding-right: 3px;
}
@media only screen and (max-width: 599px) {
  .authorphoto img {
    width: 80px;
  }
  .authorinfo {
    padding-left: 100px;
  }
  .authorlink ul li {
    font-size: 15px;
  }
}

/*コメント*/
#comments {
  padding: 10px 0;
}
#comments .commets-list {
  padding-right: 0;
}
#comments .children {
  padding-right: 0;
  padding-left: 10px;
}


/*マークアップ
----------------------------------------------------*/
.mainbox a {
  color: #0f7faf;
}
.mainbox a:hover {
  color: #363940;
}
.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
.alignright {
  float: right;
  margin: 0 0 5px 10px;
}


/*アドセンス
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .adbox .ad2nd {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 600px) { /*タブ＆PC（600px以上）*/
  .adbox {
    display: table;
    margin: 0 auto;
  }
  .adbox div {
    display: table-cell;
  }
  .adbox .ad2nd {
    padding-left: 10px;
  }
}





/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

/*-- ここまで --*/
}