/* Scss Document */
.blogTopList {
  width: 745px;
}

.blogTopList li {
  border-bottom: 1px dashed #CCC;
  border-right: 1px dashed #CCC;
  display: block;
  width: 370px;
  float: left;
}

.blogTopList li a {
  display: block;
  min-height: 130px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.blogTopList li a figure {
  float: left;
  width: 120px;
  height: 90px;
  background-color: #DDD;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  overflow: hidden;
}

.blogTopList li a figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.blogTopList li a .nophoto:before {
  height: 90px;
  line-height: 90px;
  width: 120px;
  content: 'No Photo';
  color: #999;
  display: block;
  text-align: center;
  poactiveition: absolute;
  top: 0;
  left: 0;
}

.blogTopList li a h3 {
  color: #F6703B;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #F6703B;
  width: 320px;
  float: left;
  margin: 0 0 10px 10px;
  font-size: 1.2em;
}

.blogTopList li a p {
  margin: 5px 0 0 130px;
  font-size: 12px;
  line-height: 1.4;
  color: #0d0d0d;
}

.blogTopList li a p.date {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 1em;
  margin: 0 10px 0 0;
  color: #333;
}

.blogList {
  width: 745px;
}

.blogList li {
  display: block;
  float: left;
  width: 220px;
  margin-right: 20px;
  margin-bottom: 35px;
}

.blogList li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}

.blogList li a figure {
  width: 220px;
  height: 165px;
  background-color: #DDD;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  overflow: hidden;
  margin-bottom: 5px;
}

.blogList li a figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.blogList li a figure img {
  margin-bottom: 10px;
}

.blogList li a .nophoto:before {
  height: 165px;
  line-height: 165px;
  width: 100%;
  content: 'No Photo';
  color: #999;
  display: block;
  text-align: center;
  poactiveition: absolute;
  top: 0;
  left: 0;
}

.blogList li a h3 {
  font-size: 1.5em;
}

.blogList li a p.date {
  font-size: 0.9em;
  color: #333;
}

.blogList li:nth-child(3n) {
  margin-right: 0;
}

#blog {
  background-color: #fff;
  padding: 10px 17px 100px;
}

#blog p.pagenation {
  color: #787878;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-align: right;
  width: 690px;
}

#blog h2 {
  margin-bottom: 30px;
  margin-left: -12px;
  margin-top: -1px;
}

#blog .article h3 {
  border-left: 4px solid #F6703B;
  padding-left: 5px;
  margin-bottom: 15px;
  font-size: 2em;
}

#blog .article .articleHeader {
  margin-bottom: 20px;
}

#blog .article .sns {
  width: 50%;
  float: left;
}

#blog .article .date {
  width: 50%;
  float: right;
  text-align: right;
}

#blog .article .mainPhoto {
  text-align: center;
  margin-bottom: 20px;
}

#blog .article .mainPhoto img {
  width: 400px;
  height: auto;
  border: 1px solid #CCC;
}

#blog .article .sentence {
  margin-bottom: 30px;
}

#blog .article .sentence figure {
  width: 400px;
  height: auto;
  background-color: #DDD;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#blog .article .sentence figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

#blog .article .reference {
  clear: both;
}

.sentence img {
  display: block;
  margin: 16px auto;
  max-width: 100%;
  width: auto;
}

.sentence p {
    margin-bottom: 1.5em;
}