@charset "UTF-8";
/* CSS Document */

.mb {
	margin-bottom:15px;
}

#main {
	display:block;
	width:640px;
	color:#999999;
	margin:0 auto;
}
#main h2 {
	width:100%;
	text-align:center;
	font-size:24px;
	color:#666;
}
#main h3 {
	width:100%;
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	color:#C33;
}
#main p {
	line-height:1.5em;
}
dl {
	width:100%;
	padding-top:20px;
}
dt {
	width:100%;
	height:30px;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
	color:#666;
}
dt.over {
	color:#F60;
	cursor:pointer;
	background-color:rgba(255,255,200,0.20);
}
dt.choice {
	color:#FF3300;
	cursor:default;
}
dd {
	width:80%;
	color:#333;
	background-color:rgba(140,220,210,0.2);
	padding:10px 30px 10px 30px;
	margin:0 auto;
}

#joho ul li  ,#tokuten ul li {
	list-style-type:decimal;
	list-style-position:inside;
}
#close {
	color:#FFFFFF;
	width:150px;
	height:22px;
	text-align:center;
	padding-top:3px;
	background-color:rgba(200,150,180,0.60);
	border:3px solid #FFF;
	box-shadow:2px 2px 5px #999; 
	position:fixed;
	bottom:8%;
	left:3%;
}
