@charset "utf-8";
/* CSS Document */

#catch {
	width: 96%;
	margin: 1em auto;
}
#staff_list {
	width: 320px;
	margin: 0 auto;
	margin-bottom: 4em;
}
#staff_list .explanation {
	padding: 1em;
	background-image: url(../img/base/texture/slash.gif);
	text-align: center;
}
.staff {
	width: 150px;
	margin: 0 5px;
	float: left;
	text-align: center;
}
.staff .message {
	width: 150px;
	height: 4.8em;
	font-size: 0.8em;
	line-height: 1.2em;
}
.staff .message p {
	width: 150px;
	height: 4.8em;
	display: table-cell;
	vertical-align: bottom;
	padding: 0 1em;
	background-image: url(../img/main/staff/comment_bg.gif);
	background-repeat: no-repeat;
	-moz-backgroud-size: contain;
	background-size: contain;
	background-position: bottom;}
.photo {
	margin: 0.5em 0 1em 0;
}
.staff .title {
	font-size: 0.8em;
	line-height: 1.2em;
}
.staff .name {
	line-height: 1.8em;
}
.staff .name_02 {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999999;
	letter-spacing: 0.3em;
}

/*---------------------------------
_検索部分
-----------------------------------*/
#search {
	background-image: url(../img/base/texture/slash.gif);
	padding: 1em 0;
}
#search .ico_text {
	margin-left: 1.5em;
}
#search ul {
	margin: 0 1em;
}
#search ul li {
	float: left;
	width: 30%;
	height: 40px;
	line-height: 40px;
	margin: 0 1.6%;
}
#search ul li a  {
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
}
#search ul li.search_all {
	background-color: #42BED0;
}
#search ul li.search_01 {
	background-color: #F3BD1B;
}
#search ul li.search_02 {
	background-color: #65A954;
}

/*---------------------------------
_1024～
-----------------------------------*/
@media screen and (min-width : 480px) {
	#staff_list {
		width: 480px;
		margin: 0 auto;
		margin-bottom: 100px;
	}
}
@media screen and (min-width : 640px) {
	#catch {
		margin-bottom: 50px;
	}
	#staff_list {
		width: 640px;
	}
}
@media screen and (min-width : 980px) {
	.staff {
		width: 175px;
		margin: 0;
		margin-right: 10px;
		float: left;
	}
	#staff_list {
		width: 740px;
		margin-right: 10px;
	}
	.staff .message {
		width: 175px;
	}
	.staff .message p {
		width: 175px;
	}
	.photo {
		margin: 0.5em 0 1em 0;
	}
	.staff .title {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	.staff .name {
		line-height: 1.8em;
		
	}
	.staff .name_02 {
		font-size: 0.8em;
		line-height: 1.2em;
		color: #999999;
	}
	
	h2 {
		background-color: inherient;
		background-image: url(../img/main/staff/page_title.gif);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width : 980px), 
only screen and (min-device-pixel-ratio: 2) and (min-width : 980px) {
	
	h2 {
		background-color: inherient;
		background-image: url(../img/main/staff/page_title_l.gif);
		-webkit-background-size:730px 80px; 
		background-size: 730px 80px; 
	}
	
}