@charset "utf-8";

/*--------------------------------------
	default
--------------------------------------*/
dl {
	min-height: 1px;
	margin-bottom: 15px;
	border-bottom: 1px #ccc dotted;
	background-color: #F9F8F6;
}
dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl dt {
	display: inline;
	float: left;
	clear: left;
	width: 90px;
	padding: 7px 15px;
	border-top: 1px #ccc dotted;
}

dl dd {
	margin-left: 120px;
	padding: 7px 15px;
	border-top: 1px #ccc dotted;
	background-color: #fff;
}

/*  dt.right*/
dl.dt_right dt {
	padding-right: 10px;
	padding-left: 0;
	text-align: right;
}

/*--------------------------------------
	medium
--------------------------------------*/
dl.medium dt {
	width: 150px;
}

dl.medium dd {
	margin-left: 180px;
}

/*--------------------------------------
	long
--------------------------------------*/
dl.long dt {
	width: 230px;
}

dl.long dd {
	margin-left: 260px;
}

