@charset "UTF-8";






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






.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;
}





	/*アコーディオンメニュー追加ボタン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) {




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

/*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:1114px;
	}

	#headbox
	 { 
		max-width:1094px;
	}


	/*--------------------------------
	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;
	}

	header .sitename {
    		padding: 5px;
		margin: 0;
			}
	#headbox {
		padding: 5px 10px!important;
	}


	/*PCアドセンスを横並び*/
	.adbox:after {
		content: "";
		display: block;
		clear: both;
	}
	.adbox div {
		float:left;
		margin-right:20px;
		padding-top:0!important;
		padding-bottom:10px;
	}

	.adbox div:last-child {
		margin-right:0px;
	}


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