@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0; border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0;}


.cf:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  
  font-size: 0;
  line-height: 0;
}
.cf {
  display:inline-block;
}
/* Hides from IE-mac \*/
*html .cf {
  height:1%;
}
.cf {
  display:block;
}
/* End hide from IE-mac */

/*
=====================================================================
*
* html , body
*
* =================================================================== 
*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
  color: #000000;
  background: #ffffff;
  text-align:center;
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  color: #222222;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

input, button, textarea, select {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*
=====================================================================
*
* common
*
* =================================================================== 
*/
iframe {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 20px 0; }

a {
  color: #222222;
  text-decoration: none; }

a:hover {
  color: #555555;
  text-decoration: none; }

/*
=====================================================================
*
* header
*
* =================================================================== 
*/
#header {
  width: 100%;
  height: 400px;
  padding: 160px 0 0 0;
  background-size: cover;
    background: #ffffff; 
  background-image: url(http://blog-imgs-100.fc2.com/k/s/g/ksgtali/885A0128_20161230233111912.jpg);
  background-repeat:no-repeat;
  background-position: center top;}
  #header .inner {
    max-width: 1800px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.55); }
    #header .inner h1 {
      margin: 0px 0 10px 0; }
      #header .inner h1 a {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 48px; }
    #header .inner p {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 20px;
      text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.55);
      padding: 0 20px;
       margin: -15px 0 20px 0; 
     text-align: center;}

/*
=====================================================================
*
* section
*
* =================================================================== 
*/
#section .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px; }
  #section .inner .entry,
  #section .inner .entry_more {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin: 0 0 40px 0;
    padding: 30px 0 0 0; }
    #section .inner .entry .entry_date,
    #section .inner .entry_more .entry_date {
      width: 150px;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #FFFFFF;
      line-height: 24px;
      margin: 60px auto 30px auto;
      padding: 4px 14px;
      background: #00ccff;
      border-radius: 2px; }
    #section .inner .entry h2,
    #section .inner .entry_more h2 {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      line-height: 34px;
      margin: 40px 0; }
      #section .inner .entry h2 a,
      #section .inner .entry_more h2 a {
        text-decoration: none; }
    #section .inner .entry h3, #section .inner .entry h4, #section .inner .entry h5, #section .inner .entry h6,
    #section .inner .entry_more h3,
    #section .inner .entry_more h4,
    #section .inner .entry_more h5,
    #section .inner .entry_more h6 {
      font-weight: bold;
      margin: 20px 0 0 0; }
    #section .inner .entry h3,
    #section .inner .entry_more h3 {
      font-size: 17px; }
    #section .inner .entry h4,
    #section .inner .entry_more h4 {
      font-size: 16px; }
    #section .inner .entry h5,
    #section .inner .entry_more h5 {
      font-size: 15px; }
    #section .inner .entry h6,
    #section .inner .entry_more h6 {
      font-size: 14px; }
    #section .inner .entry p,
    #section .inner .entry_more p {
      margin: 0 0 20px 0; }
    #section .inner .entry a,
    #section .inner .entry_more a {
      text-decoration: underline; }
      #section .inner .entry a:hover,
      #section .inner .entry_more a:hover {
        text-decoration: none; }
    #section .inner .entry strong,
    #section .inner .entry_more strong {
      font-weight: bold; }
    #section .inner .entry em,
    #section .inner .entry_more em {
      font-style: italic; }
.entry i,
.entry em,
.entry_more i,
.entry_more em{
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-style: italic;
}
    #section .inner .entry sub,
    #section .inner .entry_more sub {
      vertical-align: sub; }
    #section .inner .entry sup,
    #section .inner .entry_more sup {
      vertical-align: super; }
    #section .inner .entry sub, #section .inner .entry sup,
    #section .inner .entry_more sub,
    #section .inner .entry_more sup {
      font-size: 12px; }
    #section .inner .entry img,
    #section .inner .entry_more img {
      max-width: 100%;
      text-align: center;
      height: auto;
      display: block;
      margin: -25px auto; }
      #section .inner .entry img.emoji,
      #section .inner .entry_more img.emoji {
        display: inline-block;
        text-align: left;
        margin: 0; }
      #section .inner .entry img.book_icon,
      #section .inner .entry_more img.book_icon {
        display: inline-block;
        margin: 0; }
    #section .inner .entry ul li,
    #section .inner .entry_more ul li {
      list-style: disc; }
    #section .inner .entry ol li,
    #section .inner .entry_more ol li {
      list-style: decimal; }
    #section .inner .entry ul, #section .inner .entry ol,
    #section .inner .entry_more ul,
    #section .inner .entry_more ol {
      margin: 0 0 0 30px; }
    #section .inner .entry table,
    #section .inner .entry_more table {
      width: 100% !important;
      margin: 0 0 20px 0; }
      #section .inner .entry table tr th, #section .inner .entry table tr td,
      #section .inner .entry_more table tr th,
      #section .inner .entry_more table tr td {
        padding: 12px;
        text-align: left;
        border: 1px solid #c0c0c0; }
    #section .inner .entry fieldset,
    #section .inner .entry_more fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 10px; }
      #section .inner .entry fieldset legend,
      #section .inner .entry_more fieldset legend {
        border: 0;
        padding: 0; }
    #section .inner .entry blockquote,
    #section .inner .entry_more blockquote {
      font-size: 14px;
      margin: 20px 0;
      padding: 10px;
      background-color: #F8F8F8; }
    #section .inner .entry table tbody tr td,
    #section .inner .entry_more table tbody tr td {
      vertical-align: top; }
    #section .inner .entry .fc2_infeed1,
    #section .inner .entry_more .fc2_infeed1 {
      margin: 0 0 35px 0; }
      #section .inner .entry .fc2_infeed1 .fc2_infeed_title,
      #section .inner .entry_more .fc2_infeed1 .fc2_infeed_title {
        margin: 30px 0 8px 0; }
    #section .inner .entry #imobile_adspotdiv1 a,
    #section .inner .entry_more #imobile_adspotdiv1 a {
      line-height: 12px; }
    #section .inner .entry .fc2_footer,
    #section .inner .entry_more .fc2_footer {
      margin: 60px 0 0 0; }
      #section .inner .entry .fc2_footer .fc2button-clap,
      #section .inner .entry_more .fc2_footer .fc2button-clap {
        display: inline-block; }
        #section .inner .entry .fc2_footer .fc2button-clap img,
        #section .inner .entry_more .fc2_footer .fc2button-clap img {
          display: inline-block; }
    #section .inner .entry .relate_dl .relate_dt,
    #section .inner .entry_more .relate_dl .relate_dt {
      font-size: 16px;
      font-weight: bold;
      margin: 20px 0 0 0; }
    #section .inner .entry .relate_dl .relate_dd .relate_ul,
    #section .inner .entry_more .relate_dl .relate_dd .relate_ul {
      margin: 20px 0 30px 0; }
      #section .inner .entry .relate_dl .relate_dd .relate_ul li,
      #section .inner .entry_more .relate_dl .relate_dd .relate_ul li {
        font-size: 14px;
        margin: 0 0 8px 0;
        line-height: 18px;
        list-style: none; }
        #section .inner .entry .relate_dl .relate_dd .relate_ul li a,
        #section .inner .entry_more .relate_dl .relate_dd .relate_ul li a {
          text-decoration: underline; }
          #section .inner .entry .relate_dl .relate_dd .relate_ul li a:hover,
          #section .inner .entry_more .relate_dl .relate_dd .relate_ul li a:hover {
            text-decoration: none; }
  #section .inner .relate_dl .relate_dt {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0; }
  #section .inner .relate_dl .relate_dd .relate_ul {
    margin: 20px 0 30px 0; }
    #section .inner .relate_dl .relate_dd .relate_ul li {
      font-size: 14px;
      margin: 0 0 8px 0;
      line-height: 18px;
      list-style: none; }
      #section .inner .relate_dl .relate_dd .relate_ul li a {
        text-decoration: underline; }
        #section .inner .relate_dl .relate_dd .relate_ul li a:hover {
          text-decoration: none; }
  #section .inner .read_more {
    width: 82px;
    margin: 60px auto; }
    #section .inner .read_more a {
      display: inline-block;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 0 0 5px 0;
      border-bottom: 2px solid #222222; }
      #section .inner .read_more a:hover {
        border-bottom: 2px solid #888888; }
  #section .inner .entry_footer {
    margin: 20px 0 -1px 0;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #CCC; }
    #section .inner .entry_footer ul.entry_comment {
      float: left;
      width: 45%;
      text-align: left; }
      #section .inner .entry_footer ul.entry_comment li {
        width: auto;
        font-weight: bold;
        margin: 0 20px 0 0; }
    #section .inner .entry_footer ul.entry_category {
      float: right;
      width: 55%;
      text-align: right; }
      #section .inner .entry_footer ul.entry_category li {
        width: auto;
        font-weight: bold;
        margin: 0 0 0 20px; }
    #section .inner .entry_footer ul.entry_comment li,
    #section .inner .entry_footer ul.entry_category li {
      display: inline-block;
      font-size: 13px;
      line-height: 1.8; }
      #section .inner .entry_footer ul.entry_comment li a,
      #section .inner .entry_footer ul.entry_category li a {
        text-decoration: underline; }
        #section .inner .entry_footer ul.entry_comment li a:hover,
        #section .inner .entry_footer ul.entry_category li a:hover {
          text-decoration: none; }
#section .comment_area {
  padding: 40px 0 20px 0;
  background: #FAFAFA; }
  #section .comment_area .inner {
    padding: 0 10px; }
    #section .comment_area .inner .sub_contents_title {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    #section .comment_area .inner h3.sub_contents_title {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 8px 0; }
    #section .comment_area .inner .sub_contents_body {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 12px 0; }
    #section .comment_area .inner .sub_contents_footer {
      color: #666666;
      text-align: right;
      font-size: 11px;
      margin: 0 0 20px 0;
      padding: 0 0 8px 0;
      border-bottom: 1px solid #E0E0E0; }
      #section .comment_area .inner .sub_contents_footer span {
        margin: 0 0 0 6px; }
        #section .comment_area .inner .sub_contents_footer span a {
          color: #666666;
          text-decoration: underline; }
          #section .comment_area .inner .sub_contents_footer span a:hover {
            text-decoration: none; }
    #section .comment_area .inner #comment_form {
      margin: 40px 0 0 0; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left {
        float: left;
        width: 50%; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right {
        float: right;
        width: 50%; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_title,
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_title {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input,
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input {
        margin: 0 0 20px 0; }
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input input,
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input input {
          width: 80%;
          height: 22px;
          line-height: 22px;
          color: #333333;
          font-size: 14px;
          padding: 8px;
          border: 1px solid #CCCCCC;
          border-radius: 2px; }
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input #himitu,
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input #himitu {
          width: 18px;
          height: 14px;
          line-height: 14px;
          margin: 0 4px 0 0;
          -webkit-appearance: checkbox; }
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input .himitu_label,
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input .himitu_label {
          font-size: 13px; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_textarea textarea,
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_textarea textarea {
        resize: vertical;
        width: 96%;
        height: 200px;
        margin: 0 0 10px 0;
        padding: 8px;
        border: 1px solid #CCCCCC;
        border-radius: 2px; }
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn,
      #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn {
        margin: 29px 0 0 0; }
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn input,
        #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn input {
          display: block;
          width: 100%;
          height: 42px;
          margin: 0 auto;
          line-height: 42px;
          color: #FFFFFF;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          border: none;
          border-radius: 4px;
          background: #444444;
          cursor: pointer; }
#section #ed.comment_area {
  padding: 40px 0 0 0;
  background: #FAFAFA; }
  #section #ed.comment_area .inner {
    padding: 0 10px; }
    #section #ed.comment_area .inner .sub_contents_title {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    #section #ed.comment_area .inner h3.sub_contents_title {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 8px 0; }
    #section #ed.comment_area .inner .sub_contents_body {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 12px 0; }
    #section #ed.comment_area .inner .sub_contents_footer {
      color: #666666;
      text-align: right;
      font-size: 11px;
      margin: 0 0 20px 0;
      padding: 0 0 8px 0;
      border-bottom: 1px solid #E0E0E0; }
      #section #ed.comment_area .inner .sub_contents_footer span {
        margin: 0 0 0 6px; }
        #section #ed.comment_area .inner .sub_contents_footer span a {
          color: #666666;
          text-decoration: underline; }
          #section #ed.comment_area .inner .sub_contents_footer span a:hover {
            text-decoration: none; }
    #section #ed.comment_area .inner #comment_form {
      margin: 40px 0 0 0;
      padding: 0 0 40px 0; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left {
        float: left;
        width: 50%; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right {
        float: right;
        width: 50%; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_title,
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_title {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input,
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input {
        margin: 0 0 20px 0; }
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input input,
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input input {
          width: 80%;
          height: 22px;
          line-height: 22px;
          color: #333333;
          font-size: 14px;
          padding: 8px;
          border: 1px solid #CCCCCC; }
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input #himitu,
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input #himitu {
          width: 18px;
          height: 14px;
          line-height: 14px;
          margin: 0 4px 0 0;
          -webkit-appearance: checkbox; }
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_input .himitu_label,
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_input .himitu_label {
          font-size: 13px; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_textarea textarea,
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_textarea textarea {
        resize: vertical;
        width: 96%;
        height: 200px;
        margin: 0 0 10px 0;
        padding: 8px;
        border: 1px solid #CCCCCC; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn,
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn {
        margin: 29px 0 0 0; }
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn input,
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn input {
          display: block;
          width: 100%;
          height: 42px;
          margin: 0 auto;
          line-height: 42px;
          color: #FFFFFF;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          border: none;
          border-radius: 4px;
          background: #444444;
          cursor: pointer; }
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn.edit_comment_btn input,
        #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn.edit_comment_btn input {
          margin: 0 0 8px 0; }
          #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn.edit_comment_btn input.delete_btn,
          #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn.edit_comment_btn input.delete_btn {
            background: #CACACA; }
#section .trackback_area {
  padding: 10px 0 40px 0;
  background: #FAFAFA; }
  #section .trackback_area .inner {
    padding: 0 10px; }
    #section .trackback_area .inner .sub_contents_title {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    #section .trackback_area .inner .trackback_link {
      font-size: 13px;
      margin: 0 0 10px 0; }
    #section .trackback_area .inner input.trackback_input {
      overflow: scroll;
      box-sizing: border-box;
      width: 100%;
      padding: 16px;
      border: 1px solid #CCCCCC;
      border-radius: 2px; }
    #section .trackback_area .inner h3.sub_title {
      font-size: 14px;
      font-weight: bold;
      margin: 25px 0 8px 0; }
    #section .trackback_area .inner .sub_contents_body {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 12px 0; }
    #section .trackback_area .inner .sub_contents_footer {
      color: #666666;
      text-align: right;
      font-size: 11px;
      margin: 0 0 20px 0;
      padding: 0 0 8px 0;
      border-bottom: 1px solid #E0E0E0; }
      #section .trackback_area .inner .sub_contents_footer span {
        margin: 0 0 0 6px; }
        #section .trackback_area .inner .sub_contents_footer span a {
          color: #666666;
          text-decoration: underline; }
          #section .trackback_area .inner .sub_contents_footer span a:hover {
            text-decoration: none; }
#section .paging,
#section .entry_paging {
  width: 100%;
  height: 25px;
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid #D5D5D5; }
  #section .paging .inner li a,
  #section .entry_paging .inner li a {
    display: inline-block;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #222222; }
    #section .paging .inner li a:hover,
    #section .entry_paging .inner li a:hover {
      border-bottom: 2px solid #888888; }
  #section .paging .inner .prev,
  #section .paging .inner .blog_top,
  #section .entry_paging .inner .prev,
  #section .entry_paging .inner .blog_top {
    float: left;
    width: 33.3%; }
  #section .paging .inner .prev,
  #section .entry_paging .inner .prev {
    text-align: left; }
  #section .paging .inner .blog_top,
  #section .entry_paging .inner .blog_top {
    text-align: center; }
  #section .paging .inner .next,
  #section .entry_paging .inner .next {
    float: right;
    width: 33.3%;
    text-align: right; }

img { margin: -100px 5px 5px 5px; }

/*
=====================================================================
*
* footer
*
* =================================================================== 
*/
#footer {
  width: 100%;
  background: #f0f8ff;
  padding: 85px 0 20px 0;
  word-break: break-word; }
  #footer .inner {
    max-width: 960px;
    margin: 0 auto; }
    #footer .inner .footer_plugin {
      float: left;
      width: 33.3%;
      height: auto;
      margin: 0 0 45px 0; }
      #footer .inner .footer_plugin .plugin_content {
        padding: 0 10px; }
        #footer .inner .footer_plugin .plugin_content .plugin_header {
          font-size: 14px;
          font-weight: bold;
          margin: 0 0 20px 0; }
        #footer .inner .footer_plugin .plugin_content .plugin_body {
          font-size: 13px;
          line-height: 16px; }
          #footer .inner .footer_plugin .plugin_content .plugin_body p,
          #footer .inner .footer_plugin .plugin_content .plugin_body li {
            font-size: 13px;
            line-height: 18px; }
          #footer .inner .footer_plugin .plugin_content .plugin_body a {
            display: inline-block;
            line-height: 16px;
            margin: 0 0 10px 0; }
          #footer .inner .footer_plugin .plugin_content .plugin_body li {
            line-height: 16px; }
          #footer .inner .footer_plugin .plugin_content .plugin_body input {
            height: 18px;
            line-height: 18px; }
          #footer .inner .footer_plugin .plugin_content .plugin_body input,
          #footer .inner .footer_plugin .plugin_content .plugin_body textarea {
            width: 80%;
            color: #333333;
            font-size: 14px;
            padding: 8px;
            border: 1px solid #CCCCCC; }
            #footer .inner .footer_plugin .plugin_content .plugin_body input[type="submit"],
            #footer .inner .footer_plugin .plugin_content .plugin_body textarea[type="submit"] {
              display: block;
              width: 50%;
              height: auto;
              margin: 8px 0 0 0;
              line-height: 20px;
              color: #FFFFFF;
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              border: none;
              border-radius: 4px;
              background: #444444;
              cursor: pointer; }
          #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-myimage img {
            width: 100%; }
          #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-tag a {
            display: inline-block;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            margin: 0 8px 8px 0;
            padding: 4px 6px;
            background: #444444;
            border-radius: 2px; }
            #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-tag a:hover {
              background: #666666;
              text-decoration: none; }
          #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender {
            width: 100%; }
            #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption {
              font-size: 14px;
              font-weight: bold;
              margin: 0 0 6px 0; }
              #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption a {
                display: inline-block;
                width: 26%;
                font-size: 13px;
                font-weight: normal;
                vertical-align: -webkit-baseline-middle;
                text-decoration: underline; }
                #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption a:hover {
                  text-decoration: none; }
            #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender tr th,
            #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender tr td {
              font-size: 13px;
              text-align: center; }
            #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender tr td {
              line-height: 34px; }
              #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender tr td a {
                font-weight: bold;
                text-decoration: underline; }
                #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender tr td a:hover {
                  text-decoration: none; }
  #footer .footer_info {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    line-height: 16px; }
    #footer .footer_info .ad {
      margin: 0 0 15px 0; }
      #footer .footer_info .ad a {
        color: #666666;
        text-decoration: underline; }
        #footer .footer_info .ad a:hover {
          text-decoration: none; }
    #footer .footer_info #imobile_adspotdiv1,
    #footer .footer_info #imobile_adspotdiv2 {
      text-align: center;
      text-align: -webkit-center;
      margin: 0 0 15px 0; }
    #footer .footer_info .copyrights span.powered {
      display: inline-block;
      margin: 0 0 0 8px; }

#fc2_bottom_bnr {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: auto !important;
  bottom: 0 !important;
  width: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#70000000,EndColorStr=#70000000);
  background: rgba(0, 0, 0, 0.7); }

  archive-date {
	height: 70px;
	overflow: auto;
}


/*
=====================================================================
*
* media query
*
* ===================================================================
*/
@media screen and (max-width: 1024px) {
  /* 1024px以下用（タブレット用）の記述 */
  #footer {
    padding: 85px 0 20px 0; }
    #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption a {
      width: 20%; } }
@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */ }
@media screen and (max-width: 567px) {
  /* 567px以下用 */
  #header {
    height: 160px;
    padding: 60px 0 20px 0; }
    #header .inner h1 {
      padding: 0 10px; }
      #header .inner h1 a {
        font-size: 32px;
        line-height: 38px; }
    #header .inner p {
      font-size: 6px; }

  #section .inner .entry,
  #section .inner .entry_more {
    font-size: 14px; }
    #section .inner .entry h2,
    #section .inner .entry_more h2 {
      font-size: 22px; }
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left {
    float: left;
    width: 100%; }
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right {
    float: right;
    width: 100%; }
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_textarea textarea,
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_textarea textarea {
    width: 95%; }
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn,
  #section .comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn {
    margin: 0 0 0 0; }
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left {
    float: left;
    width: 100%; }
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right {
    float: right;
    width: 100%; }
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_textarea textarea,
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_textarea textarea {
    width: 95%; }
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn,
  #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn {
    margin: 0 0 0 0; }
    #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn.edit_comment_btn input,
    #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn.edit_comment_btn input {
      margin: 0 0 8px 0; }
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_left .form_btn.edit_comment_btn input.delete_btn,
      #section #ed.comment_area .inner #comment_form .comment_form_wrap .comment_form_right .form_btn.edit_comment_btn input.delete_btn {
        background: #CACACA; }

  #footer {
    padding: 40px 0 90px 0; }
    #footer .inner .footer_plugin {
      width: 100%;
      margin: 0 0 30px 0;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #E0E0E0; }
      #footer .inner .footer_plugin .plugin_content .plugin_header {
        margin: 0 0 10px 0; }
      #footer .inner .footer_plugin .plugin_content .plugin_body input,
      #footer .inner .footer_plugin .plugin_content .plugin_body textarea {
        display: block; }
      #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-search input {
        width: 90%;
        margin: 0 0 0 0; }
        #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-search input[type="submit"] {
          width: 40%; }
      #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption a {
        width: 20%; }
    #footer .footer_info .copyrights span.powered {
      display: block;
      margin: 10px 0 0 0; } }
