@charset "utf-8";

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

* page.css

*********************************************************************
*/
#Contents{
  padding-bottom:0px;
}

.staffSect {
  margin-bottom:30px;
}
.staffSect .sectTit {
}
.staffSect .sectMain {
  padding:15px;
}
.staffSect .sectMain .photo {
  width:176px;
  float:left;
}
.staffSect .sectMain .txtBlock {
  width:420px;
  float:right;
}
.staffSect .sectMain .txtBlock .txt {
}
.staffSect .sectMain .txtBlock .blockList {
}
.staffSect .sectMain .txtBlock .blockList dt,
.staffSect .sectMain .txtBlock .blockList dd {
  font-size: 1.3em;
}
.staffSect .sectMain .txtBlock .blockList dt {
  clear:both;
  width:80px;
  float:left;
}
.staffSect .sectMain .txtBlock .blockList dd {
  width:340px;
  float:right;
}
.staffSect .sectMain .txtBlock .txtBox {
}
.staffSect .sectMain .txtBlock .txtBox .txt {
}
.photoImg {
}
