@charset "utf-8";



/*	individual style
-------------------------------*/

.contentsField p {
	margin-top: 30px;
	padding-left: 10px;
	font-size: 105%;
	line-height: 2.0;
	letter-spacing: 0.08em;
}
	.contentsField p:first-child {
		margin-top: 0;
	}

.contentsField .conceptPhoto {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.contentsField .conceptList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
	overflow: hidden;
}
.contentsField .conceptList li {
	margin: 0;
	padding: 10px;
	width: 230px;
	_width: 250px;	/* IE6 hack */
	list-style: none;
	float: left;
}

.contentsField .conceptStaffList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
	overflow: hidden;
}
.contentsField .conceptStaffList li {
	margin: 0 0 25px 25px;
	padding: 0;
	width: 300px;
	height: 230px;
	list-style: none;
	background-image: url('../images/concept_staff_back_s.png');
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
	.contentsField .conceptStaffList li:nth-child(4),
	.contentsField .conceptStaffList li:nth-child(5) {
		margin-bottom: 0;
	}

.contentsField .conceptStaffList li .conceptStaffDetails {
	margin: 0;
	padding: 0;
	position: absolute;
}
	.contentsField .conceptStaffList li .conceptStaffPhoto {
		width: 150px;
		height: 200px;
		/* background-color: #000; */
		top: 15px;
		left: 15px;
	}
	.contentsField .conceptStaffList li .conceptStaffName {
		font-size: 110%;
		font-weight: bold;
		letter-spacing: 0.05em;
		top: 15px;
		left: 180px;
	}
	.contentsField .conceptStaffList li .conceptStaffComment {
		width: 110px;
		font-size: 85%;
		line-height: 1.85;
		top: 50px;
		left: 180px;
	}
