@charset "UTF-8";
/*
投稿ページ用CSS
*/
/*-----------------------------------------------------------------
pagetitle
-----------------------------------------------------------------*/
.pagetitle#pagetitle_info {
  background-image: url(img/pagetitle/bg_info.jpg); }

/*-----------------------------------------------------------------
content
-----------------------------------------------------------------*/
#articleContainer {
  float: left;
  width: 660px; }

/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
/*ウィジェット*/
#sidewidget {
  float: right;
  width: 230px; }
  #sidewidget .widget {
    margin-bottom: 30px;
    font-size: 90%; }
    #sidewidget .widget .widgettitle,
    #sidewidget .widget .widget_categories .widgettitle {
      /*サイドタイトル*/
      height: 38px;
      padding: 0 10px;
      margin: 0 0 1px;
      background-color: #3c3334;
      line-height: 38px;
      font-weight: bold;
      color: #fff; }
    #sidewidget .widget li {
      margin: 0 0 1px;
      height: 38px; }
      #sidewidget .widget li a {
        display: block;
        padding: 0 0 0 25px;
        background: url(img/common/arrow03.png) 10px center no-repeat #f4f4f4;
        line-height: 38px; }
        #sidewidget .widget li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)"; }

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#info .titlebar01 {
  margin-bottom: 25px; }
#info .info_line {
  display: table;
  width: 660px;
  margin-bottom: 25px; }
  #info .info_line .date_wrap {
    display: table-cell;
    width: 135px;
    padding-bottom: 25px;
    border-bottom: solid 1px #79b332;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif; }
    #info .info_line .date_wrap .year {
      line-height: 130%;
      font-size: 80%; }
    #info .info_line .date_wrap hr {
      display: block;
      width: 10px;
      height: 1px;
      padding: 0;
      margin: 6px auto;
      background-color: #333;
      border: none; }
    #info .info_line .date_wrap .date {
      line-height: 130%;
      font-size: 120%; }
  #info .info_line .article_wrap {
    display: table-cell;
    width: 525px;
    padding: 0 0 25px;
    border-bottom: solid 1px #ccc;
    vertical-align: middle; }
    #info .info_line .article_wrap .icon_wrap {
      height: 26px;
      margin-bottom: 10px;
      overflow: hidden; }
      #info .info_line .article_wrap .icon_wrap .new_icon {
        float: left; }
        #info .info_line .article_wrap .icon_wrap .new_icon img {
          padding-right: 10px; }
      #info .info_line .article_wrap .icon_wrap .cat_icon {
        float: left;
        height: 26px; }
        #info .info_line .article_wrap .icon_wrap .cat_icon a {
          display: block;
          height: 24px;
          padding: 0 20px;
          line-height: 24px;
          background-color: #fff;
          border: 1px solid #ddd;
          font-size: 80%;
          color: #999; }
          #info .info_line .article_wrap .icon_wrap .cat_icon a:hover {
            -ms-filter: "alpha( opacity=70 )";
            filter: alpha(opacity=70);
            opacity: 0.7; }
    #info .info_line .article_wrap h4 a {
      text-decoration: underline;
      line-height: 130%;
      font-size: 90%; }

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  color: #333;
  margin: 30px 0 0;
  line-height: 2em;
  clear: both;
  font-size: 80%; }
  .tablenav .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333;
    text-decoration: none !important;
    text-align: center;
    line-height: 40px; }
  .tablenav a.page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none !important;
    text-align: center;
    line-height: 40px;
    color: #333; }
    .tablenav a.page-numbers:hover {
      color: #333;
      background-color: #f4f4f4;
      border: 1px solid #f4f4f4;
      text-align: center;
      line-height: 40px; }
    .tablenav a.page-numbers.next, .tablenav a.page-numbers.prev {
      width: auto;
      display: inline-block;
      height: 40px;
      padding: 0 15px;
      background-color: #fff;
      border: 1px solid #ddd;
      text-decoration: none !important;
      text-align: center;
      line-height: 40px;
      color: #333; }
    .tablenav a.page-numbers.next:hover, .tablenav a.page-numbers.prev:hover {
      background-color: #f4f4f4;
      border: 1px solid #f4f4f4;
      text-align: center;
      line-height: 40px; }

a.page-numbers.next img {
  vertical-align: middle; }

/*.tablenav .next,
.tablenav .prev {
    color:#666;
    border: 0 none;
    background: transparent;
    font-weight: bold;
    font-size:90%;
}*/
/*-----------------------------------------------------------------
投稿詳細
-----------------------------------------------------------------*/
#info_detail .titlebar01 {
  margin-bottom: 25px; }
#info_detail .dateLine {
  height: 26px;
  margin: 0 0 25px;
  overflow: hidden;
  text-align: right; }
  #info_detail .dateLine .date {
    display: inline-block;
    margin-right: 7px;
    line-height: 26px;
    font-size: 90%;
    font-weight: bold; }
  #info_detail .dateLine .new_icon {
    display: inline-block;
    padding-right: 7px; }
  #info_detail .dateLine .cat_icon {
    display: inline-block;
    height: 26px;
    margin: 0; }
    #info_detail .dateLine .cat_icon a {
      display: inline-block;
      height: 23px;
      padding: 0 20px;
      line-height: 24px;
      background-color: #fff;
      border: 1px solid #ddd;
      vertical-align: top;
      font-size: 80%;
      color: #999; }
      #info_detail .dateLine .cat_icon a:hover {
        -ms-filter: "alpha( opacity=70 )";
        filter: alpha(opacity=70);
        opacity: 0.7; }

.post_detail {
  clear: both; }

.post_detail p {
  margin-bottom: 15px;
  line-height: 160%;
  font-size: 90%;
  overflow: hidden; }

.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; }

.post_detail em {
  font-style: italic; }

.post_detail strong {
  font-weight: bold; }

.post_detail img {
  max-width: 100%;
  height: auto; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

/*前の記事/次の記事*/
#single_otherpost {
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
  font-size: 90%; }

#single_otherpost p {
  float: right;
  height: 44px; }

#single_otherpost p a:hover {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha(opacity=60);
  opacity: 0.6; }

#single_otherpost .left {
  float: left; }

#single_otherpost .list a {
  display: block;
  width: 100px;
  height: 31px;
  padding: 9px 0 0 37px;
  background: url(img/info/arrow_prev.png) 20px center no-repeat #f4f4f4;
  color: #333; }

#single_otherpost .right {
  float: right; }

#single_otherpost .right .prev,
#single_otherpost .right .next {
  width: 80px;
  margin: 0 0 0 10px; }

#single_otherpost .next a {
  display: block;
  width: 64px;
  height: 31px;
  padding: 9px 0 0 16px;
  background: url(img/info/arrow_next.png) 60px center no-repeat #f4f4f4; }

#single_otherpost .prev a {
  display: block;
  width: 45px;
  height: 31px;
  padding: 9px 0 0 35px;
  background: url(img/info/arrow_prev.png) 20px center no-repeat #f4f4f4; }

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

.post_detail a {
  text-decoration: underline; }

/*# sourceMappingURL=info.css.map */
