@charset "utf-8";


/**************************************************50
 * profile
 **************************************************/
#profile{
}
#profile .tbl_com{
}
@media screen and (max-width:767px){
	#profile{
		margin-bottom: 12.5%;
	}
}
@media screen and (min-width:768px){
	#profile{
		margin-bottom: 100px;
	}
	#profile .tbl_com{
		width: -webkit-calc(100% - (20px * 2));
		width: calc(100% - (20px * 2));
		max-width: 850px;
	}
	#profile .tbl_com tr th{
		width: 10em;
	}
}


