#search_header{
    
    width: 605px;
    padding-left: 19px;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    margin-bottom: 40px;
    font-size: 14px;
    color:#7c4600;
    background-color: #F7EEdc;
        
    font-family:'ＭＳ Ｐゴシック','MS-PGothic';
    
}

.entry-header-search{
    
    margin-bottom: 10px;
    font-family:'ＭＳ Ｐゴシック','MS-PGothic';
    font-size: 17px;
    text-decoration: underline;
    color: #0061B0;
    
    overflow:  hidden;
    width :624px;         
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.entry-header-search a{
    
    text-decoration: underline;
    color: #0061B0;
    
}

.entry-date-search {
    
    mrgin-bottom: 10px;
    font-family:'ＭＳ Ｐゴシック','MS-PGothic';
    font-size: 13px;
    
    color: #CDA166;
    margin-bottom: 10px;
    
    
}
.entry-date-search a{
    
    
    font-family:'ＭＳ Ｐゴシック','MS-PGothic';
    font-size: 13px;
    
    color: #CDA166;
    
    
}

.entry-summary-search{
  vertical-align: top;
  line-height: 19px;
  font-size: 13px;
  font-family:'ＭＳ Ｐゴシック','MS-PGothic';
  color: #4c4948;
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.entry-summary-search p{
    
    margin-top: 0px;
    margin-bottom: 0px;
    
}