@charset "UTF-8";


@media screen and (max-width: 896px) and (orientation: landscape) { 

#link-box {
	background-color:#220000;
	margin:auto;
	border-radius:10px;
	width:500px;
	margin-bottom:50px;
}

#link-box a img {
	display:block;
	float:left;
	width:240px;}
	margin-bottom:50px;


}



@media screen and (max-width: 1024px) and (orientation: portrait) { 

#link-box {
	background-color:#220000;
	margin:auto;
	border-radius:10px;
	width:340px;
}

#link-box a img {
	display:block;
	margin:auto;
}


}