
.heamaru_topInfo_box {
	font-size: 14px;
    position: absolute;
	left: 50%;
	width: 100%; 
	height: 100%;
}
.heamaru_topInfo_box dl { 
	position: absolute;
	color: #fff;
	width: 100%;
    height: 130px;  
	padding: 16px 20px;
	bottom: 0;
	box-sizing: border-box;
	background: rgba(60,46,37,0.6);
	/*
	background: rgba(119,67,48,0.18);
	*/
    text-shadow: none;
	transform: translateX(350px);
	border-top-left-radius: 18px;
}
.heamaru_topInfo_box dl dt { font-weight: bold;}
.heamaru_topInfo_box dl dd { font-size: 13px; line-height: 20px;}