﻿@import url("css/bootstrap.min.css");


.qrpques {
	width: 100%;
	margin: 10px auto;
}

	.qrpques:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.qrpques h3 {
		font-size: 26px;
		color: #000000;
		line-height: 1.2;
		letter-spacing: 0em;
	}

		.qrpques h3.balance {
			font-size: 18px;
			text-align: center;
			color: #000000;
			line-height: 1.8;
			letter-spacing: 0em;
			padding: 10px 0;
		}

	.qrpques p {
		font-size: 24px;
		color: #a21919;
		line-height: 1.5;
		letter-spacing: 0.1em;
		text-align: left;
	}

	.qrpques h3 span {
		display: inline-block;
		font-size: 40px;
		width: 60px;
		height: 60px;
		margin: 30px 20px 30px 0px;
		line-height: 60px;
		text-align: center;
		color: #333333;
		letter-spacing: 0em;
		/* support Safari, Chrome */
		-webkit-border-radius: 100px;
		/* support firefox */
		-moz-border-radius: 100px;
		border-radius: 100px;
		background-color: #afa86f;
	}

.grouptest p a {
	margin-top: 20px;
	float: right;
	font-size: 14px;
	line-height: 35px;
	width: 150px;
	color: #ffffff;
	letter-spacing: 0.2em;
	background-color: #a21919;
	text-decoration: none;
	text-align: center;
}

	.grouptest p a.pre {
		margin-top: 20px;
		float: left;
		font-size: 14px;
		line-height: 35px;
		width: 150px;
		color: #ffffff;
		letter-spacing: 0.2em;
		background-color: #a21919;
		text-decoration: none;
		text-align: center;
	}

.grouptest p a {
	*display: inline;
}

	.grouptest p a:hover {
		background-color: #333333;
	}
