@charset "utf-8";
/* CSS Document */

.appqr-stamprally_cont{
	color: #ffffff;
	background: #ffffff;
}

.appqr-stamprally_cont dl{
	overflow: hidden;
}

.appqr-stamprally_cont dl dt{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.appqr-stamprally_cont dl dd p{
	padding-left: 1em;
	text-indent: -1em;
}

.yellow{
	color: #fdfa9b;
}

.ex{
	font-size: 0.8em;
}


@media screen and (min-width: 769px) {
	
	.appqr-stamprally_cont .lead{
		font-size: 1.5em;
		margin-bottom: 30px;
	}
	
	.appqr-stamprally_cont dl{
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	
	.appqr-stamprally_cont dl dt,
	.appqr-stamprally_cont dl dd{
		float: left;
		overflow: hidden;
	}
	
	.appqr-stamprally_cont dl dt{
		width: 12%;
		margin-right: 2%;
		text-align: center;
		padding: 0.2em 0;
	}
	
	.appqr-stamprally_cont dl dd{
		width: 86%;
	}
}

@media screen and (max-width: 768px) {
	.appqr-stamprally_cont{
		font-size: 1.5em;
	}
	
	.appqr-stamprally_cont .lead{
		margin-bottom: 2em;
	}
	
	.appqr-stamprally_cont dl{
		margin-bottom: 2em;
	}
	
	.appqr-stamprally_cont dl dt{
		text-align: center;
		margin-bottom: 0.5em;
		padding: 0.2em 0;
	}
	
	.appqr-stamprally_cont dl dd{
		padding: 0 0.5em;
	}
	
	.ex{
		font-size: 0.7em;
	}

}