@charset "UTF-8";
/*
投稿ページ用CSS
*/
/*-----------------------------------------------------------------
content
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
infomain
-----------------------------------------------------------------*/
#main_info {
  float: right;
  width: 720px;
  overflow: hidden;
}

/*+-+-+-+-+-+-+-+-+-+-一覧（全新着、カテゴリ、月別、日別共通）+-+-+-+-+-+-+-+-+-+-+-+-*/
.post_list {
  margin: 0 0 15px;
  border-bottom: dotted 1px #dcdcd6;
  clear: both;
  overflow: hidden;
  padding: 10px 10px 20px;
}

.post_list_content {
  float: right;
  width: 590px;
  overflow: hidden;
}

.post_list_date {
  height: 24px;
  margin: 0 0 15px;
  overflow: hidden;
}

.post_list_date .date {
  float: left;
  height: 24px;
  margin-right: 15px;
  line-height: 24px;
  font-size: 85%;
  font-weight: bold;
}

.cat_icon {
  float: left;
  margin: 0 10px 0 0;
  font-size: 75%;
  width: 114px;
  height: 24px;
  background-color: #1e9e2a;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.cat_icon a {
  display: inline-block;
  width: 114px;
  color: #fff;
  text-decoration: none;
}

.cat_icon a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.newIcon {
  /*float:left;*/
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.newIcon img.new_icon {
  /*display: table-cell;*/
  vertical-align: middle;
}

.post_list_title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 100%;
}

.post_list_title a {
  line-height: 150%;
  font-weight: bold;
  color: #333;
  text-align: justify;
}

.post_list_title a:hover {
  color: #999;
}

.post_list_text {
  line-height: 150%;
  font-size: 85%;
}

.post_list_text a {
  color: #a32521;
  text-decoration: underline;
}

.post_list_text a:hover {
  text-decoration: none;
}

.more {
  padding: 10px 0 0;
  text-align: right;
  display: inline-block;
}

/*サムネイル*/
.post_list_img {
  float: left;
  width: 113px;
}

.post_list_img:hover {
  -ms-filter: "alpha( opacity=70 )" !important;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.post_list_img img {
  vertical-align: top;
}

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  color: #333;
  margin: 30px 0 0;
  line-height: 2em;
  clear: both;
  font-size: 90%;
}

.tablenav .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: #00479a;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  line-height: 40px;
}

a.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e7eef6;
  text-decoration: none !important;
  text-align: center;
  line-height: 40px;
  color: #333;
}

a.page-numbers:hover {
  color: #fff;
  background-color: #00479a;
  text-align: center;
  line-height: 40px;
}

a.page-numbers.next,
a.page-numbers.prev {
  width: auto;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  background-color: #e7eef6;
  text-decoration: none !important;
  text-align: center;
  line-height: 40px;
  color: #333;
}

a.page-numbers.next:hover,
a.page-numbers.prev:hover {
  color: #fff;
  background-color: #00479a;
  text-align: center;
  line-height: 40px;
}

/*.tablenav .next,
.tablenav .prev {
        color:#666;
        border: 0 none;
        background: transparent;
        font-weight: bold;
        font-size:90%;
}*/
/*+-+-+-+-+-+-+-+-+-+-投稿詳細+-+-+-+-+-+-+-+-+-+-+-+-*/
#main_info .titlebar {
  margin: 0 0 15px;
  line-height: 160%;
  font-weight: bold;
  border-bottom: 1px dotted #c9c9c9;
  padding: 9px;
}

#main_info .dateLine {
  padding: 0 0 25px;
  margin: 0 0 25px;
  background: url(img/info/article_date_line.png) left bottom no-repeat;
  overflow: hidden;
  text-align: right;
}

#articleDate {
  line-height: 22px;
  font-size: 80%;
  display: inline-block;
  float: none;
}

#main_info .dateLine .cat_icon {
  font-size: 80%;
  display: inline-block;
  float: none;
}

.post_detail .aligncenter {
  display: block;
  margin: 0 auto;
}

.post_detail .alignright {
  float: right;
}

.post_detail .alignleft {
  float: left;
}

.post_detail .detail_thumnail {
  margin-bottom: 25px;
}

.post_detail .detail_thumnail img {
  border: 1px solid #c8c8c8;
}

.post_detail .detailTxt {
  padding: 0 0 50px;
  margin: 0 0 30px;
  border-bottom: dotted 1px #ccc;
}

.post_detail p {
  line-height: 160%;
  font-size: 85%;
}

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

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

.post_detail h1 {
  font-size: 160%;
  font-weight: bold;
  padding: 15px 0;
}

.post_detail h2 {
  font-size: 150%;
  font-weight: bold;
  padding: 15px 0;
}

.post_detail h3 {
  font-size: 140%;
  font-weight: bold;
  padding: 15px 0 !important;
  border-bottom: none !important;
}

.post_detail h4 {
  font-size: 130%;
  font-weight: bold;
  padding: 15px 0;
}

.post_detail h5 {
  font-size: 120%;
  font-weight: bold;
  padding: 15px 0;
}

.post_detail h6 {
  font-size: 110%;
  font-weight: bold;
  padding: 15px 0;
}

/*前の記事/次の記事*/
#single_otherpost {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

#single_otherpost a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#single_otherpost .next {
  float: right;
  height: 40px;
}

#single_otherpost .next a {
  display: inline-block;
  width: 66px;
  height: 40px;
  background: url(./img/info/next.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#single_otherpost .prev a {
  display: inline-block;
  width: 66px;
  height: 40px;
  background: url(./img/info/prev.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#single_otherpost .prev {
  float: left;
  height: 40px;
}

#single_otherpost a:hover {
  background-color: #a32521;
  color: #fff;
}

/*記事下ナビゲーション*/
#single_prev {
  height: 40px;
  background-color: #ece9e4;
  overflow: hidden;
  font-size: 90%;
}

#single_prev p {
  float: left;
  height: 40px;
}

#single_prev p a {
  display: block;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  background: url(img/info/single_prev_line.png) right center no-repeat;
}

#single_prev p.last a {
  background: none;
}

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

.post_detail a {
  text-decoration: underline;
}

/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#infoSide {
  float: left;
  width: 240px;
}

/*ウィジェット*/
.widget {
  width: 240px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c8c8c8;
  /*サイドタイトル*/
  /*
    li{
        margin: 20px 0;
        font-size: 85%;
        a {
            display: inline-block;
            padding-left: 20px;
            background: url(img/info/side_icon.png) 0 8px no-repeat;
            line-height: 150%;
            color: #333;
            text-decoration: none;
            &:hover{
                color: #999;
            }
        }
    }
    */
}

.widget ul {
  padding: 0 12px;
  border-width: 0 1px 1px 1px;
  background-position: center 12px;
}

.widget ul li {
  padding: 15px 0 15px 4px;
  background-image: url(./img/common/sider_li_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.widget ul li a {
  background-image: url(./img/common/icon_triangle01.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 10px;
  display: block;
  font-size: 87.5%;
}

.widget ul li ul {
  margin-left: 20px;
  background: none;
  padding: 4px 0;
  border: 0;
}

.widget ul li ul li {
  background: none;
  padding: 0;
}

.widget ul li ul li:before {
  content: "・";
  display: inline-block;
}

.widget ul li ul li a {
  background: none;
  display: inline-block;
  padding: 0;
}

.widget .widgettitle {
  background-color: #00479a;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
  font-size: 125%;
}

.widget .widgettitle:after {
  content: "";
  display: block;
  border: 1px solid #003778;
}
/*# sourceMappingURL=info.css.map */