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

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

@media screen and (min-width: 769px){
#entry dl dt{
	width:200px;
	float:left;
	padding-top:20px;
}
#entry dl dd{
	padding-left:200px;
	border-bottom:#AAA 1px dotted;
	padding-top:20px;
	padding-bottom:20px;
}
#entry dl dd table{
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}
#entry dl dd table caption{
	text-align:left;
	margin-bottom:20px;
}
#entry dl dd table th,
#entry dl dd table td{
	border:#AAA 1px solid;
	padding:10px;
}
#entry dl dd table th{
	background:#EEE;
}
#entry_alljapan_junior{
	margin-top:100px;
}
#contact{
	margin-top:50px;
}
}


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

@media screen and (max-width: 768px){
#entry dl dt{
	background:#EEE;
	padding:5px;
	margin-bottom:10px;
}
#entry dl dd{
	margin-bottom:15px;
}
#entry dl dd table{
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}
#entry dl dd table caption{
	text-align:left;
	margin-bottom:20px;
}
#entry dl dd table th,
#entry dl dd table td{
	border:#AAA 1px solid;
	padding:10px;
}
#entry dl dd table th{
	background:#EEE;
}
#entry_alljapan_junior{
	margin-top:50px;
}
#contact{
	margin-top:50px;
}
}