@charset 'UTF-8';
/************************************
 VIEW
************************************/	
#view{
	padding-bottom:0;
	margin-bottom:0;
}
#photo01{
	float:left;
	margin-right:20px;
}

/************************************
 INDEX
************************************/
#mpList{
	border:0;
}
#mpList td{
	text-align:center;
	vertical-align:top;
	border:0;
	padding-left:0;
}
#mpList td div{
	margin:0 auto;
	width:178px;
	height:98px;
	padding:80px 0 0 0;
	text-align:center;
	border:1px solid #CCC;
}
#mpList td img{
	border:1px solid #CCC;
	margin:0;
}
#iDetail dt{
	font-weight:bold;
	font-size:1.1em;
}
#iDetail dd{
	font-size:0.85em;
}

/************************************
 EDIT,ADD
************************************/
#edit{
	padding-bottom:0;
	margin-bottom:0;
}
#edit #dH2 input,
#edit #kana input{
	font-size:1em;
	width:170px;
}
#edit #bioCareer textarea{
	font-size:1em;
	width:470px;
}
.attriSelect{
	width:353px !important;
	margin-bottom:20px;
}