/* diary
---------------------------------------------------------------------------*/
#diary {
  min-height: 1148px;
}

#diary img {
  max-width: 100%;
}

#diary dl {
  padding: 30px 25px 0;
}

#diary dt {
  padding: 0 5px 5px;
  text-align: right;
  border-bottom: 1px dotted #777777;
}

#diary dt a {
  font-size: 16px;
  font-weight: bold;
  color: #ae5bce;
  text-decoration: none;
}

#diary dt a:hover {
  text-decoration: underline;
}

#diary dd {
  padding: 15px 15px 40px;
}

#diary dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

#diary .photo {
  float: left;
  width: 40%;
  margin: 0 10px 10px 0;
  text-align: center;
}

#diary .photo img {
  max-width: 100%;
}

#diary .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

#diary .time {
  font-size: 12px;
  padding-bottom: 15px;
}

#diary .pager {
  margin: 0 25px 30px;
}
