@charset "utf-8";

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

	#map{
		width:600px;
		margin:20px 19px;
		overflow:hidden;
		}
		
	#map h3{
		margin:20px 0 10px;
		}
		
	#detailmap{
		width:352px;
		float:left;
		overflow:hidden;
		}
		
	#photo{
		width:247px;
		float:right;
		}
		
	#photo dl dt{
		font-size:14px;
		font-weight:bold;
		margin:20px 0 0 5px;
		color:#24870C;
		padding:0 0 10px;
		border-bottom:1px dashed #cccccc;
		}
		
	#photo dl dd{
		font-size:10px;
		line-height:14px;
		margin:15px 0 0 5px;
		}