﻿body { background-color: #dfdfdf; font-family: Arial; color: #666; }

.searchResultList_Wrapper { background-color: #fff; width: 100%; font-size: 14px; }

.searchResult_Item { height: 60px; width: 10z0%; 
display: flex; justify-content: start; align-items: center; cursor: pointer;}

.searchResult_Item + .searchResult_Item { border-top: 1px solid #ddd; }

.searchResult_Item .Item_Image { width: 70px; height: 70px;
    display: flex; justify-content: center; align-items: center; }
.searchResult_Item .Item_Image a img { width: auto; height: auto; max-height: 40px; max-width: 40px; }

.Item_Content { height: 60px; }
    
.Item_Description { height: 60px; display: flex; justify-content: start; align-items: center;  }
    
.Item_Description_Format { 
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 334px; }
    
.Item_Price {
  height: 0px;
  font-size: 12px; color: #999; display: flex; justify-content: start; align-items: center; 
}