@charset "UTF-8";

/* 下層ページ　- 1カラム用
=======================================*/

/* メインコンテンツ
------------------------------------*/
article div.wrapper div.content{
	width:100%;
}

/*@media screen and (max-width:768px){*/
@media screen and (max-width:980px){
	article div.wrapper div.content{
		width:94%;
		margin:0 auto;
	}
}
