@charset "utf-8";
#contentsBox{
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/* ----- pc ----- */
@media screen and (min-width: 799px) and (orientation: landscape) {

	#contentsBox{margin: 0 0 0 auto;width: calc(100% - 240px); }

}