@charset "utf-8";

/* リセット */
h1, h2, h3, h4, h5, h6, div, ul, ol, p { display: block; }
a, img, span, strong { display: inline; }
img { border: none; height: auto; max-width: 100%; }
ul, ol, li, dl, dt, dd { list-style: none; }
* { font-style: normal; font-weight: normal; margin: 0; padding: 0; }

/* 要素 */
a {
  color: #3366FF;
  text-decoration: none;
}
  a:active, a:hover {
    color: #3366FF;
    background-color: rgba(51,102,255,0.15);
  }
pre, textarea { font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif; }
table {
  border-collapse: collapse;
  margin: 5px 0;
}
  tr, td {
    border: solid 2px #CC3300;
    padding: 5px;
  }
  th {
    background-color: #FFCCCC;
    border: solid 2px #CC3300;
    color: #CC3300;
    font-weight: bold;
    padding: 5px;
    text-align: center;
  }
strong { font-weight: bold; }
s { text-decoration: line-through; }

/* ボディ */
body {
  background-color: #6699FF;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
}
  #main {
    margin: auto;
    position: relative;
    width: 980px;
  }
    #contents {
      position: relative;
      top: 374px;
    }
    .copyright {
      color: #FFFFFF;
      font-size: 1.2em;
      margin: 0 0 20px 20px;
    }

/* ヘッダー */
#header {
  position: absolute;
  top: 0px;
  width: 100%;
}
  .logo a:hover { background-color: transparent; }
  .intro {
    color: #FFFFFF;
    font-size: 1.6em;
    margin: -20px 20px 10px;
    position: relative;
    z-index: 1;
  }
  /* グローバルメニュー */
  .global_menu_list {
    height: 80px;
    margin: 0 20px 10px;
    width: 100%;
  }
    .global_menu_list a:hover { background-color: transparent; }
    .global_menu {
      display: inline-block;
      margin-right: 7px;
    }
    .global_menu_end { display: inline-block; }
      .global_menu:hover, .global_menu_end:hover {
        background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/menu_rollover_bee.gif") no-repeat;
        position: relative;
      }
  /* パンくずリスト */
  .topic_path {
    color: #FFFFFF;
    font-size: 1.2em;
    height: 32px;
    margin: 10px 20px;
    overflow: hidden;
  }
    .topic_path li { display: inline; }
    .topic_path a { color: #FFFFFF; }
      .topic_path a:hover { background-color: rgba(255,255,255,0.4); }

/* ページ送り*/
.pager {
  background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png") repeat-x;
  font-size: 1.4em;
  padding: 50px 15px 15px;
  position: relative;
  text-align: center;
}
  .pager p { display: inline-block; }
  .pager a { font-weight: bold; }
  .prev {
    left: 180px;
    position: absolute;
  }
  .next { 
    right: 180px;
    position: absolute;
  }

/* サイドメニュー */
#side_menu {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 300px;
}
  .side_menu_list { background-color: #FFFFFF; }
    .side_menu_field {
      background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png") repeat-x;
      padding: 50px 15px 5px;
    }
      .side_menu_icon {
        margin-right: 5px;
        vertical-align: top;
      }
      .side_menu_title {
        display: inline-block;
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 10px;
        max-width: 90%;
      }
      .side_menu_body {
        font-size: 1.4em;
        padding: 0 10px;
      }
      /* 検索フォーム */
      #search { padding-bottom: 10px; }
        .search_field {
          display: inline-block;
          margin-right: 5px;
          padding: 5px 0;
          width: 190px;
        }
      /* 最新記事 */
      .recent_hour00, .recent_hour03, .recent_hour12 { display: none; } /* クイズ記事を非表示 */
        .recent_entry {
          border-bottom: dashed 1px #999;
          margin-bottom: 10px;
          padding-bottom: 10px;
        }
          .recent_entry a:active div, .recent_entry a:hover div {
            color: #3366FF;
            background-color: rgba(51,102,255,0.15);
          }
          .recent_entry img {
            height: 72px;
            vertical-align: top;
            width: 72px;
          }
          .recent_entry p {
            display: inline-block;
            margin-left: 10px;
            max-width: 65%;
          }
      /* ピックアップ記事 */
      .pickup_entry {
        border-bottom: dashed 1px #999;
        margin-bottom: 10px;
        padding-bottom: 10px;
      }
          .pickup_entry a:active div, .pickup_entry a:hover div {
            color: #3366FF;
            background-color: rgba(51,102,255,0.15);
          }
          .pickup_entry_icon {
            height: 72px;
            vertical-align: middle;
            width: 72px;
          }
          .pickup_entry_title {
            display: inline-block;
            margin-left: 10px;
            max-width: 65%;
            vertical-align: middle;
          }
      /* プロフィール */
      .profile_image {
        margin-bottom: 10px;
        text-align: center;
      }
      .profile_author {
        margin-bottom: 15px;
        text-align: center;
      }
      .profile_intro, .timeline { margin-bottom: 15px; }
      .profile_performance { text-align: right; }
      .twitter-follow-button { margin: 15px 0; }
      /* 最新コメント */
      .recent_comment { margin-bottom: 10px; }
        .recent_comment_icon { vertical-align: top; }
        .recent_comment_title {
          display: inline-block;
          max-width: 90%;
        }
      /* カテゴリ */
      .category_list { padding-bottom: 15px; }
      /* 獲得額ランキング */
      .ranking table {
        margin-bottom: 15px;
        text-align: center;
      }
      /* リンク */
      .link_blog { margin-bottom: 15px; }
        .link_blog_icon { vertical-align: top; }
        .link_blog_title {
          display: inline-block;
          max-width: 90%;
      }
      /* ブログランキング */
      .blog_ranking { text-align: center; }
        .blog_ranking p { margin-bottom: 10px; }
      /* メールフォーム */
      .mail_form { margin-bottom: 15px; }
        .mail_form p { margin-bottom: 5px; }
        .mail_form p input {
          padding: 5px 0;
          width: 245px; }
        .mail_form textarea {
          font-size: 1em;
          height: 200px;
          padding: 5px 0;
          width: 245px;
        }
      /* 免責事項 */
      .disclaimer { margin-bottom: 15px; }

/* フッター */
#footer {
  background-image: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png");
  bottom: -374px;
  height: 340px;
  min-width: 980px;
  position: relative;
}
  .inner_footer {
    font-size: 1.2em;
    height: 304px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 940px;
  }
    .inner_footer p { margin: 10px 0; }
    .inner_footer a { color: #FFFFFF;}
    .inner_footer a:hover { background-color: rgba(255,51,0,1); }
    .upper_footer, .lower_footer {
      background-color: rgba(255,51,0,0.5);
      display: inline-block;
      height: 152px;
      vertical-align: top;
      width: 235px;
    }
      .left_recommended, .left_pr {
        display: inline-block;
        margin: 0 5px 10px 10px;
        vertical-align: top;
        width: 100px;
      }
      .right_recommended, .right_pr {
        display: inline-block;
        margin:0 10px 10px 0;
        vertical-align: top;
        width: 100px;
      }
      .pr_footer {
        color: #FFFFFF;
        line-height: 36px;
      }

/* エントリー */
  #entry {
    background-color: #FFFFFF;
    display: inline-block;
    margin: 0 16px 20px 20px;
    vertical-align: top;
    width: 620px;
  }
    .topentry_hour00, .topentry_hour03, .topentry_hour12 { display: none; } /* クイズ記事を非表示 */
      .entry_field {
        background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png") repeat-x;
        padding: 50px 15px 15px;
      }
        .entry_icon {
          margin-right: 5px;
          vertical-align: top;
        }
        .entry_title {
          display: inline-block;
          font-size: 1.8em;
          margin-bottom: 10px;
          max-width: 90%;
        }
          .entry_title a { font-weight: bold; }
        .entry_status {
          font-size: 1.4em;
          margin: 0 10px 20px;
          text-align: right;
        }
          .entry_date {
            display: inline-block;
            margin-right: 10px;
          }
          .entry_category { display: inline-block; }
        .entry_body {
          font-size: 1.4em;
          padding: 0 10px;
        }
          .entry_body a:hover {
            background-color: rgba(51,102,255,0.15);
          }
          .kanarazu_icon {
            background-color: #F30;
            color: #FFF;
            display: inline-block;
            padding: 0 5px 0;
          }
          .kantan_icon {
            background-color: #0C0;
            color: #FFF;
            display: inline-block;
            padding: 0 5px 0;
          }
          .kogaku_icon {
            background-color: #69F;
            color: #FFF;
            display: inline-block;
            padding: 0 5px 0;
          }
          .more_link {
            margin-top: 5px;
            text-align: right;
          }
          #more { margin-bottom: 20px; }
          /* ソーシャルボタン */
          .social_button {
            margin-bottom: 15px;
            text-align: center;
          }
            .social_button p {
              display: inline-block;
              margin: 0 5px;
            }
          /* 関連記事 */
          .relate_dl {}
            .relate_dt {
              background-color: #FFFF99;
              border-left: solid 10px #FFCC33;
              font-weight: bold;
              margin-bottom: 15px;
              padding: 5px 10px;
            }
              .relate_dt a { font-weight: bold; }
            .relate_dd { padding: 0 10px; }
              .relate_li, .relate_li_nolink {
                border-bottom: dashed 1px #999;
                margin-bottom: 10px;
                padding-bottom: 10px;
              }
                .relate_li a:active div, .relate_li a:hover div {
                  color: #3366FF;
                  background-color: rgba(51,102,255,0.15);
                }
                .relate_li img, .relate_li_nolink img {
                  height: 72px;
                  vertical-align: middle;
                  width: 72px;
                }
                .relate_li p, .relate_li_nolink p {
                  display: inline-block;
                  margin-left: 10px;
                  max-width: 80%;
                  vertical-align: middle;
                }
          /* 関連キーワード */
          #relate_tag { margin-bottom: 10px; }
            .relate_tag_title {
              background-color: #FFFF99;
              border-left: solid 10px #FFCC33;
              font-weight: bold;
              margin-bottom: 15px;
              padding: 5px 10px;
            }
            .relate_tag_list { padding: 0 10px; }
              .relate_tag_link {
                display: inline-block;
                margin: 0 15px 10px 0;
              }
        /* コメント */
        .comment_list_title {
          font-size: 1.6em;
          font-weight: bold;
          margin: 0 0 5px 20px;
        }
        .comment_list {
          background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png") repeat-x;
          font-size: 1.4em;
          padding: 50px 15px 10px;
        }
          .comment_list_field {
            border-bottom: solid 1px #999999;
            margin-bottom: 15px;
            padding: 0 10px 10px;
          }
            .comment_list_icon { vertical-align: top; }
            .comment_title {
              display: inline-block;
              font-weight: bold;
              margin-bottom: 10px;
              max-width: 95%;
            }
            .comment_body { margin-bottom: 10px; }
            .comment_status { text-align: right; }
        /* コメントを書く */
        .post_title {
          display: inline-block;
          font-size: 1.6em;
          font-weight: bold;
          margin: 0 10px 5px 20px;
        }
        .post_notice { font-size: 1.2em; }
        .post_field {
          background: url("https://blog-imgs-122.fc2.com/o/k/o/okodukaibeedash/honeycomb-36.png") repeat-x;
          font-size: 1.4em;
          padding: 50px 15px 20px;
        }
          .post_form { padding: 0 10px; }
            .post_form dd { margin-bottom: 10px }
            .input_field {
              padding: 5px 0;
              width: 570px
            }
            .text_field {
              font-size: 1em;
              height: 150px;
              padding: 5px 0;
              width: 570px
            }
            #himitu { margin-right: 5px; }

/* AD */
.wide_skyscraper_left { /* ワイドスカイスクレイパー左 */
  margin-left: -160px;
  position: fixed;
  top: 20px;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.4em;
  text-align: center;
}
.wide_skyscraper_right { /* ワイドスカイスクレイパー右 */
  margin-left:980px;
  position: fixed;
  top: 20px;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.4em;
  text-align: center;
}
  .wide_skyscraper_button, .wide_skyscraper_half { margin-bottom: 20px; }
    .wide_skyscraper_button a, .wide_skyscraper_half a { color: #FFFFFF; }
    .wide_skyscraper_button a:hover, .wide_skyscraper_half a:hover { background-color: rgba(255,255,255,0.4); }
  .wide_skyscraper_code {
    height: 600px;
    width: 160px;
  }
    .wide_skyscraper_code a { color: #FFFFFF; }
    .wide_skyscraper_code a:hover { background-color: rgba(255,255,255,0.4); }
.side_top_rectangle { /* サイドメニュー上部 */
  color: #FFFFFF;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
}
.side_bottom_rectangle { /* サイドメニュー下部 */
  color: #FFFFFF;
  font-size: 1.4em;
  margin-top: 20px;
  text-align: center;
}
  .rectangle_code {
    height: 250px;
    width: 300px;
  }
.middle_banner hr { margin: 20px 0; } /* 記事追記上部 */
.middle_banner_code { height: 60px; }
.lower_banner { margin-bottom: 20px; } /* 記事末尾 */
  .lower_banner hr { margin-bottom: 20px; }
.four_banners_c { /* バナー4列センタリング */
  display: inline-block;
  margin-right: 18px;
  text-align: center;
}
.four_banners_l { /* バナー4列左寄せ */
  display: inline-block;
  margin-right: 18px;
  text-align: left;
}

/* ブログカード */
.blog_card {
  background-color: #eee;
  border: solid 1px #999;
  padding: 10px;
}
  .blog_card a:active div, .blog_card a:hover div { background-color: rgba(51,102,255,0.15); }
    .blog_card img {
      height: 120px;
      vertical-align: middle;
      width: 120px;
    }
    .blog_card p {
      display: inline-block;
      margin-left: 10px;
      max-width: 75%;
      vertical-align: middle;
    }
    .blog_card span { color: #000; }
.blog_card_w { /* ブログカードW */
  background-color: #eee;
  border: solid 1px #999;
  height: 120px;
  padding: 10px;
  position: relative;
}
  .BCW_upper_pic {
    height: 120px;
    left: 10px;
    position: absolute;
    top: 10px;
  }
    .BCW_upper_pic a img, .BCW_lower_pic a img {
      height: 120px;
      width: 120px;
    }
  .BCW_upper_text {
    left: 140px;
    padding-right: 10px;
    position: absolute;
    top: 20px;
  }
  .BCW_lower_pic {
    bottom: 10px;
    height: 120px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
  }
  .BCW_lower_text {
    bottom: 20px; 
    position: absolute;
    right: 140px;
    text-align: right;
  }

/* 楽天キャンペーン */
.rakuten_campaign {
  border: solid 1px #999;
  padding: 10px;
}
  .rakuten_campaign a:active div, .rakuten_campaign a:hover div { background-color: rgba(51,102,255,0.15); }
  .rakuten_overflow {
    margin-bottom: 10px;
    overflow: hidden;
  }
    .rakuten_pic {
      float: right;
      margin-left: 10px;
    }
      .rakuten_pic img {
        width: 100px;
      }
    .rakuten_title { font-weight: bold; }
  .rakuten_date { text-align: right; }