@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*	
メインカラー：#0000ff
ベースカラー：#dae9ed
アクセントカラー：#f79124
ヘッダータイトルカラー：#ffffff
*/
/* 改行 */
.altnl{
	margin:0;
	border:0;
	padding:0;
}

/* おすすめ記事 */
.entry-content .wp_rp_wrap{
	display:none;
}

/* サイド広告 */
.side-ad{
    text-align:center;
}
.side-ad div{
	margin:auto !important;
}

/* 前後の記事 */
.prnx_box{
    display:none;
}
/*ロゴ画像を横全体に表示*/
#inner-header, #drawer + #inner-header,#logo{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 600px;
}
.header--center #logo {
    padding: 0;
}
/*END ロゴ画像を横全体に表示*/

/* livedoorblogroll */
.blogroll-list{
	/* border-bottom:1px solid rgba(0, 0, 0, .1) !important; */
	line-height: 1.5 !important;
}

.blogroll-list a::before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f360";
	padding-right: 5px;
	color:#181e96;
}
/* 上部RSS */
.rss-top1,.rss-top2{
	height: 300px;
    overflow-y:scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rss-top1 .innerbox,.rss-top2 .innerbox{
	height: 630px;
	overflow:hidden;
}
/* @media only screen and (min-width: 481px){
.rss-top1,.rss-top2 {
    position: relative;
	width: 96%;
    margin: 0 1.8% 25px;
	height: 148px;
	}
}
@media only screen and (min-width: 1030px){
.rss-top1,.rss-top2 {
    position: relative;
	float: left;
    width: 46%;
    margin: 0 3% 3% 0;
	height: 276px;
	}
} */
.blogroll-channel .blogroll-list-wrap li:nth-child(odd) {
    background: whitesmoke;
}
.rss-top1 .blogroll-list-wrap,.rss-top2 .blogroll-list-wrap{
	padding-left: 0em;
}
.blogroll-list-wrap{
	padding:0 !important;
}
.blogroll-list{
	padding: 5px 0 5px 0 !important;
}

/* サイドRSS */
.rss-side{
	height: 737px;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* アンテナサイト */
.antennasite a,.recommendedsite a{
	padding:8px;
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, .1) !important;
	line-height: 1;
}

.antennasite a::before ,.recommendedsite a::before{/*疑似要素*/
	font-family: "Font Awesome 5 Free";
    content: "\f360";
	font-weight: 900;
	padding-right: 5px;
	color:#181e96;
}

/* コメント */
.comment-notes,.comment-form-email{
	display:none;
}

.cimg{
	padding-bottom:4px;
}

.source{
	text-align:right;
	font-size: 80%;
}

.source a:before {/*疑似要素*/
  content: "元スレ ";
}

.resheader{
	font-size: 80%;
}

.resnum{
	font-weight:bold;
}

.resname{
	color: green;
}

.res{
	border-width: 1px;
    display: inline-block;
    border-style: none solid solid none;
    border-color: #ddd;
    margin-bottom: 8px;
	padding: 3px;
	width:100%;
}

.res .res{
	border-left:2px solid #666666;
}

.rescolor0{
	background-color: #eaedf2;
}

.rescolor1{
	background-color: #F8F9FB;
}

/* 本文 */
.body{
	font-weight:bold;
	font-size: 110%;
	color:dimgray;
}

.r0{
	color: darkorange;
}

.r1{
	color: orange;
}

.h{
	color: orangered;
}

.anchor{
	color: green;
}

/* AA */
.caa{
	/* white-space: nowrap; */
	font-size:1vmin;
	line-height:10px; 
	font-family: 'Mona','IPA MONAPGOTHIC','MS PGothic','ＭＳ Ｐゴシック','MS Pｺﾞｼｯｸ','MS Pゴシック',sans-serif;	
    /* font-family: MS PGothic,MonaQ!important; */
    display: block;
}

/* ウィジェットタイトル角丸 */
.widgettitle,.widget{
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

/* 記事一覧を横長に */
@media only screen and (min-width: 1030px){
.sidelong__article {
    width: 94%;
    }}

/* 記事一覧を横長に */
@media only screen and (min-width: 481px){
.cardtype__article {
    width: 94%;
    }}

/* related posts */
.related_post{
	text-align: center;
}
.related_post li{
	text-align: left;
}

/* タイトル文字シャドウ */
#logo{
	text-shadow:2px 2px 3px #666666;
}

/* パンくず非表示 */
#breadcrumb{
	display:none;
}

/* 最初の画像 */
.firstimg{
	width:400px;
}

/* 一覧サムネ設定 */
.cardtype__img {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.7%;
}

.cardtype__img img{
	width:100%;
	margin: auto;
    display: block;
	padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: contain;
    clear: both;
}

/* フォント */
body{
	font-family:"メイリオ", Meiryo, Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/* ウィジェット　ピックアップ　アイコン */
.sidebar .widget_text .widgettitle:before {
    content: "\f0a4";
}

/* チェックリストの上余白 */
.li-check ul{
    padding-top: 0px;
}

/* img タグ　width100% */
img.size-full{
	width:100%;
}

/* テーブルヘッダー色 */
.entry-content th {
	background-color: #0000ff;
	text-align: left;
	color: #ffffff;
}


/* 吹き出し顔アイコン */
.faceicon img{
	border:none;
}

/* コメント欄 */
.comment-form-url{
	display:none;
}
/**/

/* 見出し */
.entry-content h2{
position: relative;
padding: 0.5em;
background: #0000ff;
color: #ffffff;
}

.entry-content h2::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

.entry-content h4 {
border-bottom: dashed 2px #0000ff;
/*線の種類（点線）2px 線色*/
}

.entry-content h5 {
  padding: 0.5em 1em 0.5em 1.3em;
  position: relative;
}

.entry-content h5:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f10c";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #0000ff; /*アイコン色*/
}

/**/
/* 登録日非表示 */
/*
.pubdate {
	display:none;
}
.home .entry-time{
	display:none;
}
.archive .entry-time{
	display:none;
}
.category .entry-time{
	display:none;
}
*/
/**/

/* strong */
strong {
	background: linear-gradient(transparent 80%, #f61df9 0%);
	/*
	margin-right:0.5em;
	margin-left:0.5em;
	*/
}
/**/


/* SHARE非表示 */
.sns-btn__title {
    display: none;
}
/**/

/* infobox */
.infobox {
    position: relative;
    margin: 0 0 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #0000ff;
    border-radius: 8px;
}
.infobox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0000ff;
    font-weight: bold;
}
.infobox .box-title:before {
 padding-right: 4px;
 font-family: FontAwesome;
 content: "\f02e";
}
.infobox p {
    margin: 0; 
    padding: 0;
}

/**/

/* list */
.entry-content ul,.entry-content ol {
  border: none;
	margin:0;
}
/**/

/* TOC */
.toc_list li{
  list-style-type: none!important;/*ポチ消す*/
}
/**/