@charset "UTF-8";



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



	.st-widgets-title {
		display:none;
	}





	#headbox {
		padding: 10px!important;
	}

.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,
.entry-title:not(.st-css-no),
.post .entry-title:not(.st-css-no) {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}


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

	#side li.cat-item {
		position: relative;
		vertical-align: middle;
		width:100%;
		padding: 10px;
		box-sizing:border-box;
		border-bottom:1px dotted #ccc;
	}

	#side li.cat-item a {
		color:#1a1a1a;
		text-decoration:none;
	}

	#side li.cat-item a:hover {
		color:#ccc;
	}

	/*TOC+*/
	#toc_container {
		background: #f3f3f3;
		border-left: 1px solid #ccc;
		box-sizing: border-box;
		margin-bottom: 20px;
		padding: 10px 20px 10px 0px;
	}

	#toc_container .toc_title {
		padding: 5px 10px 5px 20px;
		margin:0;
		font-size:80%;
	}

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

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

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

	#toc_container ul li li a {
		font-size:90%;
	}

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

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

	#toc_container li {
		font-weight:bold;
		margin-bottom: 5px;
		padding: 5px 0 5px 5px;
	}

	#toc_container li li li {
		font-weight:normal;
	}


	/*アコーディオンメニュー追加ボタン2*/
	#s-navi dt.trigger .op-st2 {
		max-width:80%;
	}



/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	
}

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



	/*TOC+*/
	#toc_container {

	}


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

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

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

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

	#headbox
	 { 
		max-width:1040px;
	}


	/*--------------------------------
	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-r .footermenust {
		margin: 0;
	}



	/*TOC+*/
	#toc_container {

	}


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