@charset "UTF-8";
/*
投稿ページ用CSS
*/
/*コンテンツwidth*/
/*よく使う色*/
/*ボーダー*/
/*リンクのhover効果*/
/*opacity*/
/*fade animation*/
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
#side {
  width: 285px;
  text-align: left;
  overflow: hidden;
  margin: 0 0 40px 0; }
  #side .widgettitle {
    padding: 0 0 0 25px;
    line-height: 60px;
    font-size: 18rem;
    font-weight: bold;
    color: #ffffff;
    background: #023894 url(../img/common/icon01.png) 0px center no-repeat; }
  #side .widget {
    margin-bottom: 50px; }
  #side ul li {
    line-height: 140%;
    font-size: 14rem;
    border-bottom: 1px solid #ffffff; }
    #side ul li a {
      padding: 15px 0 15px 25px;
      line-height: 140%;
      font-size: 14rem;
      font-weight: normal;
      color: #333333 !important;
      text-decoration: none !important;
      display: block;
      background: #e5eefc url(../img/common/icon02.png) 10px center no-repeat; }
    #side ul li ul li {
      border-top: 1px solid #ffffff;
      border-bottom: none; }
      #side ul li ul li a {
        background: #e5eefc; }

.info,
#products_installed,
#faq {
  width: 1200px; }
  .info .main,
  #products_installed .main,
  #faq .main {
    float: left;
    width: 885px; }
    .info .main .titlebar01,
    #products_installed .main .titlebar01,
    #faq .main .titlebar01 {
      word-wrap: break-word; }
  .info aside,
  #products_installed aside,
  #faq aside {
    /*sidebar*/
    float: right;
    width: 285px; }
    .info aside > div,
    #products_installed aside > div,
    #faq aside > div {
      /*ウィジェット*/
      margin-bottom: 40px; }
    .info aside h3,
    #products_installed aside h3,
    #faq aside h3 {
      height: 60px;
      padding-left: 15px;
      background-color: #023894;
      border-bottom: 3px solid #319fd3;
      line-height: 57px;
      font-weight: bold;
      color: #fff; }
    .info aside ul li,
    #products_installed aside ul li,
    #faq aside ul li {
      border-top: solid 1px #fff; }
      .info aside ul li a,
      #products_installed aside ul li a,
      #faq aside ul li a {
        display: block;
        padding: 15px 15px 15px 25px;
        background: url(../img/common/arrow02.png) 10px 20px no-repeat #eee;
        line-height: 140%; }
        .info aside ul li a:hover,
        #products_installed aside ul li a:hover,
        #faq aside ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

/*-----------------------------------------------------------------
一覧（全新着、カテゴリ、月別、日別共通）
-----------------------------------------------------------------*/
#infoList .titlebar01 {
  margin-bottom: 30px;
  padding: 18px 20px;
  font-size: 18rem;
  background: #eeeeee;
  color: #333333;
  border: 0;
  line-height: 1.4; }
  #infoList .titlebar01:before {
    content: "";
    display: none; }

#postList > li {
  padding: 15px 0;
  border-bottom: 1px dotted #d3d3d3;
  overflow: hidden; }
  #postList > li:first-child {
    border-top: 1px dotted #d3d3d3; }
  #postList > li .dateLine {
    margin-bottom: 11px;
    overflow: hidden; }
    #postList > li .dateLine .cat {
      float: left; }
      #postList > li .dateLine .cat li {
        float: left;
        margin-right: 10px; }
        #postList > li .dateLine .cat li a {
          display: inline-block;
          height: 30px;
          padding: 0 10px;
          background-color: #8e8fc5;
          line-height: 30px;
          font-size: 12rem;
          font-weight: bold;
          color: #fff; }
          #postList > li .dateLine .cat li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #postList > li .dateLine .date {
      float: left;
      margin-right: 10px;
      line-height: 30px;
      font-size: 16rem; }
    #postList > li .dateLine .iconNew {
      float: left;
      padding-top: 5px;
      line-height: 0; }
  #postList > li .title {
    width: 740px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    #postList > li .title a {
      line-height: 140%;
      font-weight: bold;
      font-size: 14rem; }

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  padding-top: 50px; }
  .tablenav .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 10px 0;
    background: #eee;
    text-decoration: none !important;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
    color: #333; }
    .tablenav .page-numbers:hover {
      background: #023894;
      color: #fff; }
    .tablenav .page-numbers.current {
      background: #023894;
      color: #fff; }
    .tablenav .page-numbers.next, .tablenav .page-numbers.prev {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      position: relative; }
    .tablenav .page-numbers.prev:before {
      display: block;
      content: "＜";
      margin: auto;
      text-indent: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .tablenav .page-numbers.next:before {
      display: block;
      content: "＞";
      margin: auto;
      text-indent: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

/*-----------------------------------------------------------------
投稿詳細
-----------------------------------------------------------------*/
#infoDetail .titlebar01 {
  margin-bottom: 15px; }
#infoDetail .dateLine {
  margin-bottom: 40px;
  text-align: right; }
  #infoDetail .dateLine .date {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    font-size: 14rem; }
  #infoDetail .dateLine .cat {
    display: inline-block;
    vertical-align: top; }
    #infoDetail .dateLine .cat li {
      display: inline-block;
      margin-left: 10px;
      vertical-align: top; }
      #infoDetail .dateLine .cat li a {
        display: inline-block;
        height: 20px;
        padding: 0 10px;
        background-color: #8e8fc5;
        line-height: 20px;
        font-size: 12rem;
        color: #fff; }
        #infoDetail .dateLine .cat li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

.post_detail {
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  font-size: 18rem; }
  .post_detail p {
    clear: both;
    margin-bottom: 15px;
    line-height: 160%; }
    .post_detail p img.alignright {
      text-align: right; }
  .post_detail .aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .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 .alignright {
    float: right; }
  .post_detail .alignleft {
    float: left; }
  .post_detail ul {
    margin: 20px 0 20px 20px;
    list-style: disc outside; }
  .post_detail ol {
    margin: 20px 0 20px 20px;
    list-style: decimal outside; }
  .post_detail li {
    line-height: 160%; }
  .post_detail h1 {
    clear: both;
    padding: 10px 0 10px 23px;
    margin-bottom: 20px;
    border-left: 5px solid #023894;
    border-bottom: 1px solid #023894;
    line-height: 140%;
    font-size: 24rem;
    font-weight: bold;
    color: #023894; }
  .post_detail h2 {
    clear: both;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #023894;
    border-bottom: 3px solid #319fd3;
    line-height: 150%;
    font-weight: bold;
    color: #fff; }
  .post_detail h3 {
    clear: both;
    padding: 7px 15px;
    margin-bottom: 20px;
    background-color: #ebf7fa;
    line-height: 150%;
    font-weight: bold;
    color: #023894; }
  .post_detail h4 {
    clear: both;
    padding: 0 0 10px 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    line-height: 150%;
    font-weight: bold;
    position: relative; }
    .post_detail h4:before {
      content: "";
      width: 5px;
      height: 100%;
      background-color: #023894;
      position: absolute;
      left: 0;
      bottom: 10px; }
  .post_detail h5 {
    clear: both;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    position: relative; }
    .post_detail h5:before {
      content: "";
      width: 4px;
      height: 4px;
      margin: auto 0;
      border: 3px solid #023894;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
  .post_detail h6 {
    clear: both;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    position: relative; }
  .post_detail em {
    font-style: italic; }
  .post_detail table {
    margin: 0 auto 15px; }
    .post_detail table[border="0"] {
      border: 0; }
      .post_detail table[border="0"] th, .post_detail table[border="0"] td {
        border: 0; }
    .post_detail table.aligncenter {
      display: table; }
    .post_detail table th {
      padding: 15px;
      border: solid 1px #ccc;
      background-color: #eee;
      text-align: center;
      font-weight: bold; }
    .post_detail table td {
      padding: 15px;
      border: solid 1px #ccc; }
  .post_detail a {
    text-decoration: underline;
    font-weight: bold;
    color: #023894; }
    .post_detail a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  clear: both;
  text-align: right; }
  #single_otherpost p {
    display: inline-block;
    text-align: right;
    vertical-align: top; }
    #single_otherpost p a {
      display: inline-block;
      height: 50px;
      background-color: #eee;
      line-height: 50px;
      text-align: center; }
      #single_otherpost p a:hover {
        background-color: #023894;
        color: #fff; }
    #single_otherpost p.prev a, #single_otherpost p.next a {
      width: 50px; }
    #single_otherpost p.list {
      height: 50px; }
      #single_otherpost p.list a {
        padding: 0 35px; }

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