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

#tournament p a{
	text-decoration:underline;
}
#tournament p a:hover{
	color:#AAA;
}

/*pc-----------------------------------------------*/

@media screen and (min-width: 769px){
#tournament img{
	border:#CCC 1px solid;
	margin-bottom:30px;
}
#tournament_alljapan_junior{
	margin-top:80px;
}
}


/*mb-----------------------------------------------*/

@media screen and (max-width: 768px){
#tournament img{
	border:#CCC 1px solid;
	margin-bottom:20px;
}
#tournament_alljapan_junior{
	margin-top:50px;
}
}