@charset "utf-8";

/* ------ Body ------ */
#profile{
	margin-top:40px;
}
#profile h3{
	margin-bottom:20px;
}
#profile #naoto{
	margin-bottom:40px;
	border-bottom:1px solid #b3b3b3;
	padding-bottom:40px;
}
#profile table,
#profile table th,
#profile table td{
	border:none;
}
#profile table{
	margin-bottom:20px;
}
#profile table th:nth-child(1),
#profile table td:nth-child(1){
	width:40px !important;
}
#profile table th:nth-child(2),
#profile table td:nth-child(2){
	width:630px !important;
}
#profile table th,
#profile table td{
	min-height:1.3em;
	height:auto !important;
}
#profile p{
	margin-bottom:1em;
}