@charset "utf-8";
/* CSS Document */

#link .contents p.text{
	margin-bottom:30px;
}

#link .contents ul.linkbnr{
	overflow: hidden;
	text-align:center;
	margin-bottom: 60px;
}

#link .contents ul.linkbnr li{
	float:left;
	width:50%;
	margin-bottom:20px;
}

@media only screen and
(max-width : 640px) {
	
	#link .contents ul.linkbnr{
		margin-bottom: 30px;
	}
	#link .contents ul.linkbnr li{
		float:left;
		width:45%;
		margin:0 2% 20px;
	}
	
	
}










