@charset "utf-8";
/* =================================
profile.css
================================= */
.contentWrap {
	padding-bottom:131px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_profile.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}

.profileArea {
	margin-top: 63px;
}
.profileArea .profileBox {
	display: table;
	border-top: 1px solid #dcdcdc;
}
.profileArea .profileBox h2 {
	display: table-cell;
	width: 200px;
	padding: 25px;
	background: url(../../common/img/bg_diagonal.png) repeat 0 0;
	color: #7a5623;
	font-size: 2.2rem;
	font-weight: bold;
	vertical-align: top;
}
.profileArea .profileBox dl {
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: top;
}
.profileArea .profileBox dt {
	float: left;
	clear: left;
	padding: 30px;
	color: #7a5623;
	font-weight: bold;
}
.profileArea .profileBox dd {
	padding: 30px 0 30px 200px;
	border-bottom: 1px solid #dcdcdc;
}
.profileArea .profileBox dd:last-child {
	border-bottom: none;
}
