@charset "utf-8";
/* *********************** first *************************** */
.profile {
	display: flex;
	justify-content: space-between;
}
.prf_unt_dl {
	width: 410px;
	margin-bottom: 40px;
}
.prf_unt_dl dt {
	font-size: 26px;
	line-height: 1.3em;
}
.prf_unt_dl dt small {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: normal !important;
}
.prf_unt_dl dd {
	border-bottom: dotted 1px #ccc;
	padding: 12px 0;
	overflow: hidden;
}
.prf_inf {
	float: left;
	width: 90px;
	font-weight: bold;
	color: #4a508c;
	display: block;
}
.prf_cnt {
	float: left;
	width: 320px;
	display: block;
}
.prf_pic img {
	border: 4px solid #FFF;
	box-shadow: 0 0 5px #CCC;
	width: 180px;
	height: auto;
}
.prf_pr_box {
	border: solid 1px #eee6cb;
	background: #fdfaf2 url(../img/prf_pr.gif) no-repeat left top;
	clear: both;
	margin-bottom: 20px;
}
.prf_cmt_box {
	border: solid 1px #eee6cb;
	background: #fdfaf2 url(../img/prf_cmt.gif) no-repeat left top;
	clear: both;
	margin-bottom: 20px;
}
.prf_lcc_box {
	border: solid 1px #eee6cb;
	background: #fdfaf2 url(../img/prf_lcc.gif) no-repeat left top;
	clear: both;
}
.prf_lcc_box ul li {
	background: url(../img/gray_circle.gif) no-repeat left top;
	padding: 0 0 0 11px !important;
	display: block;
}
.prf_pr_box li, .prf_cmt_box li, .prf_lcc_box li {
	padding: 50px 20px 15px;
}

@media all and (max-width: 768px) {
	.profile {
		flex-flow: column;
	}
	.prf_unt_dl {
		order: 2;
		width: 100%;
	}
	.prf_unt_dl dt {
		text-align: center;
	}
	.prf_pic {
		order: 1;
		width: 150px;
		margin: 0 auto 20px;
	}
	.prf_pic img {
		width: 150px;
	}
}