@charset "utf-8";


@media screen and (min-width: 0px) and (max-width: 919px) {
	/** レイアウト */
	#main-left{
		width:100% !important;
	}
	#main-right{
		width:100% !important;
	}

	/** ナビ 個別部分 */
	#mb-nav div{
		text-align				:	right;
		padding					:	5px;
		background-color		:	#32cd32;
	}
}

@media screen and (min-width: 920px) {
	/** 画像下のメニュー対応 */
	div.contents section:first-child,
	div.contents article:first-child{
		margin-bottom	:	5px; !important;
	}

	/** レイアウト */
	#main-left{
		width			:	30% !important;
		float			:	left !important;
		margin			:	0 1.0416667% !important;
	}

	#main-right{
		width			:	65% !important;
		float			:	left !important;
		margin			:	0 1.0416667% !important;
	}

	/** ナビ 個別部分 */
	nav li{
		width			:	19% !important;
		display			:	inline-block;
		margin-top		:	0;
	}

}