@charset "UTF-8";


/* ---------------------------------------

コースメニュー

---------------------------------------- */

.course{
	padding:10px 20px 20px;
	margin:20px 0px 20px 0px;
	background:url(../ko/bg_course.gif) no-repeat right bottom;
	font-size:80%;
	width:700px;
	text-align:left;
}

.course dl{
	line-height:2;
	padding:0;
	margin:0;
	width:340px;
}

.course dt{
	width:250px;
	float:left;
}
.course dt span{
	color:#C00;
}
.course dd{
	float:right;
	padding:0;
	margin:0;
	width:70px;
	text-align:right;
}

.course .ex{
	float:right;
	width:270px;
	background:#FFF;
	padding:10px 20px;
	border:1px dotted #333;
	line-height:1.8;
}

.course .ex p{
	text-align:center;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin:0 0 5px 0;
}

.course .ex span{
	color:#C00;	
}



/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}