/* 在籍一覧 */

div.profiles{
	margin-bottom:15px;
	margin-top:0px;
	}
div.profiles div.profile_box{
	float:left;
	text-align:center;
	width:160px;
	margin:6px 3px;
	height:256px;
	}
div.profiles div.profile_box div.image a{
	padding:3px;
	display:block;
	}

div.profiles div.profile_box div.image a img{
	width:150px;
	height:200px;
	border:solid 1px #FF0033;
	}
div.profiles div.profile_box div.image a:hover img{
	}

div.profiles div.plof {
	padding-top:2px;
	padding-bottom:3px;
	}
div.profiles div.plof li{
	font-size:11px;
	margin-bottom:2px;
	}
div.profiles div.plof li.name {
	font-size:14px;
	display:inline;
	}
div.profiles div.plof li.age{
	display:inline;
	}
div.profiles div.plof li.mark{
	display:inline;
	margin-top:4px;
	}
div.profiles div.plof li.size{
	}
div.profiles div.plof li.size span{
	}
div.profiles div.plof li.att_com{
	padding-bottom:2px;
	margin-bottom:4px;
	}
div.profiles div.plof li.att_time{
	}
div.profiles div.plof li.att_time span{
	}
	
div.profiles div.paginator{
    clear:both;
    text-align:center;
    padding-top:15px;
	}
div.profiles div.paginator span{
    font-size:14px;
	}
