@charset "UTF-8";
/*
投稿ページ用CSS
*/
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
#post-page {
  overflow: hidden;
}

#post-page #sidebar {
  width: 193px;
  float: left;
}

#post-page .main-contents {
  float: right;
  width: 730px;
}

.widget {
  margin-bottom: 25px;
}

.widget .widgettitle {
  background-image: url(./img/info/info-sidebar-title.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 193px;
  height: 57px;
  padding: 15px 0 0 20px;
}

.widget ul {
  width: 182px;
  margin: 0 auto;
}

.widget ul li {
  background-image: url(./img/common/icon-circle.png);
  background-position: left center;
  background-repeat: no-repeat;
  list-style: none;
  padding: 12px 0 12px 20px;
  position: relative;
}

.widget ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
}

#post-page .main {
  float: right;
  width: 740px;
}

#post-page .main .listTitle {
  padding: 10px 15px 9px;
  background-image: url(./img/info/info-title01.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 52px;
  width: 100%;
  font-size: 18px;
  padding-top: 9px;
  padding-left: 34px;
  color: #fff;
}

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#postList {
  margin: 25px 0 0 0;
  overflow: hidden;
  width: 730px;
}

#postList li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 15px 0 15px 2px;
  list-style: none;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#postList li .catIcon {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
}

#postList li .catIcon a {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  background-color: #522900;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

#postList li .title {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 12px;
  color: #333;
}

#postList li .title h4 {
  text-align: left;
  font-size: 14px;
}

#postList li .date {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}

#postList li .new_icon_p {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
/*-----------------------------------------------------------------
投稿詳細
-----------------------------------------------------------------*/
#infoDetail {
  float: right;
  width: 740px;
}

#infoDetail #articleTitle {
  padding: 20px 0 28px 20px;
  margin: 0 0 10px;
  background-image: url(./img/info/info-description-title.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 18px;
}

#infoDetail .thumbnail {
  clear: both;
  margin: 35px auto 30px;
  width: 450px;
  text-align: center;
}

#infoDetail #status {
  float: right;
  display: table;
  margin-bottom: 40px;
}

#infoDetail #status .date {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  font-size: 14px;
}

#infoDetail #status .catWrap {
  display: inline-block;
  vertical-align: top;
}

#infoDetail #status .catWrap .catIcon {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  background-color: #522900;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

#infoDetail #status .catWrap a {
  color: #fff;
}

/*
#eyeCatch {
    clear: both;
    width: 400px;
    margin: 0 auto 30px;
    text-align: center;
}
*/
.post_detail {
  clear: both;
  padding-bottom: 50px;
  overflow: hidden;
  font-size: 12px;
  color: #333;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.post_detail p {
  clear: both;
  margin-bottom: 15px;
  line-height: 150%;
}

.post_detail p img.alignright {
  text-align: right;
}

.post_detail .alignleft {
  float: left;
}

.post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post_detail .alignright {
  float: right;
}

.post_detail img {
  width: auto;
  height: auto;
}

.post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post_detail img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

.post_detail img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.post_detail ul {
  margin-left: 20px;
  list-style: disc outside;
}

.post_detail ol {
  margin-left: 30px;
  list-style: decimal outside;
}

.post_detail h1 {
  padding: 9px 15px 9px 34px;
  background-image: url(./img/info/info-title01.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 52px;
  width: 100%;
  font-size: 18px;
  padding-top: 9px;
  padding-left: 34px;
  color: #fff;
  margin-bottom: 10px;
}

.post_detail h2 {
  padding: 9px 15px 9px 34px;
  background-image: url(./img/info/info-title02.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 52px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.post_detail h3 {
  padding: 9px 15px 9px 4px;
  background-image: url(./img/info/info-title03.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 52px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.post_detail h4 {
  padding: 9px 0 9px 4px;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 52px;
  width: 100%;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.post_detail h5 {
  background-image: url(./img/common/icon-circle.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

.post_detail h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.post_detail h6:before {
  content: "- ";
  color: #7b7d77;
}

.post_detail em {
  font-style: italic;
}

.post_detail table {
  margin: 30px auto;
}

.post_detail table th {
  padding: 15px;
  background-color: #b89775;
  border: solid 1px #ccc;
  text-align: center;
  font-weight: bold;
}

.post_detail table td {
  padding: 15px;
  border: solid 1px #ccc;
  text-align: center;
}

/*+-+-+-+-+-+-+-+-+-+-投稿画像のマージン・投稿詳細内テキストリンク+-+-+-+-+-+-+-+-+-+-+-+-*/
.post_list_detail img {
  margin: 5px;
}

.post_detail a {
  text-decoration: underline;
  color: #8c5217;
}

.post_detail a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  clear: both;
  text-align: right;
  padding-top: 20px;
  height: 65px;
}

#single_otherpost p {
  display: inline-block;
}

#single_otherpost p a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background-color: #d8bc81;
  color: #522900;
  border-radius: 19px;
  margin: 0 2.5px;
  text-align: center;
}

#single_otherpost p a.current {
  background-color: #8c5217;
  color: #fff;
}

#single_otherpost p.next a {
  display: inline-block;
  width: 38px;
  height: 38px;
}

#single_otherpost p.prev a {
  display: inline-block;
  width: 38px;
  height: 38px;
}

#single_otherpost p.list a {
  display: inline-block;
  padding: 0 30px;
}

/*+-+-+-+-+-+-+-+-+-+-新着情報トップへ+-+-+-+-+-+-+-+-+-+-+-+-*/
#backList {
  padding: 10px 15px;
  border: solid 1px #ccc;
  font-size: 80%;
}

#backList p {
  display: inline;
}
