@charset "utf-8";
/* CSS Document */

.goback_footer {
	clear: both;
	
	height:-1%;
	overflow:hidden;
	
	padding:16px;
	
	/*background: #FFF;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
}
.goback_footer * {
	padding:0;
	margin:0;
	text-decoration:none;
}
.goback_footer>#back_button {
	display: block;
	
	width:574px;
	padding: 4px;
	
	background: #E8E8E8;
	
	color:#444;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	
	box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
.goback_footer>#back_button:hover {
	cursor:pointer;
	background:#FCC;
}
