@charset "UTF-8"; 
 
/* Caution Style */ 
	 
html 
{
	background-color : #FCAE18;
}
 
body 
{
}
 
a 
{
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover 
{
	background-color : #FCEEDD;
}
 	
.contents 
{
	width: 400px;
	margin: 3em auto;
	vertical-align: middle;
	font-size: 1.2em;
}
 
.frame 
{
	display: table-cell;
	margin: 0 auto;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding: 2em 30px;
	vertical-align: middle;
	background-color : #FFF;
	font-size: small;
}
 
h1 
{
	text-align: center;
	font-size: medium;
	color: #D00;
}
 
#over18 
{
	color: #F00;
}
 
#question 
{
	margin: 3em 0;
	overflow: hidden;
}
	 
#yes 
{
	display: inline-block;
	width: 50%;
	line-height: 40px;
	text-align: center;
}
 
#no 
{
	display: inline-block;
	width: 48%;
	line-height: 40px;
	text-align: center;
}
   
