@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////

  秋のデッキ・テラス特集

/////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 特集ページ
------------------------------------------------------------------------*/
.deck_terrace {
  position: relative;
  top: -11px;
  left: -16px;
  width: 730px;
  background-color: #fff;
}
.deck_terrace img {
  vertical-align: bottom;
}
/* =====================================================================================================

  トップページ

======================================================================================================*/
.deck_terrace_index p.lead {
  margin: 20px 0;
  font-size: 16px;
}
.deck_terrace_index .nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.deck_terrace_index .nav li {
  margin-bottom: 20px;
}
/* =====================================================================================================

  詳細ページ

======================================================================================================*/
.deck_terrace_detail .media img {
  float: left;
  margin-right: 20px;
}
.deck_terrace_detail .media .txt {
  overflow: auto;
  font-size: 16px;
}
.deck_terrace_detail .view_showcase {
  margin: 30px 0;
  text-align: right;
}
/* ページナビゲーション
------------------------------------------------------------------------*/
.deck_terrace_detail .page_nav {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.deck_terrace_detail .page_nav li.prev {
  float: left;
}
.deck_terrace_detail .page_nav li.next {
  float: right;
}
.deck_terrace_detail .page_nav li a {
  font-size: 18px;
  color: #00f;
  text-decoration: underline;
}
.deck_terrace_detail .page_nav li a:hover {
  text-decoration: none;
}
