@charset "UTF-8";

.l-header {
  width: 100%;
}

.Header {
  max-width: 100%;
  width: 100%;
  padding: 24px 0;
  margin-bottom: 25px;
  background: #000;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.Header .Header__inner {
  width: 1090px;
    margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Header .Header__inner h1 {
}

.Header .Header__inner h1 a {
  color: #fff;
}
.Header .Header__inner h1 span {
  text-indent: -9999px;
  display: block;
}
.Header .Description {
  color: #fff;
  margin: 0;
}

.Header__contentsParts {
  width: 1090px;
    margin: 0 auto;
    padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Header__contentsParts:after {
  content: "";
  display: block;
  width: 32%;
}

.Header__contentsParts .Module {
  width: 330px;
}

.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-width: 1060px;
  margin: 0 auto;
}

.l-content {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Main {
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Main .Main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.Main .Main__contentsParts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Main .Main__contentsParts .Module {
  width: 330px;
}

.ResultHeading {
  width: 100%;
  background: #b5ddda;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin: 0 0 25px;
}

.ResultHeading span {
  font-weight: 600;
}

.Readmore {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1;
}

.Readmore a {
  background: #b5ddda;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 10px 40px;
  display: block;
  font-size: 1.5rem;
}

.Side {
  width: 300px;
  margin-right: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Side.-left {
  margin-left: 0;
  margin-right: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-footer {
  min-width: 1060px;
  margin-top: auto;
}

.Footer {
  background: #b5ddda;
}

.Footer__contentsParts {
  width: 1060px;
  margin: 0 auto;
  padding: 25px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Footer__contentsParts:after {
  content: "";
  display: block;
  width: 32%;
}

.Footer__contentsParts .Module {
  width: 330px;
}

.Poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.Poweredby .Poweredby__body {
  background: #37474F;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px;
  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;
}

.Poweredby .Poweredby__body a {
  color: #fff;
  margin: 0 3px;
}

.Article {
  width: 100%;
  border-radius: 0;
  padding: 14px;
  margin-top: 15px;
  border: 1px solid #ddd;
  position: relative;
}

.Article__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 30px;
}

.Article__heading:after {
  content: "";
  height: 2px;
  width: 70%;
  background-color: #b5ddda;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Article__heading .date {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

.Article__heading .title {
  font-size: 2.4rem;
  line-height: 1.3;
}

.Article__heading _:-ms-lang(x),
.Article__heading .title {
  width: 100%;
  text-align: center;
}

.Article__tag {
  padding: 0 40px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.Article__tag:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__tag a {
  margin-right: 10px;
}

.Article__tag .svg-inline--fa {
  margin-right: 5px;
}

.Article__content {
  /*line-height: 1.8;
  padding: 0 40px;
  margin-bottom: 40px;*/
}

.Article__content h1,
.Article__content h2,
.Article__content h3,
.Article__content h4,
.Article__content h5,
.Article__content h6 {
  font-weight: 600;
}

.Article__content h1,
.Article__content h2,
.Article__content h3 {
  border-left: 4px solid #75d7cb;
  background: rgba(117, 215, 203, 0.2);
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.Article__content h4 {
  background: rgba(117, 215, 203, 0.2);
  padding: 0 10px;
  margin-bottom: 15px;
}

.Article__content h5,
.Article__content h6 {
  margin-bottom: 15px;
}

.Article__content h1 {
  font-size: 1.6em;
}

.Article__content h2 {
  font-size: 1.5em;
}

.Article__content h3 {
  font-size: 1.4em;
}

.Article__content h4 {
  font-size: 1.3em;
}

.Article__content h5 {
  font-size: 1.2em;
}

.Article__content h6 {
  font-size: 1.1em;
}

.Article__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.Article__content em {
  font-style: italic;
}

.Article__content a {
  text-decoration: underline;
  line-height: 1.4;
  color: #148bac;
  font-weight: bold;
}

.Article__content ul,
.Article__content dl,
.Article__content dt,
.Article__content dd,
.Article__content ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

.Article__content ul {
  list-style: disc inside;
}

.Article__content ul li {
  display: list-item;
}

.Article__content ol {
  list-style: decimal inside;
}

.Article__content ol li {
  display: list-item;
}

.Article__content blockquote {
  position: relative;
  margin: 0;
  padding: 30px;
  background: #f2f2f2;
  font-style: italic;
}

.Article__content blockquote:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__content blockquote:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Article__content blockquote .fa-quote-left {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}

.Article__content blockquote .fa-quote-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
}

.Article__content .Box {
  padding: 15px;
  background: #efefef;
  margin: 30px 0px;
  font-size: 1.5rem;
}

.Article__content .Balloon {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Balloon__icon {
  width: 100px;
}

.Icon__image {
  background: #efefef;
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  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;
  border-radius: 100px;
}

.Icon__image img {
  margin-bottom: 0;
  vertical-align: top;
  pointer-events: none;
}

.Icon__name {
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
}

.Balloon__serif {
  position: relative;
  margin-left: 20px;
  width: calc(100% - 200px + 20px);
}

.Balloon__serif:before {
  content: "";
  position: absolute;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 10px 0;
  z-index: 3;
  border-color: transparent #efefef transparent transparent;
  top: 16px;
}

.Balloon__serif:after {
  content: "";
  position: absolute;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 13px 11px 0;
  z-index: 2;
  border-color: transparent;
  top: 15px;
}

.Balloon__serif .Serif {
  text-align: left;
  background: #efefef;
  padding: 13px 20px;
  border-radius: 15px;
  font-size: 1.4rem;
  min-height: 75px;
  max-height: 128px;
}

.Balloon__serif .Serif span {
  max-height: 100px;
  overflow: hidden;
  display: block;
}

.Article__content .Balloon.-border .Balloon__serif:before {
  border-color: transparent #fff transparent transparent;
  left: -8px;
  border-width: 8px 10px 8px 0;
}

.Article__content .Balloon.-border .Balloon__serif:after {
  border-color: transparent #ccc transparent transparent;
  left: -10px;
  border-width: 8px 10px 8px 0;
  top: 16px;
}

.Article__content .Balloon.-border .Balloon__serif .Serif {
  background: #fff;
  border: 1px solid #ccc;
}

.Article__content .Balloon.-tailA .Balloon__serif:before {
  top: -42px;
  left: -14px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #efefef;
  border-color: transparent;
}

.Article__content .Balloon.-tailA .Balloon__serif:after {
  top: -54px;
  left: -17px;
  z-index: 2;
  height: 45px;
  width: 57px;
  border-radius: 15px;
  background: #fff;
}

.Article__content .Balloon.-tailA .Balloon__serif .Serif {
  position: relative;
  z-index: 3;
  background: #efefef;
}

.Article__content .Balloon.-tailB .Balloon__serif:before {
  top: -42px;
  left: -14px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #a2ef8c;
  border-color: transparent;
}

.Article__content .Balloon.-tailB .Balloon__serif:after {
  top: -54px;
  left: -17px;
  z-index: 2;
  height: 45px;
  width: 57px;
  border-radius: 15px;
  background: #fff;
}

.Article__content .Balloon.-tailB .Balloon__serif .Serif {
  position: relative;
  z-index: 3;
  background: #a2ef8c;
}

.Article__content .Balloon.-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Article__content .Balloon.-right .Balloon__icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Article__content .Balloon.-right .Balloon__serif {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 20px;
}

.Article__content .Balloon.-right .Balloon__serif:before {
  left: auto;
  right: -10px;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #efefef;
}

.Article__content .Balloon.-right .Balloon__serif:after {
  left: auto;
  right: -13px;
  border-width: 11px 0 11px 13px;
  border-color: transparent;
}

.Article__content .Balloon.-right.-border .Balloon__serif:before {
  border-color: transparent transparent transparent #fff;
  right: -8px;
  border-width: 8px 0 8px 10px;
}

.Article__content .Balloon.-right.-border .Balloon__serif:after {
  border-color: transparent transparent transparent #ccc;
  right: -10px;
  border-width: 8px 0 8px 10px;
}

.Article__content .Balloon.-right.-tailA .Balloon__serif:before,
.Article__content .Balloon.-right.-tailB .Balloon__serif:before {
  right: -14px;
}

.Article__content .Balloon.-right.-tailA .Balloon__serif:after,
.Article__content .Balloon.-right.-tailB .Balloon__serif:after {
  right: -17px;
}

.Article__content .twitter-tweet {
  /*background-color: #fff;
  border: 1px solid #666;
  margin: 0 0 15px;
  padding: 10px 40px;
  width: 445px;*/
}

.Article__content .tweetBlockQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Article__content .tweetBlockQuote .tweetImg {
  margin-right: 10px;
  width: 53px;
}

.Article__content .tweetBlockQuote .tweetMain {
  width: 360px;
}

.Article__content .tweetBlockQuote .tweetMain .tweetOwner {
  font-size: 1.4rem;
}

.Article__content .tweetBlockQuote .tweetMain .tweetText {
  font-size: 1.4rem;
  display: block;
}

.Article__content .tweetBlockQuote .tweetMain .tweetDate {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}

.Article__footer {
  width: 100%;
  margin-bottom: 20px;
}

.Article__footer .Posted {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Posted__item {
  border: 1px solid #b5ddda;
  padding: 10px 15px;
  border-radius: 30px;
}

.Posted__item a {
  color: #343a40;
}

.Posted__item a:hover {
  text-decoration: underline;
}

.Posted__item + .Posted__item {
  margin-left: 15px;
}

.Posted__item.-category:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Posted__item.-label:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-label a {
  margin-right: 8px;
}

.Posted__item.-label a:last-child {
  margin-right: 0;
}

.Posted__item.-comments:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item.-trackback:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Posted__item .svg-inline--fa {
  margin-right: 3px;
}

.Article__footer .bookmark {
  text-align: center;
  padding-top: 0;
  margin: 50px 0;
}

.CategoryRecentEntry__heading {
  margin-bottom: 20px;
  line-height: 1;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:after {
  content: "";
  display: block;
  width: 23%;
}

.CategoryRecentEntryList__item {
  width: 150px;
}

.CategoryRecentEntryList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.CategoryRecentEntryThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.CategoryRecentEntryThumbnail__inner _:-ms-lang(x),
.CategoryRecentEntryThumbnail__inner img {
  width: 100%;
}

.CategoryRecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.CategoryRecentEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #343a40;
}

.Comments {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
}

.Comments__heading {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.CommentsList {
  margin-bottom: 15px;
}

.Comments__item {
  line-height: 1;
  padding: 20px 10px;
}

.Comments__item:nth-child(odd) {
  background: #f4f4f4;
}

.Comments__item .Comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.Comments__item .Comments__header .CommentsWriter {
  margin-right: 10px;
  font-weight: 600;
}

.Comments__item .Comments__body {
  line-height: 1.6;
}

.Comments__leave {
  text-align: right;
}

.CommentForm__item {
  margin-bottom: 20px;
}

.CommentForm__heading {
  line-height: 1;
  margin-bottom: 5px;
}

.CommentForm__body input {
  width: 350px;
}

.CommentForm__body textarea {
  width: 450px;
}

.Comments__submit {
  text-align: right;
}

.Entry {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 25px;
  position: relative;
  padding: 20px 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Entry .Entry__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Entry .Entry__heading:after {
  content: "";
  height: 2px;
  width: 70%;
  background-color: #b5ddda;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Entry .Entry__heading .title {
  font-size: 2rem;
  line-height: 1.3;
}

.Entry .Entry__heading .title a {
  color: #343a40;
}

.Entry .Entry__heading _:-ms-lang(x),
.Entry .Entry__heading .title {
  width: 100%;
  text-align: center;
}

.Entry .Entry__date {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Entry .Entry__tag {
  display: none;
  font-size: 1.4rem;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.Entry .Entry__tag:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Entry .Entry__tag a {
  margin-right: 10px;
}

.Entry .Entry__tag .svg-inline--fa {
  margin-right: 5px;
}

.Entry .EntryThumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.Entry .EntryThumbnail .EntryThumbnail__inner {
  width: 100%;
  max-height: 422px;
  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;
  line-height: 1;
}

.Entry .EntryThumbnail .EntryThumbnail__inner img {
  max-height: 100%;
}

.Entry .EntryThumbnail .EntryThumbnail__inner _:-ms-lang(x),
.Entry .EntryThumbnail .EntryThumbnail__inner img {
  width: 100%;
}

.Entry .EntryThumbnail .EntryThumbnail__inner.-bgnone img {
  background: #fafafa;
  height: 422px;
}

.Entry .Entry__text {
  line-height: 1.8;
  margin-bottom: 25px;
  max-height: 112px;
  overflow: hidden;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.Entry .Entry__readMore {
  margin: 0;
  text-align: center;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.Entry .Entry__readMore .ReadMore {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #b5ddda;
  color: #b5ddda;
  line-height: 1;
  padding: 12px 30px;
  border-radius: 0px;
  display: block;
}

.Entry .Entry__readMore .ReadMore:hover {
  background: #b5ddda;
  color: #fff;
}

.Entry .Entry__readMore .ReadMore.-ja {
  display: none;
}

.Entry .Entry__readMore .ReadMore.-en {
  text-transform: uppercase;
  letter-spacing: .6mm;
}

.Attestation {
  padding: 25px 20px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
}

.Attestation__icon {
  text-align: center;
  margin-bottom: -0.5em;
  line-height: 1;
}

.Attestation__icon .fa-lock {
  width: 1.8em;
  height: auto;
}

.Attestation__item {
  margin-bottom: 25px;
}

.Attestation__heading {
  line-height: 1;
  margin-bottom: 5px;
}

.Attestation__body input {
  width: 350px;
}

.Message {
  margin-bottom: 20px;
  text-align: center;
  border: 1px dotted #999;
  padding: 15px;
  line-height: 1;
}

.Message.-error {
  background: #ffd7d7;
  border: 1px dotted #ea1010;
}

.Message__title {
  font-weight: 600;
  margin: 0 0 10px;
}

.Message__title.-error {
  color: #ea1010;
}

.Message__body {
  margin: 0;
}

.Module {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 25px;
  position: relative;
  padding: 20px 15px;
  overflow: hidden;
}

.Module.-bgnone {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.Module.-qrcode .Module__body {
  text-align: center;
}

.Module .Module__heading {
  margin-bottom: 20px;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
}

.Module .Module__heading:after {
  content: "";
  height: 2px;
  width: 70%;
  background-color: #b5ddda;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Module .Module__heading.-none {
  display: none;
}

.Module .Module__body {
  font-size: 1.4rem;
}

.Module .PopularEntry li {
  margin-bottom: 20px;
}

.Module .PopularEntry li:last-child {
  margin-bottom: 0;
}

.Module .PopularEntry.-num li {
  margin-bottom: 25px;
  position: relative;
}

.Module .PopularEntry.-num li:before {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.Module .PopularEntry.-num li:after {
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  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;
  color: white;
  font-weight: 400;
  width: 44px;
  height: 40px;
  color: white;
  top: -9px;
  left: -5px;
  font-size: 1.3rem;
}

.Module .PopularEntry.-num li:last-child {
  margin-bottom: 0;
}

.Module .PopularEntry.-num li .fa-crown {
  position: absolute;
  top: -11px;
  left: -5px;
  width: 44px;
  height: 40px;
}

.Module .PopularEntry.-num li:nth-child(1) .fa-crown {
  color: #ffcb2c;
}

.Module .PopularEntry.-num li:nth-child(1):after {
  color: #ef1818;
  font-weight: bold;
  font-size: 1.7rem;
}

.Module .PopularEntry.-num li:nth-child(2) .fa-crown {
  color: #b9b9b9;
}

.Module .PopularEntry.-num li:nth-child(2):after {
  color: #1161ff;
  font-weight: bold;
  font-size: 1.6rem;
}

.Module .PopularEntry.-num li:nth-child(3) .fa-crown {
  color: #d6ae4d;
}

.Module .PopularEntry.-num li:nth-child(3):after {
  color: #11860b;
  font-weight: bold;
  font-size: 1.5rem;
}

.Module .PopularEntry .PopularEntryThumbnail {
  width: 300px;
  height: 184px;
  overflow: hidden;
  margin-bottom: 5px;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner {
  width: 100%;
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner _:-ms-lang(x),
.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner img {
  width: 100%;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.Module .PopularEntry .PopularEntryThumbnail .PopularEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .PopularEntry .PopularEntry__title {
  line-height: 1.2;
  margin: 0;
}

.Module .RecentEntry .RecentEntry__item {
  margin-bottom: 15px;
}

.Module .RecentEntry .RecentEntry__item:last-child {
  margin-bottom: 0;
}

.Module .RecentEntry .RecentEntry__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Module .RecentEntry .RecentEntryThumbnail {
  margin-right: 10px;
  width: 44.9%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner _:-ms-lang(x),
.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner img {
  width: 100%;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner.-bgnone {
  background: #fafafa;
}

.Module .RecentEntry .RecentEntryThumbnail .RecentEntryThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .RecentEntry .RecentEntryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55.1%;
}

.Module .RecentEntry .RecentEntry__title {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  max-height: 38px;
  overflow: hidden;
  color: #343a40;
}

.Module .RecentEntry .RecentEntry__body {
  line-height: 1.4;
  font-size: 1.2rem;
  max-height: 31px;
  overflow: hidden;
  color: #343a40;
}

.Module .Calendar {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .Calendar a:hover {
  text-decoration: underline;
}

.Module .Calendar .Calendar__date {
  margin-bottom: 5px;
  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;
}

.Module .Calendar .Calendar__date a {
  display: block;
}

.Module .Calendar .Calendar__date .month {
  margin: 0 20px;
}

.Module .Calendar .Calendar__week {
  width: 300px;
}

.Module .Calendar .Calendar__week .WeekList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item {
  text-align: center;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item.-sat {
  color: blue;
}

.Module .Calendar .Calendar__week .WeekList .WeekList__item.-sun {
  color: red;
}

.Module .Calendar .Calendar__week .WeekList _:-ms-lang(x),
.Module .Calendar .Calendar__week .WeekList .WeekList__item {
  width: 42px;
}

.Module .Calendar .Calendar__day {
  width: 300px;
}

.Module .Calendar .Calendar__day .DayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Module .Calendar .Calendar__day .DayList .DayList__item {
  text-align: center;
  width: 14.2%;
}

.Module .Calendar .Calendar__day .DayList .DayList__item a {
  text-decoration: underline;
}

.Module .Calendar .Calendar__day .DayList _:-ms-lang(x),
.Module .Calendar .Calendar__day .DayList .DayList__item {
  width: 42px;
}

.Module .Search {
  background: #fff;
  border: 1px solid #d7dfe2;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
}

.Module .Search .Search__text {
  border: 0;
  border-radius: 30px 0 0 30px;
  padding: 0 0 0 10px;
  margin-right: 5px;
  font-size: 1.3rem;
  width: 100%;
  outline: 0;
}

.Module .Search .Search__submit {
  background: #b5ddda;
  color: #fff;
  line-height: 1;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 30px;
  outline: 0;
}

.Module .ProfileList .Profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.Module .ProfileList .Profile .Profile__heading {
  font-size: 1.3rem;
  width: 38%;
  line-height: 1;
}

.Module .ProfileList .Profile .Profile__body {
  width: 62%;
  text-align: right;
  line-height: 1;
}

.Module .ProfileList .Profile .Profile__body a:hover {
  text-decoration: underline;
}

.Module .ProfileList .Profile .Profile__body.-comment {
  text-align: left;
}

.Module .ProfileList .Profile .Profile__body.-comment img {
  max-width: 100%;
  height: auto;
}

.Module .LinkList .LinkList__item {
  line-height: 1;
  margin-bottom: 10px;
}

.Module .LinkList .LinkList__item:last-child {
  margin-bottom: 0;
}

.Module .LinkList .LinkList__item a:hover {
  text-decoration: underline;
}

.Module .ArticleLink .ArticleLink__item {
  margin-bottom: 15px;
}

.Module .ArticleLink .ArticleLink__item:last-child {
  margin-bottom: 0;
}

.Module .ArticleLink .ArticleLink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.Module .ArticleLink .ArticleLinkThumbnail {
  margin-right: 10px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner _:-ms-lang(x),
.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner img {
  width: 100%;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner.-bgnone {
  background: #fafafa;
}

.Module .ArticleLink .ArticleLinkThumbnail .ArticleLinkThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.Module .ArticleLink .ArticleLink__title {
  width: 160px;
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
}

.Module .RssList .RssList__item {
  line-height: 1;
  margin-bottom: 15px;
}

.Module .RssList .RssList__item:last-child {
  margin-bottom: 0;
}

.Module .RssList .RssList__item a:hover {
  text-decoration: underline;
}

.Module .RdfSummary .RdfSummary__item {
  line-height: 1;
  margin-bottom: 15px;
}

.Module .RdfSummary .RdfSummary__item:last-child {
  margin-bottom: 0;
}

.Module .RdfSummary .RdfSummary__item a:hover {
  text-decoration: underline;
}

.Module .Qrcode {
  border: 1px solid #000;
  display: inline-block;
  line-height: 1;
}

.Module .Qrcode img {
  vertical-align: top;
}

.Module .BacklogList .BacklogList__item {
  line-height: 1;
  margin-bottom: 10px;
}

.Module .BacklogList .BacklogList__item:last-child {
  margin-bottom: 0;
}

.Module .BacklogList .BacklogList__item a:hover {
  text-decoration: underline;
}

.Module .CategoryList .CategoryList__item {
  line-height: 1.2;
  margin-bottom: 10px;
}

.Module .CategoryList .CategoryList__item:last-child {
  margin-bottom: 0;
}

.Module .CategoryList .CategoryList__item a:hover {
  text-decoration: underline;
}

.Module .RecentTrackback .RecentTrackback__item {
  margin-bottom: 10px;
  line-height: 1.4;
}

.Module .RecentTrackback .RecentTrackback__item:last-child {
  margin-bottom: 0;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackTitle {
  display: block;
}

.Module .RecentTrackback .RecentTrackback__item .RecentTrackbackFrom {
  font-size: 1.3rem;
  text-align: right;
}

.Module .RecentComment .RecentComment__item {
  margin-bottom: 10px;
  line-height: 1.4;
}

.Module .RecentComment .RecentComment__item:last-child {
  margin-bottom: 0;
}

.Module .RecentComment .RecentComment__item .RecentCommentTitle {
  display: block;
}

.Module .RecentComment .RecentComment__item .RecentCommentFrom {
  font-size: 1.3rem;
  text-align: right;
}

.Pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  width: 350px;
  margin: 0 auto 25px;
}

.Pager__item {
  position: relative;
}

.Pager__item a,
.Pager__item span {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 1px;
  color: #86b543;
}

.Pager__item a:hover {
  background: #86b543;
  color: #fff;
}

.Pager__item.-active span {
  background: #86b543;
  color: #fff;
}

.Pager__item.-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.Pager__item.-prev span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #75d7cb;
  border-left: solid 2px #75d7cb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Pager__item.-prev a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #75d7cb;
  border-left: solid 2px #75d7cb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Pager__item.-prev a:hover:before {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

.Pager__item.-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.Pager__item.-next span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #75d7cb;
  border-right: solid 2px #75d7cb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Pager__item.-next a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #86b543;
  border-right: solid 2px #86b543;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Pager__item.-next a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.Pager__item.-disabled span {
  background: transparent;
  border: 1px solid #ccc;
}

.Pager__item.-disabled span:before {
  border-color: #ccc;
}

.Permalink {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.Permalink.-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.Permalink.-txt .fa-angle-left {
  margin-right: 5px;
}

.Permalink.-txt .fa-angle-right {
  margin-left: 5px;
}

.Permalink.-month .Permalink__item.-right .next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Permalink__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #9fd256;
  border-bottom: 1px solid #9fd256;
  border-left: 1px solid #9fd256;
  border-right: 1px solid #9fd256;
  width: 50%;
}

.Permalink__item.-left.-prevNone {
  background: transparent;
  border: 0;
}

.Permalink__item.-left.-nextNone .prev {
  border-right: 0;
}

.Permalink__item.-left .prev {
  position: relative;
  border-left: 20px solid #9fd256;
}

.Permalink__item.-left .prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -12px;
}

.Permalink__item.-right.-nextNone {
  background: transparent;
  border: 0;
}

.Permalink__item.-right.-prevNone .next {
  border-left: 0;
}

.Permalink__item.-right .next {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-right: 20px solid #9fd256;
}

.Permalink__item.-right .next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -12px;
}

.Permalink__item.-right .PermalinkThumbnail {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.Permalink__item.-right .PermalinkTitle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

.Permalink__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 10px;
}

.Permalink__item .PermalinkThumbnail {
  margin-right: 10px;
  width: 45.1%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.PermalinkThumbnail__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.PermalinkThumbnail__inner.-bgnone {
  background: #fafafa;
}

.PermalinkThumbnail__inner.-bgnone img {
  width: 100%;
  height: auto;
}

.PermalinkThumbnail__inner _:-ms-lang(x),
.PermalinkThumbnail__inner img {
  max-width: none;
  width: 200px;
}

.Permalink__item .PermalinkTitle {
  margin: 0;
  width: 54.9%;
  max-height: 80px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2;
  color: #343a40;
}

.TagCloud {
  width: 100%;
  border: 1px solid #b5ddda;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
}

.TagCloud.-module {
  padding: 0;
  border: 0;
}

.TagCloud a {
  text-decoration: underline;
}

.TagSearch {
  width: 100%;
  text-align: right;
  margin: 10px 0 25px;
  line-height: 1;
  font-size: 1.4rem;
}

.TagSearch a:hover {
  text-decoration: underline;
}

.TagSearch a span {
  font-weight: 600;
}

.TagPhotos {
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagPhotos .TagPhotosList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TagPhotos .TagPhotosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagPhotos .TagPhotosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagPhotosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagPhotosList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}

.TagPhotos .TagPhotosThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.TagPhotosThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.TagPhotos .TagPhotosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.TagPhotos .TagPhotosDetail {
  font-size: 1.2rem;
}

.TagPhotos .TagPhotosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagVideos {
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagVideos .TagVideosList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TagVideos .TagVideosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagVideos .TagVideosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagVideosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagVideosList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}

.TagVideos .TagVideosThumbnail {
  line-height: 1;
  margin-bottom: 5px;
}

.TagVideosThumbnail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  overflow: hidden;
}

.TagVideos .TagVideosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.TagVideos .TagVideosDetail {
  font-size: 1.2rem;
}

.TagVideos .TagVideosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagAudios {
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagAudios .TagAudiosList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TagAudios .TagAudiosList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.TagAudios .TagAudiosList:after {
  content: "";
  display: block;
  width: 23%;
}

.TagAudiosList__item {
  width: 150px;
  margin-bottom: 20px;
}

.TagAudiosList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}

.TagAudios .TagAudiosTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.TagAudios .TagAudiosDetail {
  font-size: 1.2rem;
}

.TagAudios .TagAudiosDetail p {
  margin: 0;
  line-height: 1.2;
}

.TagFiles {
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.TagFilesTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Trackback {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  margin-bottom: 25px;
  font-weight: 600;
}

.TrackbackArticle__header {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.TrackbackArticleList__item {
  line-height: 1.5;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.TrackbackArticleList__item:nth-child(odd) {
  background: #f4f4f4;
}

.TrackbackArticleList__item .TrackbackUrl {
  margin: 0;
}

.TrackbackArticleList__item .TrackbackDetail {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.UploadDetail {
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 20px;
  margin-bottom: 25px;
  line-height: 1;
}

.UploadDetail.-other {
  padding: 20px;
}

.UploadDetail .UploadDetail__entry {
  font-size: 1.4rem;
  margin: 0 0 40px;
}

.UploadDetail .UploadDetail__entry a {
  text-decoration: underline;
}

.UploadDetail .UploadDetail__date {
  margin-bottom: 50px;
  text-align: center;
}

.UploadDetail .UploadDetail__date .UploadYear {
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: 600;
}

.UploadDetail .UploadDetail__date .UploadMonth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.UploadMonth__item {
  font-size: 1.5rem;
}

.UploadMonth__item a {
  text-decoration: underline;
}

.UploadMonth__item.-active {
  font-size: 1.3rem;
}

.UploadMonth__item.-active a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 1px;
  background: #75d7cb;
  color: #fff;
}

.UploadMonth__item .svg-inline--fa {
  width: 0.7em;
  height: auto;
  vertical-align: middle;
}

.UploadDetail .UploadDetail__content {
  padding-bottom: 30px;
}

.UploadDetail .UploadDetail__content .Content {
  text-align: center;
}

.Content__heading {
  margin: 0 0 20px;
}

.Content__body .private-date {
  border: 1px solid #333;
  height: 340px;
  line-height: 340px;
  width: 80%;
  margin: 0 auto;
}

.UploadDetail .ImageNone {
  margin: 0 0 50px;
  height: 200px;
  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;
}

.UploadDetail .UploadList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.UploadDetail .UploadList.-other {
  margin-bottom: 0;
}

.UploadDetail .UploadList:after {
  content: "";
  display: block;
  width: 31%;
}

.UploadDetail .UploadList .UploadList__item {
  margin-bottom: 15px;
}

.UploadDetail .UploadList .UploadListThumbnail {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner _:-ms-lang(x),
.UploadDetail .UploadList .UploadListThumbnail .UploadListThumbnail__inner img {
  max-width: none;
  width: 200px;
}

.btn {
    background: #9fd256;
    color: #fff;
    border: none;
    border-radius: 0;
    min-width: 130px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

.btn:hover {
  background: #89ddd2;
  color: #fff;
  text-decoration: none;
}

.btn.-block {
  display: block;
  width: 100%;
}


/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */

/* Design A(block) */
div.popularArticlesWithImage.A ul {
}
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 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 li div.image img {
  border-width: 0px;
}

div.popularArticlesWithImage.A li div.image.noimage {
  background: #daf5da;
}

div.popularArticlesWithImage.A 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 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;
}
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;
}

/* Design C(List without Image)*/
div.popularArticlesWithImage.C{
  text-align: left;
}
div.popularArticlesWithImage.C ul {
  margin: 0;
  padding: 0;
}
div.popularArticlesWithImage.C ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
div.popularArticlesWithImage.C ul li a {
  *zoom: 1;
  position: relative;
  display: block;
}
div.popularArticlesWithImage.C ul li a:after {
  content: "";
  display: block;
  clear: both;
}
div.popularArticlesWithImage.C div.title {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet,
div.popularArticlesWithImage.C 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;
}
/*人気記事*/
.popularArticlesWithImage ul {
  overflow: hidden;
}
.popularArticlesWithImage.A ul li {
  width: 214px;
  height: 118px;
  float: left;
  overflow: hidden;
}
.popularArticlesWithImage.A ul li {
    margin-left: 5px;
    margin-bottom: 0px !important;
    display: block !important;
    float: left;
}
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;
}
.popularArticlesWithImage.A ul li div {
  width: 208px;
  overflow: hidden;
}
.popularArticlesWithImage.A ul li img {
  max-width: 210px;
}
div.popularArticlesWithImage.A .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 214px;
    height: 22%;
    padding: 5px;
    background: rgb(159, 210, 86);
    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 title {
    text-align: left;
}
div.popularArticlesWithImage.A ul li a {
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(159, 210, 86);
    padding: 0px !important;
    background: none !important;
    text-decoration: none;
    width: 208px;
    height: 118px;
}
.popularArticlesWithImage.B ul li div {
  width: 68px;
  height: 68px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
}
.popularArticlesWithImage.B ul li div img {
  max-width: 60px;
  min-height: 60px;
}
.popularArticlesWithImage.B a {
  line-height: 1.4;
}
.popularArticlesWithImage.B a:hover {
  color: #333;
}
.popularArticlesWithImage.B .rank {
  display: none;
}
#single-cont .popularArticlesWithImage.A ul li {
    width: 186px !important;
    height: 118px;
}
#single-cont .popularArticlesWithImage.A ul li div {
    width: 178px;
    overflow: hidden;
}
#single-cont .popularArticlesWithImage.A ul li a {
    display: block;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(159, 210, 86);
    padding: 0px !important;
    background: none !important;
    text-decoration: none;
    width: 178px;
    height: 118px;
}
/*一覧調整*/
dl.article-tags dt, dl.article-tags dd {
    display: inline;
}
dl.article-tags dd {
    margin-left: 5px;
}
.Entry__readMore {
  display: none;
}
.pager {
    width: 100%;
}
#content .article {
    width: 730px;
}
/*シングル調整*/
#content article#single-page:nth-child(1) {
  margin-right: 0 !important;
  width: 100%;
  display: block;
  height: auto;
}
#content article#single-page h2.entry-title {
    margin-top: 24px;
    font-size: 30px;
    line-height: 1.4;
  height: auto;
}
#content article#single-page:nth-child(1) .date, #content article#single-page:nth-child(1) .bottom {
    display: block;
}
h2.type01 {
    width: 100%;
}
.fb_iframe_widget span {
    vertical-align: top !important;
}
/*広告表示用カスタムcss*/

.ad_wrap { overflow: hidden; padding: 0 20px; margin: 20px 0;}
.ad_left { float: left;}
.ad_right { float: right;}
/*固定*/
.pc-side-nav-fixed {
  top: 2%;
  width: 300px;
  position: fixed;
}
/*pccss*/
@charset "UTF-8";


/**********************************
  cleafix
**********************************/
.cf:after {
  content:".";
  display:block;
  height:0;
  font-size:0;
  clear:both;
  visibility:hidden;
}
.cf {
    display:inline-block;
}
/* Hides from IE Mac */
* html .cf {
    height:1%;
}
.cf {
    display:block;
}


/**********************************
  åŸºæœ¬è¨­å®š
**********************************/
* {
  margin:0px;
  padding:0px;
  list-style-type:none;
  word-break:break-all;
}
body {
  font:14px/1.8 "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",'Hiragino Kaku Gothic Pro',"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",'MS PGothic',Arial;
  color:#000;
}
img {
  vertical-align:bottom;
}
a {
  outline:none;
  color:#222;
  text-decoration:none;
  transition:0.2s;
}
a:hover {
  opacity:0.7;
}
#sp_only {
  display:none;
}


/**********************************
  æ±Žç”¨ã‚¯ãƒ©ã‚¹
**********************************/
.wrap {
  width:1090px;
  margin:0px auto;
  position:relative;
}


/**********************************
  è¦‹å‡ºã—
**********************************/
h2.type01 {
  padding:2px 15px;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  background:#222;
  border-bottom:4px solid #9fd256;
}


/**********************************
  ãƒ˜ãƒƒãƒ€ãƒ¼
**********************************/
#header {
  padding:24px 0px;
  background:#222;
  color:#fff;
}
#header h1.blogtitle {
  margin-top:7px;
}
#header .description {
  margin:7px 0px 0px 0px;
}
#gnavi {
  position:absolute;
  right:0px;
  top:28px;
}
#gnavi ul li {
  padding:0px 18px;
  text-align:center;
  float:left;
}
#gnavi ul li a {
  font-size:17px;
  color:#fff;
  display:block;
}
#gnavi ul li a span {
  color:#9fd256;
  font-size:9px;
  display:block;
}


/**********************************
  ãƒ•ãƒƒã‚¿ãƒ¼
**********************************/
#pagetopButton {
  width:60px;
  height:60px;
  line-height:60px;
  text-align:center;
  background:#86b543;
  color:#fff;
  font-size:40px;
  position:fixed;
  right:15px;
  bottom:15px;
  cursor:pointer;
}
#footer {
  margin-top:40px;
  padding:40px 0px;
  background:#222;
  color:#fff;
  text-align:center;
}


/**********************************
  åºƒå‘Š
**********************************/
#contentsAd01,
#contentsAd02 {
  margin:15px auto;
  text-align:center;
}


/**********************************
  RSS
**********************************/
#rss-roll-01 .inner {
  height:305px;
  border:1px solid #ddd;
  overflow:auto;
}
#rss-roll-01 .inner .blogroll-channel ul li {
  padding:2px 0px 2px 30px;
  background:url(http://scienceplus2ch.up.seesaa.net/common/icon-01.png) 12px 9px no-repeat;
  font-size:16px;
  border-bottom:1px dashed #ccc;
}
#rss-roll-01 .inner .blogroll-channel ul li img {
  display:none;
}


/**********************************
  ç”»åƒä»˜ãäººæ°—è¨˜äº‹
**********************************/
.popularArticlesWithImage.A ul {
  margin-left:-5px !important;
}
.popularArticlesWithImage.A ul li {
  margin-left:5px;
  margin-bottom:0px !important;
  display:block !important;
  float:left;
  
}


/**********************************
  è¿½å°¾ã‚·ã‚§ã‚¢ãƒœã‚¿ãƒ³
**********************************/
#tracking-social {
  width:96px;
  padding:15px 0px;
  margin-left:1255px;
  background:#f7f7f7;
  position:fixed;
  top:-9999px;
  text-align:center;
}
#tracking-social.show {
  top:15px;
}
#tracking-social ul li {
  margin-top:15px;
}
#tracking-social ul li:first-child {
  margin-top:0px;
}
#tracking-social iframe {
  width:69px;
  position:relative;
}


/**********************************
  ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
**********************************/
#content {
  width:760px;
  margin-top:15px;
  float:right;
}
#categorytitle {
  padding:24px 0px;
  border:1px solid #222;
  margin-bottom:15px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
}
#content .article {
  padding:14px;
  margin-top:15px;
  border:1px solid #ddd;
  position:relative;
}
#content .article .tags a {
  font-size:12px;
  color:#86b543;
}
#content .thumbnail {
  width:215px;
  padding-right:24px;
  float:left;
  text-align: center;
}
#content .thumbnail a {
  padding:3px;
  background:#fff;
  border:1px solid #ddd;
  display:block;
}
#content .thumbnail img {
  max-height: 158px;
}
#content .text {
  width:476px;
  float:left;
}
#content .date {
  font-size:16px;
}
#content h2.entry-title {
  margin-top:18px;
}
#content h2.entry-title a {
  font-size:24px;
  line-height:1.4;
  font-weight:bold;
  color:#000;
}
#content .article .comment {
  width:62px;
  height:51px;
  padding-top:2px;
  line-height:1.1;
  background:url(http://scienceplus2ch.up.seesaa.net/common/comment-bg.png) center top no-repeat;
  font-size:22px;
  color:#fff;
  text-align:center;
  display:block;
  position:absolute;
  top:7px;
  right:7px;
}
#content .article .comment span {
  font-size:10px;
  display: block;
}

#content .article:nth-child(1),
#content .article:nth-child(2) {
  margin-top:0px;
}
#content .article:nth-child(1),
#content .article:nth-child(3) {
  margin-right:11px;
}
#content .article:nth-child(1),
#content .article:nth-child(2),
#content .article:nth-child(3),
#content .article:nth-child(4) {
  width:342px;
  height:320px;
  overflow:hidden;
  display:inline-block;
}
#content .article:nth-child(1) .text,
#content .article:nth-child(2) .text,
#content .article:nth-child(3) .text,
#content .article:nth-child(4) .text {
  width:342px;
}
#content .article:nth-child(1) .date,
#content .article:nth-child(2) .date,
#content .article:nth-child(3) .date,
#content .article:nth-child(4) .date,
#content .article:nth-child(1) .bottom,
#content .article:nth-child(2) .bottom,
#content .article:nth-child(3) .bottom,
#content .article:nth-child(4) .bottom {
  display:none;
}
#content .article:nth-child(1) .thumbnail,
#content .article:nth-child(2) .thumbnail,
#content .article:nth-child(3) .thumbnail,
#content .article:nth-child(4) .thumbnail {
  width:auto;
  padding-right:0px;
}
#content .article:nth-child(1) .thumbnail img,
#content .article:nth-child(2) .thumbnail img,
#content .article:nth-child(3) .thumbnail img,
#content .article:nth-child(4) .thumbnail img {
  width:334px;
  height:255px;
  max-height: 255px;
}
#content .article:nth-child(1) h2.entry-title,
#content .article:nth-child(2) h2.entry-title,
#content .article:nth-child(3) h2.entry-title,
#content .article:nth-child(4) h2.entry-title {
  height:50px;
  margin-top:10px;
  overflow:hidden;
  line-height: 1.1;
}
#content .article:nth-child(1) h2.entry-title a,
#content .article:nth-child(2) h2.entry-title a,
#content .article:nth-child(3) h2.entry-title a,
#content .article:nth-child(4) h2.entry-title a {
  font-size:18px;
}
#content .article:nth-child(1) .comment,
#content .article:nth-child(2) .comment,
#content .article:nth-child(3) .comment,
#content .article:nth-child(4) .comment {
  top:24px;
  right:24px;
}
#content .article .bottom {
  margin-top:24px;
}
.tags {
  display:inline;
}
.tags a {
  color:#86b543;
}
#content .category {
  padding-left:25px;
  background:url(http://scienceplus2ch.up.seesaa.net/common/icon_folder.png) left center no-repeat;
}
.article-tags {
  margin-left:10px;
  padding-left:20px !important;
  background:url(http://scienceplus2ch.up.seesaa.net/common/icon_tag.png) left center no-repeat;
  display:inline !important;
}
.article-tags dt {
  display:none !important;
}
.pager {
  margin:30px 0px;
  font-size:18px;
  line-height:36px;
}
.pager .paging-number ol li a,
.pager .paging-next a,
.pager .paging-last a {
  padding:0px 12px;
  display:inline-block;
  border:1px solid #ddd;
}
.pager .paging-number ol li span {
  padding:0px 12px;
  background:#86b543;
  color:#fff;
  border:1px solid #86b543;
  display:inline-block;
}
.archives-pager-type1 {
  margin:30px;
  text-align:center;
}
.archives-pager-type1 a {
  padding:0px 12px;
  line-height:36px;
  display:inline-block;
  font-size:18px;
  border:1px solid #ddd;
}


/**********************************
  å€‹åˆ¥è¨˜äº‹
**********************************/
#single-page h2.entry-title {
  margin-top:24px;
  font-size:30px;
  line-height:1.4;
}
#single-page img {
  border:1px solid #ddd;
  padding:3px;
}
#single-page .tags {
  margin-top:18px;
}
#single-page .article-tags {
  margin-left:30px !important;
}
#single-footer-sns {
  margin-top:24px;
  text-align:center;
}
#single-footer-sns li {
  padding:10px 7px;
  display:inline-block;
  vertical-align:top;
}
#single-footer-sns li a {
  width:346px;
  height:50px;
  line-height:50px;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  display:block;
}
#single-footer-sns li.fb a {
  background:#3c599b;
  border-bottom:4px solid #334b82;
}
#single-footer-sns li.fb2 > div {
  width:346px;
  height:20px;
  padding:15px 0px;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  display:block;
  background:#4c69ba;
  border-bottom:4px solid #334b82;
}
#single-footer-sns li.twitter a {
  background:#00acee;
  border-bottom:4px solid #008dc4;
}
#single-footer-sns li.hatebu a {
  background:#5987bf;
  border-bottom:4px solid #4c72a1;
}
#kochiramo {
  margin-top:30px;
}
#kochiramo p {
  font-size:18px;
  font-weight:bold;
}
#kochiramo ul li {
  margin-top:24px;
  font-size:16px;
}
.article-pager {
  width:100%;
  display:table;
}
.article-pager li {
  display:table-cell !important;
  font-size:15px;
  line-height:1.5 !important;
}
.article-pager li.prev {
  padding:0px 15px;
}
.article-pager li.next {
  padding:0px 15px;
}
#single-ad01,
#single-ad02 {
  margin:30px 0px;
}
#single-ad01 li,
#single-ad02 li {
  margin-right:20px;
  float:left;
}
#single-rss-01 {
  margin-top:30px;
  height:250px;
  overflow:auto;
}
#single-rss-01 .blogroll-list {
  padding:2px 0px 2px 30px;
  background:url(http://scienceplus2ch.up.seesaa.net/common/icon-01.png) left 12px no-repeat;
  font-size:18px;
  font-weight:bold;
}
#single-rss-01 .blogroll-list img {
  display:none;
}
#single-footer-category .related-articles {
  margin-top:24px;
}
#single-footer-category h3 {
  padding:2px 15px;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  background:#222;
  border-bottom:4px solid #9fd256;
}
#single-footer-category ul {
  padding:14px 14px 0px;
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
#single-footer-category ul li {
  margin-bottom:18px;
  font-size:16px;
}
#single-footer-buzz {
  margin-top:24px;
}


/**********************************
  ã‚³ãƒ¡ãƒ³ãƒˆ
**********************************/
#comment {
  margin-top:24px;
}
.comment-article {
  margin-top:15px;
  padding:24px;
  border:1px solid #ddd;
}
.commenttext {
  font-size:18px;
  font-weight:bold;
}
.comment-time {
  color:#666;
}
#takecomment {
  margin-top:15px;
  border:1px solid #ddd;
  padding:24px;
}
#takecomment h3 {
  font-size:24px;
}
#comment-form {
  margin-top:15px;
}
#comment-form th {
  padding-right:15px;
}
#comment-form td {
  padding-bottom:7px;
}
#comment-form #author {
  width:250px;
  padding:10px;
  font-size:16px;
}
#comment-form #text {
  width:630px;
  height:180px;
  padding:10px;
}
#comment-form input.button {
  width:150px;
  padding:10px;
  font-size:15px;
  font-weight:bold;
  cursor:pointer;
}


/**********************************
  ã‚µã‚¤ãƒ‰ãƒãƒ¼
**********************************/
#sidebar {
  width:300px;
  margin-top:15px;
  float:left;
}
.sidetitle {
  padding:2px 15px;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  background:#222;
  border-bottom:4px solid #9fd256;
}
#sidebar .side {
  padding:14px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#sidebar .side img {
  border:1px solid #ddd;
  padding:3px;
}
#sidebar .sidewrapper {
  margin-top:15px;
}
#sidebar .category-parent {
  width:250px;
  padding-left:18px;
  background:url(hhttp://scienceplus2ch.up.seesaa.net/common/icon-01.png) left center no-repeat;
  letter-spacing:normal;
  display:inline-block;
  *display:inline;
  *zoom:1;
}


/*******************************************
    ãƒœãƒƒã‚¯ã‚¹åž‹ã‚¤ã‚¤ãƒãƒœã‚¿ãƒ³
*******************************************/
#single-footer-like {
  width:710px;
  height:220px;
  margin:24px auto 0px;
  display:table;
}
#single-footer-like .left {
  width:425px;
  display:table-cell;
  vertical-align:middle;
  overflow:hidden;
}
#single-footer-like .right {
  width:285px;
  background:#2d2d2d;
  color:#fff;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
}
#single-footer-like .large {
  margin-bottom:20px;
  font-size:18px;
}
#single-footer-like .small {
  margin-top:20px;
  font-size:10px;
  color:#999;
}
#single-footer-like .fb-like {
  -o-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
}

.fwn__code{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 10px 10px;
    color: #1F5A9A;
    border-bottom: 1px solid #1F5A9A;
    margin-bottom: 20px;
}


/*******************************************
    スマホシェアボタン非表示
*******************************************/
#sp_only {
  display:none;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin: 0px 10px 20px; }
.google-user-ad-728 { margin:15px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }

.pcNone { display: none;}
.yaruo_wrapper{display:none;}
.spNone { display: block !important;}

/*******************************************
    固定リンク左サイドバー
*******************************************/

.fixed-link-recommend li{
    margin-bottom: 15px;
    list-style-type: none;
}
.fixed-link-recommend .pick_up_item__thumbnail {
    max-width: 60px;
    min-height: 60px;
    float:left;
    margin-right: 10px;
}

.fixed-link-recommend a {
    position: relative;
    display: block;
    line-height: 1.4;
    color: #148bac;
}
.fixed-link-recommend a:after {
    content: "";
    display: block;
    clear: both;
}

.fixed-link-recommend p {
    font-size: 103%;
    font-weight: normal;
}
/*******************************************
    固定リンク記事中
*******************************************/
.article img.pick_up_item__thumbnail {
    max-width: 20%;
    min-height: 20%;
}

.article p.pick_up_item_title {
    font-size: 16px;
}

.article li.pick_up_item {
    margin: 20px 0px;
}