@charset "UTF-8";

ul.points li{
	font-size: 90%;
}

ul.points li span{
	background:#999999;
	padding:1px 2px;
	color:#ffffff;
	margin-right: 3px;
}

div.cart{
	margin-left: 10px;
	margin-bottom: 20px;
}

div.section{
	overflow: hidden;
	margin-bottom: 5px;
}


*html div.section{
	zoom:1;
}

div.student{
	overflow: hidden;
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 20px;
}

*html div.student{
	zoom:1;
}

div.couse_note{
	border: solid 1px #a21f27;
	padding: 10px;
	margin-bottom: 20px;
}

div.couse_note h3 span{
	color: #a21f27;
	font-weight: normal;
}

div.couse_note dl{
	margin-left: 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	zoom:1;
}

div.couse_note dl dd{
	float: left;
	margin-left: 20px;
	width: 160px;
}

div.photo{
	margin-left: 20px;
}

p.schedule_note{
	text-align: right;
}

caption.schedule_note{
	caption-side: bottom;
	text-align: right;
}

