@charset "utf-8";

/*common*********************************/

@media screen and (min-width:750px){

/*concept*/

#content.profile .mainarea{
	height:408px;
	width:100%;
	background:url(/images/profile/main.jpg) no-repeat;
	background-size:cover;
	background-position:center;

}

.profile .tablewrapper{
	text-align:center;
}

.profile .tablebox{
	display:inline-block;
	margin:0 auto;
	padding:70px 0;
	font-size:0.9rem;
	text-align:left;
}

.profile .tablebox table tr td{
	padding:0 0 40px 0;
}


}

@media screen and (max-width:750px){

/*concept*/
#content.profile .mainarea{
	height:300px;
	width:100%;
	background:url(/images/profile/main.jpg) no-repeat;
	background-size:cover;
	background-position:center;

}

.profile .tablewrapper{
	width:90%;
	margin:0 auto;
}

.profile .tablebox{
	width:100%;
	margin:0 auto;
	padding:40px 0;
	font-size:0.8rem;
	text-align:left;
}

.profile .tablebox table tr td{
	padding:0 0 20px 0;
}

}

