@charset "utf-8";

/*
 * プレスリリース用CSS
 */

/*
 * プレスリリース一覧
 */
dl.press-release {
	margin:20px 0 20px 30px;
	padding:0;
}
	dl.press-release dt {
		border-bottom:1px dashed #d0d0d0;
	}
	dl.press-release dd{
		margin:0 0 20px 10px;
		padding:5px 0 0 0;
	}
