@charset "UTF-8";

/* 理念 クラス
----------------------------------------*/
.history {
	position: relative;
	margin-left: 30px;
}

.history dt {
	position: absolute;
	left: 0;
	width: 130px;
	padding: 5px 0;
}

.history dd {
	padding: 5px 0 5px 130px;
}