@charset "utf-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	yk
	Date	2014/09/12

///////////////////////////////////////////////// */

/* スタッフ
   ========================================================================== */
   
.left{
	float:left;
 }
.right{
	float:right;
}
  
h1{
	padding:0;
	margin:0;
}
   
h1 img{
	width:100%;
	zoom:1;
	-moz-transform:scale(1, 1);
}

#staffWrap h2{
	height: 36px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    background-color: #9F8D7B;
}

#staffWrap h2 img {
    width: 21px;
    height: 18px;
    margin: 9px 6px;
    zoom: 1;
    -moz-transform: scale(1, 1);
}

.staffList ul{
	overflow:hidden;
	padding:10px;
}

.staffList li{
	width:50%;
	text-align: center;
}

.staffList li img{
	width:90%;
	zoom:1;
}

.staffList li p{
	font-size:11px;
}

.staffList li b{
	display:block;
}

.staffList li b span{
	font-size:10px;
}

.no_image{
	width:70px;
	height:133px;
	background-color:#CCC;
	padding:40px;
	margin: 0 auto;
}

.no_image p{
	font-size:14px;
	font-weight:bold;
}