@charset "UTF-8";




#profilebody {
	width: 960px;
	margin: 0 auto;
	}
@media screen and (max-width:767px){
#profilebody {
	width: 100%;
	padding: 20px 0;
	}
}

#profilebody:after {
	display: block;
	content: "";
	clear: both;
	}




#profilebody .pic {
	width: 400px;
	float: left;
	}
@media screen and (max-width:767px){
#profilebody .pic {
	width: 100%;
	padding: 20px;
	float: none;
	}
}

#profilebody .pic img {
	display: block;
	width: 100%;
	}




#profilebody .profiletxt {
	width: 500px;
	float: right;
	}
@media screen and (max-width:767px){
#profilebody .profiletxt {
	width: 100%;
	padding: 0 20px 50px 20px;
	float: none;
	}
}

#profilebody .profiletxt h3 {
	display: block;
	margin: 0 0 20px 0;
	font-size: 24px;
	}
@media screen and (max-width:767px){
#profilebody .profiletxt h3 {
	font-size: 20px;
	text-align: center;
	}
}

#profilebody .profiletxt h3 span {
	display: block;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	}

#profilebody .profiletxt p {
	display: block;
	margin: 0 0 20px 0;
	font-size: 14px;
	}

#profilebody .profiletxt table {
	margin: 0 0 20px 0;
	}

#profilebody .profiletxt table th {
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.5em;
	white-space: nowrap;
	}

#profilebody .profiletxt table td {
	padding: 5px;
	font-size: 14px;
	line-height: 1.5em;
	}