@media screen and (min-width:769px){

	html{
		width: 92%;
	}


	/* コンテンツ */
	#wrapper{
		overflow: hidden;
		max-width: 1200px;
		margin: 0 auto;
	}

	
	/* メインコンテンツ */
	.MAINcontents{
		width: 77%;
		float: right;
	}

	
	/* サブメニュー */
	#sideContent{
		width: 21%;
		float: left;
		padding: 10px;
	}
}