@charset "utf-8";
/* ===================================================================

/css/contents.css

=================================================================== */

html,body{
	height: 100%;
	background-color: #ffffff;
}

div#page {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #ffffff;
}

.minmax {
	min-height: 700px;
	min-width: 980px;
}