@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
.staff h3{
  margin-bottom:10px;
  background:url(../images/index-images/info-icon.png) 0 50% no-repeat;
  padding-left:15px;
}
.staff p{
  margin-bottom:15px;
  padding-left:15px;
}

.staff .float-l img{
  width:100%;
  height:auto;
}
/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
.staff .float-l{
  width:300px;
}
.staff .float-r{
  width:750px;
}

}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:1199px) {
.staff .float-l{
  width:30%;
}
.staff .float-r{
  width:66%;
}


}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */

@media screen and (max-width: 649px) {
.staff .float-l{
  width:100%;
  float:none;
  margin-bottom:10px;
}
.staff .float-r{
  width:100%;
  float:none;
}


}


