
/*-------------------------------------------
旧st-kanri.phpより移動（ここから）
*/

/* @keyframes アニメーション */
.st-key-slidedown {
	animation-name: StSlideDown; /* 上から下 */
	animation-duration: 2s;
}

.st-key-slice-up {
	animation-name: StSlideUp; /* 下から上 */
	animation-duration: 2s;
}

.st-key-righttuoleft {
	animation-name: StRightToLeft; /* 右から左 */
	animation-duration: 2s;
}

.st-key-righttuoleft {
	animation-name: StLeftToRight; /* 左から右 */
	animation-duration: 2s;
}

.st-key-fedein {
	animation-name: StFedeIn; /* フェードイン */
	animation-duration: 2s;
}

/* 上から下 */
@keyframes StSlideDown {
  0% {
      opacity: 0;
      transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 下から上 */
@keyframes StSlideUp {
  0% {
      opacity: 0;
      transform: translateY(50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 右から左 */
@keyframes StRightToLeft {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 左から右 */
@keyframes StLeftToRight {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(50px);
	}
}

/* フェードイン */
@keyframes StFedeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}






	.comment-form-url{
		display:none;
	}

	.comment-form-email{ 
		display:none;
	}

.comment-notes { 
		display:none;
	}

	.kanren dt {
		float: left;
		width: 100%;
                padding-bottom:5px;
	}

	.kanren dt img {
		width: 100%;
	}

	.kanren dd,
	.kanren.st-cardbox dd {
		padding-left: 5px;
                width:100%
	}
	.st-cardstyleb .kanren.st-cardbox dd,
	#magazine .kanren dd {
		padding-left: 20px;
	}



	.slick-prev,
	.slick-next,
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		background-color: #424242	}







	.st-middle-menu .menu > li {
		width:50%;
	}
	.st-middle-menu .menu li a{
		font-size:90%;
	}



	/* アドセンス */
	.adbox,
	.adbox div {
		padding: 0!important;
	}









											.st-web-font,
	.st-step-title, /* ステップ */
	.st-point .st-point-text, /* ポイント */
	.n-entry, /* NEW ENTRY */
	h4:not(.st-css-no) .point-in, /* 関連記事 */
	.cat-itiran p.point,
	.form-submit, /*コメント欄見出し*/
	.news-ca, /*お知らせタイトル*/
	.st-widgets-title, /* ウィジェットタイトル */
	.st-widgets-title span, /* ウィジェットタイトル */
	h4.menu_underh2 span,
	.st-header-flextitle,
    .post h2:not(.st-css-no),
    .post h2:not(.st-css-no) span,
    .post h3:not(.st-css-no),
    .post h3:not(.st-css-no) span,
	.h2modoki,
	.h3modoki,
    .entry-title:not(.st-css-no),
    .post .entry-title:not(.st-css-no) {
        font-family: 'Noto Sans JP', sans-serif;
    }
@media only screen and (max-width: 599px) {
	.st-header-flextitle {
		font-weight:900;
    }
}



	/*サイドバーカテゴリ*/
	#side li.cat-item a::after {
		content: " \f105";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
	}

	#side li.cat-item a {
		position: relative;
		vertical-align: middle;
		width:100%;
		padding: 10px;
		box-sizing:border-box;
		border-bottom: 1px solid #e1e1e1;
		color:#1a1a1a;
		text-decoration:none;
		display:block;
	}

	#side li.cat-item a:hover {
		opacity:0.5;
	}

			#side li.cat-item a {
			border-bottom-color: ;
			color: ;
		}
	

	/*TOC+*/
	#toc_container {
    	margin: 0 auto 20px;
    	text-align: center;
	}

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

	#toc_container:not(.contracted) .toc_title {
		margin:0 auto 10px;
	}

	#toc_container .toc_title:before {
  		content: "\f0f6\00a0";
  		font-family: FontAwesome;
	}

	#toc_container .toc_title .toc_toggle {
		font-weight: normal;
		font-size:95%;
	}

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

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

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

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

	#toc_container .toc_list > li> li > a {
		margin-bottom:10px;
	}

	#toc_container .toc_list > li > a {
		border-bottom: none;
	}

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

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

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

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

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

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

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

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

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

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

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

	#toc_container.only-toc li{
		padding:0;
		font-weight:normal;
	}

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

	#toc_container.only-toc li{
		list-style-type: decimal;
		border-bottom:dotted 1px #ccc;
	}

	#st_toc_container.only-toc:not(.st_toc_contracted) {
			}

	/* オリジナル */
	.post #toc_container ol.st-original-toc > li {
		list-style: decimal;
		text-align:left;
		font-weight: normal;
		padding: 0;
		text-indent: 0;
	}
	#toc_container ol.st-original-toc > li a:before {
  		content: none;
	}



	/*スライドメニュー追加ボタン2*/
	#s-navi dt.trigger .acordion_extra_2 {
		max-width: 80%;
	}


/*
旧st-kanri.phpより移動（ここまで）
-------------------------------------------*/

/*グループ1
------------------------------------------------------------*/

/* 一括カラー反映 */


input, textarea {
	color: #000;
}





/*縦一行目のセル*/
table tr td:first-child {
			}

/*横一行目のセル及びヘッダセル*/
table th,
table tr:first-child {
			}

/* 会話レイアウト */
	.st-kaiwa-hukidashi,
	.st-kaiwa-hukidashi2 {
		background-color: #FAFAFA;
	}
	.st-kaiwa-hukidashi:after {
		border-color: transparent #FAFAFA transparent transparent;
	}
	.st-kaiwa-hukidashi2:after {
		border-color: transparent transparent transparent #FAFAFA;
	}

	/*この記事を書いた人*/
	#st-tab-menu li.active {
	  background: #212121;
	}
	#st-tab-box {
		border-color: #212121;
	}
	.post #st-tab-box p.st-author-post {
		border-bottom-color: #212121;
	}
	.st-author-date{
		color:#212121;
	}

	/* 非アクティブのタブ */
	#st-tab-menu li {
		color:#212121;
	}

	/* homeリンク */
	.st-author-homepage {
	  color: #212121;
	}

	#st-tab-box {
		background:#FAFAFA;
	}

	/* 非アクティブのタブ */
	#st-tab-menu li {
		background:#FAFAFA;
	}

/*こんな方におすすめ*/







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

/*目次（TOC+）*/
#st_toc_container,
#toc_container {
			}

#st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { /* 表示状態 */
		padding:15px 20px;
}

#st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { /* 表示状態 */
	}

#st_toc_container.st_toc_contracted,
#toc_container.contracted { /* 非表示状態 */
	}







	#st_toc_container .st_toc_title:before,
	#toc_container .toc_title:before {
  		content: "\f0f6\00a0";
  		font-family: FontAwesome;
	}




    #st_toc_container li li li,
    #toc_container li li li {
		text-indent:-0.8em;
		padding-left:1em;
	}


/*マル数字olタグ*/


.post .maruno ol li:before {
			background: #212121;
				color:#ffffff;
	}

/*チェックulタグ*/


.post .maruck ul li:before {
			background: #212121;
				color:#ffffff;
	}

/*Webアイコン*/




	.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before,
	.st-blackboard.square-checkbox ul li:after,
	.st-square-checkbox ul li:before,
	.st-square-checkbox ul li:after {	
		font-size: 150%;
	}

	.post .attentionmark2.on-color:not(.st-css-no):before,
	.post .fa-exclamation-triangle:not(.st-css-no) {
		color: #f44336;
}





/*サイト上部のボーダー色*/

/*ヘッダーの背景色*/
	
		#headbox-bg {
							/*Other Browser*/
				background: #d8d1ba;
				/* Android4.1 - 4.3 */
				background: url(""), -webkit-linear-gradient(left,  #d8d6cb 0%,#d8d1ba 100%);

				/* IE10+, FF16+, Chrome26+ */
				background: url(""), linear-gradient(to left,  #d8d6cb 0%,#d8d1ba 100%);

					}

		
	


/* header */

/*ヘッダー下からの背景色*/
#content-w {
      		background: url("http://blog.luxe-yoshiwara.jp/wp-content/uploads/2025/03/background.png");
		background-position: center center;
					background-repeat: no-repeat;
			
			background-color: #f5f0e8;
	}


	/*メインコンテンツの背景色*/
	main {
		background: #ffffff!important;
	}

	main {
		background-color: rgba(255, 255, 255, 0.8) !important;
	}
	

	header .sitename a, /*ブログタイトル*/
	nav li a /* メニュー */
	{
		color: #ffffff;
	}

	/*ページトップ*/
	#page-top a {
		background: #212121;
	}

	#page-top a {
		line-height:100%;
		border-radius: 50%;
	}
	#page-top {
		right: 10px;
	}


/*キャプション */
	header h1,
	header .descr{
		color: #ffffff;
	}

	/* アコーディオン */
	#s-navi dt.trigger .op {
					background: #1172e0;
							color: #ffffff;
			}

/*モバイル用タイトルテキスト*/
	#st-mobile-logo a {
		color: #ffffff;
	}


	/*モバイル用ロゴ（又はタイトル）をセンター寄せ*/
	html:not(.s-navi-right) header h1#st-mobile-logo,
    html:not(.s-navi-right) header p#st-mobile-logo {
    	text-align: center;
		padding-right: 52px;
	}
    /*右メニュー*/
	.s-navi-right header h1#st-mobile-logo,
    .s-navi-right header p#st-mobile-logo {
    	text-align: center;
		padding-left: 52px;
	}


/*アコーディオンメニュー内背景色*/
#s-navi dd.acordion_tree {
			background: #FAFAFA;
		/* 背景画像 */
	}

/*追加ボタン1*/
#s-navi dt.trigger .op-st {
			background: #424242;
				color: #ffffff;
	}

/*追加ボタン2*/
#s-navi dt.trigger .op-st2 {
			background: #424242;
				color: #ffffff;
	}


	#s-navi dl.acordion {
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		transition: .3s;
	}

	#s-navi dd.acordion_tree {
					background: #FAFAFA;
			}

	#headbox {
		padding: 13px 10px 10px;
		margin: 0 auto;
	}


/*スマホフッターメニュー*/
#st-footermenubox a {
	color: #ffffff;
}

	#st-footermenubox {
  		background: #424242;
	}


	.acordion_tree ul.menu li a {
		border-bottom: 1px solid #424242;
	}

/* ガイドマップメニュー */





	.acordion_tree .st-ac-box ul.st-ac-cat {
	  border-top-color: #424242;
	  border-left-color: #424242;
	}

	.acordion_tree .st-ac-box ul.st-ac-cat > li.cat-item  {
	  border-right-color: #424242;
	  border-bottom-color: #424242;
	}


	.kanren dl,
	.kanren .st-infeed-adunit {
  		border-bottom-color: #efefef;
	}


/*グループ2
------------------------------------------------------------*/
/* 投稿日時・ぱんくず・タグ */
#breadcrumb,
#breadcrumb div a,
div#breadcrumb a,
.blogbox p,
.tagst,
#breadcrumb ol li a,
#breadcrumb ol li h1,
#breadcrumb ol li,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p a
{
	color: #616161;
}

/* 記事タイトル */




	
           	.post .entry-title:not(.st-css-no) {
									color: #8d8774;
				                                    background-color: transparent;
                                            background: url("http://blog.luxe-yoshiwara.jp/wp-content/uploads/2025/03/corner_304x132-1.png");
                                    
                                    border: none;
                
                
				
									padding-top:15px!important;
					padding-bottom:15px!important;
				            }

            
                .post .entry-title:not(.st-css-no) {
                    background-position: right top;
                                            background-repeat: no-repeat;
                                    }
            
        


/* h2 */



	/* 角丸 */
	.h2modoki,
	.h2modoki span,
	.post h2:not(.st-css-no),
	.post h2:not(.st-css-no) span {
		border-radius:5px;
	}


	
			.h2modoki,
            h2:not(.st-css-no) {
                					color: #8d8774;
				                                    /*Other Browser*/
                    background: #f5f3ec;
                    /* Android4.1 - 4.3 */
                    background: url("http://blog.luxe-yoshiwara.jp/wp-content/uploads/2025/03/corner_304x132-2.png"), -webkit-linear-gradient(left,  #f5f3ec 0%,#f5f3ec 100%);

                    /* IE10+, FF16+, Chrome26+ */
                    background: url("http://blog.luxe-yoshiwara.jp/wp-content/uploads/2025/03/corner_304x132-2.png"), linear-gradient(to left,  #f5f3ec 0%,#f5f3ec 100%);
                
                                                            border: 1px solid #f5f3ec;
                                    
                                                    
				
									padding-top:10px!important;
					padding-bottom:10px!important;
				            }

            				.h2modoki,
                h2:not(.st-css-no) {
                    background-position: right top;
                                            background-repeat: no-repeat;
                                    }
            
        


/* h3 */




	.h3modoki,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) {
		overflow: hidden;
		text-align: center;
		border-top:none;
		border-bottom:none;
		padding-left: 20px!important;
		padding-right: 20px!important;

					padding-top:10px!important;
			padding-bottom:10px!important;
		        			color: #1e73be;
		                background-color:transparent;
	}

	.h3modoki span,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span {
		position: relative;
  		display: inline-block;
		margin: 0 10px;
		padding: 0 20px;
		text-align: left;
	}
	@media only screen and (max-width: 599px) {
		.h3modoki span,
		.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span {
			padding: 0 10px;
		}
	}

	.h3modoki span.st-dash-design::before,
	.h3modoki span.st-dash-design::after,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span.st-dash-design::before,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span.st-dash-design::after {
		position: absolute;
		top: 50%;
		content: '';
		width: 1000%;
		height: 1px;
		background-color: #1e73be;
	}

	.h3modoki span.st-dash-design::before,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span.st-dash-design::before {
		right: 100%;
	}
	.h3modoki span.st-dash-design::after,
	.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title) span.st-dash-design::after {
		left: 100%;
	}



/*h4*/

	/* 角丸 */
	.h4modoki,
	.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(#reply-title):not(.point){
		border-radius:5px;
	}

	.h4modoki,
    .post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
                			color: #ffffff;
		                    background-color: #1e73be;
        
        
        
                    padding-left:20px;
        
                    padding-top:10px;
            padding-bottom:10px;
        
            }


    /*h4付箋*/
    .h4modoki,
    .post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(#reply-title):not(.point){
        position: relative;
        z-index:1;
    }
    .st-h4husen-shadow
    {
		position: relative;
    }
    .st-h4husen-shadow:after
    {
        z-index: 0;
        position: absolute;
        content: "";
        bottom:19px;
        right: 8px;
        left: auto;
        width: 50%;
        height:5px;
        max-width:100%;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }



/* ウィジェットタイトル */

	#side .menu_underh2,
    #side .st-widgets-title:not(.st-css-no) {
		font-weight:bold;
		margin-bottom: 10px;
	}


	#side .menu_underh2,
    #side .st-widgets-title:not(.st-css-no) {
					background: -webkit-repeating-linear-gradient(45deg, #212121, #212121 5px, #424242 5px, #424242 10px);
			background: repeating-linear-gradient(45deg, #212121, #212121 5px, #424242 5px, #424242 10px);
		
		color: #ffffff;
		                	border: 1px solid #424242;
							padding-left:10px!important;
		
					padding-top:7px!important;
			padding-bottom:7px!important;
			}


/* h5 */


	/* 角丸 */
	.h5modoki,
	.post h5:not(.st-css-no):not(.st-matome):not(.rankh5):not(#reply-title):not(.st-cardbox-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
		border-radius:5px;
	}

	.h5modoki,
    .post h5:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
		        			color: #212121;
							background-color: #FAFAFA;
		
		
					border-bottom : solid 1px #424242;
		
					padding-left:20px!important;
		
					padding-top:10px!important;
			padding-bottom:10px!important;
		
			}




	
	
		.post .st-matome:not(.st-css-no):not(.rankh4):not(.point) {
													background-color: transparent;
			
			
			
							padding-left:20px!important;
			
							padding-top:10px!important;
				padding-bottom:10px!important;
			
					}
	

.tagcloud a {
			color: #212121;
	
			border-color: #212121;
	
	}

	.post h4:not(.st-css-no):not(.rankh4).point,
	.cat-itiran p.point,
	.n-entry-t {
		border-bottom-color: #212121;
	}

	.post h4:not(.st-css-no):not(.rankh4) .point-in,
	.cat-itiran p.point .point-in,
	.n-entry {
			background-color: #212121;
				color: #ffffff;
		}

	.catname {
					background: #1e73be;
							color:#ffffff;
			}



	.post .st-catgroup a {
		color: #ffffff;
	}


/*グループ4
------------------------------------------------------------*/

.rssbox a {
	background-color: #212121;
}



	.inyoumodoki, .post blockquote {
		background-color: #f3f3f3;
		border-left-color: #f3f3f3;
	}

/*ステップ
------------------------------------------------------------*/
.st-step {
	 		color: #ffffff;
				background: #212121;
				border-radius:5px;
	}
	.st-step:before{
		border-top-color: #212121;
	}

.st-step-title {
			  		border-bottom:solid 2px #212121;
	}

/* ポイント
------------------------------------------------------------*/
	.st-point:before {
					color: #ffffff;
							background: #212121;
			}

/*ブログカード
------------------------------------------------------------*/
/* 枠線 */

/* ラベル */
.st-cardbox-label-text {
		}

/*フリーボックスウィジェット
------------------------------------------------------------*/
.freebox {
			border-top-color: #212121;
				background: #FAFAFA;
	}

.p-entry-f {
			background: #212121;
				color: #ffffff;
	}

/* エリア内テキスト */

/*メモボックス
------------------------------------------------------------*/

/*スライドボックス
------------------------------------------------------------*/

/*お知らせ
------------------------------------------------------------*/
/*お知らせバーの背景色*/
#topnews-box div.rss-bar {
			border-color: #212121;
	
			/*Other Browser*/
		background: #212121;
		/*For Old WebKit*/
		background: -webkit-linear-gradient( #212121 0%, #212121 100% );
		/*For Modern Browser*/
		background: linear-gradient( #212121 0%, #212121 100% );
	
			color: #ffffff;
	}

/*お知らせ日付の文字色*/
#topnews-box dt {
	color: #212121;
}

#topnews-box div dl dd a {
	color: #000000;
}

#topnews-box dd {
	border-bottom-color: #212121;
}

#topnews-box {
			background-color:transparent!important;
	}


/*追加カラー
------------------------------------------------------------*/

#footer .footerlogo a, /* フッターロゴ */
#footer .footerlogo,
#footer .footer-description a, /* フッター説明 */
#footer .footer-description,
#footer .head-telno a, /* フッターの電話番号 */
#footer .head-telno, /* フッターの電話番号 */
#footer .widget_recent_entries ul li a, /* 最近の投稿 */
#footer .widget_recent_entries ul li,
#footer .widget_categories ul li a, /* カテゴリ（デフォルト） */
#footer .widget_categories ul li,
#footer .rankh3:not(.st-css-no),
#footer .st_side_rankwidgets a, /* ランキングウィジェットタイトル */
#footer .rankwidgets-cont p, /* 説明 */
#footer .kanren dd a, /* 記事一覧タイトル */
#footer .kanren .st-excerpt p, /*  記事一覧説明 */
#footer .kanren .blog_info p, /*  記事一覧日付 */
footer .footer-l *,
footer .footer-l a,
#footer .menu-item a,
#footer .copyr,
#footer .copyr a,
#footer .copy,
#footer .copy a {
	color: #ffffff !important;
}

#footer #newsin dt, /* お知らせ日時 */
#footer #newsin dd a, /* お知らせ日テキスト*/
#footer #newsin dd, /* お知らせ日ボーダー */
#footer .cat-item a,
#footer .tagcloud a {
			color: #ffffff;	
		border-color: #ffffff;
	}

#footer .st-widgets-title {
			color: #ffffff;	
		font-weight: bold;
}

	footer .footermenust li {
		border-right-color: #ffffff !important;
	}

/*フッター背景色*/

	#footer {
        max-width:100%;
					/*Other Browser*/
			background: #0e597f;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(left,  #003244 0%,#0e597f 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to left,  #003244 0%,#0e597f 100%);

				}

	

/*任意の人気記事
------------------------------------------------------------*/
	.st-pvm-ranking-item-image::before, /* PVモニター */
	.poprank-no {
		background: #212121;
	}

.post .p-entry, #side .p-entry, .home-post .p-entry {
			background: #212121;
				color: #ffffff;
		border-radius: 0 0 4px 0;
}

.pop-box, .nowhits .pop-box, .nowhits-eye .pop-box,
.st-eyecatch + .nowhits .pop-box {
			border-top-color: #212121;
				background: #FAFAFA;
	}

	.p-entry::after {
		border-bottom: 5px solid #212121;
		border-left: 5px solid #212121;
	}

.pop-box:not(.st-wpp-views-widgets),
#side aside .kanren.pop-box:not(.st-wpp-views-widgets) {
			padding:20px 20px 10px;
	}

.pop-box:not(.st-wpp-views-widgets),
#side aside .kanren.pop-box:not(.st-wpp-views-widgets) {
		padding:30px 20px 10px;
		border: none;
}


	.poprank-no2,
	.poprank-no {
			background: #212121;
				color: #ffffff!important;
		}

/*WordPressPopularPosts連携*/

#st-magazine .st-wp-views, /*CARDs JET*/
#st-magazine .st-wp-views-limit, /*CARDs JET*/
.st-wppviews-label .wpp-views, /*Ex*/
.st-wppviews-label .wpp-views-limit, /*Ex*/
.st-wpp-views-widgets .st-wppviews-label .wpp-views {
			color: #ffffff;
				background:#212121;
	}

/*ウィジェット問合せボタン*/

.st-formbtn {
			border-radius: 3px;
	
	
			/*Other Browser*/
		background: #212121;
	}

	.st-formbtn .st-originalbtn-r {
		border-left-color: #ffffff;
	}

	a.st-formbtnlink {
		color: #ffffff;
	}

/*ウィジェットオリジナルボタン*/

.st-originalbtn {
			border-radius: 3px;
	
	
			/*Other Browser*/
		background: #212121;
	}

	.st-originalbtn .st-originalbtn-r {
		border-left-color: #ffffff;
	}

	a.st-originallink {
		color: #ffffff;
	}

/*ミドルメニュー
------------------------------------------------------------*/
	.st-middle-menu {
					/*Other Browser*/
			background: #212121;
			/* Android4.1 - 4.3 */
			background: -webkit-linear-gradient(left,  #424242 0%,#212121 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: linear-gradient(to left,  #424242 0%,#212121 100%);

				}

.st-middle-menu .menu li a{
			color: #ffffff;
	}


	
		
	

/*サイドメニューウィジェット
------------------------------------------------------------*/
/*背景色*/
#sidebg {
			background: #FAFAFA;
		}

/*liタグの階層*/
#side aside .st-pagelists ul li:not(.sub-menu) {
			border-color: #22b2d6;
	}

#side aside .st-pagelists ul .sub-menu li {
	border: none;
}

#side aside .st-pagelists ul li:last-child {
			border-bottom: 1px solid #22b2d6;
	}

#side aside .st-pagelists ul .sub-menu li:first-child {
			border-top: 1px solid #22b2d6;
	}

#side aside .st-pagelists ul li li:last-child {
	border: none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
	border: none;
}


#side aside .st-pagelists ul li a {
			color: #ffffff;
				/*Other Browser*/
		background: #212121;
		/* Android4.1 - 4.3 */
		background: url(""), -webkit-linear-gradient(left,  #424242 0%,#212121 100%);

		/* IE10+, FF16+, Chrome26+ */
		background: url(""), linear-gradient(to left,  #424242 0%,#212121 100%);

	}

	#side aside .st-pagelists ul li a {
		font-weight:bold;
	}
	#side aside .st-pagelists ul li li a {
		font-weight:normal;
	}



#side aside .st-pagelists .sub-menu a {
			border-bottom-color: #424242;
		color: #212121;
}

#side aside .st-pagelists .sub-menu .sub-menu li:last-child {
	border-bottom: 1px solid #424242;
}

#side aside .st-pagelists .sub-menu li .sub-menu a,
#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a {
	color: #212121;
}

	#side aside .st-pagelists .sub-menu li .sub-menu a:hover,
	#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a:hover,
	#side aside .st-pagelists .sub-menu a:hover {
		opacity:0.8;
		color: #212121;
	}


	#side aside .st-pagelists ul li a {
		padding-left:15px;
	}

	#side aside .st-pagelists ul li a {
		padding-top:5px;
		padding-bottom:5px;
	}

/*Webアイコン*/
	#side aside .st-pagelists ul li a:before {
					content: "\f138\00a0\00a0";
				font-family: FontAwesome;
									color:#ffffff;
					
	}
	#side aside .st-pagelists li li a:before {
		content: none;
	}

	#side aside .st-pagelists li li a:before {
		content: "\f105\00a0\00a0";
		font-family: FontAwesome;
					color:#212121;
			}

.wpcf7-submit {
			background: #212121;
				color: #ffffff;
	}

/* ヘッダー画像上エリア */
#st-header-top-widgets-box .st-content-width {
	text-align:center;
	margin: -25px auto;
	padding:0px 10px;
	}

#st-header-top-widgets-box .st-content-width .st-marquee { /* マーキー */
	padding: 0;
}

#st-header-top-widgets-box { 
	}

#st-header-top-widgets-box .st-content-width p { 
	margin-bottom: 0;
}


#st-header-top-widgets-box .st-content-width a:hover { 
	opacity: 0.7;
}

/* ヘッダー画像エリア */

/* メイン画像背景色 */


/*強制センタリング・中央寄せ
------------------------------------------------------------*/
	    
            .entry-content .h2modoki,
        .entry-content h2:not(.st-css-no)
        {
            text-align:center;
								padding-left:10px;
					padding-right:10px;
			        }
                        .entry-content .h2modoki,
        .entry-content h2:not(.st-css-no),
        .colum1 .entry-content .h2modoki,
        .colum1 .entry-content h2:not(.st-css-no)
        {
                margin-left: -15px;
                margin-right: -15px;
									padding-left:15px;
					padding-right:15px;
				        }
    
        
/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

	
			
	/*
	旧st-kanri.phpより移動（ここまで）
	-------------------------------------------*/

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

/*media Queries タブレットサイズ以上
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

    /*-------------------------------------------
    旧st-kanri.phpより移動（ここから）
    */
    
        
        
        
            .kanren dt {
            float: left;
            width: 150px;
        }
    
        .kanren dt img {
            width: 150px;
        }
    
        .kanren dd,
        .kanren.st-cardbox dd {
            padding-left: 165px;
            width:280px
        }
        .st-cardstyleb .kanren.st-cardbox dd,
        #magazine .kanren dd {
            padding-left: 20px;
        }
        /*view数*/
        .st-wppviews-label .wpp-views,
        .st-wppviews-label .wpp-views-limit {
            font-size: 90%;
        }
    
			/*PVモニター*/
		.st-pvm-ranking-item-image {
			width: 150px;
		}
	
			main .kanren dt {
			float: left;
			width: 330px;
		}

		main .kanren dt img {
			width: 330px;
		}

		main .kanren dd,
		main .kanren.st-cardbox dd {
			padding-left: 350px;
		}
		main .st-cardstyleb .kanren.st-cardbox dd,
		#magazine .kanren dd {
			padding-left: 20px;
		}

		/*PVモニター*/
		main .st-pvm-ranking-item-image {
			width: 200px;
		}
	    
        
            /*TOC+*/
        #toc_container > ul > li {
            font-size: 21px;
        }
        
    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/
	/* 目次 */
	#st_toc_container:not(.st_toc_contracted):not(.only-toc),
	#toc_container:not(.contracted) { /* 表示状態 */
			}

	/*強制センタリング・中央寄せ
	------------------------------------------------------------*/
				
						.entry-content .h2modoki,
			.entry-content h2:not(.st-css-no)
			{
				margin-left: -30px;
				margin-right: -30px;
									padding-left:30px;
					padding-right:30px;
							}
			.colum1 .entry-content .h2modoki,
			.colum1 .entry-content h2:not(.st-css-no)
			{
				margin-left: -20px;
				margin-right: -20px;
									padding-left:20px;
					padding-right:20px;
							}

						
				
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

    /*--------------------------------
    各フォント設定
    ---------------------------------*/
    
    
    /*基本のフォントサイズ*/
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
	.post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
	.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
	.post .entry-content h6 {
					}

	/* スライドの抜粋 */
	.post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
					}

	
    /* 記事タイトル */
    #contentInner .post .entry-title:not(.st-css-no2) {
				    }
    
    /* H2 */
    .post .entry-content h2:not(.st-css-no2),
    .post .entry-content .h2modoki{
				    }
    
    /* H3 */
    .post .entry-content h3:not(.st-css-no2):not(#reply-title),
    .post .entry-content .h3modoki {
				    }
    
    /* H4 */
    .post .entry-content h4:not(.st-css-no2):not(.point),
    .post .entry-content .h4modoki {
				    }

	/*
	旧st-kanri.phpより移動（ここまで）
	-------------------------------------------*/

			#headbox {
			padding: 3px 10px 10px;
			margin: 0 auto;
		}
	
/*-- ここまで --*/
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

    /*--------------------------------
    各フォント設定
    ---------------------------------*/
    
        
    /*基本のフォントサイズ*/
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
	.post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
	.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
	.post .entry-content h6 {
					}

	/* スライドの抜粋 */
	.post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
					}

	
    /* 記事タイトル */
    #contentInner .post .entry-title:not(.st-css-no2) {
				    }
    
    /* H2 */
    .post .entry-content h2:not(.st-css-no2),
    .post .entry-content .h2modoki{
				    }
    
    /* H3 */
    .post .entry-content h3:not(.st-css-no2):not(#reply-title),
    .post .entry-content .h3modoki {
				    }
    
    /* H4 */
    .post .entry-content h4:not(.st-css-no2):not(.point),
    .post .entry-content .h4modoki {
				    }

	/*--------------------------------
	全体のサイズ
	---------------------------------*/

	.st-content-width, /* 汎用 */
	#st-menuwide, /*メニュー*/
	nav.smanone,
	nav.st5,
	#st-header-cardlink,
	#st-menuwide div.menu,
	#st-menuwide nav.menu,
	#st-header, /*ヘッダー*/
	#st-header-under-widgets-box, /*ヘッダー画像下*/
	#content, /*コンテンツ*/
	#footer-in /*フッター*/
	 { 
		max-width:1060px;
	}

	.st-lp-wide #content /* LPワイド */
	 { 
		max-width:100%;
	}

	#headbox
	 { 
		max-width:1040px;
	}

	.st-content-width { 
		margin: 0 auto;
	}

	
	/*1カラムの幅のサイズ*/
	.colum1:not(.st-lp-wide) #st-header-under-widgets-box,
	.colum1:not(.st-lp-wide) #content {
    	max-width: 640px;
	}

	/* ヘッダー画像/記事スライドショー横並び */
		#header-slides .slick-list {
		overflow: visible !important;
	}
	#st-headerbox {
		overflow:hidden;
	}
	
	    
        /*--------------------------------
        PCのレイアウト（右サイドバー）
        ---------------------------------*/
    
        #contentInner {
            float: left;
            width: 100%;
            margin-right: -300px;
        }
    
        main {
            margin-right: 320px;
            margin-left: 0px;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 30px 50px 30px;
        }
    
        #side aside {
            float: right;
            width: 300px;
            padding: 0px;
        }
    
    
        
    /**
     * サイト名とキャッチフレーズ有無の調整
     */
    
            header .descr {
                padding:0px;
            margin:0;
        }
        
            #headbox {
            padding: 5px 10px!important;
        }
        
            #header-r .footermenust {
            margin: 0;
        }
        
        
            #st-headwide #headbox {
                text-align: center;
        }
        
        
            /*TOC+*/
        #toc_container {
            padding-left: 30px;
            padding-right: 30px;
        }
    
        #toc_container > ul > li {
            font-size: 16px;
        }
        
    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/

	/*TOC+*/
	#toc_container:not(.contracted) { /* 表示状態 */
					}

	/*ヘッダーの背景色*/
	
	/*メインコンテンツのボーダー*/
	
		#headbox {
		padding: 10px;
	}
	
	/* メイン画像100% */
	
	/*wrapperに背景がある場合*/
	
	/*メニュー*/
	#st-menuwide {
			border-top-color: #22b2d6;
		border-bottom-color: #22b2d6;
				border-left-color: #1e73be;
		border-right-color: #1e73be;
	
	
			/*Other Browser*/
		background: #0f6dbf;
		/* Android4.1 - 4.3 */
		background: url(""), -webkit-linear-gradient(left,  #278bbc 0%,#0f6dbf 100%);

		/* IE10+, FF16+, Chrome26+ */
		background: url(""), linear-gradient(to left,  #278bbc 0%,#0f6dbf 100%);
		}

	

	header .smanone ul.menu li, 
	header nav.st5 ul.menu  li,
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li
	{
			border-right: none;
		}

	header .smanone ul.menu li li,
	header nav.st5 ul.menu li li,
	header #st-menuwide div.menu li li,
	header #st-menuwide nav.menu li li {
    	border:none;
	}

		header .smanone ul.menu li a, 
	header nav.st5 ul.menu  li a,
	header #st-menuwide div.menu li a,
	header #st-menuwide nav.menu li a,
	header .smanone ul.menu li a:hover, 
	header nav.st5 ul.menu  li a:hover,
	header #st-menuwide div.menu li a:hover,
	header #st-menuwide nav.menu li a:hover{
		color: #ffffff;
	}
	
	header .smanone ul.menu li:hover, 
	header nav.st5 ul.menu  li:hover,
	header #st-menuwide div.menu li:hover,
	header #st-menuwide nav.menu li:hover{
		background: rgba(255,255,255,0.1);
	}

	header .smanone ul.menu li li a:hover, 
	header nav.st5 ul.menu  li li a:hover,
	header #st-menuwide div.menu li li a:hover,
	header #st-menuwide nav.menu li li a:hover{
		opacity:0.9;
	}

			header .smanone ul.menu li a, 
		header nav.st5 ul.menu  li a,
		header #st-menuwide div.menu li a,
		header #st-menuwide nav.menu li a  {
			font-weight:bold;
		}
		header .smanone ul.menu li li a, 
		header nav.st5 ul.menu  li li a,
		header #st-menuwide div.menu li a,
		header #st-menuwide nav.menu li a  {
			font-weight:normal;
		}
	
			header .smanone ul.menu li li a {
					background: #424242;
							border-top-color: #0f6dbf;
				}
	
	/*メニューの上下のパディング*/
		

	/* グローバルメニュー */
			#st-menuwide {
			max-width: 100%;
					}
	
			header .smanone ul.menu {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
    		-webkit-box-lines:multiple;
    		-webkit-flex-wrap:wrap;
    		-ms-flex-wrap:wrap;
    		flex-wrap:wrap;
		}
	
	/*ヘッダーウィジェット*/
	header .headbox .textwidget,
	#footer .headbox .textwidget{
					background: #fafafa;
					}

			/*ヘッダーの電話番号とリンク色*/
		.head-telno a, #header-r .footermenust a {
			color: #ffffff;
		}
	
			#header-r .footermenust li {
			border-right-color: #ffffff;
		}
	
			/*トップ用おすすめタイトル*/
		.nowhits .pop-box {
			border-top-color: #212121;
		}
	
	/*記事エリアを広げる*/
	
	/*強制センタリング・中央寄せ
	------------------------------------------------------------*/
				
						.entry-content .h2modoki,
			.entry-content h2:not(.st-css-no)
			{
        							margin-left: -50px;
					margin-right: -50px;
            	
				        									padding-left:50px;
						padding-right:50px;
            									}
			.colum1 .entry-content .h2modoki,
			.colum1 .entry-content h2:not(.st-css-no)
			{
				margin-left: -70px;
				margin-right: -70px;
									padding-left:70px;
					padding-right:70px;
							}
						
				
			#side .smanone.st-excerpt {
			display:none;
		}
	
/*-- ここまで --*/
}

/*media Queries スマートフォンのみ（599px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

    /*-------------------------------------------
    旧st-kanri.phpより移動（ここから）
    */
    
    /*--------------------------------
    各フォント設定
    ---------------------------------*/
    
        
    /*基本のフォントサイズ*/
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
    .post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
    .post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
    .post .entry-content h6 {
                    }
    
    /* スライドの抜粋 */
    .post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
                    }
    
        
    /* 記事タイトル */
    #contentInner .post .entry-title:not(.st-css-no2) {
                    }
    
    /* H2 */
    .post .entry-content h2:not(.st-css-no2),
    .post .entry-content .h2modoki{
                    }
    
    /* H3 */
    .post .entry-content h3:not(.st-css-no2):not(#reply-title),
    .post .entry-content .h3modoki {
                    }
    
    /* H4 */
    .post .entry-content h4:not(.st-css-no2):not(.point),
    .post .entry-content .h4modoki {
                    }
    
    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/

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

/*-------------------------------------------
旧st-kanri.phpより移動（ここから）
*/


/*
旧st-kanri.phpより移動（ここまで）
-------------------------------------------*/

/*-------------------------------------------
ガイドマップメニュー（ここから）
*/
/*
ガイドマップメニュー（ここまで）
-------------------------------------------*/
