@charset "utf-8";


#tumblrListArea {
  width: 90%;
  margin: 0 auto;
  padding: 0 0;
  text-align: left;
}
#tumblrListArea .tumbListWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
}
#tumblrListArea .tumbListWrap h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 150%;
    line-height: 2.5em;
}
#tumblrListArea .tumbListWrap .tumblrEntryBox {
    width: 100%;
    margin-bottom: 50px;
}
#tumblrListArea .tumbListWrap .tumblrEntryBox h4 {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 120%;
    line-height: 2.0em;
}
#tumblrListArea .tumbListWrap .tumblrEntryBox p.tumblrDate {
    padding: 0 10px;
    margin-bottom: 20px;
}
#tumblrListArea .tumbListWrap .tumblrEntryBox div.tumblrContent {
    padding: 0 10px;
}
#tumblrListArea .tumbListWrap .tumblrEntryBox div.tumblrContent img {
}

