@charset "utf-8";


.person {
	width:100%;
	min-height:1px;　/* IE 7対策 */
}

/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.person:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.person { display:inline-table; }

/* Mac IE には適用させない \*/
* html .person { height:1px; }
.person { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

.border {
	margin-top:20px;
	padding-top:20px;
	border-top:1px #CCCCCC solid;
}

.person h4 {
	margin-bottom:20px;
}

.personImg {
	float:right;
	margin:0 0 0 10px;
}

.activity {
	margin:30px 0 0 0;
}

.activity h5 {
	width:124px;
	height:10px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/our_team/txt_personal.gif) left top no-repeat;
}

.activity ul {
	list-style:none;
	border:none;
	background:none;
	margin:0;
	padding:0;
}

.activity li {
	display:inline;
	margin:0 20px 0 0;
	padding:3px 0 3px 20px;
	font-size:81.25%;
	letter-spacing:1px;
	line-height:20px;
	background-repeat:no-repeat;
	white-space:nowrap;
}

*:first-child+html .activity li {
	float:left;
}

* html .activity li {
	float:left;
}

.flickr {
	clear:both;
}

.flickrColumn {
	height:75px;
	background:#EEEEEE;
	border:1px #CCCCCC solid;
	padding:5px 0 5px 5px;
}

.flickrColumn a {
	margin:0;
	padding:0;
}

.flickrColumn img {
	border:0;
	vertical-align:bottom;
	margin:0 4px 0 0;
	padding:0;
}