@charset "UTF-8";

#Pinpon_dash {
	background-image: url(../img/background.png); background-repeat: no-repeat;
}

/* プレイヤーのアイコン */
#player-icon-area {
	position:absolute;
}

/* ノックボタン */
#user-action-button {
	background-color: #eee;
	border-radius: 20px;
	font-size: 30px;
	font-family: monospace;
	line-height: 1.5;
	padding: 4px 16px;
	text-shadow: 0 1px 0 #888;
}

/* ゲーム開始ボタン */
#game-start-button {
	background-color: #eee;
	border-radius: 20px;
	font-size: 30px;
	font-family: monospace;
	line-height: 1.5;
	padding: 4px 16px;
	text-shadow: 0 1px 0 #888;
}
