
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

.contents {
	color: #333;
	font-family: "lr SVbN", "Osaka|"; 
	font-size: 12px; 
	line-height: 18px;
}

a.btn {
	display: block;
	width: 240px;
	padding: 15px 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	background: #0066cc; 
	-webkit-box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	box-shadow: 0 0 5px 0 #999; 

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



.hr01 {
	border: 0;
	border-top: 3px solid #ccc;
}


