.item_table{
    padding: 0 10px;
}
.release_ymd_header{
    padding: 6px 10px;
    background: #ddffbb;
    border-left: solid 13px #89cd00;
    margin-bottom: 5px;
}
.item_row{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.item_cell{
    display: table-cell;
    width: 16.666%;
    vertical-align: top;
    text-align: center;
    padding: 0 5px;
}
.item_box{
    border: solid 1px #cfcfcf;
    padding: 0 5px;
    margin-bottom: 10px;
}
.item_box:hover {
    border: #89cd00 solid 3px;
    margin: -3px;
}
.item_image_container{
    display: inline-block;
}
.item_image{
    display:table;
    height: 150px;
    width: 150px;
}
.item_image > div{
    display: table-cell;
    vertical-align: middle;
}
.item_image img{
    display: block;
    margin: 0 auto;
    max-height: 150px;
    max-width: 150px;
}
.item_info_container{
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
}
.item_name{
    height: 3.5em;
    line-height: 1.3;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 3px;
}
.item_brand{
    height: 1em;
    overflow: hidden;
}
.item_price{
    overflow: hidden;
    position: absolute;
    bottom:5px;
}
.item_price p {
    line-height: 1.4;
}
/* list type */
.item_list{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.item_list td , .item_list th{
    padding: 10px;
    border-bottom: solid 1px #669900;
}
.release_date_td{
    background: #ddffbb;
}
.number_td{
    text-align: right;
}
/* pager */
.pager_table{
    width: 100%;
    margin-bottom: 10px;
}
.pager_table td{
    padding: 0 40px;
}
.pager_info{
    font-size: 15px;
}
ul.pager_list{
    display: inline-block;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}
ul.pager_list li{
    list-style: none;
    display: inline;
}
ul.pager_list li a{
    position: relative;
    display: inline-block;
    color: #454545;
    padding: 5px 7px;
    line-height: 20px;
    border: 1px solid #669900;
    background-color: #ddffbb;
}
.pager_link{
    position: relative;
    display: inline-block;
    color: #454545 !important;
    padding: 5px 7px;
    line-height: 20px;
    border: 1px solid #669900;
    background-color: #ddffbb;
}
ul.pager_list b{
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 5px 7px;
    line-height: 20px;
    border: 1px solid #669900;
    background-color: #89cd00;
}
/* header */
.serche_result_header{
    margin: 10px;
}
.serche_result_header h1{
    float: left;
    margin: 0 10px 0 0;
}
.serche_result_header_count{
    margin: 0;
    float: left;
    font-size: 14px;
    color: #ffffff;
    border: solid 1px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #89cd00;
}
.serche_result_header_mode{
    float: right;
    vertical-align: top;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    display: table;
    width: 100px;
}
.serche_result_header_mode a{
    display: table-cell;
    text-align: center;
}
.serche_result_header_mode a:first-child{
    border-right:solid 1px #cfcfcf;
}
.serche_result_header_mode a:hover{
    background: #ddffbb;
}
.serche_result_header_mode a img{
    height:35px;
}
.active_mode{
    background: #ddffbb;
}
.clearfix:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
</style>
<style>
.search_menu_container{
    margin: 10px;
}
.search_menu{
    min-width: 100px;
    height: 30px;
    padding: 0;
    background: #ffffff;
    display: inline-block;
}
.search_menu div{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.search_menu div a{
    display: block;
    margin: 0;
    color: #5e5e5e;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
    padding-right: 10px;
}
.search_menu div ul{
    list-style: none;
    position: absolute;
    width: 200%;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
    z-index: 99999;
}
.search_menu div ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #454545;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.search_menu div ul li a{
    padding: 0px 15px;
    background: #ffffff;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.search_menu div ul li a:hover{
    background-color: #cfcfcf;
}
.search_menu div:hover > a{
  background: #ffffff;
  color: #454545;
}
.search_menu > div:hover > a{
  border-radius: 3px 3px 0 0;
}
.search_menu div:hover ul{
    border:solid 1px #cfcfcf;
}
.search_menu div:hover ul li{
  overflow: visible;
  height: 30px;
  border-top: 1px solid #cfcfcf;
}
.search_menu div:hover ul li:first-child{
  border-top: 0;
}
.search_menu div:hover ul li:last-child{
  border-bottom: 0;
}
.search_menu div:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.down_arrow{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.search_result_zero{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
