/*---------------------------------------------------------
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: #444;
  background: #fff;
}

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

a:focus, a:hover {
  color: #818592;
  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;
}
header .descr {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
}
@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 #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#s-navi dt.trigger .op {
  font-family: 'Roboto Condensed';
  float: none;
  max-width: 100%;
  background: none;
  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: #f5f5f5;
  padding-bottom: 10px;
}
.acordion_tree ul.menu li, .widget li {
  border-bottom: 1px solid #e2e2e2;
}

.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: none;
  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 {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
	font-weight: bold;
    right: 10px;
    position: absolute;
}

/*サイドバーのSNSの＞表示を消す*/
.side-sns li a::after {
	content: ""
}

/*メニューの幅を増やす*/
.widget{
 margin-bottom:30px
}

/* ================================================
  ウィジェット
================================================ */
/*最近のコメント*/
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;
}

/*アーカイブのタイトル二重表示を消す*/
.screen-reader-text{
	display:none
}

/* ================================================
  フッター
================================================ */
#footer a ,#footer .footerlogo, #footer .copy, #footer .rcopy {
  text-transform: none;
  letter-spacing: 1px;
  color: #7b7b7b;
}
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: 400px;
 height: 100px;
}
.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: none;
}
.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;
  }
}
/*本文(h2見出しの前）のアドセンス*/
.ad-space{
     display: block;
     margin: 15px auto;
     text-align: center;
}

/*画像キャプション
----------------------------------------------------*/
.wp-caption p.wp-caption-text {
color:#000;
}	

/*SNS*/
.side-sns{
    position: relative;
    overflow: hidden;
}
 
.side-sns:after{
    clear: both;
}
 
.side-sns ul{
    float: left;
    list-style: none;
    left:50%;
    position:relative;
}
 
.side-sns ul li{
    display: inline;
    float: left;
    background: none;
    padding: 0;
    margin: 0 0.3em 0 0;
    position:relative;
    left:-50%;
}

/*amazletのデザインを簡単カスタマイズ
----------------------------------------------------*/

.amazlet-box {
color: #3E3E3E;
background: #fff;
font-size: 16px;
line-height: 1.5;
margin-top: 32px;
margin-bottom: 32px !important;
padding: 26px 16px;
border: 1px solid #eee;
position: relative;
border-radius: 2px;
}
.amazlet-box a {
text-decoration: underline;
box-shadow:none;
}
.amazlet-box a:hover {
box-shadow:none;
}
.amazlet-image {
margin: 0px 14px 1px 0px !important;
}
.amazlet-image img {
margin: 0;
}
.amazlet-name a {
color: #0066c0
}
.amazlet-name a:hover {
color: #c45500
}
.amazlet-powered-date {
font-size: 10px !important;
}
.amazlet-detail {
font-size: 12px;
}
.amazlet-link {
margin-top: 10px !important;
}
.amazlet-link a {
width: 240px;
display: block;
text-align: center;
font-size: 16px;
text-decoration: none;
color: #111;
padding: 12px;
margin: 10px 2px;
background: #f4d078;
background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
-webkit-tap-highlight-color: transparent;
}
.amazlet-link a:hover {
color: #111 !important;
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 1px 1px 7px 0 rgba(0,0,0,0.12), 1px 3px 1px -1px rgba(0,0,0,0.2);
}
.amazlet-link a:before {
font-family: 'FontAwesome';
content: '\f270';
font-size: 90%;
margin-right: 10px;
}

/*関連記事（YARPP）のデザイン
----------------------------------------------------*/

.yarpp-related .yarpp-thumbnail-title {
font-size: 80% !important;
}


/*タグクラウド(Simple Tags)のデザイン
----------------------------------------------------*/
.st-tag-cloud a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #666;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background: #F9F9F9;
}
 
.st-tag-cloud a:hover {
    transition: 0.3s;
    background: #EFEFEF;
}

/*series記事のデザイン
----------------------------------------------------*/

/* seriesリスト */
.series_list {
  padding: 15px 15px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 1px #ccc;
  list-style-position: inside;
  counter-reset: series-count;
  margin: 0;
}
.series_list li {
  margin: 5px 0;
  padding-left: 35px;
  line-height: 1.7 !important;
  position: relative;
  list-style:none;
}
/* 連番部分 */
.series_list li::before {
  counter-increment: series-count;
  content: counter(series-count);
  background: #afd9c0;
  width: 24px;
  height:  24px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
/* シリーズ名 */
#series_article {
	font-size: 20px;
	font-weight:bold;
	margin: 0px 0;
	padding: 10px 15px;
	color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left center;
}

/*QuickTagの追加分
----------------------------------------------------*/
.youtube-caption-text {
    font-size: 12px;
    color: #353535;
    border-radius: 7px;
    border: #D1D1D1 solid 1px;
    padding: 5px 10px;
    margin: 0px -3px;
}

/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
padding-bottom: 15px;
overflow: hidden;
}
.p-shareButton__buttons {
font-weight: 700;
color: #fff;
font-size: 13px;
text-align: center;
}
.p-shareButton__buttons>li {
padding-left: 3px;
padding-right: 4px;
}
.p-shareButton__buttons .c-btn {
padding: 8px 0;
border-radius: 2px;
}
.p-shareButton__buttons .c-ico {
display: block;
margin: auto auto 5px;
}
.p-shareButton__fb {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
width: 115px;
}
.p-shareButton__fb-cont {
position: relative;
width: 200px;
margin: 0 auto;
}
.p-shareButton__fb-unable {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
}
.p-shareButton__cont {
margin: 15px 0 0;
}
.p-shareButton__a-cont {
background: #2e2e2e;
display: table;
width: 690px;
height: 154px;
}
.p-shareButton__a-cont__img {
display: table-cell;
width: 50%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.p-shareButton__a-cont__btn {
display: table-cell;
padding: 12px;
text-align: center;
}
.p-shareButton__a-cont__btn p {
font-size: 12px;
color: #fff;
font-weight: 700;
padding: 5px 0 15px;
line-height: 1.4;
margin-bottom: 0px;
}
.fb-like{
padding: 5px 0 15px;
}


/*media Queries スマホサイズ（480px以下）
----------------------------------------------------*/
@media screen and (max-width:480px){

/*amazonボックス*/
.amazlet-box {
font-size: 12px;
}
.amazlet-image {
margin: 0px 10px 1px 0px !important;
}
.amazlet-sub-info {
width: 95%;
}
.amazlet-detail {
font-size: 10px;
}
.amazlet-link a {
width: 96%;
margin-right: 6px;
}

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

/*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) {

.entry-content p {
font-size: 18px; /* 文字サイズ */
line-height: 27px; /* 行間 */
}

.p-shareButton__a-cont__btn p {
font-size: 12px;
}
	
/*画像キャプション-*/
.wp-caption p.wp-caption-text {
font-size: 14px;
padding: 0 4px 5px;
margin: 0 0 20px;
color:#000;
line-height: 20px;
}	

/*画像キャプション-*/
p.youtube-caption-text {
font-size: 14px;
}

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