@charset "utf-8";

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

	#read{
		width:600px;
		margin:20px 19px;
		overflow:hidden;
		}
		
	#read h3{
		margin:20px 0 10px;
		}
		
	#read h4{
		margin:0 0 30px;
		}
		
	#read dl {
		margin:0 0 40px;
		}
		
	#read dl dt{
		height:30px;
		background:url(../common/coco_p/coco_title_head02.gif) no-repeat 0 3px;
		font-size:16px;
		font-weight:bold;
		color:#F6557F;
		text-indent:30px;
		}
		
	#read dl dd span{
		font-weight:bold;
		display:block;
		}
		