@charset "utf-8";

/*
Eviry.Player
フルスクリーンからのescボタン押下時のバグ回避用css
*/

body {
	height: auto !important;
	max-height: 100% !important;
}
