header{
  overflow: visible !important;
}

#searchType{
  position: absolute; z-index: 20
}

.btn_important{
  font-weight: bold;
  padding: 9px 40px;
  border: none;
  background: -moz-linear-gradient(top, #F8CD4E,#ECAB33);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8CD4E),to(#ECAB33));
  color: #4B2107;
  margin: 0;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  vertical-align: top;
  border-image: initial;
}

.petCode{
  padding-top: 12px;
}

/* チャンピオン犬（猫） */
div:nth-of-chiled(1) a {
  position:relative;
  display:block;
}
.a-champion {
  position:relative;
  display:block;
}
.champion {
  position:absolute;
  z-index:1;
  width: 22px;
  height: 23px !important;
  border: none !important;
  margin-top:4px;
  float:right;
  margin-left: 4px;
}
/* 名前の横の中点を王冠に置き換える */
.champion-icon {
  width: 22px;
  vertical-align: -15% !important;
}

/* 男の子, 女の子 */
.otokobg {
  background: #F0FFFF !important;
}
.onnabg {
  background: #FFF0F5 !important;
}
.otokoimg {
  position: absolute;
  z-index: 1;
  margin-top: 4px !important;
  right: 4px !important;
  border: none !important;
  width: 50px !important;
  height: 21px !important;
}
.onnaimg {
  position: absolute;
  z-index: 1;
  margin-top: 4px !important;
  right: 4px !important;
  border: none !important;
  width: 50px !important;
  height: 21px !important;
}

.otokoprice {
  display: block;
  width: 100%;
  background: #69B1FD !important;
  color: white !important;
}
.onnaprice {
  display: block;
  width: 100%;
  background: #FB609B !important;
  color: white !important;
}
