/*------------------------------------------------------------------------
 * Quiz Generator Ranking+
 * Copyright Sawa's Factory  http://sawa-s.com/
------------------------------------------------------------------------*/
#quiz_box{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: 2px outset #69F;
	background: #EEFFFF;
	color: #000;
	font-size: 16px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 120%;
}
#quiz_title{
	margin: 10px auto;
	width: 400px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	background: #366;
	border: 1px solid #339;
	color: #FFE;
}
#quiz_msg{
	margin: 1em auto;
	width: 90%;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
}
#quiz_msg p {
	padding-top:2px;
}
span.msg_tokuten{
	color: red;
	font-size: 20px;
}
#dsp0, #dsp1 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	margin: 0; padding: 0;
	z-index: 11;
	display:none;
	text-align: center;
}
.name_form, .comment_form{
	margin-top:10px;
}
.name_form_in, .comment_form_in{
	padding:10px;
	font-size:16px;
}
#quiz_lr_title{
	margin: 10px auto;
	width: 350px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	background: #8B0000;
	border: 1px solid #339;
	color: #FFE;
}
#quiz_lr_wrap {
	position: absolute;
	top: 50px;
	left : 5px;
	overflow-x: hidden;
	overflow-y: scroll;
}
table.lr_table{
	margin:0;
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
	font-size:16px;
	line-height:16px;
	letter-spacing:1px;
}
table.lr_table th{
	padding:3px;
	border:1px dotted #000;
	background-color:#ccc;
	font-weight:bold;
}
table.lr_table td{
	padding:2px;
	border:1px dotted #000;
	background-color:#fff;
	font-weight:normal;
}
table.lr_table td.ranking{
	text-align:center;
	font-weight:bold;
}
table.lr_table td.ranking_date{
	text-align:center;
	font-size:14px;
}
table.lr_table td.listing_date{
	text-align:center;
	font-size:14px;
}
table.lr_table td.sortkey{
	text-align:center;
	font-size:16px;
}
table.lr_table td.addkey{
	text-align:center;
	font-size:16px;
}
table.lr_table td.name{
	text-align:center;
	font-size:16px;
}
table.lr_table td.comment{
	font-size:14px;
}
.quiz_lr_open_button {
	margin: 10px auto;
	width: 250px;
	height: 15px;
	border: 1px outset #ccc;
	font-size: 16px;
	line-height: 16px;
	padding: 3px 0;
	text-align: center;
	background: #87CEFA;
	color: #000080;
	cursor: hand;
	cursor: pointer;
}
.quiz_lr_open_button:hover {
	border: 1px inset #ccc;
	background: #000080;
	color: #87CEFA;
}
.quiz_lr_close_button {
	position: absolute;
	top: 14px;
	right : 25px;
	z-index:21;
	width: 25px;
	height: 25px;
	cursor: hand;
	cursor: pointer;
}
#quiz_start{
	margin: 10px auto;
	width: 250px;
	height: 25px;
	border: 2px outset #ccc;
	font-size: 18px;
	line-height: 25px;
	padding: 5px 0;
	text-align: center;
	background: #369;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
#quiz_start:hover{
	border: 2px inset #ccc;
	background: #69c;
	color: #333;
}
#quiz_wrap{
	display: none;
	margin: 0 auto;
	width: 400px;
	overflow: hidden;
}
#quiz_question {
	margin: 0 auto;
	padding-top: 10px;
	height: 90px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
#quiz_answer {
	margin: 0px auto;
}
#quiz_answer .qan_list {
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 380px;
	background: #cfc;
	margin-top: 5px;
	padding: 10px 0;
	font-size: 18px;
	border: 2px outset #6c6;
	cursor: hand;
	cursor: pointer;
}
#quiz_answer .qan_list:hover {
	background: #FFE;
	border: 2px inset #eee;
}
#quiz_timer{
	position: absolute;
	bottom: 0;
	left: 0.5em;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	z-index: 10;
}
#quiz_credit {
	position: absolute;
	bottom: 0.2em;
	right: 1em;
	letter-spacing: 1px;
	font-size: 12px;
}
#quiz_credit a{
	color: blue;
	text-decoration: none;
}
#quiz_credit a:hover{
	color: blue;
	background: #FFF;
	text-decoration: underline;
}
#soundid {
	font-size:14px;
}
