#profile {
	margin-left:80px;
	padding-top:20px;
}

#profile h3 {
	font-family:YoGothic;
	font-size:17px;
	font-weight:900;
}

#profile dl.history {
	margin:40px 0 30px 0;
	background:url(../img/profile/bg_line_v.png) repeat-y 80px 0;
	font-size:13px;
}

#profile dl.history dt {
	display:inline-block;
	width:100px;
	box-sizing:border-box;
	vertical-align:top;
	padding:15px 0;
	padding-right:10px;
	text-align:center;
}

#profile dl.history dt span {
	background:#6e2615;
	color:#fff;
	display:inline-block;
	padding:0 4px;
}

#profile dl.history dd {
	position:relative;
	display:inline-block;
	width:600px;
	vertical-align:top;
	padding:15px 0;
	letter-spacing:0;
}

#profile dl.history img.illust {
	position:absolute;
	right:0;
	bottom:0;
}