
#popup {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1002;
	width: 320px;
	#height: 540px;
	display: none;

	color:#fcf2ee;
	#font-size:16px;
	text-shadow:none;
	#background-color:#060;
	#opacity:0.8;
	#border:solid #eee 3px;
	margin:0px auto;
	text-align:center;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: black;
	display: none;
	opacity: 0.7;
}

#apkdl_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1002;
	width: 320px;
	#height: 540px;
	display: none;

	color:#fcf2ee;
	#font-size:16px;
	text-shadow:none;
	#background-color:#060;
	#opacity:0.8;
	#border:solid #eee 3px;
	margin:0px auto;
	text-align:center;
}


#apkdl_popup .panel{
	position:relative;
}

#apkdl_popup .panel img{
	text-align:center;width:300px;
}

#apkdl_popup .panel .apk-dl-button{
	left:20px;
	top:220px;
	position:absolute;
	width:280px;
	height:80px;
	#border:1px solid #f00;
}

#apkdl_popup .panel .dont-show-button{
	left:20px;
	top:312px;
	position:absolute;
	width:150px;
	height:38px;
	#border:1px solid #f00;
}

#apkdl_popup .panel .close-button{
	left:185px;
	top:312px;
	position:absolute;
	width:120px;
	height:38px;
	#border:1px solid #f00;
}

#apkdl_popup .panel .checked{
	left:24px;
	top:324px;
	position:absolute;
	width:14px;
	height:14px;
	display:none;
	#border:1px solid #f00;
}




#apkdl_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: black;
	display: none;
	opacity: 0.7;
}

#calendar_popup {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1002;
	width: 350px;
	#height: 540px;
	display: none;

	color:#fcf2ee;
	#font-size:16px;
	text-shadow:none;
	#background-color:#060;
	#opacity:0.8;
	#border:solid #eee 3px;
	margin:0px auto;
	text-align:center;
}

/*
----------- top-dialogue -----------
*/
.dialogue{
	padding:10px 20px;
	background-color:#fff;
	border: solid 2px #000;
	text-align:center;
	width:280px;
	color:#000;
	z-index:999999;
	opacity:1;
	font-size:20px;
	margin:0px auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position:relative;
}

.dialog-left{
	text-align:left;
}

.dialog-section{
	margin:20px auto;
	text-align:center;
}

.dialogue-question{
	font-size:25px;
	margin:10px auto;
}

.dialogue-bold{
	font-size:22px;
	color:#ff0000;
}

.answer{
	font-size:20px;
	text-align:left;
	margin:0;
}
.answer .explain{
	font-size:15px;
	margin:5px auto;
}

.dialogue-comment{
	font-size:15px;
	margin:10px auto;
	text-align:left;
}

#vote{
	display:table;
	margin:5px auto;
}

#vote li{
	display:table-cell;
	vertical-align:middle;
	border:solid 5px #fff;
}

.glay-button{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #8a8a8a), color-stop(1.00, #ccc));
	background: -webkit-linear-gradient(#8a8a8a, #ccc);
	background: -moz-linear-gradient(#8a8a8a, #ccc);
	background: -o-linear-gradient(#8a8a8a, #ccc);
	background: -ms-linear-gradient(#8a8a8a, #ccc);
	background: linear-gradient(#8a8a8a, #ccc);

	padding:10px 20px;
	margin:3px;
	width:100px;
}

.blue-button{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4175ff), color-stop(1.00, #213fb1));
	background: -webkit-linear-gradient(#4175ff, #213fb1);
	background: -moz-linear-gradient(#4175ff, #213fb1);
	background: -o-linear-gradient(#4175ff, #213fb1);
	background: -ms-linear-gradient(#4175ff, #213fb1);
	background: linear-gradient(#4175ff, #213fb1);

	color: #fff;
	padding:10px 20px;
	margin:3px;
	width:100px;
}

.enji-button{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
	background: -webkit-linear-gradient(#ea4945, #9f0000);
	background: -moz-linear-gradient(#ea4945, #9f0000);
	background: -o-linear-gradient(#ea4945, #9f0000);
	background: -ms-linear-gradient(#ea4945, #9f0000);
	background: linear-gradient(#ea4945, #9f0000);

	color: #fff;
	padding: 5px 10px;
	margin:3px;
	width:90px;
	height:30px;
	font-size:15px;
	display:table-cell;
	vertical-align:middle;
}

.dialogue-close{
	position:absolute;
	top:5px;
	right:5px;
	padding:3px;
}

