/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

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


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



.st-main{
	padding-left:20px;
	padding-right:10px;
}

.st-aside .kanren-03{
	padding-top:10px !important;
}

 /*--アイキャッチの大きさ--*/ 
.kanren-03 dt{
	display:block;
	width:100%; 
}

.kanren-03 dt img{
	width:100%;
	height:160px;
}
 /*--ここまで--*/

/*--各記事の幅や枠線等--*/
.kanren-03 dl,
.kanren-03 dl:last-child{
	width:30%;
			height:320px;
	display:inline-block;
	vertical-align:top;
	margin-right:2%;
	margin-bottom:40px;
	box-shadow:0 2px 3px #999;
	padding:0;
	background-color:#F7F7F7;
}
/*--ここまで--*/
 
.kanren-03 dl:nth-child(3),
.kanren-03 dl:nth-child(6),
.kanren-03 dl:nth-child(9){
	margin-right:0;
}
 
.kanren-03 dd{
	float:left;	
	padding:10px;
}

/*--記事タイトル大きさ--*/
.kanren-03 .clearfix dd .kanren-t a{
	font-size:14px;
}
/*--ここまで--*/
 
/*--投稿日・カテゴリー右寄せ--*/
.st-aside .blog_info{
	text-align:right;
        margin-top:10px;
}
.st-aside .blog_info a{
	line-height:27px;
}
/*--ここまで--*/
 
.pcone{
	margin-top:20px;
}

/*--タグの装飾--*/
.blog_info a{
	background-color:#464646;
	color:#ffffff !important;
	padding:4px;
    text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
	border-radius:3px;
}
/*--ここまで--*/

@media screen and (max-width: 720px) {
/*--レスポンシブ表示--*/
.kanren-03 dl,
.kanren-03 dl:last-child{
	width:99%;
}
/*--ここまで--*/
 
}

.itiran-date{
	color:#666f;
	font-size:13px;
	margin-bottom:5px;
}

/*--トップページスマフォ2カラム表示--*/
@media screen and (max-width: 720px) {
/*--レスポンシブ表示--*/
.kanren-03 dl,
.kanren-03 dl:last-child{
	width:46%;
}
.kanren-03 .clearfix dd .kanren-t a{
	font-size:12px;
}

.st-aside .blog_info{
	text-align:left;
	margin-top:0;
}
.blog_info  a{
	padding:5px;
	font-size:10px;
}

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

/*--横幅--*/
#content{
    max-width:1200px;
}
#headbox{
max-width: 1200px;
}
/* リンクの色 */
a {
	color: #444444;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #ff0000;
}
    /*——————————–
    メニュー
    ———————————*/

    #st-menuwide {
    padding: 0px;
    margin:0 auto;
    max-width:1200px;
    }

    nav.smanone {
    max-width:1200px;
    margin:0 auto;
    }

    nav.st5 {
    max-width:1200px;
    margin:0 auto;
    }

    /*——————————–
    メニュー未設定
    ———————————*/

    #st-menuwide div.menu,
    #st-menuwide nav.menu {
    max-width:1200px;
    margin:0 auto;
    padding:5px;
    display:block;
    }

/*メニューカラー*/

#st-menubox {
    margin: 0;
    border: none;
}
 
header .smanone {
    width: 100%;
    max-width: 1200px;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}
 
header .smanone ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
 
header .smanone ul.menu li {
    float: none;
    width: 25%;
}
 
header .smanone ul.menu li a {
    color: #fff;
    border-right: solid 1px #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D80000), color-stop(0.00, #AA0000));
    background: -webkit-linear-gradient(#AA0000, #D80000);
    background: linear-gradient(#AA0000, #D80000);
}
 
header .smanone ul.menu li a:last-child {
    border-right: none;
}
 
header .smanone ul.menu li a:hover {
    color: #fff;
    background: #9C0000;
}
 
header .smanone ul.sub-menu li {
    width: 100%;
    border: none;
}
 
header .smanone ul.sub-menu li.menu-item a {
    border-top: 1px solid #fff;
    border-right: none;
    border-left: none;
    border-bottom: none;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DC0000), color-stop(0.00, #F3C13A));
    background: -webkit-linear-gradient(#F3C13A, #DC0000);
    background: linear-gradient(#F3C13A, #DC0000);
}
 
header .smanone ul.sub-menu li.menu-item a:hover {
    background: #9C0000;
}
 
#s-navi dt.trigger .op {
    background-color: #2c3e50;
    color: #C21818;
    float: left;
}
 
#s-navi dd.acordion_tree {
    padding: 0;
}
 
.acordion_tree ul.menu li {
    padding: 0;
    border: none;
}
 
.acordion_tree ul.menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D80000), color-stop(0.00, #AA0000));
    background: -webkit-linear-gradient(#AA0000, #D80000);
    background: linear-gradient(#AA0000, #D80000);
}
 
.acordion_tree ul.menu li:last-child a {
    border: none;
}
 
.acordion_tree ul.menu li a:hover {
    background: #9C0000;
}
 
.acordion_tree ul.menu li .fa {
    display: none;
}
 
.acordion_tree ul.sub-menu li a {
    padding-left: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DC0000), color-stop(0.00, #F3C13A));
    background: -webkit-linear-gradient(#F3C13A, #DC0000);
    background: linear-gradient(#F3C13A, #DC0000);
}


/*コメント欄編集*/
#comments { /* コメント欄全体の枠 */
	margin-top: 20px;
	background: #fff;
	border: 1px solid #DEDEDE;
}
h5#resp { /* コメントがあった時の見出し */
	font-size: 16px;
	color: #333;
}
h3#reply-title { /* コメント入力欄の見出し */
	font-size: 19px;
	color: #333;
}
.comment-listCon { /* コメント毎のボックス */
	margin-bottom: 40px;
}
.comment-name .fn { /* コメントした人の名前 */
	font-size: 16px;
	color: #444;
}
.comment-name .says { /* 「より：」の部分 */
	font-size: 16px;
	color: #444;
}
.comment-date-edit { /* 「日付」とログイン者が見れる「編集」の部分 */
	font-size: 16px;
	color: #444;
}
#comments input[type="submit"] { /* 送信ボタン */
	background: #555;
	color: #fff;
	border-radius: 3px;
	padding: 10px;
}
@media only screen and (max-width: 413px) { /* スマホで日付を改行して文字サイズ変更 */
.comment-date-edit {
	font-size: 12px;
	display: block;
	}
}

/* コメント返信機能 */
a.comment-reply-link { /* 返信ボタンのスタイル */
	font-size: 14px;
	background: #555;
	border-radius: 4px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}
ul.commets-list .children { /* 返信部分（入れ子）の左側の余白 */
	padding-left: 5%;
}
ul.commets-list .depth-1 { /* 親コメント下部の余白とボーダー */
	border-bottom: 2px dotted #555;
	margin-bottom: 5px;
}
/* コメント欄の項目を非表示 */
.comment-form-email {display: none;}
.comment-form-url {display: none;}
.form-allowed-tags {display: none;}

/*--------------------------------------
フッター
--------------------------------------*/
#foot-wrapper {
background: #333;/*背景色*/
width: 100%;
padding: 0 auto;
margin: 0 auto;
color: #fff;
border-top: 1px solid #333;
background-image: url("フッター背景画像URL");
}
#footer {
max-width: 1200px;
margin: 0 auto;
}
#footer textwidget p, #footer li {
text-align: left;
}
#footer-in {
margin-left: -5px;
}
/*-- フッターエリア --*/
.clearfix {
    clear: both;/*回り込みを解除*/
}
/*--------------------------------------
フッターウィジェット
--------------------------------------*/
#footer h4.menu_underh2 {
font-size: 12px;
font-weight: 200;
border-left: 6px solid #B80101;
padding: 3px 0 3px 6px;
margin-bottom: 10px;
text-align: left;
}
#footer>aside ul {
float: left;
width: 380px;
padding: 10px 0;
list-style-type: none;
}
#footer>aside .tagcloud a {
font-size: 14px;
line-height: 1em;
background: #fff;
color: #333;
display: inline-block;
white-space: nowrap;
padding: 8px 8px;
margin-top: 3px;
text-decoration: none;
}
#footer>aside .tagcloud a:hover {
background: #333;
color: #fff;
}
#footer>aside .tagcloud a:before {
font-family: "FontAwesome";
content: "\f02b";
}
@media only screen and (min-width: 780px) {
/*--------------------------------------
フッターウィジェット
--------------------------------------*/
#footer h4.menu_underh2 {
font-size: 14px;
font-weight: 200;
border-left: 6px solid #B80101;
padding: 3px 0 3px 6px;
margin-bottom: 10px;
text-align: left;
background: #333333;	
}
#footer>aside ul {
float: left;
width: 380px;
padding: 10px;
list-style-type: none;
}
p#subscribe-email input.required {
width: 280px;
float: left;
}
p#subscribe-submit {
float: right;
color: #333;
}
}

/*-- フッターリンクカラー --*/
#foot-wrapper a {
    color: #fff;
}
  
#foot-wrapper a:hover {
    color: #fff;
    background: #BA0B0B;
}
/* フッター固定ページ */
.footermenust {
    display: none;
}

/*-- 人気記事デザイン --*/
/*サイドバーランキング順位　ここから*/

ul.wpp-list li a.wpp-post-title {/*記事タイトル*/
    display: block;/*ブロック形式で表示*/
    text-decoration: none;/*タイトルの下線なし*/
}

.wpp-list {
    counter-reset: wpp-ranking;
}
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.wpp-list li {
  position: relative;
}
.wpp-list li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  background: rgba(41, 72, 125, 0.66);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wpp-list li img {
  margin: 0px 5px 10px 0px;
}
	.wpp-list li {
		overflow:hidden;
		float:none;
		clear:both;
        border-bottom: solid 1px #ddd;
		padding-top:15px;
	}

/*コメント*/
.wpp-comments {
	background-color: #D80000;
	margin-right: 2px;
	margin-bottom: 8px;
	color: #fff !important;
	padding: 0px 5px;
	border-radius: 2px;
	font-size: 11px;
    display: inline-block;
	font-weight: normal;/*数字を標準に*/	
}

/*ページビュー*/
.wpp-views {
	background-color: #D80000;
	margin-right: 2px;
	margin-bottom: 8px;
	color: #fff !important;
	padding: 0px 5px;
	border-radius: 2px;
	font-size: 11px;
    display: inline-block;
	font-weight: normal;/*数字を標準に*/	
}

/*-- Contact Form 7 --*/
.wpcf7 {
 margin: 96px 0;
}
.asterisk {
 margin: 0 0 0 0.2em;
 color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
 font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
 background-color: #fff;
 color: #333;
 width: 95%;
 border: 1px solid #ddd;
 font-size: 100%;
 padding: 0.5em;
 border-radius: 4px;
 box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
 font-size: 100%;
 padding: 0.2em 0.4em;
 background: #eee;
 color: #333;
 border-radius: 4px;
 cursor: pointer;
 box-shadow: 0 0 1px rgba(0,0,0,.2);
 border: 1px solid #ccc;
 text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
 box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

/*--------------------------------
topに戻るサイド
---------------------------------*/	
#page-top {
    right: 20px;
    font-size: 30px;
}
 
#page-top a {
    line-height: 1;
    padding: 15px 20px;
    background: #B80101;
    opacity: 1;
    border-radius: 90%;
}

	/*--------------------------------
	ページャー
	---------------------------------*/

	.st-pagelink .page-numbers {
		padding:0px 8px;
	}


	/*--------------------------------
	RSSリンク
	---------------------------------*/
.blogroll-channel {
	border: solid 1px #999 !important;
	height: 200px !important;
	width: 70%;
	overflow-y: scroll;
}
/*--------------------------------
RSSリンク
---------------------------------*/
.fontawesome {
color: #333333;
margin: 0px 0px 0px 0px;
}
.fontawesome_1 {
    color: #333333;
	margin: 0px 0px 5px 0px;
	font-weight: bold;	
}
.fontawesome a {
        text-decoration: none;
		margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #999;
    background: #fff;
    overflow-y: scroll;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.blogroll-wrapper {
	width: 100%;
	overflow: hidden;
}
.blogroll-innner {
	float: left;
	width: 50%;
}
/* リスト内のa要素を装飾 */
.blogroll-list-wrap li a {
    text-decoration: none;
}

.blogroll-list-wrap li a:hover {
    text-decoration: underline;
}

/*記事下楽天アフィリエイト */
.rakuten {
      text-align: center;
      margin-bottom:0px;
	  margin-top:0px;
}

.fontawesome {
color: #555555;
margin: 0px 0px 0px 0px;
}
.fontawesome_1 {
    color: #555555;
	margin: 0px 0px 5px 0px;
	font-weight: bold;	
}
.fontawesome a {
        text-decoration: none;
		margin: 0px 0px 0px 0px;
}

.post_top {
    text-align: center !important;
}

/*--------------------------------
画像リンク
---------------------------------*/
.post_top2 {
    background-color:#DEDEDE;
    position: relative;
    width: 278px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}
.post_top2 img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports ( object-fit: cover ) {
    .post_top2 img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
/*--------------------------------
記事下画像リンク
---------------------------------*/
.post_top3 {
    background-color:#DEDEDE;
    position: relative;
    width: 250px;
    height: 170px;
    display: inline-block;
    overflow: hidden;
}
.post_top3 img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports ( object-fit: cover ) {
    .post_top3 img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}