@charset "EUC-JP";
/* === 三宅龍太郎 (C)1999 === */

@media screen, projection {

	/* 全称セレクタに纏める (2022-07-05) */
	* {
		font-weight: bold;
		font-family: Arial ,sans-serif;
		background-color: transparent;
	}

	html {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow-y: scroll;
	}
	body {
		box-sizing: border-box;	/* 追加 */
		margin: 0;
		padding: 0;
		color: #000;
		background-color: #fff;
		letter-spacing: 0;
		word-spacing: normal;
		overflow: hidden;
	}
	h1, address {
		display: none;
	}
	#Over {
		position: absolute;
		left: 25px;
		top: 30px;

		visibility: hidden;
		font-size: 24px !important;
		color: #f00;
		filter: dropshadow(offx=1,offy=1,color=#fff);	/* IE 独自実装 */
		text-shadow: 1px 1px 0 #fff;	/* 追加 */
		z-index: 10;
	}

	#Score {
		position: absolute;
		left: 16px;
		top: 60px;
		visibility: hidden;
		font-size: 16px !important;
		color: #fff;
		z-index: 9;
	}

	#Title {
		position: absolute;
		left: 38px;
		top: 120px;
		visibility: visible;
		font-size: 20px !important;
		color: #87ceeb;
		filter: dropshadow(offx=1,offy=1,color=#fff);	/* IE 独自実装 */
		text-shadow: 1px 1px 0 #fff;	/* 追加 */
		z-index: 11;
	}

	#Button {
		padding: 0.1em 0.5em;
		position: absolute;
		left: 76px;
		top: 255px;
		visibility: visible;

		font-size: 12px !important;
		color: #000;
		background-color: #ffc;
		border: 1px solid #777;
	}

	#Label {
		position: absolute;
		left: 3px;
		top: 269px;
		visibility: visible;
		font-size: 10px !important;
		font-style: oblique;
		color: #ffffff;
	}

	#Count {
		position: absolute;
		left: 48px;
		top: 265px;
		visibility: hidden;
		font-size: 14px !important;
		color: #6090ef;
	}

	#coution {
		position: absolute;
		left: 10px;
		top: 10px;
		visibility: visible;
		font-size: 12px !important;
		font-weight: normal;
		color: #fff;
	}

}
