@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}
a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:67em 0}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}
figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

/* ==========================================================================
   Template css
========================================================================== */
/* Base elements
------------------------------------------------- */

body {
  background-color: #fff;
  color: #7b7b7b;
}

body,
textarea,
input,
select {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

p {
  margin: 0;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 2px 10px 1px;
}

textarea {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 3px 10px 2px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select {
  outline: none;
}

.entry_body i,
.entry_body em{
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-style: italic;
}

/* Hyper text
------------------------------------------------- */

a {
  text-decoration: none;
}

a:link {
  color: #7b7b7b;
}

a:visited {
  color: #7b7b7b;
}

a:focus,
a:hover,
a:active {
  color: #a1a1a1;
}

.entry_body a,
.entry_body a:visited,
.trackback_link a,
.trackback_link a:visited,
.plugin-all a,
.plugin-all a:visited,
.plg_blomaga a,
.plg_blomaga a:visited {
  color: #5397db;
}

.entry_body a:focus,
.entry_body a:hover,
.entry_body a:active,
.trackback_link a:focus,
.trackback_link a:hover,
.trackback_link a:active,
.plugin-all a:focus,
.plugin-all a:hover,
.plugin-all a:active,
.plg_blomaga a:focus,
.plg_blomaga a:hover,
.plg_blomaga a:active {
  color: #80acd9;
}

.entry_body a:hover,
.trackback_link a:hover,
.plugin-all a:hover,
.plg_blomaga a:hover{
  text-decoration: underline;
}

/* Clear Fix
------------------------------------------------- */
/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}
/* Layout
------------------------------------------------------------ */

#l-container {
  clear: both;
  overflow: hidden;
}

#l-container,
.header_inner,
.footer_inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#l-header {
  padding: 0px 0 0;
  overflow: hidden;
}

#l-header_inner {
  width: 960px;
  margin: 0 auto;
}

#l-main {
  float: right;
  width: 690px;
}

#l-sidecontents {
  float: left;
  width: 220px;
  padding: 0px 0 0px 0;
}

#l-footer {
  border-top: 1px solid #ccc;
  xpadding: 32px 15px;
  clear: both;
}

.footer_inner {
  text-align: center;
}
/* icon
------------------------------------------------------------ */

.tpl_icon {
  background: url(https://blog-imgs-76.fc2.com/t/e/m/templates/shimple_white_icon1.png) 0 0 no-repeat;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.comment_icon {
  width: 17px;
  height: 17px;
  background-position: 0 0;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.track_icon {
  width: 17px;
  height: 18px;
  background-position: 0 -40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.prev_icon {
  width: 8px;
  height: 12px;
  background-position: -5px -103px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.next_icon {
  width: 8px;
  height: 12px;
  background-position: -6px -79px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
/* Header
------------------------------------------------------------ */

.header_summary {
  xfloat: left;
    word-wrap: break-word;
    width: 960px;
}

.header_summary a {
  color: #7b7b7b;
}

.blog_name {
  margin: 0;
  padding: 0px 0 0;
  font-size: 34px;
  font-weight: normal;
}

.blog_introduction {
  margin: 0 0 0px;
}
/* Entry
------------------------------------------------------------ */

.topentry {
  margin: 0 0 0px;
}

.topentry_title {
  font-size: 23px;
  font-weight: normal;
  margin: 0px;
  padding: 0 0 8px;
}

.topentry_title a {
  color: #606060;
}

.topentry_title a:hover {
  color: #a1a1a1;
}

.entry_body {
  margin: 0 0 0 0px;
  overflow: hidden;
  margin: 0;
}

.topentry_text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9em;
}

.entry_more_link {
  margin: 0;
  text-align: right;
  padding: 8px 0;
}

#l-main .entry_body input[type="submit"],
#l-main .entry_body .entry_more_link a {
  background-color: #fff;
  color: #606060;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
}

#l-main .entry_body input[type="submit"]:hover,
#l-main .entry_body .entry_more_link a:hover {
  background-color: #efefef\9;
  color: #606060;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}
/* SNSボタン */

.fc2_footer {
  margin: 32px 0 0 0;
}

.entry_more_link + .fc2_footer {
  margin-top: -28px;
  margin-right: 105px;
}
/* 日付コメントリンク */

.entry_more_link + .entry_footer {
  margin: 16px 0 0;
}

.fc2_footer + .entry_footer {
  margin-top: 16px;
}

.entry_footer {
  text-align: right;
  font-size: 13px;
}

.entry_body .entry_footer a {
  color: #7b7b7b;
}

.entry_body .entry_footer a:hover {
  color: #a1a1a1;
}

#l-main .entry_footer .category {
  color: #606060;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#l-main .entry_footer .category:hover {
  color: #a1a1a1;
}

#l-main .entry_footer .comment,
#l-main .entry_footer .track,
#l-main .entry_footer .date {
  margin: 0 0 0 16px;
  color: #7b7b7b;
}

#l-main .entry_footer .comment:hover,
#l-main .entry_footer .track:hover,
#l-main .entry_footer .date:hover {
  color: #a1a1a1;
}

.entry_body p.theme {
  margin: 20px 0px 0px;
}

.entry_body p.theme a,
.entry_body p.theme a:hover {
  text-decoration: none;
}
/* Entry (html tag)
------------------------------------------------------------ */

.entry_body p {
  margin: 8px 0;
}

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
  margin: 0em 0em 0.5em;
  font-weight: normal;
}

.entry_body ul,
.entry_body ol {
  margin: 1em 0em 1em;
}

.entry_body ul li {
  list-style: disc outside;
  margin-left: 0;
}

.entry_body ol li {
  list-style: decimal outside;
  margin-left: 0;
}

.entry_body table {
  border: solid 1px #dadada;
  border-collapse: collapse;
}

.entry_body table th,
.entry_body table td {
  padding: 0.3em 0.5em;
  border-color: #dadada;
}

.entry_body {
  word-wrap: break-word;
}

.entry_body img {
  max-width: 100%;
  height: auto;
}

.entry_body dl {}

.entry_body dt {}

.entry_body dd {}

.entry_body pre {}
/* Blockquote
------------------------------------------------------------ */

blockquote {
  border-left: 4px solid #dadada;
  margin: 8px 0 8px 24px;
  padding: 4px 7px;
}
.entry_body blockquote  p{
  margin: 0;
}
/* コメント・トラックバック
------------------------------------------------------------ */

.sub_contents_title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 4px;
}

#trackback-top {
  float: left;
}

.trackback_input {
  width: 674px;
  width: 665px\9;
  border: 1px solid #dadada;
  padding: 3px 7px;
  clear: both;
}

.trackback_link {
  float: right;
  margin: 4px 0 0;
}

.trackback_link a {
  font-size: 13px;
}

.comment_area {
  margin: 24px 0 64px;
}
/* コメントフォーム
------------------------------------------------------------ */

#comment_form {
  margin: 0 0 40px;
}

.comment_form_left,
.comment_form_right {
  margin: 0;
  width: 325px;
  float: left;
}

.comment_form_left {
  margin-right: 16px;
}

.form_title {
  font-size: 14px;
}

.form_input {
  margin: 0 0 8px;
}

.comment_form_left .input_text{
  width: 303px;
}

.comment_form_right .form_textarea {
  margin-top: -4px;
}

.comment_form_right textarea {
  font-size: 15px;
  padding: 2px 10px;
  width: 326px;
  height: 272px;
}

.himitu_title {
  margin: 16px 0 0;
}

.comment_form_left #himitu {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.himitu_label {
  font-size: 14px;
  vertical-align: middle;
}

.comment_form textarea {
  font-size: 14px;
  padding: 2px 10px;
  width: 667px;
  border: 1px solid #dadada;
  height: 185px;
}

.comment_form .comment_tool_wrap {
  margin: 0;
}

.comment_area .form_btn {
  clear: both;
  text-align: right;
  margin: 4px 8px;
}

.comment_area .form_btn input {
  color: #606060;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
    margin-left: 16px;
}

.comment_area .form_btn input:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  background-color: #efefef\9;
}
/* コメント一覧
------------------------------------------------------------ */

.sub_contents_footer {
  padding: 0 0 2px;
  margin: 0 0 24px;
  font-size: 13px;
  text-align: right;
  border-bottom: 1px solid #dadada;
}

.sub_contents_footer a {
  color: #5397db;
}

.sub_contents_footer a:hover {
  text-decoration: underline;
  color: #80acd9;
}
/* ページャ
------------------------------------------------------------ */

.page_navi {
  text-align: center;
  margin: 40px 0 80px 20px;
  padding: 0 20px;
}

.page_navi .pager_prev,
.page_navi .pager_next,
.page_navi .pager_home {
  color: #606060;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px 5px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
  max-width: 200px;
  height: 15px;
  overflow: hidden;
}

.page_navi .pager_prev:hover,
.page_navi .pager_next:hover,
.page_navi .pager_home:hover {
  background-color: #efefef\9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.pager_prev span,
.pager_next span {
  vertical-align: middle;
}

.page_navi .pager_prev {
  float: left;
  padding-left: 7px;
}

.page_navi .pager_prev:hover {
  padding-left: 7px;
}

.page_navi .pager_next {
  float: right;
  padding-right: 7px;
}

.page_navi .pager_next:hover {
  padding-right: 7px;
}
.kobetsu_kiji .page_navi .pager_home {
  margin: 0 10px;
}
/* Related article
------------------------------------------------------------ */

.entry_body .relate_dl {
  margin: 24px 8px;
}

.entry_body .relate_dt {
  margin: 0 0 4px;
  font-size: 18px;
}

.entry_body .relate_dd {
  margin: 0;
}

.entry_body .relate_ul {
  padding: 0;
  margin: 0;
}

.entry_body .relate_li {
  list-style: none;
  font-size: 14px;
}

.relate_li_nolink {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}

.entry_body .relate_li a {
  padding: 4px 0;
  display: block;
  color: #7b7b7b;
}

.entry_body .relate_li a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
/* ==========================================================================
   Sidemenu (Plugin)
========================================================================== */
#l-sidecontents img{
  max-width: auto;
  height: auto;
}
.sidecontents_area {
  font-size: 16px;
}

.sidecontents_area:last-child {
  border-bottom: none;
}

.plg_desc_header{
  font-size: 14px;
}

.plg_desc_footer{
  font-size: 14px;
}

.plg_title {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 4px;
  padding: 0 0 0;
}

.plg_body {
  word-wrap: break-word;
  font-size: 14px;
}

.plg_body a:hover {
  text-decoration: underline;
}

.plg_area ul {
  margin: 0;
  padding: 0;
}

.plg_area li {
  margin: 0 0 8px 0;
  padding: 0;
}

.sidecontents_area textarea{
  resize: vertical;
}

/* tag(Plugin)
------------------------------------------------------------ */

.plugin-tag {
  margin: 0;
}

.plugin-tag a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px 0 0;
}
/* Search(Plugin)
------------------------------------------------------------ */

#l-sidecontents .plg_body input[type="text"] {
  max-width: 198px;
  padding: 2px 10px 1px 0px;
  margin: 0 0 8px;
}

#l-sidecontents .plg_body input[type="submit"] {
  color: #606060;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
  float: right;
}

.plg_body input[type="submit"]:hover {
  background-color: #efefef\9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}
/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  margin: 0;
  padding: 0;
  background: none;
  margin: 0 auto;
}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender caption a:hover {
  color: #898F95
}

table.calender caption a:active,
table.calender caption a:visited {
  color: #7b7b7b;
}

table.calender th,
table.calender td {
  padding: 4px;
  border-bottom: 1px dotted #cccccc;
  text-align: center;
  font-size: 14px;
  padding: 4px 6px;
}

table.calender td a {
  display: block;
  font-size: 14px;
  color: #5397db;
}

table.calender td a:active,
table.calender td a:visited,
table.calender td a:hover {
  color: #80acd9;
}

table.calender th#sun {
  color: #f76f6f;
}

table.calender th#sat {
  color: #5757F1;
}

/* category-list(Plugin)
------------------------------------------------------------ */
.plugin-category-list-date{
  font-size: 12px;
}

.plugin-category-list-link{
  font-size: 15px;
}


/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: left;
  margin-bottom: 10px;
}

.tab input {
  padding: 3px 5px;
}

.tab input.b1 {
  margin-right: 5px;
}

.mylog {
  width: 90%;
  padding: 5px;
  border: 1px solid #A5A5A5;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

.mylog .title {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}

.mylog dl {
  margin: 0px;
  padding: 0px;
}

.mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: #FFFFFF;
  background-image: none;
  text-align: left;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

.mylog dd.piyolog {
  width: 100%;
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  padding: 0px 0px 10px;
}

.license {
  text-align: right;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

/* blomaga-count(Plugin)
------------------------------------------------------------ */
.plugin-blomaga-count a{

}

/* Footer
------------------------------------------------------------ */

.powered,
.ad,
.copyright {
  margin: 0;
}
/* Baton
------------------------------------------------------------ */

.blog_baton {
  border: 1px solid #dadada;
  padding: 24px 24px 0;
}

.blog_baton dl,
.blog_baton dt {
  margin: 0;
}

.baton_a {
  margin: 0 0 16px;
}

.baton_q {
  border-bottom: 1px dotted #dadada;
}
/* Sponsor
------------------------------------------------------------ */

#fc2_text_ad .fc2_infeed1,
.entry_body .fc2_infeed1 {
  margin: 24px 8px;
}

#fc2_text_ad a,
.entry_body .fc2_infeed1 a {
  color: #7b7b7b;
  font-size: 14px;
}

#fc2_text_ad a:hover,
.entry_body .fc2_infeed1 a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}

/* -------------3column化----------------- */
body{
   background: url(https://blog-imgs-97.fc2.com/d/o/u/dougajyanjyan/20171214203813949.jpg);
}
#wrapper{
    border:solid grey 1px;
    width: 1240px !important;
    margin: 0 auto !important;
    background: white;
    overflow: hidden;
}

#l-header{
    xborder:solid black 1px;
}
#l-container{/* --main_sitaji-- */
    background: white !important;
    xborder:solid green 1px !important;
    width: 1210px !important;
    padding: 3px 0px 0 0;
}
#l-main{/* --main_column-- */
    xborder:solid red 1px !important;
    float: left !important;
    width: 76% !important;
    padding-bottom: 60px;
}
#main_inner{/* --main_columnの記事部分-- */
    xborder:solid pink 1px !important;
    float: right !important;
    margin-right: 2% !important;
    width: 75% !important;
}
#l-sidecontents{/* --left_column-- */
    xborder:solid brown 1px !important;
    margin: 0 !important;
    float: left !important;
    width: 23% !important;
}
#right_column{
    xborder:solid blue 1px !important;
    float: right !important;
    width: 23% !important;
}
#third_column{
    xborder:solid yellow 1px !important;
    clear: both;
}

/* ------header------- */

#l-header_inner .blog_name a{
    color: #04B486 !important;
    font-weight: bold;
    font-size: 26px !important;
}
#l-header_inner .blog_introduction{
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#l-header_inner{
    background: white !important;
    xborder:solid yellow 1px !important;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px 10px;
}
#l-header_inner .header_summary{
   margin-left: 30px;
}
#l-header_inner nav{
    border-top: solid #E6E6E6 3px;
    border-bottom: solid #E6E6E6 3px;
    height: 40px;
    xbackground: linear-gradient(#2E9AFE, x#A9D0F5);
}
#l-header_inner nav ul{
    margin-top: 0px;
    text-align: right;
}
#l-header_inner nav ul li{
    display: inline-block;
    xmargin-right: 50px;
    xborder-left: solid #D8D8D8 3px;
    padding: 5px 40px 0 40px;
    height: 30px;
}


/* ------top画像rssエリア------- */
#top_rss_area{
   background: white !important;
   xborder: solid red 1px;
   margin: 0 auto;
   width: 100%;
   height: auto;
   padding: 20px 10px 50px 10px;
}
#top_rss_area table{
   xborder: solid blue 1px;
}
#top_rss_area #top_rss_table th{
   border: solid #E6E6E6 3px !important;
   text-align: left;
}

/* 
トップページグリッド化-------- */

.top_page #main_inner article{
   xborder: solid red 1px;
   width: 46% !important;
   height: 280px !important;
   display: inline-block !important;
   margin: 0 0px 30px 24px !important;
   vertical-align: top;
}
.top_page #main_inner .topentry_text{
   xborder: solid red 1px;
   width: 260px;
   height: 140px;
   margin: 0 auto !important;
}
.top_page #main_inner .topentry img{
   width: 260px !important;
   height: 140px;
   object-fit: cover;
}
/* -----演出----- */
.top_page #main_inner .topentry{
  box-shadow:0px 0px 3px 1px #c9c9c9;
  border-radius:6px;
}

.top_page #main_inner .topentry header{
   height: 53px;
   overflow: hidden;
   padding: 6px 18px 16px;
   margin-bottom: 10px;
   xbackground: #D8D8D8;
}
.top_page #main_inner .topentry header h1 a{
   font-size: 16px !important;
   font-weight: bold;
   color: #6E6E6E !important;
}
.top_page #main_inner .topentry:hover{
  box-shadow:0px 0px 6px 3px #9FF781 inset;
}
.top_page #main_inner .topentry header:hover{
   xbackground: #A9F5A9;
}
.top_page #main_inner .topentry header h1 a:hover{
   color: pink !important;
}

.top_page #main_inner .topentry .entry_footer{
   text-align: left !important;
   height: 30px;
   overflow: hidden;
   xborder:solid red 1px;
   margin-top: 15px;
}
.top_page #main_inner .topentry .entry_footer .entry_data{
white-space: nowrap !important;
}
.top_page #main_inner .topentry .entry_footer .date{
  margin: 0 20px 0 20px;
}
.top_page #main_inner .topentry .entry_data .category{
  xbackground: #819FF7;
  border: solid #A4A4A4 1px;
  border-radius:6px;
  padding: 4px !important;
  margin-right: 8px;
}
.top_page #main_inner .topentry .entry_data .category:hover{
  background: #819FF7;
  color: white !important;
  text-decoration: none;
}
.top_page #main_inner .topentry .entry_data .tag{
  xbackground: #819FF7;
  border: solid #A4A4A4 1px;
  border-radius:6px;
  xfont-weight: bold !important;
  font-size: 14px !important;
  padding: 4px 2px 7px  !important;
  margin: 0px 5px 0 0 !important;
}
.top_page #main_inner .topentry .entry_data .tag:hover{
  background: #819FF7;
  color: white !important;
  text-decoration: none;
}


.fc2_footer{
  display: none;
}

/* -----パンくずナビ----- */
#breadcrumb_navi{
   xborder: solid red 1px;
   font-weight: bold;
   margin: 0px 0 16px 20px;
}

/* -----個別記事調整----- */
.kobetsu_kiji #main_inner{
}
.kobetsu_kiji article{
   xborder: solid red 1px;
   padding-left: 4%;
}

.kobetsu_kiji article header{ margin-bottom: 8px;}

.kobetsu_kiji article header .topentry_title{
   background: #848484;
   padding: 3px 1px 2px 8px !important;
   min-height: 50px;
}
.kobetsu_kiji article header h1{
  color: white;
  font-weight: bold;
  font-size: 21px;
}

.kobetsu_kiji article header .kiji_date_cate .catetag, .kobetsu_kiji article header .kiji_date_cate .tag{
  float: right;
}
.kobetsu_kiji article header .kara_youso{ clear: both;}

.kobetsu_kiji .kijiue_area, .kobetsu_kiji .kijisita_area{
   xborder: solid black 1px;
   padding-top: 10px;
}

/* -----記事動画調整----- */
.kobetsu_kiji article .douga_video{
    width: 640px;
    height: auto;
    margin: 0 auto;
}
.kobetsu_kiji article .douga_video iframe, .kobetsu_kiji .article .douga_video script{
    width: 640px;
}

.kobetsu_kiji article #douga_video{
    width: 640px;
    margin: 0 auto;
}
.kobetsu_kiji article #douga_video iframe, .kobetsu_kiji .article #douga_video script{ width: 640px;}

/* -----関連記事調整----- */
#fc2relate_entry_thumbnail_area{
     xborder: solid pink 1px;
}

#fc2relate_entry_thumbnail_area ul li{
    display: inline-block;
    xborder: solid blue 1px;
    width: 49%;
    height: 50px;
    verticla-align: top;
    overflow: hidden;
}
#fc2relate_entry_thumbnail_area ul li .title{
    width: 96%;
}
#fc2relate_entry_thumbnail_area ul li a{ text-decoration: none;}

/* -----サイドバー調整----- */
aside .plg_title{
   xborder: solid black 1px;
   background: #848484;
   padding: 5px 0 5px 10px;
   color: white;
   font-size: 14px !important;
}

aside .plg_body{
   xborder: solid blue 1px;
   margin-bottom: 20px;
   padding: 10px 3px;
}

/* -----footerグリッド化----- */
footer #third_column{
  width: 100%;
  background: #848484;
  padding: 30px;
  margin: 0 auto !important;
}
footer #third_column aside{
  xborder: solid white 1px;
  display: inline-block;
  width: 22%;
  height: auto;
  vertical-align: top;
  padding: 10px;
  margin: 0 0 20px 0;
  color: white !important;
}
footer #third_column aside .plg_body ul li a{
   color: white !important;
}
/* =================================================
  pagetop
================================================= */
#pagetop {
  position: fixed;
  right: 80px;
  bottom:50px;
  z-index: 100;
  xborder: solid #EEEEEE 1px;
}

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  xborder: solid #EEEEEE 3px;
  background: #EEEEEE url(https://blog-imgs-43.fc2.com/t/e/m/templates/page_top.png) no-repeat 9px 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; 
}

#xpagetop a:hover {
  opacity: 1;
  background-position: 13px -48px;
}

/* ------ページャー調整------ */

.home_bt {
   margin-left: 90px;
   text-align: left !important;
}
.home_bt a{
  border: 1px solid #bbb;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: bold;
  color: #A4A4A4;
  background: #eee;
  padding: 7px 5px;
}

#pagenavi {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: -30px;
  xborder: solid red 1px;
  padding-left: 9%;/* --位置微調整-- */
}
#pagenavi a, #pagenavi span {
  width: 30px;
  margin: 4px;
  border: 1px solid #bbb;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
#pagenavi span {
  font-weight: bold;
  background: #eee;
  vertical-align: top;
}
#pagenavi a.dot {
  text-decoration: none;
  border: 1px solid #eee;
}
#pagenavi a:hover {
  border-color: #00d;
  background: #039;
  color: #fff;
}

/* -----ninjya広告stop----- */
.ninja-recommend-block .ninja-recommend-ad-article a{
    xborder: solid red 2px !important;
    display: none !important;
}
.ninja-recommend-article .trademark_wrap img{
    xborder: solid blue 2px !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
}


/* -----記事内ninjya広告----- */

/* ----- ▼動画上広告fam▼ ----- */
.fam_thumb_468 {
  background-color: #FFF;
  max-width: auto;
  height: auto;
  border: solid 1px #D0D0D0;
  xborder: solid 2px red;
  margin: 0 auto;
}
.fam_thumb_468 a {
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  float: left;
  display: block;
  padding: 0px 5px;
  margin: 4px 0px;
  width: 48%;
  height: 100px;
  border-right: solid 2px #D0D0D0;
  text-decoration: none;
  overflow: hidden;
  xborder: solid 2px blue;
}
.fam_thumb_468 a:last-child {
  border-right-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
  clear: both;
}
*:first-child+html .clearfix { zoom: 1; }
/* -----▲動画上広告fam▲----- */


/* -----動画下広告----- */
.dougasita-ad{ xborder: solid grey 1px; margin: 0 auto; max-width: 640px; }


.dougasita-ad a{
   display: inline-block;
   xborder: solid black 1px;
   font-size: 12px;
   width: 111px;
   height: 140px;
   margin-left: 10px;
   vertical-align: middle;
}
.dougasita-ad img{ width: 110px; height: 84px; }


/* -----サイドdmm広告----- */
#dmm_side_koukoku a{
 float: left;
 margin-left: 4px;
 margin-bottom: 16px;
 overflow: hidden;
 width: 98px !important;
 height: 152px;
 xborder: solid red 1px;
}
#dmm_side_koukoku img{
 width: 98px !important;
}
/* -----header広告----- */
header .header_summary{
       xborder: solid red 1px;
       width: 450px !important;
       float: left;
}
#header-add-space{
       xborder: solid red 1px;
       float: left;
       margin-bottom: 20px;
}
#header_navi{ clear: both;/* ----float止め--- */}

/* -----loop-foot広告----- */
#loop-foot-add{
     margin: 0 auto;
     width: 640px;
  padding-bottom: 12px;
  box-shadow:0px 0px 1px 1px #c9c9c9;
  border-radius:6px;
}
#loop-foot-add table {  margin:0 auto;}
#loop-foot-add table th{
     xborder: solid red 1px;
     padding: 10px;
}
#loop-foot-add [id^="geniee_click_tracking_frame_"]>a>img{/* ---adnico320を縮小--- */
     border: solid red 1px;
     width: 250px;
     height: 250px;
     object-fit: cover;
}
#loop-foot-add [id^="geniee_click_tracking_frame_"]>span>iframe{/* ---adnico320を縮小--- */
     width: 250px;
     height: 250px;
     object-fit: cover;
}

#jisaku-koukoku div{ width: 48%; display: inline-block; }

#jisaku-koukoku div img, #jisaku-koukoku div a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5% 6%;
}

#jisaku-koukoku div img{ width: 80px; height: 80px; xborder:solid red 1px;}

#jisaku-koukoku div a{ width: 60%;  xborder:solid red 1px; }

/* -----ジャック広告----- */
#smac_6259, #smac_6260{
  padding: 0 20px !important;
}











