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

	html{
		width: 100%;
	}


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

.mainCon img{
	float: right;
}
	/* メインコンテンツ */
	.mainCon{
		width: 100%;
	}

	
}