@charset "utf-8";
/* ===================================================================
CSS information

 editor     :ayame
 author     :拡散風洞
 style info :スペシャルページ設定
=================================================================== */

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
}

/*----------------------------------------------------
	dl
----------------------------------------------------*/
dl {
	width: 550px;
	border-bottom: 1px #ccc dashed;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
dt {
	width: 110px;
	float: left;
	font-weight: 700;
}
dd {
	width: 440px;
	float: right;
}