@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/

section dl {
	display:table;
	margin-bottom:20px;
}
section dt {
	display:table-cell;
}
section dd {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
section dd a {
	color:#333;
}