	@charset "UTF-8" ;
	 html* {
		box-sizing : border-box ;
	}
	 body {
		align-items : center ;
		background-color : #ffffff ;
	}
	#opening {
		position : relative ;
		width : auto ;
	}
	#opening img {
		bottom : 0 ;
		left : 0 ;
		margin : auto ;
		position : absolute ;
		right : 0 ;
		top : 0 ;
		width : auto ;
	}
	@media ( max-width : 900px ) {
		#opening img {
			width : 90% ;
		}
	}