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

.higwlow_end {
	position: relative;
	max-width:1000px;
	margin-top: 30px;
}

.higwlow_end .overlay-end {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.higwlow_end .overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	margin: auto;
	text-align: center;
	font-family: sans-serif !important;
}

.tokuten_text {
	display: inline-block;
    text-align: left;
}

.tokuten_text_right {
	display: inline-block;
    text-align: right;
}
