@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,
main,
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: 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: 0.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: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset */

div,
iframe,
p,
blockquote,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

/* other */

h1 {
  font-size: 28px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 6px;
}

i,
em {
  font-style: italic;
}

blockquote {
  margin: 5px 0px;
  padding: 10px;
  /* color: #666; */
  background-color: #ddd;
}

.article__content ul,
.article__content ol {
  margin: 12px 0;
}

.article__content ul li {
  list-style: disc;
  margin: 0 0 0 2.4em;
}

.article__content ol li {
  list-style: decimal;
  margin: 0 0 0 2.4em;
}

.article__content table {
  border-color: #333;
}

.article__content thead {
  background-color: #999;
}

.article__content tfoot,
.article__content tbody {
  background-color: #fff;
  color: #333;
}

.article__content td,
.article__content th {
  padding: 0px 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}
body {
  
  vertical-align: baseline;
  word-break: break-all;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'Helvetica Neue','Helvetica', 'Arial','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  zoom: 1;
  counter-reset: number 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:visited {
    color: #165e83;
}
.l-wrapper {
  width: 1040px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.l-content {
  
  float: right;
  padding-bottom: 20px;
}

.l-footer {
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding: 20px 0;
  background: #333;
  color: #ffffff;
  text-align: center;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.header {
  padding:  0 0 0 0;
  text-align: left;
display: flex;}
.blog-title {
    /* position: absolute; */
}
.header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 1px 3px #000000;
}

.header h1 a {
  color: #f2f2f2;
  text-decoration: none;
}p.description {
    margin: 10px 0 0 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-shadow: 0 1px 3px #000000;
}

.footer .poweredby {
  width: 138px;
  margin: 0 auto;
}

.footer .poweredby__body {
  background: #9C9C9C;
  text-align: center;
  font-size: 10px;
  padding: 3px;
  color: #fff;
}

.footer .poweredby__body a {
  color: #fff;
}

.main {
  width: 613px;
margin-left: 5px;}

.side {
  width: 206px;
  border: 1px solid #000;
  margin-left:5px;
}

.side--right {
  float: right;
}

.side--left {
  float: left;
  background: #fff;
  width: 206px!important;
}

.heading {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 40px;
  text-align: center;
}

.entry {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.entry__thumbnail {
  margin-bottom: 10px;
  width: 460px;
  height: 259px;
  overflow: hidden;
  position: relative;
}

.entry__thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.entry__thumbnail img {
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entry__thumbnail {
  text-align: center;
}

.entry__thumbnail:not(:target) {
  text-align: left;
}

.entry__thumbnail img {
  top: auto;
  left: auto;
}

.entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.entry__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #f2f2f2;
}

.entry__title a {
  color: #f2f2f2;
}

.meta {/* margin-bottom: 15px; */padding: 5px 10px;background: #f0f0f0;font-size: 12px;color: #333333;}

.meta .date {
  margin-right: 5px;
}

.meta .tag {}
.meta a {
    font-size: 12px!important;
    display: inline!important;
    padding: 10px 0px 10px 0px!important;
}
.meta .comment {
    float: right;
}
.meta .tag a {
  margin-right: 5px;
  display: inline;
}

.article--all {
  margin-bottom: 60px;
}
.article{
  margin-bottom: 20px;
  background: #ffffff;
clear: both;}
.article__heading {
  /* margin-bottom: 30px; */
border-top: solid 4px #4486ba;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}

h1.article__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-colr:#ccc;
  border-image: repeating-linear-gradient(-45deg,#ccc, #ccc 1.5px,transparent 0, transparent 3px) 1/0 0 4px 0;
  border-image-slice: 3;
  order: 2;
}
.article__title a {
  color: #f2f2f2;
}

.article__content {
  padding: 20px 25px 20px;
  line-height: 1.5;
  color: #242424;
  clear: both;
  /* margin-bottom: 40px; */
}
.article__content .bookmark {clear: both;margin-top: 30px;}
.article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.article__content img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.article__content--comments {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}

.article__footer .posted {
  margin-bottom: 40px;
  text-align: right;
  font-size: 12px;
  margin-right: 10px;
}

.article__footer .posted .partition:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.bookmark {  
   background: #f0f0f0;
padding-top: 20px!important;}
.article__footer .bookmark {
  text-align: center;
  margin-bottom: 60px;
clear: both;}

.module {
  /* margin-bottom: 40px; */
}

.module__heading {
  background: #4486ba;
  background-image: linear-gradient(179.4717246004144deg, rgba(2, 121, 181,1) 20.903253424657535%,rgba(2, 120, 180,1) 20.903253424657535%,rgb(6 97 144) 69.36215753424656%);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;  
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding-left: 15px;
line-height: 2.5;}
.article__module__heading {
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}  
.module--comments {
    margin-top: -21px;
}
.module--recent-entry .recent-entry__item {
  border-bottom: 1px dashed #770000;
}

.module--recent-entry .recent-entry__item a {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}

.module--recent-entry .recent-entry__item a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--recent-entry .recent-entry__thumbnail {
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.module--recent-entry .recent-entry__thumbnail img {
  position: relative;
  min-width: 70px;
  min-height: 70px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--recent-entry .recent-entry__thumbnail img {
  top: auto;
  left: auto;
}

.module--recent-entry .recent-entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--recent-entry .recent-entry__title {
  font-size: 14px;
  /* font-weight: bold; */
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: -5px;
}

.module--recent-entry .recent-entry__body {
  line-height: 1.5;
  overflow: hidden;
}

.module--article-link .article-link__item {
  border-bottom: 1px dotted #f2f2f2;
}

.module--article-link .article-link__item a {
  color: #f2f2f2;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  padding: 15px 0;
}

.module--article-link .article-link__item a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--article-link .article-link__thumbnail {
  background: #fff;
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.module--article-link .article-link__thumbnail--inner {
  width: 100%;
  height: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module--article-link .article-link__thumbnail img {
  position: relative;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--article-link .article-link__thumbnail img {
  top: auto;
  left: auto;
}

.module--article-link .article-link__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--article-link .article-link__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
}

.module--article-link .article-link__body {
  font-size: 13px;
  line-height: 1.3;
  color: #f2f2f2;
}
.module--calendar table {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 1px;
}.module--calendar caption {
  
  
background: #4486ba;
    background-image: linear-gradient(179.4717246004144deg, rgba(2, 121, 181,1) 20.903253424657535%,rgba(2, 120, 180,1) 20.903253424657535%,rgb(6 97 144) 69.36215753424656%);
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left: 1px;
    line-height: 2.4;margin-bottom: 10px;}.module--calendar th,
.module--calendar td {
  text-align: center;
  width:14%;
  font-size:12px;
}.module--calendar a.month {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
  color: #fff;
}.module--calendar a.prev, .module--calendar a.next {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}.module--calendar td a {
    padding: 5px;
    display: block;
    text-decoration: underline;
    font-weight: bold;
}

.module--category-recent-entry {
  margin-bottom: 20px;
clear: both;}

.module--category-recent-entry .module__heading {
  margin-bottom: 10px;
  padding: 15px 0px 0px 10px;
  color: #fff;
}

.module--category-recent-entry .recent-entry__item {
  padding: 0px 5px;
display: block;font-size: 14px;}
.module--category-recent-entry li.recent-entry__item:before {
    font-family: "Font Awesome 5 free";
    content: "\4f";    
    color: #cec458;
    margin-right: 5px;
    font-size: 10px;
    font-weight: 900;
    padding: 1px 2px 1px 3px;
}
.module--category-recent-entry li.recent-entry__item p {
  padding: 2px 15px;  

  
font-size: 14px;}
.module--category-recent-entry li.recent-entry__item:last-child{
border:none;
  
}
.module--category-recent-entry .recent-entry .recent-entry__thumnail {
  display: block;
  width: 110%;
  height: 90%;
  overflow: hidden;
  position: relative;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img {
  position: relative;
  min-width: 140px;
  min-height: 140px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img {
  top: auto;
  left: auto;
}

.module--category-recent-entry .recent-entry .recent-entry__thumnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.module--profile .profile__heading {
  float: left;
  margin-right: 5px;
}

.module--profile .profile__image {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.module--profile .profile__image img {
  max-width: 100%;
  height: auto;
}

.module--search .search {
  
  position: relative;
left: 10px;font-size: 13px;}

.module--search .search__text {
  padding: 6px 10px;
  width: 70%;
  line-height: 1.1;
  background: #f2f2f2;
  color: #333;
border: 1px solid #020202;}

.module--search .search__submit {
  background: #333;
  color: #f2f2f2;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 20px;
  border-radius: 0;
}

.module--search .search__submit:hover {
  background: #000;
}

.module--comments .module__heading {
  margin-bottom: 10px;
}

.module--comments .comments__item {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #f2f2f2;
}

.module--comments .comments__user-name {
  font-weight: bold;
}

.module--comments .comments__content {
  margin-bottom: 5px;
}

.module--comments .comments__meta {
  font-size: 12px;
  color: #f2f2f2;
  text-align: right;
}

.module--comments .comments__leave {
  text-align: right;
}

.module--comments .comment-form {
  margin-bottom: 15px;
}

.module--comments .comment-form__heading {
  font-weight: bold;
}

.module--comments .img-confirm-form__heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.module--comments .img-confirm-form__body p {
  margin-bottom: 15px;
}

.module--popular-entry .module__body ol li {
  margin-bottom: 5px;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.upload-detail__entry-title {
  margin-bottom: 30px;
}

.upload-detail__entry-title .date {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
  margin-left: 10px;
}

.upload-detail__date {
  margin-bottom: 40px;
}

.upload-detail__date .upload-year {
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
}

.upload-detail__date .upload-month {
  text-align: center;
}

.upload-detail__date .upload-month__item {
  display: inline-block;
  margin: 0 8px;
}

.upload-detail__date .upload-month__item.is-active {
  background: #43bee0;
  color: #f2f2f2;
  padding: 2px 4px;
}

.upload-detail__date .upload-month__item.is-active a {
  color: #333;
}

.upload-detail__content .content-heading {
  text-align: center;
}

.upload-detail__content .content-body {
  text-align: center;
  margin: 0px auto 5px;
  height: 400px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.upload-detail__content .content-body .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.upload-detail__content .content-body img {
  max-height: 400px;
  max-width: 100%;
}

.upload-detail .upload-list {
  margin-top: 5px;
}

.upload-detail .upload-list__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 91px;
  height: 91px;
}

.upload-detail .upload-list__item.is-mg-hidden {
  margin-right: 0;
}

.upload-detail .upload-list__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.upload-detail .upload-list__thumnail {
  display: block;
  width: 91px;
  height: 91px;
  overflow: hidden;
  position: relative;
}

.upload-detail .upload-list__thumnail img {
  position: relative;
  min-width: 91px;
  min-height: 91px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.upload-detail .upload-list__thumnail img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.upload-detail .upload-list__thumnail img {
  top: auto;
  left: auto;
}

.upload-detail .upload-list__thumnail img:not(:target) {
  top: 50%;
  left: 50%;
}

.tag-cloud {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
  border-radius: 2px;
}

.tag-cloud a {
  color: #333;
}

.tag-cloud a:hover {
  color: #000;
}

.tag-search {
  text-align: right;
}
.tag-search a{
  color:#fff;
}

.tag-photos__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 15px;
  width: 140px;
}

.tag-photos__item--nmgr {
  margin-right: 0;
}

.tag-photos__thumnail {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.tag-photos__thumnail img {
  position: relative;
  min-width: 140px;
  min-height: 140px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tag-photos__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-photos__detail {
  font-size: 12px;
  line-height: 1.2;
}

.message {
  margin-bottom: 15px;
  text-align: center;
  background: #ccc;
  border: 1px dotted #999;
  padding: 5px;
}

.message--error {
  border: 1px dotted #f00;
  background: #FFE4E4;
  padding: 0;
  color: #333;
}

.message__title--error {
  color: #f00;
  font-weight: bold;
}

.pager {
  text-align: center;
  
padding: 15px 0px;}

.pager__item {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  
}

.pager__item a,
.pager__item span {
  display: block;
 /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  
  width: 28px;
  height: 28px;
  text-align: center;
  font-weight: lighter;
  
  border: 1px solid #ddd;
}

.pager__item a:hover {border: 1px solid #fff;background: #fff;background: #D8D8D8;
    color: #020202;}

.pager__item.is-active span {
  border: 1px solid #fff;
  background: #D8D8D8;
  color: #020202;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;}  
}

.read-more {}
.read-more a {
    display: block;
    margin: 10px 0;
    padding: 10px;
    
    
    
}
.read-more--bdt {
  padding-top: 10px;
  margin-top: 65px;
  border-top: 1px dotted #ccc;
}

.read-more--mgb-60 {
  margin-bottom: 60px;
}

.permalink {
  text-align: center;  
  height: auto;
  margin: 15px 0px;
  line-height: 1;
clear: both;}

.permalink--bdt {
  padding-top: 10px;
  margin-top: 65px;
  border-top: 1px dotted #ccc;
}

.permalink .prev:before,
.permalink .next:after {
  content: "";
  display: inline-block;
  margin: auto;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
}

.permalink .prev {
  float: left;
  width: 300px;
  font-size: 14px;}
.permalink .prev:before {
  border-right: 4px solid #1A0DAB;
  margin-right: 10px;  
}
.permalink a.prev:hover {color: #09f}
.permalink .prev:hover:before {
  border-right: 4px solid #1A0DAB;
}

.permalink .next {
  float: right;
width: 300px;font-size: 14px;padding-left: 10px;border-left: 1px solid #000;}

.permalink .next:after {
  border-left: 4px solid #f2f2f2;
  margin-left: 10px;
}
.permalink .next:after {
    border-left: 4px solid #1A0DAB;
    margin-right: 10px;
}
.permalink a.next:hover {color: #09f}
.permalink .next:hover:after {
  border-left: 4px solid #1A0DAB;
}

.quote__source {
  font-size: 10px;
  text-align: right;
}

.no-image {
  border: 1px solid #43bee0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #333;
}

.no-image--inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 16px;
  line-height: 1;
  color: #43bee0;
}

.no-image--txt {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  color: #43bee0;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

/**
 * module
 */

.icn {
  display: inline-block;
  background: url(http://blog.seesaa.jp/img/bg/simple_2015_01/icn_sprite_w.png) no-repeat;
  margin-right: 5px;
}

.icn--calendar {
  background-position: 0 0;
  width: 14px;
  height: 12px;
  vertical-align: -2px;
}

.icn--tag {
  background-position: -29px 0;
  width: 12px;
  height: 12px;
  vertical-align: -2px;
  margin-right: 2px;
}

.form .input {
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #ccc;
  width: 60%;
  background: #f2f2f2;
  color: #333;
}

.form .input--submit {
  padding: 10px 0;
  width: 30%;
  display: block;
  background: #333;
  color: #fff;
}

.form .input--submit:hover {
  text-decoration: underline;
}

.form textarea {
  border: 1px solid #ccc;
  width: 80%;
  padding: 6px 10px;
  background: #f2f2f2;
  color: #333;
}

.font-s {
  font-size: 12px;
}

.l-wrapper,
.l-content,
.entry,
.module--recent-entry .recent-entry__item,
.module--article-link .article-link__item,
.module--profile .profile,
.upload-detail .upload-list,
.permalink {
  *zoom: 1;
}

.l-wrapper:after,
.l-content:after,
.entry:after,
.module--recent-entry .recent-entry__item:after,
.module--article-link .article-link__item:after,
.module--profile .profile:after,
.upload-detail .upload-list:after,
.permalink:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .entry__thumbnail {
    text-align: left !important;
  }

  .entry__thumbnail img {
    top: 50% !important;
    left: 50% !important;
  }

  .module--recent-entry .recent-entry__thumbnail img {
    top: 50% !important;
    left: 50% !important;
  }

  .module--article-link .article-link__thumbnail img {
    top: 50% !important;
    left: 50% !important;
  }

  .module--category-recent-entry .recent-entry .recent-entry__thumnail img {
    top: 50% !important;
    left: 50% !important;
  }

  .upload-detail .upload-list__thumnail img {
    top: 50% !important;
    left: 50% !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

  .icn {
    background: url(http://blog.seesaa.jp/img/bg/simple_2015_01/icn_sprite_w_2x.png) no-repeat;
    background-size: 28px auto;
    -webkit-background-size: 28px auto;
  }

  .icn--tag {
    background-position: -16px 0;
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {

  .module--category-recent-entry .recent-entry__item {
    /* width: 100px; */
    /* height: 100px; */
  }

  .module--category-recent-entry .recent-entry .recent-entry__thumnail {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .module--category-recent-entry .recent-entry__item {
    /* width: 136px; */
    /* height: 136px; */
  }

  .module--category-recent-entry .recent-entry .recent-entry__thumnail {
    width: 136px;
    height: 136px;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 93%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow: hidden;
  }

  .l-content {
    width: 100%;
    float: none;
  }

  .main {
    width: 100%;
    float: none;
    margin-bottom: 80px;
  }

  .side {
    width: 100%;
    float: none;
  }

  .entry__thumbnail {
    width: 100%;
    height: 200px;
  }

  .meta .date {
    display: block;
  }
  .meta .tag {
    display: block;
  }
  .module--calendar table {
    margin: 0;
  }
}

@media screen and (max-width: 320px) {

  .module--category-recent-entry .recent-entry {
    position: relative;
  }

  .module--category-recent-entry .recent-entry__item {
    width: 86px;
    height: 86px;
  }

  .module--category-recent-entry .recent-entry .recent-entry__thumnail {
    width: 86px;
    height: 86px;
  }
}

ul.blog-menu {
    display: flex;
    width: 1040px;
    background-color: #347bb0;margin-top: 5px;}
.naviarea {
    margin-bottom: 10px;
}
ul.blog-menu li {
    display: block;
    font-size: 12px;
    padding-right: 20px;padding-left: 10px;}
.blog-menu li:last-child {
    border-right: none;
}
ul.blog-menu li a{
    display: block;
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    }
ul.blog-menu li:hover {
    background: #ccc;
    text-decoration: none;
}/*sideColumn*/
.centertitle{
    padding: 7px 7px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-left: 8px solid #FFA301;
    padding-left: 5px;
    background: #770000;
    color: #fff;
}.sidetitle {
    padding: 2px 0;
    background: #842cbf;
    text-align: center;
    color: #ffffff;
}
/*RSS-Roll*/
/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: 330;
    height: 300;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #999;
    background: #fff;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}
.rss-blogroll {
    background: #ffffff;
    margin-bottom:10px;
}
.blogroll-wrapper{
    height: 300px;
	width:540px;
	overflow:hidden;
}
.blogroll-column{
	float:left;
	width:50%;
}
.blogroll-channel {
    height: 300px;
    margin-bottom: 0;
    padding: 0;
    overflow-x: hidden;
}.blogroll-category-name {
    padding: 5px 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}.blogroll-list {
    padding: 3.5px 0 3.5px 4px;
    border-bottom: 1px dashed #c2c2c2;
    /* font-weight: bold; */
}.blogroll-icon {
    float: left;
    padding: 5px 3px 0 3px;
}.blogroll-new-entry {
    color: #ff0000;
}.blogroll-new-entry, .blogroll-link-time {
    font-size: 10px;
    font-weight: bold;
}.module__body {
    background: #ffffff;
    padding: 10px 5px;
    line-height: 1.3;
;font-size: 80%;}.module__body a {
    text-decoration: underline;
    
}
.module__body a:hover {
    text-decoration: none;
}.article__heading a{
    display: block;
    padding: 8px 10px 10px;
    font-size: 19.5px;
    color: #242424;
}.article__heading a:hover{
}.article__heading a:visited{
  color: #242424;
}/*コメント*/
.comments {
    padding-left: 11px;
    padding-top: 15px;
}
.module--comments .comments__item {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}.module--comments .comments__item:before{
    counter-increment: number 1;
    content: counter(number) "";
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
}.module--comments .comments__user-name {
    font-weight: bold;
    color: #1F8F1F;
}
.module--comments .comments__meta {
    font-size: 12px;
    color: #ccc;
    text-align: right;
}.module--comments .comments__content {
    margin-bottom: 5px;
    font-family: 'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
}.module--comments .comments__leave a {
    padding: 10px 30px;
    display: inline-block;
    background: #333;
    color: #fff;
}.module__body ol li, .module__body ul li, .module--recent-comment p {
    margin-bottom: 5px;
    padding-left: 9px;/* font-size: 85%; */}
.module__body ul li:last-child, .module__body ol li:last-child, .module--recent-comment p:last-child {
      border-bottom: none; }
.module--link ul li:before, .module--backlog ul li:before, .module--profile ul li:before, .module--category ul li:before {
    font-family: "Font Awesome 5 free";
    content: "\f0da";
    border: 1px solid #468e45;
    background: #468e45;
    color: #fff;
    margin-right: 5px;
    font-size: 10px;
    font-weight: 900;
    padding: 1px 2px 1px 3px;
}
/*BlogRoll*/
.module-rss__heading {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    background: #FFA301;
    color: #fff;
}
.rss-blogroll {    
    zoom: 100%;
    margin-bottom: 20px;
    display: table;  
    padding: 0;
}
.rss-blogroll__body {
    display: table-cell;
    width: 33.333%;
}  
.blogroll-wrapper{
	width:660px;
	overflow:hidden;
}
.blogroll-column{
	float:left;
	width:50%;
}
.rss-blogroll .blogroll-channel {
    overflow: auto;    
    padding: 10px;
    height: 309px!important;
    font-size: 12px;
margin-bottom: 15px;}
.rss-blogroll .blogroll-channel .blogroll-list {
    list-style-type: none;
    font-size: 12px;
    line-height: 1.3;
}.rss-blogroll .blogroll-channel .blogroll-list a {
    padding-left: 5px;
    text-decoration: none;
    color: #06c;
}.rss-blogroll .blogroll-channel .blogroll-list a:hover {
    text-decoration: underline;
}
.blogroll-new-entry {color: #f00;}
.twitter-header {
    padding: 0 7px;
    font-size: 0.9rem;
    margin: 10px 5px;
    line-height: 1.5;
    overflow: hidden;
}.twitter-header .twitter-avatar {
    display: block;
    float: left;
    margin-right: 6px;
}.block {
    padding: 10px;
}/* 昨日読まれた人気記事 */
.popular-entry-yesterday {
  margin: 0;
  padding: 0;
}
.popular-entry-yesterday .section-title {
  
}
div.side .popular-entry-yesterday ul, div.side .popular-entry-yesterday ol, {
  margin: 0;
  padding: 0;
  text-align: center;
}
.popular-entry-yesterday ul li, .popular-entry-yesterday ol li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: left;
  list-style-type: none;
  /*border-width: 3px;
  border-style: solid;
  border-color: #000;*/
  padding: 0px !important;
  background: #fff;
  text-decoration: none;
  width: 184px;
  height: 150px;
  overflow: hidden;
  border: solid 1px #000;
}
.popular-entry-yesterday ul li a:hover, .popular-entry-yesterday ol li a:hover{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.8;
}
.popular-entry-yesterday ul li a div, .popular-entry-yesterday ol li a div {
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  /*top: 0;*/
  max-width:100%;
}
.popular-entry-yesterday ul li a img, .popular-entry-yesterday ol li a img {
  border-width: 0px;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.popular-entry-yesterday ul li a .rank, .popular-entry-yesterday ol li a .rank{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 8px;
  background: #000;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 0 #000;
}
.popular-entry-yesterday ul li a .title, .popular-entry-yesterday ol li a .title {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 30%;
  padding: 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.8;
  -moz-opacity: 0.8;
  overflow: hidden;
}
.stop-fixed { position: fixed; 
  top: 20px; }
li.comments__item:before {
    counter-increment: number 1;
    content: counter(number) "";
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
}.article__title--ad-left,.article__inner--ad-left {
    width: 320px;
    float: left;
    margin-left: 27px;
    margin-top: 15px;
    height: 270px;
}
.article__title--ad-right,.article__inner--ad-right {margin: 15px auto;float: left;}
.module--ad .module__body {
    padding: 10px 0px;
}.pcNone {
    display: none;
}.article__footer--ad-left {
    width: 320px;
    float: left;
}
.article__footer--ad-right { width: 320px; float: right;}
.blog-menu a.current{
  background-color: #999;}
.date {order: 1;font-size: 14px;margin-left: 12px; margin-top: 8px;text-decoration: underline dotted;}
.posted {order: 3;position: relative;font-size: 13px;text-align: right;right: 91px;}
.comment_show {order: 4;display: inline;position: relative;top: -24px;font-size: 13px;text-align: right;}
.article__heading .comment_show a {display: inline;font-size: 14px; padding:0px;color: #06c;}
.article__content .share-btn {
    clear: both;
    margin: 45px;
    height: 45px;
    list-style-type: none;
display: flex;width: 613px;}
.article__content  .share-btn > li{
    list-style-type: none;
    flex-grow: 1;
        
width: 100%;margin-left: 0px;}.article__content  .share-btn > li a {
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}.share-btn-icon {
margin-right: 7px;
}

.twitter-btn {
background: #00abef;
}

.twitter-btn:hover {
color: #fff;
background: #34c5ff;
}

.facebook-btn {
background: #507cbe;
}
.facebook-btn:hover {
color: #fff;
background: #6E9ADD;
}
.hatebu-btn {
background: #008fde;
}
.hatebu-btn:hover {
color: #fff;
background: #01a5ff;
}
.hatebu-icon {
font-family: Verdana;
font-weight: bold;
position: relative;
top: -2px;
}

.hatebu-icon-fixed {
font-family: Verdana;
font-weight: bold;
}
.hatebu-chara {
position: relative;
top: -2px;
}.footer-copyright {background: #0290fc;}
p.copyright {
    text-align: center;
    padding: 0px;
    line-height: 0.5em;
}.EntryThumbnail__inner > a, .RecentEntryThumbnail__inner > a {
    display: block;
    overflow: hidden;
    border: 8px solid #ddd;
}
.main__ads--over-top {margin: 0px 0px 10px 0px;text-align: center;}
.Ads__heading {font-size: 13px;text-align: center;margin-bottom: -15px;}
.Ads__heading.blogroll {margin-bottom: 0px;}  
.Ads__body-left {
    width: 300px;
    float: left;
    margin-top: 15px;
    height: 270px;
}
.Ads__body-right {
    margin: 15px 3px 15px 10px;
    float: left;
}
.advertisement-position {
    position: relative;
    width: 100%;
    height: auto;margin: 0;padding: 0;
}.advertisement-position:before {
    content: "";
    display: block;
    padding-top: 52%;
}
.advertisement-position iframe {
  width: 100%;
    min-height: 268px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}