@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* voice
--------------------------------------------------------------------*/

#content #voice {
	margin-bottom: 30px;
}

#content #voice dl {
	margin-bottom: 20px;
}
#content #voice dt,
#content #voice dd {
	background: #2D221C;
}
#content #voice dt {
	color: #A5AC59;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 1px;
}
#content #voice dd {
	padding: 7px 10px;
}