@charset "UTF-8";
/* あ */

div#small_header{
  padding-bottom: 30px;
  background: #fff url("../../../images/repair/small/header_back.png") repeat-x  left bottom;
  text-align: center;
}

/* スマートフォン */
@media screen and (max-width:639px){
  div#small_header{
    border-top: 1px solid #ccc;
  }
}