@charset "utf-8";
/* CSS Document */
.section {
  width: 570px;
  min-height: 350px;
  margin: 0 auto 30px;
  overflow: unset !important;
}
.clear {
  clear: both;
}
li.list_cont {
  margin: 0 10px 20px 0;
  padding: 0;
  width: 270px;
  height: 150px;
  float: left;
}
li.height2020 {
  height:210px;
}
.staff_area {}
.staff_left {
  padding-left: 0 !important;
  float: left;
  width: 70px;
}
.staff_right {
  float: right;
  width: 200px;
}
#contRight h4 {
  color: #444;
  border: 0;
}
.heading04 {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3em;
  color: #444;
}
.staff_text {
  font-size: 12px !important;
  line-height: 1.2em;
}
.img_fix {
  width: 70px;
}
.department {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 2px #999;
  clear: both;
  padding: 0 0 2px 20px;
  background: url(img/heading02_arrow.png) no-repeat left 4px;
  background-position: initial;
}
.hansokustff {
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */