@import "reset.css";

body {
	font: bold 26px helvetica, sans-serif;
	width: 320px;
}
#container {
	background: url(../img/screen-top.png);
}
#screen {
	background: url(../img/screen.png) no-repeat bottom;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 22px;
	padding-top: 18px;
	height: 78px;
}
#screen p {
	color: #6b225b;
	background: url(../img/entry-rule.png) repeat-x top;
	padding: 0 16px;
	padding-top: 13px;
	height: 65px;
}
#screen p b {
	color: #000;
	text-align: right;
	display: block;
	padding-top: 4px;
}

#buttons {
	background: url(../img/bg.jpg) no-repeat bottom;
	text-shadow: #fff 0 1px 0;
	overflow: auto;
	padding: 12px 4px 4px;
}
b {
	cursor: pointer;
	font-style: normal;
}
.row b {
	background: url(../img/button.png) no-repeat;
	-webkit-border-radius: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 42px;
	display: block;
	float: left;
	margin: 3px;
	width: 72px;
}
.row .wide {
	background-image: url(../img/button-wide.png);
	width: 150px;
}
.row.short {
	font-size: 16px;
}
.row.short > * {
	background-image: url(../img/button-short.png);
	line-height: 28px;
}

#concept {
	background: url(../img/concept-bg.png) no-repeat;
	font-size: 13px;
	line-height: 30px;
	text-indent: -9999px;
	height: 30px;
}
#concept a {
	display: block;
	float: right;
	margin-right: 78px;
	width: 110px;
}
