/* テーブルCSS */

#oz_style table.cft{
	border-top: 1px #b10000 solid;
	border-right: 1px #b10000 solid;
}

#oz_style table.cft th{
	background: #b10000;
	color:#FFF;
	border-left:1px solid #b10000;
	border-bottom:1px solid #FFF;
	width:90px;
}

#oz_style table.cft tr:last-child th{
	border-bottom:1px solid #b10000;
}

#oz_style table.cft td{
	border-right:1px solid #b10000;
	border-bottom:1px solid #b10000;
}

/* フォント */
* {
	font-family:  "segoe UI", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* リンクの色 */
a {
	color: #333;
	font-weight: normal;
	text-decoration: none!important;
}

/*.entry-content a {
  font-weight: bold;
	color: #167ac6!important;
}*/

/* 基本の文字 */
p,
.post h5 /* H5 */
{
	margin-bottom: 20px;
	color: #333;
	font-size:16px;
	line-height: 1.75;
}

/*ブログタイトル*/
header h1 {
	margin-top:0;
}

header .descr.sitenametop,
header .sitename.sitenametop {
	margin-bottom: 5px;
	padding-top:5px;
}

header .descr.sitename-only,
header .sitename.sitename-only {
	padding-top:5px;
}

#headbox img.sitename-only-img {
	margin-bottom: 5px;
	padding-top:5px;
}

#headbox img.sitename-bottom {
	margin-bottom: 5px;
}

header .sitename {
	font-size: 22px;
	line-height: 1.5;
	padding:0;
	margin:0;
	 text-shadow:-1px -1px 3px #888888;
}

header .sitename a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/*ブログ名の下のキャプション */
header h1 {
	font-size: 12px;
	font-weight: normal;
}

header .descr {
	font-size: 13px;
  font-weight: 500;
	line-height: 1.5;
		color:#5d92a7;
	background-color: #fff;
background-color: rgba(255, 255, 255, 0.6);
	padding:0;
	margin:0;
}

/* 記事タイトル */
.entry-title:not(.st-css-no2), 
.post .entry-title:not(.st-css-no2) {
	font-size: 22px!important;
	line-height: 1.4;
  background-color: #333;
	color: #eee;
  text-align:center;
	padding: 5px 0;
}

/* 中見出し */
h2:not(.st-css-no2),
.h2modoki{
	font-size: 18px;
	line-height: 1.5em;
	}

	/*小見出し*/
.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title),
.h3modoki {
	font-size: 18px;
	line-height: 1.5em;
	}


/*ミニふきだし*/
.post .st-minihukidashi,
.st-minihukidashi{
	font-size:100%;
	display: inline-block;
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	z-index:2;
	font-weight: bold;
}

.post .st-minihukidashi span,
.st-minihukidashi span{
	content: '';
	position: absolute;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f3f3f3;
	top: 100%;
	left: 40px;
}

.st-minihukidashi .fa {
	margin-right: 5px;
}



/* こんな方におすすめ */
.st-blackboard {
	padding: 10px 5px 0px; 
	border: 3px solid #f3f3f3;
	background: #fff;
  	margin: 20px 0;
  	border-radius:0;
}

.st-blackboard-title-box {
	text-align: center; 
	margin-bottom:10px;
}

.st-blackboard-title {
	color:#555555!important;
	display: inline-block;
	border-bottom:2px solid #424242;
	font-weight: bold; 
	text-align: center; 
	padding:10px 10px 5px;
	background:#fff;
}

.st-blackboard-title:before {
  	content: "\f0f6\00a0\00a0";
  	font-family: FontAwesome;
}

.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no){
	padding-left: 20px;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) {
	padding-left: 30px;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:last-child {
	border-bottom:dotted 1px #ccc;
  	line-height:1.3;
	padding:10px 0;
	margin:0;
	list-style:none;
	text-indent:-1.3em;
	padding-left:1.3em;
	color:#555555!important;
	font-size:16px!important;
}

.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li:last-child {
	border-bottom:dotted 1px #ccc;
  	line-height:1.3;
	padding:10px 0;
	margin:0;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:before {
  	content: "\f058\00a0\00a0";
  	font-family: FontAwesome;
	color:#ec6800;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no).st-no-ck li,
.post .st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no).st-no-ck li:last-child {
	text-indent:0;
	padding-left:0;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list.st-no-ck li:before {
  	content: none;
}


.st-wide-background {
	background-color: #FFF9C4;
	font-size: 108%;
	font-weight: bold;
text-align: center;
}

/* マーカー線・黄色 */
.marker9{
background: yellow;
font-weight:bold; 
}


/*　サイドバー　*/

#side aside ul li {
list-style-image: url('https://www.maruhi-cashing.com/wp-content/uploads/2020/08/925989-e1596417244871.png');
  list-style-position: inside;
	color: #1c1b15;
	margin: 0px;
	padding: 5px;
	border-top: 1.0px solid #f3f3f3;
	font-size:14px;
	line-height:1.5em;
}

#side aside .children li {
	padding-left: 10px;
}

#side aside ul li ul li{
	list-style-type: none;
	margin: 0px;
	
}

#side aside .sub-menu {
	padding-left: 10px;
}

#side aside #mybox ul li ul li {
	font-size: 13px;
	line-height: 1.4em;
	padding-left: 25px;
	list-style: none;
	color: #4c4c4c;

}

#side aside .kanren {
    padding-top: 10px;
}




/* スマホにだけ指定 */

@media only screen and (max-width: 480px) {
	div#wrapper-in {
		padding: 0;
	}

	/* 記事タイトル */
.entry-title:not(.st-css-no2), 
.post .entry-title:not(.st-css-no2) {
	font-size: 17px!important;
	line-height: 1.4;
	background-color: #333;
	color: #eee;
  text-align:center;
	padding: 5px 0;
}
	header .sitename {
	font-size: 17px;
	line-height: 1.5;
}

header .sitename a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
	/*ブログ名の下のキャプション */
header h1 {
	font-size: 12px;
	font-weight: normal;
}

header .descr {
	font-size: 10px;
  font-weight: 500!important;
		color:#5d92a7;
	background-color: #fff;
background-color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
	line-height: 1.2;
	padding:0;
	margin:0;
}
	
	
/* 基本の文字 */
p,
.post h5 /* H5 */
{
	margin-bottom: 20px;
	color: #333;
	font-size:16px;
	line-height: 1.6;
}
}

/* ステップ */
.st-step-box {
 	position: absolute;
	top: -15px;
	left: -5px;
  display:block;
}

.st-step {
 	position: relative;
	display: inline-block;
 	margin: 0 15px 0 0;
	padding: 5px 7px;
 	width: 40px;
 	height: 40px;
 	vertical-align: middle;
 	text-align: center;
 	color: #FFF;
	font-size: 12px;
	background: #ec6800;
 	box-sizing: border-box;
  line-height:14px;

}

.st-step:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #ec6800;
 	z-index: 0;
}

.st-step .step-arrow{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid #70a6ff;
 	z-index: 0;
}

.st-step-no {
	font-size:130%;
	font-weight: bold;
}

.st-step-title {
  position: relative;
  font-size:17px;
  line-height:1.4;
  font-weight:bold;
  padding: 10px 10px 10px 50px;
  background:#fff;
  margin-top:30px;
}

.st-step-title .st-step {
  font-weight:normal;
}



/*マルリスト・チェックリスト*/
.post .maruno,
.post .maruck {
    margin-bottom:20px;
}

.post .maruno ol:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post .maruck ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
    margin-bottom: 0;
	padding-bottom: 0;
}

.post .maruno ol li {
	counter-increment: st-section;
}

.post .maruno ol li:before {
	content: counters(st-section,"");
}

.post .maruck ul li:before {
	content: " \f00c";
	font-family: FontAwesome;
}

.post .maruno ol li,
.post .maruck ul li {
	list-style-type: none;
	padding-bottom:5px;
	line-height: 1.5;
	margin-bottom:7px;
	color:#555555;
	font-size: 14px;
}

.post .maruno ol li:before,
.post .maruck ul li:before {
	border-radius: 50%;
	float: left;
	min-width:23px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:60%;
	margin-right:10px;
	background: #f8ac59;
	color:#fff;
	margin-left:-3em;
}


/* チェックボックス */
.st-square-checkbox:not(.st-square-checkbox-nobox) {
    border: 3px solid #f3f3f3;
	padding:30px 30px 15px;
	box-sizing: border-box;
	margin-bottom:20px;
}
#side aside .st-square-checkbox ul li,
.post .st-square-checkbox ul li,
.st-square-checkbox ul li {
	position:relative;
	display: block;
	line-height: 1.5;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0.5em;
margin-left: 0.5em;
	padding-top: .25em;
	padding-bottom: 0.75em;
	padding-left: calc(1.5em + 15px);
		color:#555555;
	font-size: 14px;
}


/*-フッターコンテンツ-*/

/* フッター文字 */
#footer .footerlogo {
	font-size: 18px;
	line-height:1.6em;
	margin-bottom: 10px;
	font-weight:bold;
}

#footer p {
	font-size: 10px;
	margin-bottom:5px;
}

#footer .footerlogo img {
	max-width:300px;
	margin:0 auto 10px;
	text-align:center;
}

#footer a {
	text-decoration: none;
	color: #212121;
}

#footer a:hover {
	color: #b22222;
}

#footer .copy, 
#footer .rcopy {
	font-size: 8px!important;
	color: #999;
	line-height: 18px;
	padding:20px 10px 0;
}

#footer .copy a, 
#footer .rcopy a {
	font-size: 8px!important;
	color: #999;
	line-height: 1.6em;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}



/* 目次（カスタム） */
#st_toc_container {
    margin: 0 auto 20px;
    text-align: left;
}

#st_toc_container .st_toc_title {
	text-align:left;
	padding: 2px;
	font-weight:bold;
	position:relative;
 	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #333;
	margin-bottom: 5px;
}

#st_toc_container:not(.contracted) .st_toc_title {
	margin:0 auto 5px;
}

#st_toc_container .st_toc_title:before {
  	content: "\f0a1\00a0";
  	font-family: FontAwesome;
}

#st_toc_container .st_toc_title .st_toc_toggle {
	font-weight: normal;
	font-size:90%;
}

.post #st_toc_container ul,
.post #st_toc_container ol {
	list-style: none;
	margin-bottom: 0;
}

.st_toc_number {
	font-weight:bold;
	margin-right:5px;
	color:#ccc;
}

#st_toc_container ul a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;
}

#st_toc_container ul a:hover {
	opacity:0.5;
}

#st_toc_container .st_toc_list > li> li > a {
	margin-bottom:10px;
}

#st_toc_container .st_toc_list > li > a {
	border-bottom: none;
	color: #777777;
	font-size: 80%;
	line-height: 1.0em;
}

.post #st_toc_container ul ul {
	padding:  5px 0;
}

.post #st_toc_container ul ul ul {
	padding-left: 10px;
}

#st_toc_container li {
	font-weight:bold;
	margin-bottom: 5px;
	padding: 0;
	list-style-type:none;
	text-align: left;
	text-indent:-0.8em;
	padding-left:1em;
}

#st_toc_container > ul > li {
	font-size: 18px;
}

#st_toc_container li a:before {
  	font-family: FontAwesome;
  	content: "\f0a1\00a0\00a0";
  	color: #333;
}

#st_toc_container li li a:before {
  	content: none;
}

#st_toc_container li li {
	text-align:left;
	font-weight:normal;
	list-style:decimal outside none;
	text-indent:0;
	padding: 5px 0;
}

#st_toc_container li li li{
	margin-bottom:0;
	padding:3px 0;
	list-style-type:none;
	text-indent:-0.8em;
	padding-left:1em;
}

#st_toc_container li li li a{
	border:none;
	margin-bottom:0;
	padding:0;
}

#st_toc_container li li li a:before {
	font-family: FontAwesome;
	content: "\f0a1\00a0\00a0";
	color: #9E9E9E;
}

/* 第一階層のみの場合 */
#st_toc_container.only-toc {
	padding: 10px 20px 20px 40px;
}

#st_toc_container.only-toc li{
	padding:0;
	font-weight:normal;	
	text-indent: 0;
	list-style-type: decimal;
	border-bottom:dotted 1px #ccc;
}

#st_toc_container.only-toc ul a {
    padding: 5px;
}

#st_toc_container.only-toc li a:before{
	content: none;	
}

#st_toc_container.only-toc li a:before {
  	content: none;
}

/* 文章横に文章 */
@media screen and (min-width: 980px) {
dl.fltdl {
	margin-bottom: 20px;
}
dl.fltdl dt {
	float: left;
}
dl.fltdl dd {
	margin-left: 220px;
	color:#777777;
	font-size: 13px;
}
}
@media screen and (max-width: 479px) {
	dl.fltdl {
	margin-bottom: 40px;
}
	dl.fltdl dt {
	float: none;
	text-align: center;
	}
dl.fltdl dd {
	margin-left: 0;
	color:#777777;
	font-size: 13px;
	}
}
.clearfix {
	clear: both;
}

/* 会話レイアウト */

.st-kaiwa-box {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display:table;
}

.st-kaiwa-face {
	text-align:center;
	display: table-cell;
	width:70px;
	vertical-align:top;
}

.st-kaiwa-face img{
	border-radius: 50px;
	border: 1px solid #ccc;
}

.st-kaiwa-face-name {
	color: #616161;
  	font-size:70%;
	line-height:1.5;
  	max-width:60px;
}

.st-kaiwa-area {
	display: table-cell;
	vertical-align:top;
	text-align:left;
	color: #333;
}

.st-kaiwa-hukidashi {
	display: inline-block;
	padding: 15px 20px;
	margin-left: 20px;
	border-radius: 7px;
	position: relative;
	/*box-shadow: 1px 1px 2px #999999;*/
	font-weight: noamal;
	font-size: 100%
}

.post .st-kaiwa-hukidashi p:last-child {
	 margin-bottom:0px;
}

.st-kaiwa-hukidashi:after {
	content: "";
	position: absolute;
	top: 30px;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}

/*ふきだし反対*/

.st-kaiwa-face2 {
	text-align:center;
	display: table-cell;
	width:60px;
	vertical-align:top;
}

.st-kaiwa-face2 img{
	border-radius: 60px;
	border: 1px solid #ccc;
}

.st-kaiwa-face-name2 {
	color: #616161;
  	font-size:70%;
	line-height:1.5;
  	max-width:60px;
}

.st-kaiwa-area2 {
	display: table-cell;
	vertical-align:middle;
	text-align:right;
	color: #333;
}

.st-kaiwa-hukidashi2 {
	display: inline-block;
	padding: 15px 20px;
	margin-right: 20px;
	border-radius: 7px;
	position: relative;
	text-align:left;
	/*box-shadow: -1px 1px 2px #999999;*/
	font-weight: normal;
	font-size: 100%
}

.post .st-kaiwa-hukidashi2 p:last-child {
	 margin-bottom:0px;
}

.st-kaiwa-hukidashi2:after {
	content: "";
	position: absolute;
	top: 30px;
	right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
}


/*--ぱんくず--*/
#breadcrumb ol {
    padding:0px 0px 2px;/*周りの余白*/
}

#breadcrumb ol li {
    color: #555555;/*記号の色*/
    font-size: 14px;/*記号のサイズ*/
    display: inline-block;/*横並びに均等配置*/
}

#breadcrumb ol li a {
    font-weight: 400;/*文字を太字に*/
    text-decoration: none;/*下線なし*/
    color: #555555;/*文字色*/
    font-size: 14px;/*文字サイズ*/

}

#breadcrumb ol li:first-child a {
    padding: 0px 5px 0px 5px;/*1列目ボックス内の余白*/
    margin-right: -4px;/*1列目ボックス右側の間隔*/
}

#breadcrumb ol li:first-child a:before{/*1列目のアイコン*/
    font-family: FontAwesome;/*アイコン取得先*/
    content: "\f015";/*アイコンコード*/
    color: #333;/*アイコン色*/
    font-weight: normal;/*アイコンの太さ*/
    font-size: 1.4em;/*アイコンサイズ*/
    margin-right: 2px;/*文字との間隔*/
}

#breadcrumb ol li a:before{/*2列目以降のアイコン*/
    font-family: FontAwesome;/*アイコン取得先*/
    content: "\f07c";/*アイコンコード*/
    color:#333;/*アイコン色*/
    font-weight: normal;/*アイコンの太さ*/
    font-size: 1.3em;/*アイコンサイズ*/
    margin-right: 1px;/*文字との間隔*/
}



/*タグクラウドのデザイン*/
.widget_tag_cloud .tagcloud a{
 padding:9px;
 text-decoration:none;
 color:#fff;
 display:inline-block;
 width:45%;
 font-size:11px!important;
 text-align:center;
 margin-bottom:6px;
 background:#7fbfff;
 border-radius:3px;
 box-shadow:0 1px 3px #ccc;
}
/*タグクラウドマウスオーバー時*/
.widget_tag_cloud .tagcloud a:hover{
 color:#333;
 background:#ddd;
}



/* こんな方におすすめ
 * （チェックボックス） */
.st-blackboard.square-checkbox {
	padding:30px 30px 15px;
	box-sizing: border-box;
	margin-bottom:20px;
}

#side aside .st-blackboard.square-checkbox ul li,
.st-blackboard.square-checkbox ul li {
    position:relative;
    display: block;
    line-height: 1.5;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5em;
    padding-top: .25em;
    padding-bottom: 0.75em;
    padding-left: calc(1.5em + 15px);
	font-size: 14px;
}

.st-blackboard.square-checkbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
	display: block;
	margin-bottom: 0;
	padding:10px 0 0;
}

.st-blackboard.square-checkbox ul li:last-child {
	margin-bottom: 15px;
	padding-bottom: 0.75em;
}

.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before {
	position: absolute;
	top: calc(50% - .95em);
	left: 0;
	content: "\e907";
	font-family: stsvg;
	color:#ff0000;
	z-index:2;
	margin-right:15px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),1px -1px 0 rgba(255, 255, 255, 1),-1px 1px 0 rgba(255, 255, 255, 1),1px 1px 0 rgba(255, 255, 255, 1);
	font-size:100%;
	line-height:1.5;
}

.st-blackboard.square-checkbox ul li:after {
	content: "\e904";
	font-family: stsvg;
	color:#ccc;
	position:absolute;
	z-index:1;
	left:0;
	top: calc(50% - .9em);
	font-size:100%;
	line-height:1.5;
}

/*ドット線*/
.dotline {
border-bottom:1.5px dotted #dd9933;
}

.dotliner {
border-bottom:1px dotted #dd9933;
}

.dotline-s {
background-color:#d0e4f3;
border-color: #167ac6;
padding: 3px;
}

.dotline-sr {
border-bottom:1px solid #0044cc;
}

.kanren h3 a,
.post .kanren h3 a {
    color: #1a1a1a;
	font-weight: bold;
	font-size: 17px!important;
}

/*ブログカード風*/

.st-cardbox {
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:20px;
  position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	transition: .3s;
	width: 100%;
	box-sizing: border-box;
}

a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
	text-decoration:none;
	color: #b4441f;
}

.st-cardbox:hover{
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  opacity:0.8;
}

.st-cardbox.kanren {
    margin-top: 0;
	background-color: #fff;
}

.kanren.st-cardbox dl:last-child{
    border-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post .st-cardbox p,
.st-cardbox p {
	margin-bottom:10px;
  font-weight: normal;
}

.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
	margin-bottom:10px;
	padding-bottom:5px;
}

.st-cardbox .clearfix dd p {
	font-size:80%;
	line-height:1.5;
	margin-bottom:5px;
	color:#616161;
}

.st-cardbox .clearfix dd p.cardbox-more {
	margin-bottom:0;
}

/*続きを読む（ブログカード）*/
.post p.cardbox-more {
	margin-bottom:5px;
	padding:5px 10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	text-align:center;
	text-decoration:none;
	color:#757575;
}

	/*--任意の人気記事--*/
.pop-box {
	position:relative;
	border:solid 0.5px #5d92a7!important;
	padding:20px 20px 10px;
	margin-bottom:20px;
	background-color: #fff;
}
.pop-box.kanren {
    margin-top:5px;
}