@charset "utf-8";
#main {
	text-align: center;
}
#chizuleft h3,
#chizuright h3 {
		margin: 8px;
}
@media screen and (min-width : 920px) {/*pc-ipadyoko*/
	#chizuleft,
	#chizuright {
		margin-bottom: 35px;
		padding-bottom: 35px;
		clear: none;
		float : left;
	}
	#chizuleft {
		width : 48%;
		margin : 0px 1.0416667%;
	}
	#chizuright {
		width : 47%;
		margin : 0px 1.0416667%;
	}
}