@charset "UTF-8";
/*==========================================================================================
	CSS member style
	Date: 2013-06-04(+09:00)
	Maintained: Toshiya Shimizu
==========================================================================================*/
/* このスタイルシートの構成
/* ------------------
 *
 * 001:	 .memberBlock
 */
/*==========================================================================================

	001:	.memberBlock

==========================================================================================*/
.memberBlock .pageHead {
  margin-bottom: 10px;
}

.memberImage {
  margin-bottom: 80px;
}

@media (max-width: 977px) {
  .memberImage img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 977px) {
  .memberList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.memberUnit {
  width: 222px;
  margin: 0 0  80px 30px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 977px) {
  .memberUnit {
    width: 210px;
    margin: 0 11px 40px;
  }
}

.memberUnit.first {
  margin-left: 0;
  clear: both;
}

@media (max-width: 977px) {
  .memberUnit.first {
    margin-left: 15px;
  }
}

.memberUnit.last {
  margin-bottom: 0;
}

.memberUnit .memPH {
  margin: 0 0 16px;
}

.memberUnit .title {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px dotted #babfc5;
  text-align: center;
}

.memberUnit .title .name {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.memberUnit .title .pos {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
}
/*# sourceMappingURL=style.css.map */