.search_result{
	text-align:center;
	margin-bottom:20px;
}

dl.condition {
    margin: 0px 0px 20px;
}

dl.condition dt {
    line-height: 2em;
    display: inline;
    margin: 0px 5px 0px 0px;
}

dl.condition dd {
    line-height: 2em;
    display: inline;
    margin: 0px 10px 0px 0px;
}
/* 商品一覧だけ高さ変更 */
.itemlist3 ul li {
    height: 440px;
}
@media screen and ( max-width:479px ){
.itemlist3 ul li {height: 370px;}
}
