@charset "utf-8";
html,body{
	width:100%;
	/*min-width: 1100px;*/
	height: 100svh;
	/*min-height: 800px;*/
}

body {
	display: flex;
	flex-direction: column;
}
/*---------------------------------

	acccess

---------------------------------*/
#access{
	width:100%;
	flex:1;
	}

#access iframe{
	width:100%;
	height: 100%;
}