/*
Theme Name: STINGER-Move
Template: stinger8
Version: 1.0(Latest Update:20170501)
Description: Stinger for Foward Runner
Author:      sist8
Author URI:  https://sist8.com/
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stinger-move
Cation:
*/




/*--------------------------------
  各フォント設定
---------------------------------*/

* {
  font-family: "icon_general","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  padding: 0px;
}
p {
  letter-spacing: 0.6px;
}

/* 太文字 */
.huto {
    font-weight: bold;
}
.hutobig {
    font-size: 30pt;
    line-height: 35px;
}
.hutoaka{
    font-weight: bold;
    color: #f00;
}

/* 記事一覧タイトルフォント */
.kanren .clearfix dd .kanren-t a {
  font-size: 100%;
}

/*--------------------------------
  見出しタグ
---------------------------------*/
h2 {
  position: relative;
  background: #2C6EBD;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.post h2:after {
  content: '';
  position: absolute;
  border-top: 10px solid #2C6EBD;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
}
.post h2:before {
  content: '';
  position: absolute;
  border-top: 10px solid #2C6EBD;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 30px;
}
.post h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #1a1a1a;
  line-height: 27px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0px;
  border-bottom: 1px #1a1a1a dotted !important;
}
.post h3:before {
  color:#333;
  margin-right: 10px;
  font-family:"FontAwesome";
  content:"\f046";
  font-size:20px;
}


/*--------------------------------
  A8最終バナー広告
---------------------------------*/
.a8final {
    text-align: center;
}

/*--------------------------------
  PRボタン
---------------------------------*/
/* PRボタン共通 */
.pr-button{
    background: #25c04a;
    border-radius: 5px;
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    padding: 15px 20px 15px 55px;
    text-decoration: none;
    border: solid 1px #0e9e30;
    position: relative;
    -webkit-transition: background .35s,color .35s;
    transition: background .35s,color .35s;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.pr-button:hover {
    background: #fff;
    color: #25c04a;
    text-decoration: none;
}

/* PRボタン水色 */
.pr-button.pr-button-aquablue{
    background: #039BE6;
    border: solid 1px #039BE6;
}
.pr-button.pr-button-aquablue:hover {
    background: #fff;
    color: #039BE6;
}

/* PRボタン前アイコン */
.pr-button>i {
    margin: auto 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 30px;
    height: 14px;
    font-style: normal;
}

/*--------------------------------
  リスト
---------------------------------*/
/* 番号付きリストの不具合修正 */
.post ol {
  list-style-type: decimal;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-left: 25px;
  margin-bottom: 20px;
}

/*--------------------------------

---------------------------------*/

a:hover {
  color: #e64946;
  text-decoration: underline;
}

/* ヘッダー画像のマウスオーバー時に透過しないように */
#st-header a:hover img {
 -moz-opacity: 1;
 opacity: 1;
}

/*--------------------------------
Core
---------------------------------*/
body {
  background-color: #fff;
}

/*--------------------------------
home.php
---------------------------------*/


/*--------------------------------
ヘッダー（タイトル・ロゴ）
---------------------------------*/
#sitelogo {
    margin-top: 10px;
}

img#sitelogopng {
  max-width: 200px;
}

header .descr{
  margin: 0.67em 0 0 0;
  letter-spacing: 0.6px;
}


/*--------------------------------
ナビメニュー ～ MH Magazineを添えて ～
---------------------------------*/
header .smanone {
  background: #2a2a2a;
  text-transform: uppercase;
  padding: 0;
}

header .smanone ul.menu li {
  float: left;
  position: relative;
  border-left: 1px solid #000;
  -webkit-transition: background 0.6s ease-out;
  -moz-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
  width: initial;
  height: initial;
  text-align: -webkit-match-parent;;
  border-right: none;
}

header .smanone ul.menu li:first-child {
  border: none;
}

header .smanone ul.menu li:last-child {
	border-left: 1px solid #000;
}

header .smanone ul.menu li:hover {
  background: #e64946;
}

header .smanone ul.menu li a {
  font-weight: 600;
  display: block;
  color: #fff;
  width: 160px;
  height: 40px;
  text-align: center;
  text-decoration: none;
}

header .smanone ul.menu li a:hover {
  text-decoration: none;
  color: #fff;
}

#st-menubox {/* MH Magazine風味のナビメニューには要らないため */
  border: none;
}

/* 以下、スマホ版メニュー */
/* これだけでスマホのドロップダウンメニューが縦並びに */
.acordion_tree li {
  width: 100%;
  display: block;
}

#s-navi {
  background: #e64946;
  border-bottom: 2px solid #2a2a2a;
}
#s-navi dl.acordion {
  margin: 0;
}
#s-navi dt.trigger {
  padding: 5px 0;
}
#s-navi dd.acordion_tree {
  padding: 0 0 15px 0;
}
#s-navi .acordion_tree ul.menu{
  padding: 20px 0 0 15px;
  border-top: 2px solid #2a2a2a;
}
#s-navi .acordion_tree li {
  border-left-width: 0;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}
#s-navi .acordion_tree li a {
  width: 95%;
  margin: 0;
  padding: 11px 0 11px 8px;
  text-decoration: none;
  color: #fff;
}
#s-navi dt.trigger .op {
  color: #fff;
  font-weight: bold;
  background: none;
}

/*--------------------------------
特集エリア
---------------------------------*/
ul.tokushu {
  width: 980px;
  height: 150px;
  padding: 20px 0;
}

ul.tokushu li {
  float: left;
  width: 300px;
  height: 150px;
  list-style: none;
  padding: 0 0 0 20px;
}

ul.tokushu li img {
  width: 300px;
  height: 150px;
}

/*--------------------------------
  フッター
---------------------------------*/
#footer .footerlogo {
  font-size: 25px;
}

footer ul, footer ol {
  padding: 0;
}

/*--------------------------------
  サイドバー
---------------------------------*/
.side-topad {
    margin-bottom: 30px;
}



/*--------------------------------
  記事一覧ページ
---------------------------------*/
.kanren .clearfix dd p {
  color: #888;
}

.blog_info p a {
    color: #888;
}

/* ページネーション */
.ruru-pagelink {
  display: inline-block;
}

.ruru-pagelink .page-numbers {
}

.ruru-pagelink .page-numbers.current {
  background: #2a2a2a;
  color: #fff;
  opacity: 1;
}

.st-pagelink .page-numbers {
  padding: 10px 10px 12px;
}

/*--------------------------------
その場しのぎ
---------------------------------*/
/* プラグイン「Table of Contents Plus」用 */
#toc_container {
  margin-top: 30px;
}











/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {

  /* 記事一覧タイトルフォント */

.kanren .clearfix dd .kanren-t a {
}



/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

/*--------------------------------
Core
---------------------------------*/

#content {
  margin-top: 20px;
  padding: 0 20px;
}

/* 記事一覧ページ */
.ruru-home-main {
    padding: 0;
}

.ruru-home-main .kanren dt {
  width: 300px;
  height: 200px;
}

.ruru-home-main .kanren dt img {
  width: 100%;
  height: 100%;
}

.ruru-home-main .kanren dd {
  padding-left: 320px;
}

.ruru-home-main .kanren .clearfix dd .kanren-t {
  padding-bottom: 25px;
}

.ruru-home-main .kanren .clearfix dd .kanren-t a {
  color: #39393a;
  font-size: 25px;
}

/*  */
#sitelogo {
  margin-top: 0;
}



/*-- ここまで --*/
}





/*media Queries PCサイズ（1240px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 1240px) {

/*--------------------------------
Core (Stinger8width1060px→1200px)
---------------------------------*/
#headbox {
  padding: 10px; /* いつか消したい */
  max-width: 1180px; /* そしてこれを1200pxに */
}

#st-menuwide {
  max-width: 1200px;
}

nav.smanone {
  max-width: 1200px;
}

#st-header {
  max-width: 1200px;
}

#content {
  max-width: 1200px;
}

.st-main {
  margin-right: 340px;
}


/*--------------------------------
  記事一覧ページ
---------------------------------*/
.ruru-home-main .kanren dd {
  padding-left: 330px;
}

.ruru-home-main .kanren .clearfix dd .kanren-t a {
  font-size: 25px;
}

/* ページネーション */
.ruru-pagelink .page-numbers {
  padding: 10px 10px 15px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  min-width: 30px;
  height: 30px;
}

/*--------------------------------
  記事ページ
---------------------------------*/
.ruru-art {
  border: 1px solid #e1e1e1;
  padding: 30px 29px;
}





}