@charset "utf-8";

/* terms and conditions
====================================================*/
div#return{
	width:100%;
	max-width:600px;
	overflow:hidden;
	margin:0 auto 60px auto;
}
@media only screen and (max-width: 780px) {
	div#return{
		margin:0 auto;
	}
}

div#return h2{
	margin:50px auto 10px 0;
	padding:0 0 3px 0;
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	color:#000;
	border-bottom:1px solid #000;
}
div#return h3{
	margin:20px auto 10px 0;
	font-weight:normal;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Didact Gothic', sans-serif;
	color:#000;
	border-bottom:1px solid #000;
	display:inline-block;
}
div#return p{
	width:100%;
	overflow:hidden;
	line-height:1.6;
}
div#return p a{color:#666;}
div#return p a:hover{color:#000;}