@charset "UTF-8";

@import url("common.css");
@import url("../fancybox.css");

/*---------------------------------------------------- */

/* contents */

/*---------------------------------------------------- */

.staffnavi ul {
	margin: 0;
	padding: 0;
	width: 960px;
}

.staffnavi ul li {
	width: 460px;
	height: 148px;
	margin: 0 40px 40px 0;
	padding: 0;
	float: left;
	position: relative;
}

.staffnavi ul li:nth-child(2n) {
	margin-right: 0;
}

.staffnavi ul li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.staffnavi ul li a:before {
	content: "";
	before: "";
}

.lt-ie8 .staffnavi ul li a:before {
	content: " ";
	before: " ";
}

.staffnavi ul li a:before,
.staffnavi ul li a .before {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 148px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: url(../../images/staff/icon_staff_navi.png) 6px 15px no-repeat #e51f1f;
}

.staffnavi ul li a:hover:before,
.staffnavi ul li a:hover .before {
	background-position: 6px -167px;
}

.staffnavi ul li a {
	color: #484a4b;
	text-decoration: none;
	width: 458px;
	height: 146px;
	display: block;
	border: 1px solid #e1e2e5;
	border-left-color: #fff;
	-webkit-border-radius: 18px 3px 3px 18px;
	-moz-border-radius: 18px 3px 3px 18px;
	-ms-border-radius: 18px 3px 3px 18px;
	-o-border-radius: 18px 3px 3px 18px;
	border-radius: 18px 3px 3px 18px;
	webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out;
	-ms-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.staffnavi ul li a:hover {
	border-color: #e51f1f;
}

.staffintro p {
	text-align: right;
	margin: 0 0 0 26px;
	padding: 0 0 0 30px;
	position: absolute;
	top: 18px;
	right: 195px;
}

.staffintro .belonging {
	font-size: 116%;
}

.staffintro .name {
	font-size: 138.5%;
}

.staffintro img {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* ModalBox */

#profileM001,
#profileM002,
#profileM003,
#profileM004,
#profileM005,
#profileM006,
#profileM007,
#profileM008,
#profileM009,
#profileM010 {
	display: none;
}

section {
	width: 800px;
	position: relative;
}

section .headline {
	margin-bottom: 30px;
	position: relative;
}

section .headline > img {
	width: 240px;
	height: 300px;
	margin-right: 25px;
	float: left;
}

section .headline > h3 {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 197%;
	color: #02967f;
	line-height: 1.6em;
	letter-spacing: 1px;
}

section .headline > .belonging {
	position: absolute;
	bottom: 0;
	left: 270px;
}

section .headline > .belonging > p {
	margin: 0;
	padding: 0;
}

section .headline > .belonging > p.name {
	font-size: 123.1%;
	margin-top: .3em;
}

section .headline > .belonging > p.name > span.date {
	font-size: 77%;
}

section > h4 {
	font-size: 108%;
	margin: 0 0 .5em;
	padding: 0 0 0 20px;
	background: url(../../images/icon_list_15px.gif) 0 0 no-repeat;
	letter-spacing: 1px;
	overflow: hidden;
}

section > p {
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
}

section > p:last-child {
	margin-bottom: 0;
}

section > img {
	float: right;
	width: 280px;
	height: 200px;
	margin-left: 20px;
}

section > img.fl {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}