@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 {
  padding: 20px;
  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 {
  color: #333;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: 'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  zoom: 1;
   background-color: #f0f8ff;
   background-attachment: fixed;
}li {
  list-style: none;
}img {
  vertical-align: bottom;
}a {
  color: #3333ff;
  text-decoration: none;
}a:hover {
  color: #60d3f2;
  text-decoration: underline;
}.l-wrapper {
  width: 1180px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color:#fff;
}.l-content {
  width: 880px;
  float: right;
  /*padding-bottom: 166px;*/
}.l-footer {
  width: 100%;
  clear: both;
}.l-left {
  float: left;
}.l-right {
  float: right;
}.header {
    padding: 10px 0;
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #B9D8F4);
    background: linear-gradient(to right, #fff, #B9D8F4);
}.header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}.header h1 a {
  color: #333;
  text-decoration: none;
}.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: 580px;
}.side {
  width: 300px;
}.side--right {
  float: right;
  margin-right: -2px;
}.side--left {
  float: left;
}.heading {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  text-align: center;
}
.entry {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}.entry__thumbnail {
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px;
}.entry__thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}.entry__thumbnail img {
  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\9;
}.entry__thumbnail:not(:target) {
  text-align: left\9;
}.entry__thumbnail img {
  top: auto\9;
  left: auto\9;
}.entry__thumbnail img:not(:target) {
  top: 50%;
  left: 50%;
}.entry__title {
    padding: 8px;
    border-left: 4px solid #4383c3;
    border-bottom: 1px solid #4383c3;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    background: linear-gradient(to bottom, #c8ecf8 0%,#99c0fd 100%);
}.entry__title a {
  color: #333;
}.meta {
  background: #ccc;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 22px;
}.meta .date {
  display: inline-block;
  margin-right: 5px;
}.meta .tag {
  display: inline-block;
}.meta .tag a {
  margin-right: 5px;
}.article--all {
  margin-bottom: 60px;
}.article__heading {
  margin-bottom: 30px;
}.article__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}.article__title a {
  color: #333;
}.article__content {
  margin-bottom: 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;
}.article__footer .posted .partition:before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}.article__footer .bookmark {
  text-align: center;
  margin-bottom: 60px;
}.module {
  margin-bottom: 40px;
}.module__heading {
  font-size: 16px;
  font-weight: bold;
}.module--recent-entry .recent-entry__item {
  border-bottom: 1px dotted #ccc;
}.module--recent-entry .recent-entry__item a {
  display: block;
  color: #3333ff;
  padding: 10px 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\9;
  left: auto\9;
}.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;
}.module--recent-entry .recent-entry__body {
  line-height: 1.5;
  overflow: hidden;
}.module--article-link .article-link__item {
  border-bottom: 1px dotted #333;
}.module--article-link .article-link__item a {
  color: #333;
  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\9;
  left: auto\9;
}.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: #333;
}.module--calendar table {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}.module--calendar caption {
  font-weight: bold;
  padding-bottom: 5px;
}.module--calendar th,
.module--calendar td {
  text-align: center;
}.module--calendar .month {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}.module--calendar .prev,
.module--calendar .next {
  font-weight: 100;
}.module--category-recent-entry {
  margin-bottom: 60px;
}.module--category-recent-entry .module__heading {
  margin-bottom: 10px;
}.module--category-recent-entry .recent-entry__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
}.module--category-recent-entry .recent-entry__item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.module--category-recent-entry .recent-entry .recent-entry__thumnail {
  display: block;
  width: 140px;
  height: 140px;
  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\9;
  left: auto\9;
}.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 {
  border: 1px solid #ccc;
  position: relative;
}.module--search .search__text {
  padding: 6px 10px;
  width: 80%;
  line-height: 1.2;
}.module--search .search__submit {
  background: #43bee0;
  color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 0;
}.module--search .search__submit:hover {
  background: #60d3f2;
}.module--comments .module__heading {
  margin-bottom: 10px;
}.module--comments .comments__item {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}.module--comments .comments__user-name {
  font-weight: bold;
}.module--comments .comments__content {
  margin-bottom: 5px;
}.module--comments .comments__meta {
  font-size: 12px;
  color: #ccc;
  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__body{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #4496D3;
  border-right: 1px solid #4496d3;
  border-bottom: 1px solid #4496d3;
  border-left: 2px solid #4496d3;
  font-size: 14px;
}
.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: #fff;
  padding: 2px 4px;
}.upload-detail__date .upload-month__item.is-active a {
  color: #fff;
}.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\9;
  left: auto\9;
}.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-search {
  text-align: right;
}.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;
}.message__title--error {
  color: #f00;
  font-weight: bold;
}.pager {
  text-align: center;
  margin-bottom: 60px;
}.pager__item {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}.pager__item a,
.pager__item span {
  display: block;
 /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  color: #333;
  width: 28px;
  height: 28px;
  text-align: center;
  font-weight: lighter;
  line-height: 2;
  border: 1px solid #ccc;
}.pager__item a:hover {
  background: #60D3F2;
  border: 1px solid #60D3F2;
  color: #fff;
}.pager__item.is-active span {
  border: 1px solid #43bee0;
  background: #43bee0;
  color: #fff;
}.read-more {
  margin-top: 10px;
  text-align: right;
  font-size: 1.2rem;
}.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;
  margin-bottom: 80px;
}.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;
}.permalink .prev:before {
  border-right: 4px solid #333;
  margin-right: 10px;
}.permalink .prev:hover:before {
  border-right: 4px solid #60d3f2;
}.permalink .next {
  float: right;
}.permalink .next:after {
  border-left: 4px solid #333;
  margin-left: 10px;
}.permalink .next:hover:after {
  border-left: 4px solid #60d3f2;
}.quote__source {
  font-size: 10px;
  text-align: right;
}.no-image {
  border: 1px solid #43bee0;
  width: 100%;
  height: 100%;
  position: relative;
}.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.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%;
}.form .input--submit {
  padding: 10px 0;
  width: 30%;
  display: block;
  background: #43bee0;
  color: #fff;
}.form .input--submit:hover {
  background: #60d3f2;
}.form textarea {
  border: 1px solid #ccc;
  width: 80%;
  padding: 6px 10px;
}.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;
}.box__title {
    background: #fff;
    border-bottom: 3px solid #216492;
    font-size: 16px;
    padding: 10px;
    padding: 5px 10px;
    background: #4496d3;
    color: #ffffff;    
}aside section[class*="module--"] {
    margin-left: 5px;
    margin-right: 10px;
}/*.module--rss_affiliate, .module--free {
    background: none;
    margin-left: 0px!important;
    margin-right: 0pc!important; 
}*/#gnavi {
    background-color: #4496d3;
    height: 51px;
}.blog-menu {
    float: left;
    width: 1020px;
    height: 100p;
    border-left: 1px solid #0073a8;
}.blog-menu li {
    float: left;
    border-top: 1px solid #0073a8;
    border-right: 1px solid #0073a8;
    border-bottom: 1px solid #0073a8;
    color: #ffffff;
    list-style: none;
    font-size: 18px;
}.blog-menu li a {
    display: block;
    padding: 0 15px;
    /* height: 51px; */
    border-right: 1px solid #0073a8;
    color: #ffffff;
    text-decoration: none;
    line-height: 49px;
}.sns-menu {
    float: right;
    margin-right: 3px;
    padding-top: 11px;
    width: 130px;
}.sns-menu li {
    padding-right: 12px;
    display: inline;
}/*BlogRoll*/
.blogroll-wrapper {
    margin: 10px 12px;
    padding: 3px 0;
    border: 2px solid #b0b0b0;
    zoom: 100%;
    width: 98%;
    background-color: #F7F7F7;
    overflow: auto;
    height: 255px !important;
}.blogroll-column{
    width: 50%;
    height: 250px;
    float: left;
    }
.blogroll-wrapper .blogroll-column .blogroll-channel .blogroll-list a {
    text-decoration: none;
    padding: 0px 0px 4px 20px;
    white-space: normal;
    font-size: 14px;
    border-bottom: 1px dotted #c9c8c8;
    display: block;
}
/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */
footer .module--recent-article {
    margin: 0px 5px;
}
/* Design A(block) */
/*div.popularArticlesWithImage.A ul {
clear:both;
}*/
div.popularArticlesWithImage.A div.title {
text-align:left;
}
div.popularArticlesWithImage.A{
    margin: 10px 0;
}
div.popularArticlesWithImage.A ul{
    margin:0;
    padding:0;
  text-align:center;
}

div.popularArticlesWithImage.A ul li{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  vertical-align: top;
  text-align:left;
  list-style-type: none;
}
div.popularArticlesWithImage.A.prev-article ul li a{ 
  display: block;
  border-width: 3px;
  border-style:solid;
  border-color:rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
  text-decoration: none;
  width: 150px;
  height: 112px;
}
div.popularArticlesWithImage.A.prev-article div.title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  height: 22%;
  padding: 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  overflow: hidden;
}
 div.popularArticlesWithImage.A.prev-article {
}
 div.popularArticlesWithImage.A.prev-article ul li {
   float: none;
 }
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment,
div.popularArticlesWithImage.A div.pv{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 6px 2px 5px;
  background: #000;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 0 #000;
}
/* Design B(List with Image)*/
div.popularArticlesWithImage.B{
  text-align: left;
}
div.popularArticlesWithImage.B ul {
  margin: 0;
  padding: 0;
}
div.popularArticlesWithImage.B ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
div.popularArticlesWithImage.B ul li a {
  *zoom: 1;
  position: relative;
  display: block;
}
div.popularArticlesWithImage.B ul li a:after {
  content: """";
  display: block;
  clear: both;
}
div.popularArticlesWithImage.B div.image{
  float: left;
  margin: 0 10px 10px 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
div.popularArticlesWithImage.B div.title {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.B div.pv{
  overflow: hidden;
  display: inline-block!important;
  *display: inline!important;
  *zoom: 1;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 12px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}


@media screen and (min-width: 400px){
.screensize2 {       display:none;}
}
/* 昨日読まれた人気記事 */
.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: 135px;
  height: 112px;
  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: 112px;
  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: 0;
  left: 0;
  height: 23%;
  padding: 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
  -moz-opacity: 0.8;
  overflow: hidden;
}
.stop-fixed { position: fixed; 
  top: 20px; }

/*追随SNSWidget*/
#sns_widget{
    width: 1168px;
    margin: 0px auto;
    padding: 0;
}
#sns_widget_ul{
    margin-left: 1178px;
    padding: 0;
    text-align: left;
    position: fixed;
    top: 350px;
    list-style-type: none;
}
#sns_widget_ul img{
    border: 1px solid #ffffff;
}
#sns_widget_li{
    margin: 0;
    padding: 0 0 10px 0;
}.svg-inline--fa.fa-facebook-f.fa-w-9 {
    color: #fff;
    height: 2.05em;
    width: auto;
    vertical-align: text-top;
}/*回遊広告用*/
.advertisement-position {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}.advertisement-position iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*回遊広告用*/
.advertisement-position {
    position: relative;
    width: 100%;
    padding-top: 81%;
}.advertisement-position iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blogroll-wrapper{
	width:1155px;
	overflow-y: scroll;
}

