#contents .BLOG_container h3 {
  font-size: 3.25vw;
  margin: 8vw 0 4.5vw;
}

#contents .BLOG_container .button {
  margin: 1vw 0;
  padding: .8em .4em;
}

#contents .BLOG_container .button:before {
  width: 1vw;
}

#contents .BLOG_container .jusyou dt {
  width: 15%;
  margin-right: 2.5%;
}

#contents .BLOG_container .jusyou dd {
  width: 82.5%;
}

#contents .BLOG_container .profile {
  padding: 5%;
}

#contents .BLOG_container .profile th {
  padding-right: 5vw;
}

#contents .BLOG_container .left-padding {
  padding-left: 5%;
}

#contents .BLOG_container h3.calender {
  margin: 0;
  background-color: #725b3c;
  padding: 2px 0;
  color: white;
}

#contents .BLOG_container .calender {
  width: 100%;
  text-align: center;
}

#contents .BLOG_container .calender table {
  font-size: 2vw;
}

#contents .BLOG_container .calender table th {
  padding: 0;
}

#contents img {
  width: auto;
  max-width: 100%;
}

#contents section {
  border-bottom: 1px #CCC solid;
  margin-bottom: 10vw;
  overflow-x: hidden;
}

#contents section:last-child {
  border: none;
}

#contents section.border-less {
  border: none;
}

#contents section .blog_link_common li {
  border-top: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  margin: 4.6875% 0;
  padding: 4.6875%;
}

#contents section .blog_link_common li:last-child {
  border-bottom: none;
}

#contents section .blog_link_common li a {
  display: block;
  text-decoration: none;
}

#contents section .blog_link_common li img {
  padding: 4.6875%;
}
