@charset "UTF-8";
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  color: #222222;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0 0 8px 0;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.inner {
  max-width: 860px;
  margin: 0 auto;
}

.header {
  width: 100%;
  min-height: 130px;
  padding: 0;
  margin: 0 0 40px;
  background: url() 0 0 repeat;
  background-size: 20px auto;
  text-align: center;
  background-color: #000;
}

.blog_name {
  padding: 22px 8px 8px;
  line-height: 1.4em;
}

.blog_name_link {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
padding: 10px;
border-top: 2px solid rgb(233, 203, 132);
        border-bottom: 2px solid rgb(233, 203, 132);
}

.introduction {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 0 20px 8px;
text-align: left;
}

.container {
  max-width: 995px;
  margin: 0 auto;
}

.main {
  float: left;
  max-width: 100%;
  width: 655px;
}

.entry {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin: 0 0 0 20px 0;
  word-wrap: break-word;
  position: relative;
  width: 655px;
  border: 5px solid #FBFBFB;
  border-radius: 6px;
  padding: 20px 20px 25px 20px;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.entry_secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  padding: 0 20px 0 0;
  text-align: center;
}

.entry_primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 550px;
          flex: 1 1 550px;
  padding: 0;
}

.entry_date {
  text-align: center;
  background-color: #ccc;
  border-radius: 0px;
  width: 100%;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1;
  margin: 0 0 10px;
  padding: 11px 0 8px;
}

.entry_date_y {
  font-size: 12px;
  margin: 0 0 6px;
}

.entry_date_m {
  font-size: 12px;
  padding: 0 0 6px;
  margin: 0 10px 6px;
}

.entry_date_d {
  font-size: 22px;
}

.entry_comment_num {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
  min-width: 36px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background: #ccc;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry_comment_num::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  margin-top: 0;
  border: 6px solid transparent;
  border-right: 15px solid #ccc;
  z-index: 0;
  -webkit-transform: rotate(-64deg);
          transform: rotate(-64deg);
}

.entry_comment_num_inner {
  z-index: 1;
  position: relative;
}

.entry_comment_num_link {
  color: #fff;
}

.entry_title {
  font-size: 20px;
  font-weight: 600;
  color: #737070;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 10px;
}

.entry_title_link {
  text-decoration: none;
  color: #000;
  vertical-align: middle;
}

.entry_tag_list {
  margin: 0 0 8px;
}

.entry_tag_item {
  display: inline-block;
}

.entry_tag_item a {
  display: inline-block;
  color: #000;
  list-style: none;
  font-size: 12px;
  padding: 8px 13px;
  line-height: 1;
  border-radius: 20px;
  background-color: #F8F8F8;
  margin: 0 4px 8px 0;
}

.entry_text {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.entry_text .blog_content_tmb_wrap {
  padding: 0;
}

.entry_text .blog_content_tmb {
  max-width: 100%;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 0 8px;
}

.paging {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.paging_prev {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  text-align: left;
}

.paging_home {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  text-align: center;
}

.paging_next {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  text-align: right;
}

.paging_link {
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
  margin: 10px 0;
  padding: 10px 14px;
  min-width: 110px;
  text-align: center;
  line-height: 1;
}

.footer {
  width: 100%;
  padding: 32px 0;
  word-break: break-all;
  font-size: 11px;
}

.footer .footer_info {
  text-align: center;
  padding: 0 10px;
  line-height: 1.4;
}

.footer .footer_info .ad {
  margin: 0 0 15px 0;
}

.footer .footer_info .ad a {
  text-decoration: underline;
}

.footer .footer_info .ad a:hover {
  text-decoration: none;
}

.footer .footer_info #imobile_adspotdiv1,
.footer .footer_info #imobile_adspotdiv2 {
  text-align: center;
  text-align: -webkit-center;
  margin: 0 0 15px 0;
}

.footer .footer_info .copyrights span.powered {
  display: inline-block;
  margin: 0 0 0 8px;
}

.fc2_topentry_isnew {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 8px;
  background: #E48E8E;
  color: #fff;
  border-radius: 2px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.entry_text h2,
.entry_text h3,
.entry_text h4,
.entry_text h5,
.entry_text h6 {
  font-weight: bold;
  margin: 20px 0 0 0;
}

.entry_text h2 {
  font-size: 19px;
}

.entry_text h3 {
  font-size: 17px;
}

.entry_text h4 {
  font-size: 16px;
}

.entry_text h5 {
  font-size: 15px;
}

.entry_text h6 {
  font-size: 14px;
}

.entry_text p {
  margin: 0 0 20px 0;
}

.entry_text a {
  text-decoration: underline;
}

.entry_text a:hover {
  text-decoration: none;
}

.entry_text strong {
  font-weight: bold;
}

.entry_text em {
  font-style: italic;
}

.entry_text sub {
  vertical-align: sub;
}

.entry_text sup {
  vertical-align: super;
}

.entry_text sub,
.entry_text sup {
  font-size: 12px;
}

.entry_text img {
  max-width: 100%;
  height: auto;
  text-align: center;
  display: inline;

}

.entry_text ul,
.entry_text ol {
  margin: 0 0 20px 30px;
}

.entry_text ul li {
  list-style: disc;
}

.entry_text ol li {
  list-style: decimal;
}

.entry_text table,
.main_inner .entry_more table {
  margin: 0 0 20px 0;
}

.entry_text table tr th,
.entry_text table tr td {
  padding: 12px;
  text-align: left;
  border: 1px solid #F6CDCD;
}

.entry_text fieldset {
  border: 1px solid #F6CDCD;
  margin: 0 2px;
  padding: 10px;
}

.entry_text fieldset legend {
  border: 0;
  padding: 0;
}

.entry_text blockquote {
  position: relative;
  font-size: 14px;
  margin: 20px 0;
  padding: 16px 16px 16px 40px;
  background-color: #F8F8F8;
  border-left: 4px solid #F6CDCD;
  border-radius: 0 4px 4px 0;
}

.entry_text blockquote::before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #F6CDCD;
  font-size: 90px;
  line-height: 1;
}

.entry_text blockquote p {
  margin-bottom: 0;
}

b {
  font-weight: bold;
}

i,
em {
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-style: italic;
}

img.emoji {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 0 0 2px;
  border: none;
}

.entry_text .fc2_infeed1 {
  margin: 0 0 35px 0;
}

.entry_text .fc2_infeed1 .fc2_infeed_title {
  margin: 30px 0 8px 0;
}

.entry_text #imobile_adspotdiv1 a {
  line-height: 12px;
}

.entry_text .fc2_footer {
  margin: 60px 0 0 0;
}

.entry_text .fc2_footer .fc2button-clap {
  display: inline-block;
}

.entry_text .fc2_footer .fc2button-clap img {
  display: inline-block;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  font-size: 14px;
  margin: 0 0 8px 0;
  line-height: 18px;
  list-style: none;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dl .relate_dd .relate_ul li a {
  text-decoration: underline;
}

#fc2relate_entry_thumbnail_area .relate_dl .relate_dd .relate_ul li a:hover {
  text-decoration: none;
}

#fc2relate_entry_thumbnail_area .relate_entry_title_text {
  line-height: 1.6;
}

#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text {
  max-width: auto;
  max-height: initial;
}

.entry_footer {
  margin: 20px 0 0 0;
}

.entry_footer .entry_comment {
  float: left;
  width: 45%;
  text-align: left;
}

.entry_footer .entry_comment li {
  width: auto;
  margin: 0 8px 0 0;
}

.entry_footer .entry_category {
  float: right;
  width: 55%;
  text-align: right;
  font-size: 12px;
}

.entry_footer .entry_category li {
  width: auto;
  margin: 0 0 0 20px;
}

.entry_footer .entry_comment li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
}

.entry_footer .entry_comment li a {
  text-decoration: underline;
}

.entry_footer .entry_comment li a:hover {
  text-decoration: none;
}

.comment_area {
  position: relative;
  padding: 30px 20px;
  border: 5px solid #FBFBFB;
  border-radius: 4px;
}

.comment_area .sub_contents_title {
  position: absolute;
  top: -17px;
  left: 15px;
  font-size: 18px;
  color: #737070;
  background: #fff;
  padding: 4px 8px;
}

.discussion_item {
  margin: 32px 0 0;
}

.discussion_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #000;
}

.discussion_body {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 12px 0;
  color: #000;
}

.discussion_footer {
  color: #000;
  text-align: right;
  font-size: 11px;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #efefef;
}

.discussion_footer_item {
  margin: 0 0 0 6px;
}

.discussion_footer_item a {
  text-decoration: underline;
}

#comment_form {
  margin: 40px 0 0 0;
}

.comment_form_left {
  float: left;
  width: 50%;
}

.comment_form_right {
  float: right;
  width: 50%;
}

.form_title {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.form_input {
  margin: 0 0 20px 0;
}

.form_input input {
  width: 90%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fff;
}

.form_input #himitu {
  width: 18px;
  height: 14px;
  line-height: 14px;
  margin: 0 4px 0 0;
  -webkit-appearance: checkbox;
}

.form_input .himitu_label {
  font-size: 13px;
}

.form_textarea textarea {
  resize: vertical;
  width: 100%;
  height: 243px;
  margin: 0 0 16px 0;
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fff;
}

.form_btn input {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 auto 16px;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 4px;
  background: #E48E8E;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.form_btn input:hover {
  opacity: 0.8;
}

#ed #comment_form {
  margin-top: 0;
}

.edit_comment_btn {
  overflow: hidden;
}

.edit_comment_btn .delete_btn {
  display: inline-block;
  width: auto;
  margin: auto;
  height: 24px;
  padding: 0;
  line-height: 1.2;
  float: right;
  color: #e48e8e;
  background: #fff;
  padding: 4px;
}

.trackback_area {
  padding: 32px 10px 0;
}

.trackback_area .sub_contents_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.trackback_link {
  font-size: 13px;
  margin: 0 0 10px 0;
}

.trackback_input {
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border: 1px solid #efefef;
  border-radius: 4px;
}

.trackback_area h3.sub_title {
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 8px 0;
}

.trackback_area .discussion_body {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 12px 0;
}

.trackback_area .discussion_footer {
  text-align: right;
  font-size: 11px;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #efefef;
}

.trackback_area .discussion_footer span {
  margin: 0 0 0 6px;
}

.secondary {
  float: right;
  width: 305px;
  margin: 0;
  word-break: break-all;
}

.profile_title {
  font-size: 24px;
  color: #000;
  position: absolute;
  top: -12px;
  left: 5px;
  background: #fff;
  padding: 0 8px;
}

.profile_img {
  border: 6px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 180px;
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin: 0 0 24px;
}

.profile_text {
  font-size: 14px;
  color: #897979;
}

.profile_name {
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px;
}

.profile_intro {
  font-size: 12px;
  line-height: 1.4;
}

.secondary_item {
  height: auto;
  border: 5px solid #ccc;
  position: relative;
  padding: 32px 24px 12px;
  margin: 0 0 32px;
}

.secondary_item.profile {
  padding: 40px 30px;
}

.plugin_header {
  font-size: 20px;
  color: #000;
  position: absolute;
  top: -12px;
  left: 5px;
  background: #fff;
  padding: 0 8px;
  border-bottom: 2px solid rgb(233, 203, 132);
}

.plugin_body {
  font-size: 16px;
  line-height: 1.2;
}

.plugin_body p, .plugin_body li {
  font-size: 15px;
  line-height: 1.2;
}

.plugin_body a {
  display: inline;
  line-height: 16px;
  margin: 0 0 10px 0;
  color: #0051ff;
}

.plugin_body input,
.plugin_body textarea {
  width: 100%;
  color: #333333;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #CCCCCC;
}

.plugin_body input {
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 8px;
}

.plugin_body input[type="submit"],
.plugin_body textarea[type="submit"] {
  display: block;
  width: 50%;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 4px;
  background: #E48E8E;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.plugin_body input[type="submit"]:hover,
.plugin_body textarea[type="submit"]:hover {
  opacity: 0.8;
}

.plugin_body .plugin-myimage {
  margin: 0 0 8px;
  max-width: 217px;
}

.plugin_body .plugin-myimage img {
  border-radius: 4px;
  vertical-align: middle;
}

.plugin_body .plugin-tag a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  margin: 0 4px 8px 0;
  padding: 8px 13px;
  background: #F8F8F8;
  border-radius: 20px;
}

.plugin_body .plugin-tag a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.plugin_body .plugin-calender table {
  width: 100%;
  color: #525252;
}

.plugin_body .plugin-calender table.calender caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.plugin_body .plugin-calender table.calender caption a {
  display: inline-block;
  width: 26%;
  font-size: 13px;
  font-weight: normal;
  vertical-align: -webkit-baseline-middle;
  text-decoration: underline;
}

.plugin_body .plugin-calender table.calender caption a:hover {
  text-decoration: none;
}

.plugin_body .plugin-calender table.calender tr th,
.plugin_body .plugin-calender table.calender tr td {
  font-size: 13px;
  text-align: center;
}

.plugin_body .plugin-calender table.calender tr td {
  line-height: 34px;
}

.plugin_body .plugin-calender table.calender tr td a {
  font-weight: bold;
  text-decoration: underline;
}

.plugin_body .plugin-calender table.calender tr td a:hover {
  text-decoration: none;
}

.plugin_body .sub_list {
  padding-left: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAB5JREFUGBljuHby5H8GIgATEWrASkYV4g0pRmIDHAD9HQbgThjWdgAAAABJRU5ErkJggg==) 0 0 no-repeat;
}

.plugin_body .plugin-category-list-date {
  color: #000;
}

@media screen and (max-width: 995px) {
  .main {
    float: none;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .entry {
    width: 100%;
  }
  .entry:after {
    width: calc(100% + 10px);
  }
  .secondary {
    float: none;
    width: 100%;
    margin: 0;
    padding: 45px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .secondary_item {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: 0 8px 32px;
    max-width: calc(50% - 16px);
  }
  .secondary_item.profile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-bottom: 0;
    max-width: 100%;
  }
  .profile_img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 16px;
  }
  .profile_text .profile_name {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .main {
    float: none;
    width: 100%;
  }
  .entry {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 12px;
    padding-left: 12px;
display: inline-block;
  }
  .entry_secondary {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    padding: 0;
    margin: 0 auto;
　　text-align: left;
  }
  .entry_date {
    padding: 3px 7px 3px 7px;
  }
  .entry_date_y,
  .entry_date_m,
  .entry_date_d {
    display: inline-block;
    font-size: 14px;
    border: none;
    margin: 0;
  }
  .entry_date_y::after,
  .entry_date_m::after {
    content: "/";
    margin: 0 6px;
  }
  .entry_comment_num {
    position: absolute;
    right: -48px;
    top: 2px;
    font-size: 11px;
  }
  .entry_footer .entry_comment,
  .entry_footer .entry_category {
    width: 100%;
    float: none;
  }
  .entry_footer .entry_category li {
    margin: 0;
  }
  .paging a {
    font-size: 12px;
  }
  .paging_home {
    display: none;
  }
  .sub_contents_title + .discussion_item {
    margin-top: 4px;
  }
  .discussion_footer {
    padding-bottom: 20px;
  }
  .discussion_footer_item_day {
    display: block;
    margin: 0 0 8px;
  }
  .comment_form_left,
  .comment_form_right {
    width: 100%;
    float: none;
  }
  .form_input input {
    width: 100%;
  }
  .form_textarea textarea {
    width: 100%;
  }
  .secondary {
    float: none;
    width: 100%;
    margin: 0;
  }
  .secondary_item.profile,
  .secondary_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }
  .profile_img {
    margin-bottom: 0;
  }
  .footer {
    padding: 8px 0 40px 0;
  }
  .powered {
    display: block;
    margin: 10px 0 0 0;
  }

}

/* 全記事表示部分の設定
------------------------------------------------------------ */

div.titlelist-entry {
margin-top :10px;
padding-top :10px;
line-height: 24px;
background-color :#FFFFFF;
border-top : 1px #CCCCCC solid;
}

.titlelist-body {
padding :3px 0px;
}

ul.titlelist-footer {
list-style-position : inside;
text-align:right;
font-size :10pt;
}

ul.titlelist-footer li {
display : inline;
list-style-type : none;
}

.google-auto-placed {
    margin-top: 1em;
    margin-bottom: -1em;
}
