div#main_box p.copy {
	text-align: center;
	font-size: 180%;
	color: #F97717;
	background-image: url(../image/sun.gif);
	background-repeat: no-repeat;
	background-position: 100px center;
	margin: 1em 0 0 0;
	padding: 0.5em 0 0.5em 0;
}

	div#main_box p.copy a {
		color: #F97717;
	}
	
@media (max-width: 45rem) {
div#main_box p.copy {
	text-align: center;
	font-size: 120%;
	color: #F97717;
	background-image: url(../image/sun.gif);
	background-repeat: no-repeat;
	background-position: 3% top;
	padding-top:80px;
	text-shadow: 1px 1px 0 #FCF9EE,
                -1px 1px 0 #FCF9EE,
                1px -1px 0 #FCF9EE,
                -1px -1px 0 #FCF9EE;
}

.image img {
	width:90%;}
}