@charset "utf-8";

/*=====================================================================================
	
	Document    : staff.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

/* president */
.president {
	overflow: hidden;
}

.president .photo {
	float: left;
	width: 400px;
}
.president .photo .name {
	padding-top:1em;
}
.president .photo .name span {
	font-weight:bold;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-top:5px;
}
.president .photo .name-en {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal !important;
}

.president .message {
	float: right;
	width: calc(100% - 430px);
}

@media screen and (max-width:860px) {
	.president .photo {
		float: none;
		margin: 0 auto 30px;
	}
	.president .message {
		float: none;
		width: 100%;
	}	
}

/* photo-list */
.photo-list-wp {
	background:url(../../image/bg-black5.png) repeat center top;
	max-width:100% !important;
}
.photo-list-wp .inner {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.photo-list-wp .oneteam {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-left:auto;
	margin-right:auto;
}