@charset "UTF-8";

.gototop{
	width:190px;
	margin: 15px 0;
	padding:15px 0;
	color:#000;
	border-top:1px dotted #ccc;
	font-size:10px;
}
.category_staff{
	font-size: 10px;
	margin-top: 20px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}

.archive .archive-name{
	margin: 20px 0;
	padding: 0;
	font-size:12px;
	color:#000;
}


.entry{
	width:530px;
	margin: 15px 0 15px 0;
	padding: 0 ;
	line-height:1.8;
}


#staff_profile{
	display: table;
	width:510px;
	border:1px dotted #ccc;
	background:#fafafa;
	margin: 25px 0 15px 0;
	padding: 10px ;
	line-height:1.6;
}

body:first-of-type #staff_profile{/*Safari3*/
	width:530px;
}

html:first-child #staff_profile{/*Safari2*/
	width:530px;
}

#staff_profile .name {
	color:#000;
	font-size:12px;
	line-height:1.6;
}
