
@charset "UTF-8";



.post h2,
.post h2 span,
.post h3,
.post h3 span,
.entry-title,
.post .entry-title {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

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

	#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;
		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 {
		margin-bottom: 5px;
		padding: 5px 0 5px 5px;
	}


	/*アコーディオンメニュー追加ボタン1*/
	#s-navi dt.trigger .op-st {
		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 {
		margin-left:-30px;
	}


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

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


	/*--------------------------------
	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 {
		margin-left:-52px;
	}

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