@charset "utf-8";
a.himekuriBtn {
  display: inline-block;
  background: #666;
  color: #FFF;
  font-size: 0.8em;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
}
a.btn-topList {
  right: 10px;
  top: 0;
}
a.btn-bottomList {
  position: relative;
  float: right;
}
#himekuriInBoxBg {
  float: none;
  position: relative;
  overflow: hidden;
}
#himekuriInBox {
  font-size: 1em;
  overflow: hidden;
  background: none;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}
.himekuriTitle {
  font-size: 1.4em;
  color: #4682b4;
  margin: 10px 0 20px;
  display: block;
}
.imgArea {
  display: block;
  float: right;
  width: 200px;
  margin: 0 0 20px 20px;
}
.imgArea img {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto 5px;
}
.imgArea .imgCaption {
  font-size: 0.8em;
  line-height: 1.2;
}
#himekuriInBox p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.himekuri-list-area {
  margin-top: 20px;
}
.articleList {
  margin: 0 0 10px;
  border-bottom: 1px dotted #DDD;
  padding: 5px;
}
.articleList:nth-last-child(1) {
  border-bottom: none;
}
.articleList .articleTitle a {
  font-size: 1.2em;
  color: #4682b4;
  margin: 10px 0;
  display: inline-block;
}
.articleList .articleDesc {
  font-size: 1em;
  line-height: 1.4;
}
.articleList .articleDate {
  display: block;
  text-align: right;
  font-size: 0.8em;
  color: #999;
}
#himekuriInBox p.articleDesc {
  margin-bottom: 0;
}