/* CSS for iPhone  ----------------------------------------------------
	Made for Kentei.cc Mobile
	2010,04.07 Tomomi Suzuki
-----------------------------------------------------------------------------*/

/* -------------------------グローバル------------------------- */
body {
	font-size: x-small;
}
.hidden {
	visibility: hidden;
}


/* -------------------------ヘッダー------------------------- */
.marquee {
	    overflow: -webkit-marquee;
        white-space: nowrap; 
        width: 100%;
}



/* -------------------------検定画面------------------------- */
.kentei-title {
	font-size: medium;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
	margin-bottom: 10px;
}
.question {
	font-size: medium;
	line-height: 1.2em;
	font-weight: bold;
}
.choices a {
	border-top: 1px solid #663300;
	background-color: rgb(255, 215, 0);
	width: 90%;
	height: auto;
	display: block;
	margin-bottom: 0!important;
	line-height: 1.2em;
	padding: 10px;
	vertical-align: baseline;
}
.choices a img {
	margin-right: 1em;
}
.selection {
	border-bottom: 1px solid #663300;
}
