@charset "utf-8";

/* ■[00]:courseページ */
/* ------------------------------------------------------------------------- */

	#instructors{
		width:600px;
		margin:20px 19px;
		overflow:hidden;
		}
		
	#instructors h3{
		margin:20px 0 10px;
		}
	p.money{
		margin:0 0 10px;
		}
		
	dl.representative{
		width:600px;
		overflow:hidden;
		margin:10px 0 0;
		}
		
	dl.representative dt{
		width:255px;
		float:right;
		margin:10px 0 0;
		}
		
	dl.representative dd{
		width:340px;
		float:left;
		}
		
	p.money span{
		display:block;
		color:#FF3300;
		font-weight:bold;
		font-size:130%;
		}
		
	dl.detail{
		width:600px;
		margin:40px 0 0 0;
		overflow:hidden;
		}
		
	dl.detail dt{
		margin:0 0 20px;
		}