@charset "utf-8";

div.sho_project_01_outer{
  position:relative;
  height:15px;
}


div.sho_project_01_outer > span.bar_text{
  position:absolute;
  z-index:30;
  
  -webkit-appearance: none;
  border-radius: 2px;
  background:transparent;
  
  display:inline-block;
  width:100%;
  height:15px;
  
  line-height:15px;
  text-align:center;  
  font-size:12px;
  color:#fff;
}

