#search_top{
  font-family: 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  font-size: 0;
}

#search_top h2 {
  position: relative;
  padding: .35em 0 .5em .5em;
  border-left: 6px solid #999999;
  color: #333333;
  font-size: 20px;
  margin-bottom: 24px;
}

#search_top h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #CCCCCC;
}

#search_top h3 {
  font-size: 16px;
  color: #333333;
  padding-bottom: 2px;
  border-bottom: 2px solid #999999;
  vertical-align: middle;
  margin-bottom: 30px;
}

#search_top h3 img{
  vertical-align:text-bottom;
  margin-right: 6px;
}

#search_top ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.bukken_category{
  display: block;
  margin: 0 auto;
}

.bukken_category_box{
  width: 176px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
  margin-right: 10px;
  overflow: hidden;
}

.bukken_category_box:last-child{
  margin-right: 0;
}

.bukken_category_btn a{
  width: 100%;
  height: 200px;
  padding-top: 40px;
  display: inline-block;
  background-color: #FFFFFF;
  transition: 0.75s;
  text-decoration: none;
  color: #333333;
}

.bukken_category_btn a:hover{
  background-color: #F1EEE2;
  color: #666666;
}

.bukken_category_btn p{
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bukken_cat_list{
  margin-bottom: 48px;
}

.bukken_cat_list ul{
  margin-bottom: 28px !important;
}

.bukken_cat_list_box{
  width: 220px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500 !important;
  vertical-align: top;
  margin-right: 14px;
}

.bukken_cat_list_box:last-child{
  margin-right: 0 !important;
}

.bukken_cat_list_btn a{
  width: 100%;
  height: 36px;
  padding-top: 12px !important;
  display: block;
  background-color: #FFFFFF;
  border: 0px #ccc solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: 1.0s;
  text-decoration: none;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bukken_cat_list_btn a:hover{
  background-color: #333333;
  border: 0px !important;
  opacity: 0.7;
  color: #FFFFFF;
  font-weight: 600;
}

.align1{
  text-align: center;
}

.mgnT60{
  margin-top: 60px;
}

.dummy_category{
  width: 100%;
  height: 240px;
  display: block;
  background-color: #CCCCCC;
  background-image: linear-gradient(45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999),
                               linear-gradient(-45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999);
  background-image: -webkit-linear-gradient(45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999),
                               -webkit-linear-gradient(-45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999);
  background-image: -moz-linear-gradient(45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999),
                               -moz-linear-gradient(-45deg, #999 25%, transparent 25%, transparent 75%, #999 75%, #999);
  background-size: 25px 25px;
}