@charset "utf-8";

/* ブログ一覧（最新・全て・月別）
--------------------------------------------------------------------*/

#blog {
  overflow: hidden;
  padding-bottom: 20px;
}

#blog #left {
  width: 470px;
  float: left;
}

#blog #left dl {
  margin-bottom: 20px;
}

#blog #left dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 7px 15px;
  background: url(../image/04_bg.jpg) left no-repeat;
  border-bottom: 1px solid #dbdbdb;
}

#blog #left dl dt a {
  text-decoration: none;
  color: #000;
}

#blog #left dl dd.time {
  font-size: 0.85em;
  line-height: 1.6;
}

#blog #left dl dd.btn {
  margin-top: 10px;
  text-align: right;
}

#blog #right {
  width: 150px;
  float: right;
  padding-bottom: 20px;
}

#blog #right table {
  font-size: 0.85em;
  margin: 10px 0 20px;
}

#blog #right table th,
#blog #right table td {
  border: none;
  padding: 3px 0 1px;
  text-align: center;
  background: none;
}

#blog #right table th {
  font-weight: bold;
  width: 21px;
}

#blog #right table caption {
  text-align: left;
  font-weight: bold;
  padding: 2px 0 0 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  line-height: 1.6;
}

#blog #right table td a {
  color: #c7b3a6;
}

#blog #right p.title {
  background: #6d583f;
  padding: 2px;
  line-height: 1.2;
  font-size: 0.93em;
  color: #fff;
}

#blog #right p.title span {
  display: block;
  /*border:1px solid #fff;*/
  padding: 5px 5px 3px;
  text-align: center;
  color: #fff;
}

#blog #right ul.arc {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#blog #right ul.arc li {
  background: url(../image/blog_icon.gif) left 3px no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
}

#blog #right ul li.last {
  margin-bottom: 0;
  padding-left: 0;
  background: none;
  text-align: right;
  list-style: none;
}

#blog #right ul.news {
  margin-top: 10px;
  padding-bottom: 10px;
  /*border-bottom:1px dotted #CCC;*/
}

#blog #right ul.news li {
  /*list-style:disc;*/
  margin-left: 20px;
  font-size: 0.85em;
}

@media screen and (max-width: 680px) {
  #blog #left {
    float: none;
    width: 100%;
  }
  #blog #right {
    float: none;
    margin: 50px auto 0;
  }
  #blog #right ul.news li {
    margin-left: 0;
  }
  #blog #right ul.news li:nth-child(n+6) {
    display: none;
  }
}
