@charset "UTF-8";
/*!
 * ress.css ? v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit] [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
   Template css
========================================================================== */
/*=========================================
  Bace
=========================================*/
body {
  background: #fff;
  color: #4a4a4a;
  min-width: 1010px;
}

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;
}

/*-----------------------------------------
  color
-----------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

a:focus,
a:hover,
a:active {
  opacity: .85;

}

/*link color*/
a:link,
a:visited,
.blog_entry_body a,
.blog_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,
.pager a,
.pager a:visited {
  color: #784421;
}

/*key color*/
.l_left_area .blog_entry_title,
.header_menu_item,
.header_menu_item_content_title,
.profile_content_name,
.blog_content_item .m_link_btn,
.blog_content_date,
.blog_content_category,
.comment_area_title,
.comment_item_author,
.relate_list_title,
.plugin_right_title,
.l_footer{
  color: #26253b;
}

/*border color*/
.blog_content_list .blog_content_item:first-child,
.search_area,
.titlelist_area,
.blog_entry,
.l_footer{
  border-top-color: #26253b;
}
.m_link_btn{
  border-color: #784421;
}
.page_top{
  border-left-color: #26253b;
  border-right-color: #26253b;
}

.header_menu_item_border,
.plugin_right_title_line::before,
.plugin_right_title_line::after{
  background-color: #26253b;
}

/*text color*/
.header_menu_item .plugin-search input[type="text"],
.header_menu_item .plugin-mail-title,
.header_menu_item .plugin-mail-text,
.header_menu_item .plugin-mail-textarea,
.blog_content_item .blog_content_title,
.relate_title,
.comment_form_text{
  color: #4a4a4a;
}

/*ボタン背景色*/
.header_menu_item .plugin-mail-submit,
.plugin_right_content .plugin-mail-submit,
.comment_form_btn{
  background: #784421;
}

.plugin_right_content a:hover{
  opacity: .8;
}

/*-----------------------------------------
  arrow 図形
-----------------------------------------*/
.m_link_btn{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAACtpZ5jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIJJREFUeNpiYACCUGEpBSA2YKAiYILS50EYaHgCtQ1+AKXnU8twmMGOQHyBmoYzwhhAwwSA1H4ghoV14uq3zxZQbDC1DWdEF4Aa/h7GBxrMSEkYI4MAJDbVggIUafNhhgJdm0iNyKOaoXCDqW0ossH/qWkoCLBA6UJoCphArSwNEGAAm9YvSioP038AAAAASUVORK5CYII=) right center no-repeat;
}
.relate_list_title_inner::before,
.relate_list_title_inner::after{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAICAYAAABHy4ewAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpiDBWW+s8wQgATwygYBaNgFAxSwDhaGg9TABBgAAMEAwkXgNW6AAAAAElFTkSuQmCC) 0 0 no-repeat;
}

.pager_next_icon{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGxJREFUeNpiYCACMIKIUGGp81C+4+q3zz6gK2KC0gpAbADE+4EaBHApcgTiD7gUMsIYQAmwAiAGKbiAbDUjsg5cCpmQFQEFLkCtZoBZjewmvIAJh3UMMOtIczg+BcjW4VQAAixQ+gG+aAEIMABtuTJGi1OdLAAAAABJRU5ErkJggg==) center center no-repeat;
}


.pager_prev_icon{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNpiYMABQoWlFIDYAMRmxKEAJLkfiAWA2JAJi4IEJAUPgPgDIxYF86HcC0DsuPrtsw9MSAoasCmAuwmoACSZAFWwACiZiGwDTNF/mABQAYZnYNYlIlk7H10RM4i49v3zBW0uXpAJDkBsAGR/BIqdQFEEVXgAKKkAUgTEHkD2Q5BmFEVQhRuRFAYA2ReBYjeYsAR4ITQIQCAfwySoaT+AJqwEMn8C8UQg/wVAgAEAVWhD0F2qTZAAAAAASUVORK5CYII=) left center no-repeat;
}

.page_top_arr{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiYBgKQE3VOgGEydHLTI5lQGo+EAcIC8s9fPvu8QWaWYhkGQyQbCkjmZYlQmk4/9btowuo5kN0y0CGg3wF8h3Il6T4lJkcy2By5FjKTK5l5FrKTIll5FjKTKllpFrKTA3LSLGUmVqWEWspMzUtI8ZSZmpbRshSRqBlDkCB/dS0DE80OcIE55Nb+pNQu8xnGAW0AAABBgAQn6cSZkifgAAAAABJRU5ErkJggg==) center no-repeat;
}

.acc_open_btn{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh1JREFUeNrsmj1Ow1AMx52wICSkIJhgCTNLRramN+gCa9sbwAmqnIDeIO0IDOQGTU9AJlaywAQiEgNs4BfcKm0T0pCPPj/xl6zXSlXrn/ye7dRPgwp0tn9o4GKjWWgtWo2Mj0doAdqUVv/29Tkq64NWEqCDSxetU9IPD22MQF6jIAjQw2WAZkK1CtEcBBrVCoIAYvu4NQCkAfURyK8UhM6AiMAFNKshRSgqDUIQEzrAm5BICO08GC0HwiIIAzariGCCwiASQawFo2VAiMN8LxFEEuY4bZvpGWfiTkIIIJ8m5OPvIJSdLJBXFvmYvbWoTkyq+sWbl6eF9+cHR1UCtZN1ZjkiLvCRm7q1qO0wGYGY5PNKRAbAT4MFEOpiTYYgJvk+j0gX+Cr2XaOc/FbHL9SctZLa0+nJjrtsnR5NucvSJa/i66qlCkgcEUMBEENkra+/ZqG6VSTL6aCI/kFkU6EzInFljyMSKRCQSIAECoAEAmSqAMhUqYj4CoD4Ov3Z5TGG8ATDrI6MGYOM5wWRJkUhQ4hwNuVKVnaHIYiz0qLQuCtkFo1RVq/VZwSy4OvKWAF7rytofsRWVEOMxmVe9+tIXiSDtPOcNegRj7+PwHnQQwc/HnNJ1hnPRm+pPqk/DF3aZtKPp7fyvuXh4/3zZGf3Gl9uo502nZ3g5wZE+QsDS9GxgfMVjhSgHnC+VJMCxPuaU0ZCsGGDF8++BRgAjrrGUwGMaqsAAAAASUVORK5CYII=) center no-repeat;
}
.acc_close_btn{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhBJREFUeNrsmrFOwzAQhi9pB4SEFAQTLOnMkpGtyRt0gbXtG/AGVd+ga6fQERjIGzR5AjKxtgtMICIxwMi5ukZtcEirpI3P4pdOLpKF7tNvn+3YBlSgq5MzCxsXw8FoU2vldE8wYoyI2vDh/TUpm4NREqCDTRejUzKPAGOCQMFeQRCgh80Aw4ZqNccYItDtTkEQQAwffwcAMqA+AoWVgtAcEA7cwH41IoeS0iAEMaUJXIdEQfCKYIwCCIcgLKhXCcHEW4MoBLERjJEDISbzk0IQqzAt2TAzc+bEo4IQQDlNKce/Qag6OaCuHMoxf2jROjEFHvJW15msIz7wkS8dWrTtsBmB2JTzL0cGwE+DNRDaxdoMQWzKPXWkC3y1yN2gmvwBvHVs0smOu1yTjqbc5ZiKr+Kbqq0LyMIRSwMQq7lN7/u3l71md316vnFfEzTRP4hqau5qzNbhSKKBIYkAiTUAiQVIpAFIpJUjoQYgoUkfuwLGEIFgWK4jE8Ygi9zT71p4UpwxPLfP0Y1WdmUfMnQjzTn7pZGTK6kbsr1Wn5Eba7k2Vv94/vqcXxweiYPWpeIQI3RjXLT7HSq+SMay+Zx30SNcmQHnix4h6ugptjNeXr1Jc9L/MjQzzJS/nm4U/ResZN9Yye7w50EN1Uw8GOhX8mAg444LnJ9wSIB6wPlRjQSI9zOnnILgQo0Pz34EGADKg7eVn+ghMwAAAABJRU5ErkJggg==) center no-repeat;
}

/*-----------------------------------------
  text decoration
-----------------------------------------*/
.blog_entry_body a:hover,
.trackback_link a:hover,
.plugin-all a:hover,
.plg_blomaga a:hover {
  text-decoration: underline;
}

.blog_entry_body a:visited,
.blog_entry_body a:focus,
.blog_entry_body a:hover,
.blog_entry_body a:active,
.blog_entry_body a:hover{
  opacity: 1;
}


/*-----------------------------------------
  base box-shadow
-----------------------------------------*/
.blog_content_item,
.header_menu,
.header_menu_item_content::after,
.pager.have_prev,
.pager.have_next,
.blog_entry,
.profile_text,
.profile_img_shadow,
.plugin_right,
.relate_list,
.comment_area,
.trackback_area,
.search_area,
.titlelist_area{
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.22);
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.22);
}

/*-----------------------------------------
  右カラムボタン
-----------------------------------------*/
.l_right_area .right_area_link_btn{
  width: 95%;
  color: #fff;
  background: #784421 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAANCAYAAADMvbwhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNpiYBhM4P///wH/ISCBHHlqOqTgPwIkkCpPbcfMJ+CY+aOOGQyOWY9kWQCp8uQAJobBCgZF1Iw6YtAVaIOhiAcIMADqhjbg79s34gAAAABJRU5ErkJggg==) right center no-repeat;
  display: block;
  padding: 10px;
  font-size: 16px;
  margin: 0 auto;
}

/*-----------------------------------------
  Clear Fix
-----------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*=========================================
  Layout
=========================================*/
.l_header{
  background-color: #fff;
}
.l_container {
  width: 978px;
  margin: 0 auto 40px;
  clear: both;
}

.l_left_area {
  float: left;
  width: 745px;
  margin: 24px 0 0 0;
}

.l_right_area {
  float: right;
  width: 210px;
  margin: 24px 0 0 0;
}


/*=========================================
  header
=========================================*/
.header_img,
.header_img a{
  height: 381px;
}

.header_img{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
}

.header_img a{
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background: url(https://blog-imgs-120.fc2.com/p/u/k/pukunz/header_20180316101031cf3.png) center top no-repeat;
  display: block;
  overflow: hidden;
}


.header_img a:hover{
  opacity: .9;
}


/*=========================================
  header menu
=========================================*/
.header_menu {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.header_menu_inner{
  width: 1010px;
  margin: 0 auto;

}

.header_menu_item{
  float: left;
  padding: 16px 28px;
  cursor: default;
  font-weight: bold;
  display: block;
}
a.header_menu_item{
  cursor: pointer;
}
a.header_menu_item:hover{
  opacity: 1;
}

.header_menu_item_border{
  content: "";
  display: none;
  position: relative;
  width: 100%;
  height: 2px;
  bottom: -14px;
  left: 0;
  z-index: 2200;
  margin: 0 -28px;
}

.header_menu_item_content{
  width: 90%;
  margin: 0;

  background: #fff;
  position: absolute;
  display: none;
  z-index: 1500;
  border-radius: 4px;
  top: 55px;
  left: 0;
  width: 100%;
}

.header_menu_item_content::after{
  position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    display: block;
    z-index: 1000;
}
.header_menu_item_content_inner{
  background: #fff;
  padding: 32px 32px 8px;
  z-index: 2000;
  position: relative;
}

.header_menu_item_content_title{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
  position: relative;
}

/*
  ヘッダープラグイン [カテゴリ一覧],
  ヘッダープラグイン [最新記事],
  ヘッダープラグイン [最新コメント],
  ヘッダープラグイン [最新トラックバック]
*/
.header_menu_item_content li{
  width: 32.9%;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}

.header_menu_item_content .plugin_area_third_desc,
.header_menu_item_content .plugin_area_third_desc2{
  width: 1010px;
  margin: 0px auto 16px;
  padding: 0 6px;
  font-weight: normal;
}

/*-----------------------------------------
  ヘッダープラグイン [最新記事 (サムネイル付)]
-----------------------------------------*/
.header_menu_item_content .fc2_recent_entry_thumb_item {
    width: 50%;
    float: left;
    font-weight: normal;
}
.header_menu_item_content div[id^="fc2_recent_entry_thumb_"]{
  width: 1010px;
  margin: 0px auto;
}

/*-----------------------------------------
  ヘッダープラグイン [アルバム]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [最新記事],
  ヘッダープラグイン [最新コメント],
  ヘッダープラグイン [最新トラックバック],
  ヘッダープラグイン [月別アーカイブ],
  ヘッダープラグイン [月別アーカイブ],
  ヘッダープラグイン [カテゴリ別記事一覧],
  ヘッダープラグイン [リンク],
  ヘッダープラグイン [ユーザータグ],
  ヘッダープラグイン [プロフィール],
  ヘッダープラグイン [全記事表示リンク],
  ヘッダープラグイン [QR]
  ヘッダープラグイン [天気予報]
  ヘッダープラグイン [ブロとも申請フォーム]
-----------------------------------------*/
.header_menu_item_content_inner > ul,
.header_menu_item_content_inner div[id^="plugin-category-list"],
.header_menu_item_content_inner div.plugin-tag,
.header_menu_item_content_inner div.plugin-myimage,
.header_menu_item_content_inner div.plugin-myimage+p,
.header_menu_item_content_inner div.plugin-all,
.header_menu_item_content_inner div.plugin-qrcode,
.header_menu_item_content_inner div.plugin-weather,
.header_menu_item_content_inner div.plugin-blogranking,
.header_menu_item_content_inner div.plugin-counter,
.header_menu_item_content_inner div.plugin-konan,
.header_menu_item_content_inner div.plugin-bbs{
  width: 1010px;
  margin: 0px auto 20px;
}

/*-----------------------------------------
  ヘッダープラグイン [カレンダー]
-----------------------------------------*/
caption{
  font-weight: bold;
}
.plugin-calender{
  text-align: left;
  width: 1010px;
  margin: 0 auto 24px;
  font-weight: normal;
}
table.calender{
  text-align: center;
  margin: 0 auto;
  table-layout: fixed;
}
table.calender th{
  width: 74px;
  font-weight: bold;
}
table.calender td{
  width: 74px;
  padding: 10px 0;
}

table.calender td{
  font-weight: bold;
}

/*-----------------------------------------
  ヘッダープラグイン [カテゴリ(通常)]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [カテゴリ(カスタマイズ向け)]
-----------------------------------------*/
.header_menu_item_content .main_list{
    float: left;
    width: 33%;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.header_menu_item_content .main_list a{
  vertical-align: baseline;
  display: inline-block;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
      padding: 3px 8px;
      border-radius: 4px;
}

.header_menu_item_content .acc_btn + .sub_menu{
  position: absolute;
  z-index: 50;
  top: 2.6em;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 98%;
  margin: 0 10px;
  padding: 8px 6px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: #fff;
}

/*フキダシの矢印*/
.header_menu_item_content .acc_btn + .sub_menu::before {
  content: '';
  top: -10px;
  left: 35%;
  -webkit-transform: translateX(-50%) translateY(34%) rotate(45deg) skew(20deg,20deg);
          transform: translateX(-50%) translateY(34%) rotate(45deg) skew(20deg,20deg);
  background: #fff;
  border: 1px solid #ddd;
  content: '';
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
}

.header_menu_item_content .main_list:nth-child(1)  .acc_btn + .sub_menu::before{
  left: 3%;
}
.header_menu_item_content .main_list:nth-child(2)  .acc_btn + .sub_menu::before{
  left: 35%;
}
.header_menu_item_content .main_list:nth-child(3)  .acc_btn + .sub_menu::before{
  left: 68%;
}

.header_menu_item_content .acc_btn + .sub_menu::after {
  background: #fff;
  border-radius: 5px;
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_menu_item_content .acc_btn + .sub_menu .sub_list,
.header_menu_item_content .acc_btn + .sub_menu .sub_list_end {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  z-index: 50;
  margin: 0;
  padding: 8px 16px;
}

.header_menu_item_content li.group_list {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*  カテゴリ 右カラム共通
-----------------------------------------*/
.main_list{
  vertical-align: baseline;
}

.acc_btn{
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.acc_btn:hover{
  opacity: .8;
}

.acc_btn + .sub_menu{
  display: none;
}

.acc_open_btn{
    background-size: 13px;
}
.acc_close_btn{
    background-size: 13px;
}

/*-----------------------------------------
  ヘッダープラグイン [カテゴリ別記事一覧]
-----------------------------------------*/
a.plugin-category-list-link {
    font-weight: bold;
}


/*-----------------------------------------
  ヘッダープラグイン [ユーザータグ]
-----------------------------------------*/
.plugin-tag a{
  display: inline-block;
  padding: 10px;
  font-weight: normal;
}

/*-----------------------------------------
  ヘッダープラグイン [プロフィール]
-----------------------------------------*/
.plugin-myimage img{
  max-width: 100%
}

.plugin-myimage+p{
  font-weight: normal;
  font-size: 12px;
}
/*-----------------------------------------
  ヘッダープラグイン [検索フォーム]
-----------------------------------------*/
.header_menu_item .plugin-search{
  width: 450px;
  margin: -4px auto 40px;
  position: relative;
}

.header_menu_item .plugin-search input[type="text"]{
  padding: 9px 48px 8px 14px;
  font-size: 14px;
  width: 450px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  font-weight: normal;
}

.header_menu_item .plugin-search input[type="submit"]{
  position: absolute;
  right: 0;
    top: 0;

  display:block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNrUVcsNgkAQBSqwBOzADsQOsAOpQG8clSMn6ACoQO1gS7ADKcESfJMMZrLuT4MHJ5nshpl989m3QxT9q8Q2Q13XKZY9NIOuhElBr9C+LMvHx+AAPmE5ehIj4AIBLsHgAO6w7LTPiteFVkXEAXovuCHjCtrK8rldDTQXfhv4KCs4H7oL29ZVMvwPHIRkhO9S90nEfi8zdgGTwN6KdqUIlrvAM7FvA9lWif3aBT5dlPJRTGSvDOeN4N/KaDPMAZ6GgE8lZswcr2iXeHOBX8W+CcxavonBBd7zkybJmceurDuNBDffC6Uyz1qrKskK9jlq7CCfU8hsobnSWVjhuou3GZMYuEsOGwPFUsMwk4+o48T881y0YK21gHo7TD02VPqqIJ7jj2MLMAu4LUAyFzi3ovjpT5kqmC72KcAAagZ6piWQfaQAAAAASUVORK5CYII=) center no-repeat;
  cursor: pointer;
  padding: 0;
  border: none;
    width: 52px;
    height: 34px;
}

/*-----------------------------------------
  ヘッダープラグイン [RSSリンクの表示]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [全記事表示リンク]
-----------------------------------------*/
.plugin-all{
  font-weight: normal;
}
/*-----------------------------------------
  ヘッダープラグイン [ＱＲコード]
-----------------------------------------*/

/*-----------------------------------------
  ヘッダープラグイン [アクセスランキング]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [ブロマガ]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [ブロマガ購読者数]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [ブロマガ購読者専用メールフォーム]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [フリーエリア]
-----------------------------------------*/
/*default*/

/*-----------------------------------------
  ヘッダープラグイン [メールフォーム]
-----------------------------------------*/
.header_menu_item .plugin-mail{
    width: 500px;
    margin: -16px auto 24px;
    overflow: hidden;
}
.header_menu_item .plugin-mail-group {
    display: block;
    margin: 0 0 12px;
}

.header_menu_item .plugin-mail-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.header_menu_item .plugin-mail-text {
    width: 100%;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 14px;
}

.header_menu_item .plugin-mail-textarea{
    width: 100%;
    min-height: 150px;
    font-weight: normal;
    font-size: 14px;
}

.header_menu_item .plugin-mail-submit{
  float: right;
  color: #fff;
  padding: 7px 18px;
  border-radius: 4px;
  margin: 10px 0 0px;
  cursor: pointer;
  font-weight: normal;
    font-size: 16px;
}

.header_menu_item .plugin-mail-submit:hover{
  opacity: .75;
}
/*-----------------------------------------
  ヘッダープラグイン [天気予報]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2ブログランキング]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2チャット]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2カウンター]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2アフィリエイト]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2投票]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2拍手ランキング]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2プロフ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2掲示板]
-----------------------------------------*/



/*=========================================
  右カラム
=========================================*/
/*-----------------------------------------
  右カラムリンク
-----------------------------------------*/
.l_right_area .plugin_right_content a{
  vertical-align: baseline;
  display: inline-block;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  padding: 0px;
  border-radius: 4px;
  font-size: 12px;
}

.l_right_area .plugin_right_content li a{
  font-size: 12px;
  padding: 6px 5px 5px 10px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.l_right_area .plugin_right_content li .sub_list a,
.l_right_area .plugin_right_content li .sub_list_end a{
  border: none;
}
.l_right_area .plugin_right_content li a:hover {
    background-image: url(https://blog-imgs-35.fc2.com/w/e/b/weboook/bgGray.png);
    background-repeat: repeat;
    text-decoration: none;
    padding: 6px 5px 5px 10px;
}

.l_right_area .plugin_right:last-child{
    height: 677px;
}
.l_right_area .plugin-freearea{
    text-align: center!important;
}

/*-----------------------------------------
  右カラムカテゴリ
-----------------------------------------*/
.plugin_right_content .sub_list,
.plugin_right_content .sub_list_end{
      padding: 0 0 3px 20px;
      position: relative;
}
.plugin_right_content .sub_list::after,
.plugin_right_content .sub_list_end::after{
      position: absolute;
      top: 2px;
      left: 10px;
      content: "";
      width: 10px;
      height: 10px;
      -webkit-box-shadow: -1px 1px 0 0 #ddd;
              box-shadow: -1px 1px 0 0 #ddd;
}

.plugin_area_first_desc,
.plugin_area_first_desc2,
.plugin_area_second_desc,
.plugin_area_second_desc2{
font-size: 12px;
}
/*-----------------------------------------
  右カラムプラグイン [最新記事 (サムネイル付)]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [アルバム]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [最新記事]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [最新コメント]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [最新トラックバック]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [カレンダー]
-----------------------------------------*/
.l_right_area caption{
  font-weight: bold;
}
.l_right_area .plugin-calender{
  text-align: left;
  width: auto;
  margin: 0 auto 24px;
  font-weight: normal;
}
.l_right_area table.calender{
  text-align: center;
  margin: 0 auto;
  table-layout: fixed;
}
.l_right_area table.calender th{
  width: 74px;
  font-weight: bold;
}
.l_right_area table.calender td{
  width: 74px;
  padding: 10px 0;
}

.l_right_area table.calender td{
  font-weight: normal;
}

.l_right_area table.calender td a{
  font-weight: bold;
  text-decoration: underline;
}

table.calender #sat{
  color: #0734e8;
}
table.calender #sun{
  color: #e80707;
}
/*-----------------------------------------
  右カラムプラグイン [月別アーカイブ]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [カテゴリ]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [カテゴリ(カスタマイズ向け)]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [カテゴリ別記事一覧]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [リンク]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [ユーザータグ]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [プロフィール]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [検索フォーム]
-----------------------------------------*/
.plugin_right_content .plugin-search{
  width: 100%;
  margin: -4px auto 20px;
  position: relative;
}

.plugin_right_content .plugin-search input[type="text"]{
  padding: 9px 48px 8px 14px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  font-weight: normal;
}

.plugin_right_content .plugin-search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;

  display:block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNrUVcsNgkAQBSqwBOzADsQOsAOpQG8clSMn6ACoQO1gS7ADKcESfJMMZrLuT4MHJ5nshpl989m3QxT9q8Q2Q13XKZY9NIOuhElBr9C+LMvHx+AAPmE5ehIj4AIBLsHgAO6w7LTPiteFVkXEAXovuCHjCtrK8rldDTQXfhv4KCs4H7oL29ZVMvwPHIRkhO9S90nEfi8zdgGTwN6KdqUIlrvAM7FvA9lWif3aBT5dlPJRTGSvDOeN4N/KaDPMAZ6GgE8lZswcr2iXeHOBX8W+CcxavonBBd7zkybJmceurDuNBDffC6Uyz1qrKskK9jlq7CCfU8hsobnSWVjhuou3GZMYuEsOGwPFUsMwk4+o48T881y0YK21gHo7TD02VPqqIJ7jj2MLMAu4LUAyFzi3ovjpT5kqmC72KcAAagZ6piWQfaQAAAAASUVORK5CYII=) center no-repeat;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 52px;
  height: 34px;
}
/*-----------------------------------------
  右カラムプラグイン [RSSリンクの表示]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [全記事表示リンク]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [ＱＲコード]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [アクセスランキング]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [ブロマガ]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [ブロマガ購読者数]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [ブロマガ購読者専用メールフォーム]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [フリーエリア]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [メールフォーム]
-----------------------------------------*/
.plugin_right_content .plugin-mail{
    width: 100%;
    margin: -16px auto 24px;
    overflow: hidden;
}
.plugin_right_content .plugin-mail-group {
    display: block;
    margin: 0 0 12px;
}

.plugin_right_content .plugin-mail-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.plugin_right_content .plugin-mail-text {
    width: 100%;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 14px;
}

.plugin_right_content .plugin-mail-textarea{
    width: 100%;
    min-height: 150px;
    font-weight: normal;
    font-size: 14px;
}

.plugin_right_content .plugin-mail-submit{
  float: right;
  color: #fff;
  padding: 7px 18px;
  border-radius: 4px;
  margin: 10px 0 0px;
  cursor: pointer;
  font-weight: normal;
    font-size: 16px;
}

.plugin_right_content .plugin-mail-submit:hover{
  opacity: .75;
}

/*-----------------------------------------
  右カラムプラグイン [天気予報]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2ブログランキング]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2チャット]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2カウンター]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2アフィリエイト]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2投票]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2拍手ランキング]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2プロフ]
-----------------------------------------*/
/*-----------------------------------------
  右カラムプラグイン [FC2掲示板]
-----------------------------------------*/

/*-----------------------------------------
  右カラム広告
-----------------------------------------*/
.right_ad{
  text-align: center!important;
}

/*-----------------------------------------
  右カラムBOOK
-----------------------------------------*/
.right_book{
  width: 140px;
  margin: 0 auto;
}

/*-----------------------------------------
  右カラム ブログ村
-----------------------------------------*/
.blog_mura{
  text-align: center!important;
}

/*-----------------------------------------
  右カラム ブログ村
-----------------------------------------*/
.pl_link_contents{
  border-color: #ccc!important;
}


/*-----------------------------------------

-----------------------------------------*/
.m_link_btn{
  display: block;
  border-width: 1px;
  border-style: solid;
  width: 120px;
  font-size: 14px;
  border-radius: 3px;
  float: right;
  padding: 8px 15px;
}

/*-----------------------------------------
  content title
-----------------------------------------*/
.plugin_right{
  background-color: #fff;
  margin: 0 0 24px;
}
/*プラグインタイトル*/
.plugin_right_title {
  font-size: 15px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  width: 190px;
  overflow: hidden;
  padding: 0;
}

.plugin_right_title_line{
    position: relative;
    display: inline-block;
    margin: 16px 0 12px;
    padding: 0 0;
    text-align: left;
    width: 100%;
    text-align: center;
}

.plugin_right_title_line::before,
.plugin_right_title_line::after{
    position: absolute;
    content: '';
    width: 299px;
    height: 2px;
}

.plugin_right_title_line::before{
left: 0;
    top: 40%;
    z-index: 5;
}
.plugin_right_title_line::after{
left: 0;
    top: 60%;
    z-index: 5;
}

.plugin_right_title_text{
position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
}

/*プラグインコンテンツ*/
.plugin_right_content{
      margin: 3px 12px 20px;
}

/*カテゴリ等*/
.plugin_right_content .main_list{
  font-size: 14px;
  position: relative;
  z-index: 10;
}

.plugin_right_content .acc_btn{
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 20;
}

/*=========================================
  Profile
=========================================*/
.profile_img_wrap {
    border-radius: 50%;
    margin: 0 auto -90px;
    text-align: center;
    position: relative;
}

.profile_img{
    border: 6px solid #fff;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    position: relative;
    z-index: 5;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.profile_img_shadow{
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 3;

}

.profile_text {
    background-color: #fff;
    font-size: 14px;
    margin: 0 0 32px;
    padding: 95px 20px 20px;
    position: relative;
    z-index: 4;
}

.profile_name {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}

/*=========================================
  Top blog contents
=========================================*/
.blog_content_item {
  background-color: #fff;
  margin: 0 0 40px;
word-break: break-word;
width: 745px;
    overflow: hidden;
}

.blog_content_item:not(:first-child){
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*//*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-direction:row-reverse;/*--- Androidブラウザ用 ---*//*--- safari（PC）用 ---*/
  -ms-flex-direction:row-reverse;
      flex-direction:row-reverse;
  -ms-flex-wrap:nowrap;/*--- IE10用 ---*//*--- safari（PC）用 ---*/
  flex-wrap:nowrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*//*--- safari（PC）用 ---*/
  justify-content:space-between;
  -webkit-box-align:stretch;/*--- Androidブラウザ用 ---*/
  -ms-flex-align:stretch;/*--- IE10 ---*//*--- safari（PC）用 ---*/
  align-items:stretch;
  -ms-flex-line-pack:center;/*--- IE10 ---*//*--- safari（PC）用 ---*/
  align-content:center;
}

.blog_content_tmb_wrap {
  width: 260px;
  padding-right: 15px;
  display: block;
}

.blog_content_tmb_wrap:hover{
  opacity:1;
}

.blog_content_title_wrap a{
display: inline-block;
}

.blog_content_tmb {
  width: 260px;
  height: 100%;
  min-height: 178px;
  background-size: cover;
  background-position: center center;
  display: block;
}

.blog_content_item:not(:first-child) .blog_content_tmb{
  -webkit-box-flex:0.0;
  -ms-flex: 0 0 260px;/*--- IE10横のみ対応 ---*/
  flex: 0 0 260px;
}

.blog_content_text{
  -webkit-box-flex:0.0;
  -ms-flex: 0 0 380px;/*--- IE10横のみ対応 ---*/
  flex: 0 0 380px;
}

.blog_content_item:not(:first-child) .blog_content_text_inner{
  margin: 20px 0;
}

.blog_content_item:not(:first-child) .blog_content_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.blog_content_item .blog_content_title {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px 12px;
  float: left;
  max-height: 7.4em;
  overflow: hidden;
}

.blog_content_desc{
  display: none;
  font-size: 14px;
  color: #939393;
  line-height: 1.4em;
  overflow: hidden;
  margin: 30px 25px 18px;
}

.blog_content_sup{
  display: block;
  padding: 0 19px 16px 20px;
  overflow: hidden;
  width: 379px;
}

.blog_entry .blog_content_sup{
  width: 100%;
}

.blog_content_date {
  font-size: 12px;
  display: block;
  float: right;
}

.blog_content_date_y,
.blog_content_date_m,
.blog_content_date_d {
  display: inline;
}

.blog_content_date_y {
  margin: 0 2px;
}

.blog_content_date_m {
  margin: 0 2px;
}

.blog_content_date_d {
  margin: 0 2px;
}

.blog_content_category {
  float: right;
  font-size: 12px;
  display: none;
}

.blog_content_list .first_topentry_link{
  display: none;
}

.more_topentry_link{
  margin: 0;
}
.blog_entry_body .m_link_btn:hover{
  text-decoration: none;
  opacity: .8;
}

/*最初の記事*/
.blog_content_list .blog_content_item:first-child,
.search_area,
.titlelist_area{
  border-top-width: 4px;
  border-top-style: solid;
}
.blog_content_list .blog_content_item:first-child .blog_content_tmb{
  width: 745px;
  height: 400px;
}
.blog_content_list .blog_content_item:first-child .blog_content_title {
font-size: 24px;
}
.blog_content_list .blog_content_item:first-child .blog_content_tmb_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_title_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_desc,
.blog_content_list .blog_content_item:first-child .blog_content_category,
.blog_entry .blog_content_category{
  display: block;
}

.blog_content_list .blog_content_item:first-child .blog_content_title,
.blog_content_list .blog_content_item:first-child .blog_content_tmb_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_sup{
  float: none;
}

.blog_content_list .blog_content_item:first-child .blog_content_title{
  margin: 20px 0 4px 0;
}

.blog_content_list .blog_content_item:first-child .blog_content_sup{
  width: auto;
  margin: 0 0 12px;
}


.blog_content_list .blog_content_item:first-child .first_topentry_link{
  display: block;
  margin: 0 20px 20px;
}

.blog_content_list .blog_content_item:first-child .more_topentry_link{
  display: none;
}

.entry_footer{
  font-size: 13px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding: 16px 0 0;
  margin: 18px 0 0;
}
.entry_footer_comment_link{
  float: right;
}

.entry_footer_comment_link span{
  vertical-align: middle;
}

.entry_footer_category{
  float: right;
  margin: 0 16px;
}

/*=========================================
  Entry page
=========================================*/
.blog_entry {
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  margin: 0 auto;
  border-top-width: 4px;
  border-top-style: solid;
}

.l_left_area .blog_entry_title {
  font-size: 24px;
  padding: 0 0 4px;
  font-weight: bold;
  margin: 25px 20px 12px;
  display: block;
}

.blog_entry_body {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
  letter-spacing: 0.2px;
      padding: 0 20px 16px;
      margin: 0 0 40px;
}


.blog_entry h3 {
  font-size: 18px;
  margin: 20px 0 0 0;
}
.blog_entry h4 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
.blog_entry h5 {
  font-size: 14px;
  margin: 20px 0 0 0;
}
.blog_entry h6 {
  font-size: 12px;
  margin: 20px 0 0 0;
}
.blog_entry img {
  max-width: 100%;
  height: auto;
  margin: 8px auto;
}
.blog_entry_body #fc2_text_ad{
margin:0;
}
#fc2_text_ad img{
margin:0;
    height: 1px;
    display: block;
}

.blog_entry .emoji {
  display: inline-block;
  margin: 0 2px;
}
.blog_entry ul, .blog_entry ol, .blog_entry dl, .blog_entry p, .blog_entry fieldset, .blog_entry blockquote, .blog_entry table {
  margin: 0.8em 0;
}
.blog_entry fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 10px;
}
.blog_entry blockquote {
  font-size: 14px;
  margin: 20px 0;
  padding: 10px;
  background-color: #F8F8F8;
}
.blog_entry table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.blog_entry th, .blog_entry td {
  padding: 12px;
  text-align: left;
  border: 1px solid #c0c0c0;
}
.blog_entry em, .blog_entry i {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.blog_entry iframe {
  display: block;
  margin: 24px auto 24px;
  max-width: 100%;
}
.blog_entry .fc2_footer img {
  display: inline-block;
}
.blog_entry .fc2_footer iframe {
  margin: 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dt {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  margin: 8px 0 30px 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  font-size: 14px;
  margin: 0 0 8px 0;
  line-height: 18px;
}

.blog_entry .blog_entry_msg {
  float: left;
  width: 45%;
  text-align: left;
}
.blog_entry .blog_entry_comment,
.blog_entry .blog_entry_trackback {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8;
}

.fc2_footer {
  margin: 4px 0 12px;
}

/*-----------------------------------------
  関連記事
-----------------------------------------*/
.relate_list_area{
  width: 745px;
  margin-right: -30px;
}

.relate_list_title{
  text-align: center;
  width: 745px;
  margin: 0 0 16px;
}
.relate_list_title_inner{
  position: relative;
  padding: 0 75px;
}
.relate_list_title_inner::before,
.relate_list_title_inner::after{
  content:"";
  width: 58px;
  height: 8px;
  display: block;
  position: absolute;
  top: 40%;
}

.relate_list_title_inner::before{
  left: 0;
}
.relate_list_title_inner::after{
  right: 0;
}

.relate_list{
  background-color: #fff;
  margin: 0 20px 20px 0;
  word-break: break-word;
  width: 362px;
  overflow: hidden;
  display: table;
  float: left;
}
.relate_list_area a:nth-child(even) .relate_list {
    margin-right:0

}
.relate_list.relate_list_now{
  display: none;
}


.relate_img_wrap,
.relate_about{
  display: table-cell;
  vertical-align: middle;
}
.relate_img_wrap{
  width: 144px;

}
.relate_about{
    padding: 0 8px 0 16px;
}



.relate_img{
  vertical-align: middle;
  height: 112px;
  width: 144px;
  background-size: cover;
  background-position: center;
}
.relate_title{
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  height: 4.6em;
  overflow: hidden;
}
.relate_day{
}
.relate_y{
}
.relate_m{
}
.relate_d{
}



/*=========================================
  Comment area ,Trackback area
=========================================*/
.comment_area_title{
  font-size: 18px;
  margin: 0 0 22px;
}

.comment_area {
  padding:30px 26px 36px 26px;
  background: #fff;
  overflow: hidden;
}

/*-----------------------------------------
  Comment content ,Trackback content
-----------------------------------------*/
.comment_item{
    clear: both;
    padding: 0 0 48px;
    overflow: hidden;
}

.comment_item_author{
    font-size: 13px;
    margin: 0 0 2px;
    font-weight: normal;
}
.comment_item_title{
font-size: 13px;
font-weight: bold;
}
.comment_item_text{
  font-size: 13px;
}

.comment_item_footer{
  font-size: 13px;
}

.comment_item_footer{
  float: right;
}
.comment_item_date,
.comment_item_uri,
.comment_item_edit{
  padding-right: 3px;
}

/*-----------------------------------------
  Comment form
-----------------------------------------*/
.comment_form_wrap{
      margin: 24px 0 0;
}
.comment_form_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1em;
}

.comment_form_checkbox_wrap,
.comment_form_text_wrap {
  margin: 0 0 20px 0;
}

.comment_form_input{
  margin: 0 0 20px;
}

.comment_form_text {
  width: 60%;
  height: 32px;
  line-height: 22px;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #fff;
}

.comment_form_checkbox {
  margin: 0 4px 0 0;
  -webkit-appearance: checkbox;
}

.comment_form_label {
  font-size: 13px;
}


#tools_dialog {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.comment_form_textarea {
  resize: vertical;
  width: 100%;
  height: 215px;
  margin: 0 0 10px 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.comment_form_btn_wrap {
  margin: 29px 0 0 0;
}

.comment_form_btn {
    display: block;
    width: 120px;
    height: 37px;
    margin: 0 auto;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
        float: right;
}
.comment_form_delete_btn{
  font-size: 14px;
  float: right;
  margin: 10px 0;
  cursor: pointer;
}
.comment_form_btn:hover,
.comment_form_delete_btn:hover{
  opacity: .7;
}


/*=========================================
  検索結果ページ,全記事表示ページ
=========================================*/
.search_area,
.titlelist_area{
  background-color: #fff;
}
.search_area_title,
.titlelist_area_title{
  font-size: 20px;
  padding: 0 0 4px;
  font-weight: bold;
  margin: 25px 20px;
}
.search_list,
.titlelist_list{
font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.2px;
    padding: 0 20px 16px;
    margin: 0 0 40px;
}
.search_item,
.titlelist_item{
    border-bottom: 1px solid #eaeaea;
}

.search_item{
    margin: 0 0 40px;
    padding: 0 0 40px;
    word-wrap: break-word;
}

.titlelist_item{
    margin: 0 0 16px;
    padding: 0 0 16px;
}

.search_item:last-child,
.titlelist_item:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search_item_title,
.titlelist_item_title{
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.search_item_description,
.titlelist_item_description{
  font-size: 13px;
}

.search_item_sup,
.titlelist_item_sup {
    text-align: right;
    font-size: 13px;
    margin: 3px 0 0;
}

.search_item_category,
.titlelist_item_category{
  margin: 0 8px 0 0;
}



/*=========================================
  Pager
=========================================*/
.pager{
  margin: 24px auto 48px;

  font-size: 13px;
      background-color: #fff;

    line-height: 1em;
}

.pager a {
  border-radius: 3px;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.pager_prev {
  float: left;
  width: 50%;
  text-align: left;
}


.pager_next {
  float: right;
  width: 50%;
  text-align: right;
}

.pager_next_link{
  padding: 24px 20px 24px 6px;
  display: inline-block;
}

.pager_next_icon{
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.pager_prev_link{
  padding: 24px 6px 24px 20px;
  display: inline-block;
}

.pager_prev_icon{
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.pager_next_text,
.pager_prev_text{
vertical-align: middle;
margin: 0 6px;
}

/*=========================================
  Footer
=========================================*/
.l_footer {
  margin: 0 auto 0;
  clear: both;
  background-color: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  overflow: hidden;
}

.l_footer_inner {
  width: 1010px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
}

.l_footer_left {
  display: table-cell;
  vertical-align: middle;
  width: 930px;
}
.l_footer_left a:hover {
  opacity: 1;
}

.l_footer_logoimg {
  max-width: 365px;
}

.l_footer_right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.l_footer_copyright {
  font-size: 13px;
}
.page_top{

  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;

    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.page_top_arr{
  display: inline-block;
  width: 27px;
  height: 16px;
}

.page_top:hover .page_top_arr{
  opacity: .75;
}

/*=========================================
  AD
=========================================*/
.entry_top_ad,
.entry_bottom_ad{
  text-align: center;
  clear: both;
}
.entry_top_ad iframe,
.entry_bottom_ad iframe{
  margin: 0;
}

/*=========================================
  SNS
=========================================*/
.snsshare-ttl{
	margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
	color: #000;
	font-size: 16px;
}
#articlemore-social{
    margin: 0;
    padding: 0;
    text-align: center;
}
#articlemore-social .fb, #articlemore-social .tw {
    cursor: pointer;
    display: block;
    margin: 0 0 10px;
    height: 56px;
    width: 49%;
    background: #2c4f99;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
		text-decoration: none;
}
#articlemore-social .fb:hover, #articlemore-social .tw:hover {
	text-decoration: underline;
}
#articlemore-social .tw {
    float: right;
    background: #00aaf2;
}
#articlemore-social .twlong{
    float: none;
    width: 100%;
}
#articlemore-social .fb span, #articlemore-social .tw span {
    display: inline-block;
    margin-right: 10px;
    height: 19px;
    width: 23px;
    background: url(https://blog-imgs-119.fc2.com/t/h/e/thekinakotv/twfb.png) 0 0 no-repeat;
    vertical-align: middle;
}
#articlemore-social .fb span {
    background-position: -23px 0;
}

#e-likebox {
	margin: 16px 0;
	position: relative;
	background: #2D2D2A;
}
#e-likebox-thumb {
    height: 200px;
    width: 300px;
}
#e-likebox-thumb img{
	margin: 0;
}
#e-likebox-text {
    position: absolute;
    top: 35px;
    right: 80px;
    width: 270px;
    color: #fff;
    font-size: 18px;
    line-height: 1.42;
    text-align: center;
}
#e-likebox-foot {
    position: absolute;
    right: 80px;
    top: 170px;
    width: 270px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
#e-likebox-btn {
    z-index: 2;
    position: absolute;
    top: 110px;
    right: 80px;
    width: 270px;
    text-align: center;
}
.latest-article{
    margin-top: 32px;
}
.latest-article h3 {
    background-color: #c5c5c5;
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 5px 0 5px 20px;
    margin-bottom: 15px;
}


.topentry_bod{
	margin: 60px 0 100px;
}
.ad-sydebyside{
	display: inline-block;
	margin: 0 5px 40px;
}
