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

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

@media screen and (min-width: 769px){
#rule dl dt{
	width:200px;
	float:left;
	padding-top:20px;
}
#rule dl dd{
	padding-left:200px;
	border-bottom:#AAA 1px dotted;
	padding-top:20px;
	padding-bottom:20px;
}
.point{
	float:left;
	width:180px;
	margin-right:20px;
}
.point img{
	margin-bottom:10px;
}
#rule dl dd table{
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}
#rule dl dd table caption{
	text-align:left;
	margin-bottom:20px;
}
#rule dl dd table th,
#rule dl dd table td{
	border:#AAA 1px solid;
	padding:10px;
}
#rule dl dd table th{
	width:120px;
	background:#EEE;
	vertical-align:middle;
}
.chakuyou{
	width:60px;
}
#bougu,
#kata,
#kumite,
#power,
#group,
#seconds,
#hyoushou{
	margin-top:100px;
}
}


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

@media screen and (max-width: 768px){
#rule dl dt{
	background:#EEE;
	padding:5px;
	margin-bottom:10px;
}
#rule dl dd{
	margin-bottom:15px;
}
.point{
	margin-bottom:20px;
}
.point img{
	margin-bottom:10px;
}
#rule dl dd table{
	border-collapse:collapse;
	border:#AAA 1px solid;
	margin-top:20px;
	margin-bottom:20px;
}
#rule dl dd table caption{
	text-align:left;
	margin-bottom:20px;
}
#rule dl dd table th,
#rule dl dd table td{
	padding:10px;
	display:block;
}
#rule dl dd table th{
	background:#EEE;
	vertical-align:middle;
}
.chakuyou{
	border-bottom:#AAA 1px dotted;
}
#bougu,
#kata,
#kumite,
#power,
#group,
#seconds,
#hyoushou{
	margin-top:50px;
}
}