@charset "utf-8";
@import url(https://parts.blog.livedoor.jp/css/template_6thgen.css);
/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/

/* スライドショー ----------------------------------------------- */

.swiper-container {
  width: 100%;
  height: 516px;
  background: #fff;
}

.swiper-container li {
  list-style: none;
}

.swiper-container .swiper-wrapper a.img {
  width: 720px;
  height: 405px;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper-wrapper a.img img {
  width: 100%;
  min-width: 100%;
  height: auto;
  transition: all 300ms 0s ease-in-out;
}

.swiper-container .swiper-wrapper a.img:hover img {
  transform: scale(1.03);
  transition: all 300ms 0s ease-in-out;
}

.swiper-container .swiper-wrapper a.img::before {
  content: 'もっと読む';
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-sizing: border-box;
  border: #fff solid 1px;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: all 300ms 0s ease-in-out;
}

.swiper-container .swiper-wrapper a.img:hover::before {
  opacity: 1;
}

.swiper-container .swiper-wrapper a.img:hover::after {
  background: rgba(0,0,0,0.3);
  content: '';
    width: 720px;
    height: 405px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: calc(50% - 420px)!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: calc(50% - 420px)!important;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  top: calc(50% - 55px);
}

.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}

.swiper-container .swiper-pagination-bullet {border-radius: 0;

}

.main_visual_label_box {
  padding: 20px 28px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 53px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background: #fff;
  width: 658px;
  height: 100px;
  border-left: 2px solid #000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

.main_visual_date {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
  font-size: 13px;
}

.main_visual_categories {
  display: inline-block;
  font-size: 13px;
}

.main_visual_categories a {
  color: #897b43;
}

.main_visual_categories a:hover {
  text-decoration: underline;
}

.main_visual_categories span:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 1;
}

.main_visual_title {
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
  font-size: 24px;
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

/* スライドショーのユーサー記述箇所用----------------------------------------------- */

#slideshow.swiper-container li {
  list-style: none;
}
#slideshow.swiper-container li>a {
  width: 720px;
  height: 405px;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slideshow.swiper-container .swiper-wrapper li>a img {
  width: 100%;
  min-width: 100%;
  height: auto;
  transition: all 300ms 0s ease-in-out;
}
#slideshow.swiper-container .swiper-wrapper  li>a:hover img {
  transform: scale(1.03);
  transition: all 300ms 0s ease-in-out;
}
#slideshow.swiper-container .swiper-wrapper li>a::before {
  content: 'もっと読む';
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-sizing: border-box;
  border: #fff solid 1px;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: all 300ms 0s ease-in-out;
}
#slideshow.swiper-container .swiper-wrapper li>a:hover::before {
  opacity: 1;
}
#slideshow.swiper-container .swiper-wrapper li>a:hover::after {
  background: rgba(0,0,0,0.3);
  content: '';
    width: 720px;
    height: 405px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#slideshow.swiper-container .swiper-wrapper li>a+div {
  padding: 20px 28px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 53px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background: #fff;
  width: 658px;
  height: 100px;
  border-left: 2px solid #000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}
#slideshow.swiper-container .swiper-wrapper li>a+div>span {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 16px;
  font-size: 13px;
}
#slideshow.swiper-container .swiper-wrapper li>a+div>div {
  display: inline-block;
  font-size: 13px;
}
#slideshow.swiper-container .swiper-wrapper li>a+div>div>span>a {
  color: #897b43;
  text-decoration: none;
}
#slideshow.swiper-container .swiper-wrapper li>a+div>div span:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 1;
}
#slideshow.swiper-container .swiper-wrapper li>a+div>div+div {
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
} 

/* 全体のレイアウト
----------------------------------------------- */

body {
  width: 100%;
  min-width: 1080px;
  background-color: #f7f6f2;
}

#content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-top: 48px;
  display: flex;
  flex: 1;
}

#main {
  width: 726px;
  margin-right: 50px;
}

#sidebar {
  width: 300px;
  margin-bottom: 30px;
  min-height: 100vh;
}

/* かんたん背景画像 */

body.show-bg-image {
  background-attachment: fixed;
  background-size: cover;
}

.article-category dt, .article-comment-count dt, .article-continue a, dl.common-theme dt, dl.article-tags dt, .sidewrapper input.sf {
  background: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 全体の文字色、リンク色
----------------------------------------------- */

body {
  color: #333;
  font: 14px/1.2 Helvetica, Verdana, sans-serif;
}

a, body.page-article .article-title a:visited {
  color: #333;
  text-decoration: none;
}

.sidewrapper .side li a, .sidewrapper .side div a, .sidewrapper .side td a, .sidewrapper .side li a img, .sidewrapper .side div a img {
  transition: 0.1s ease-in-out;
}

.sidewrapper .side li:hover>a, .sidewrapper .side div:hover>a, .sidewrapper .side td:hover>a {
  text-decoration: underline;
  transition: 0.1s ease-in-out;
}

.sidewrapper .side li:hover>a img, .sidewrapper .side div:hover>a img {
  opacity: 0.4;
  transition: 0.1s ease-in-out;
}

/* ブログのヘッダー、タイトル、説明、メニューリスト
----------------------------------------------- */

#blog-header {
  height: 193px;
  background: #f7f6f2 url("https://parts.blog.livedoor.jp/img/usr/local_media/img_bg01.png") center bottom repeat-x;
  position: relative;
}

#blog-header-inner {
  width: 1080px;
  padding: 47px 0 0;
  margin: 0 auto;
  text-align: center;
}

#blog-title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 25px;
}

#blog-title a {
  color: #333;
}

#blog-title a:hover {
  color: #ddd;
}

#blog-description {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

#blog-description a {
  color: #333;
}

.ldb_menu {
  background: #fff;
}

.ldb_menu .ldb_menu-list {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.ldb_menu li {
  display: inline-block;
  list-style: none;
  width: 135px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.ldb_menu li::before {
  content: '';
  background: #fff;
  width: 135px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.ldb_menu li a::after {
  width: 2px;
  height: 20px;
  background: #efefef;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.ldb_menu li:nth-of-type(8) a::after {
  display: none;
}

.ldb_menu li a {
  width: 125px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: absolute;
  padding: 0 5px 0;
  top: 50%;
  transform: translateY(-50%);
}

.ldb_menu li a::before {
  width: 135px;
  height: 60px;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}

.ldb_menu li::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 10%;
  width: 80%;
  height: 2px;
  background:#333;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
  z-index: 3;
}

.ldb_menu li a:hover, .ldb_menu .ldb_menu-item-current a {
  font-weight: bold;
}

.ldb_menu .ldb_menu-item-current::after,
.ldb_menu li:hover::after {
    transform: scale(1, 1);
}

/* メインカラム
----------------------------------------------- */

/* 記事全体 */
#main .autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
}

.article {
  width:232px;
  height: 300px;
  margin-right: 15px;
  display: inline-block;
}
.detail_page .article {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.article:nth-of-type(3n){
  margin-right: 0;
}

.article-first-image {
  width: 100%;
  height: 155px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.article-first-image img {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms 0s ease-in-out;
}



.article-first-image a:hover img {
  transform: translateY(-50%) scale(1.03);
  transition: all 300ms 0s ease-in-out;
  position: relative;
  z-index: 0;
}

.article-first-image a::before {
  content: 'もっと読む';
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-sizing: border-box;
  border: #fff solid 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 300ms 0s ease-in-out;
}

.article-first-image a:hover::before {
  opacity: 1;
}

.article-first-image a:hover::after {
  background: rgba(0,0,0,0.3);
  content: '';
    width: 232px;
    height: 155px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* 記事ヘッダー、記事タイトル */

.article-header {
  height: 95px;
}

.detail_page .article-header {
  width: 100%;
  height: auto;
  background: #fff;
  border-left: solid #000000 2px;
  padding: 36px 40px;
  box-sizing: border-box;
  margin-bottom: 28px;
} 

.article-title {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article-title.detail_title {
  margin-bottom: 20px;
}

.article-title a {
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
}

.detail_page .article-title.detail_title {
  margin-bottom: 0;
}

.detail_page .article-title a {
  font-size: 24px;
  font-weight: bold;
}

.article-title a:hover {
  text-decoration: underline;
}

.article-categories {
  font-size: 13px;
  display: inline-block;
}

.article-categories a {
  color: #897b43;
}

.article-categories a:hover {
  text-decoration: underline;
}

.article-categories span:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 1;
}


/* 日付 */

.article-date {
  font-size: 13px;
  display: inline-block;
  margin: 0 16px 3px 0;
}

/* 記事フッター、タグ、コメント、ソーシャルボタン */

.article-footer {
  margin: 0;
  border: none;
}

.article-footer .article-meta {
  padding: 0;
  display: flex;
  margin: 50px 0 40px;
}

.article-meta li {
  float: none;
  margin: 0;
  padding-left: 22px;
}

.article-meta li:first-of-type  {
  padding-left:  0;
}

.article-social-btn>a, .article-social-btn>span, .article-social-btn>div, .article-social-btn>iframe {
  margin: 0 0 10px;
}

.article-tags-wrap {
  flex: 1;
  padding-left: 0;
}

dl.article-tags {
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/img_ico01.svg") no-repeat left center;
  background-size: auto 14px;  
  margin: 0;
  padding-left: 22px;
  line-height: 0;
  overflow: visible;
  display: inline;
}

dl.article-tags dt {
  width: 0;
}

dl.article-tags dd:first-of-type {
  margin-left: 0;
}
.detail_page .article-category {
  margin: 0 40px 0 20px;
  display: flex;
  align-items: baseline;
}

.detail_page .article-category a:hover{
  text-decoration: underline;
}
.detail_page .article-category>div:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 7px;
  margin-left: 7px;
  display: inline-block;
  line-height: 1;
}


.article-comment-count {
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/img_ico03.svg") no-repeat 0px 3px;
  background-size: auto 14px;
}
.article-comment-count dl {
  margin: 0;
}

.related_articles {
  font-weight: bold;
}

.article-category {
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/img_ico02.svg") no-repeat left 3px;
  background-size: 14px auto;
}

.related_articles h3 {
  font-size: 16px;
  padding: 40px 0 0 20px;
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/img_ico03.svg") no-repeat left 39px;
  background-size: 16px auto;
  margin-bottom: 20px;
}

.related_articles li {
  margin-bottom: 13px;
  font-size: 14px;
  list-style: none;
}

.related_articles li:last-of-type {
  margin-bottom: 40px;
}

/* 関連記事 */

.detail_page .related-articles:first-of-type {
  margin-top: 40px;
}

.detail_page .related-articles h3 {
display: none;
}

.detail_page .related-articles ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.detail_page .related-articles ul li {
  width: 173px;
  max-height: 200px;
  margin-right: 11px!important;
}
.detail_page .related-articles ul li:nth-of-type(4n) {
  margin-right: 0!important;
}

.detail_page .related-articles ul li a {
  display: block;
  max-height: 200px;
}

.detail_page .related-articles .related-article-image {
  padding: 0;
  width: 173px;
  height: 115px;
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/noimg_232x155.png");
  background-size: contain;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;  
}

.detail_page .related-articles .related-article-image img {
  width: 173px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail_page .related-articles.with-image .related-article-image,
.detail_page .related-articles.with-image .related-article-title {
  display: block;
  vertical-align: auto;
}
.detail_page .related-articles.with-image .related-article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
}

/* 続きを読む */

.article-continue {
  text-align: right;
}

.article-continue a {
  padding: 0 0 0 10px;
  font-size: 12px;
  position: relative;
  color: #333;
}

.more_icon {
  transform: translate(-7px, -2px) rotate(135deg);
  display: inline-block;
}

.more_icon::before, .more_icon::after {
  content: '';
  width: 6px;
  height: 1px;
  background: #333;
  display: block;
}

.more_icon::after {
  width: 1px;
  height: 5px;
}

/* 共通テーマ */

dl.common-theme {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */

div.private-mode-announcement, div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd;
}

/* 記事本文
----------------------------------------------- */

.article-body {
  color: #080000;
  font-size: 14px;
}

.article-body::after {
  content: "";
  display: block;
  clear: both;
}

.article-body-inner {
  line-height: 28px;
}

.detail_page .article-body-inner {
  background: #fff;
  padding: 55px 38px 30px;
}

.article-body-inner a {
  text-decoration: none;
}

.article-body-inner h1, .article-body-inner h2, .article-body-inner h3 {
  border-bottom: 3px solid #7f7f7f;
  clear: both;
}

.article-body-inner h4 {
  border-bottom: 1px solid #ccc;
  clear: both;
}

.article-body-inner blockquote {
  background-color: #fafafa;
  border: 1px solid #fff;
}

.article-body-inner blockquote:before {
  color: #ddd;
}

.article-body-inner img.pict {
  margin: 25px 0;
}

.article-body-inner img[src^="https://parts.blog"][src*="livedoor.jp/img/emoji/"] {
  vertical-align: inherit;
}

/* コメント
----------------------------------------------- */
#article-options{
  background: #fff;
  box-sizing: border-box;
}

#article-options #comments {
  padding: 70px 40px 0;
}

li.article-comment-count {
  float: none;
}

.article-comment-count dt {
  text-indent: 0;
  float: none;
  display: inline;
}

.article-comment-count dd {
  float: none;
  width: auto;
  display: inline;
}

#comments #ld_blog_article_comment_entries li{
  font-weight: normal;
}

#comments h1.article-option-title {
  font-weight: normal;
  padding-left: 23px;
  background: url("https://parts.blog.livedoor.jp/img/usr/local_media/img_ico03.svg") no-repeat left 0px;
  background-size: 14px auto;
}

.comment-author {
  font-size: 16px;
}

#comment-form.article-option dd#comment-author-form, #comment-form.article-option dd {
  margin: 0;
}

#comment-form.article-option input.text#comment-form-author, #comment-form.article-option textarea#comment-form-textarea, #comment-form.article-option div#comment-form-tools {
  border-color: #e7e7e7;
  box-shadow: none;
  width: 100%;
  margin: 0;
}

#comment-form.article-option label {
  display: none;
}

#comment-form.article-option input.text#comment-form-author {
  height: 44px;
}

#comment-form.article-option textarea#comment-form-textarea {
  border-radius: 6px 6px 0 0;
  height: 157px;
  resize: none;
  overflow: auto;
}

#comment-form.article-option div#comment-form-tools {
  width: calc(100% - 2px);
}

.comment-set.v2 {
  padding: 0;
}

#comments .comment-date {
  font-size: 12px;
}

.comment-body {
  font-size: 14px;
}

#comment-form.comment-form-v2 dl {
  margin: 12px 0;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 {
  width: 170px;
  border-radius: 6px;
  position: relative;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret {
  position: absolute;
  top: 10px;
  right: 10px;
}

#comment-form.comment-form-v2 input.text.comment-form-v2-author {
  border-radius: 6px;
  box-shadow: none;
}

#comment-form.comment-form-v2 textarea#comment-form-textarea.comment-form-v2-body {
  border-radius: 6px;
  resize: none;
  overflow: auto;
  box-shadow: none;
  margin-bottom: 20px;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::before {
  background: #fff;
  border: 1px solid #ddd;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::after {
  background: #706c5c;
}

#comment-form.comment-form-v2 .comment-form-tools .memorize label {
  display: block;
}

#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked+span::before {
  background: #fff;
}

#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked+span::after {
  border-color: transparent #706c5c #706c5c transparent;
}

#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
  width: 400px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  background: #706c5c;
  margin: 0 auto;
  display: block;
}

#comment-form-tools .facemark a {
  border: none;
}

/* ページ送り
----------------------------------------------- */

/* トップページ */

ul.index-navigator li a, ul.index-navigator li.current span {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background: #fff;
  margin: 0 5px;
}

ul.index-navigator li.current span {
  background-color: #333;
  color: #fff;
}

ul.index-navigator a:hover {
  background-color: #eee;
  text-decoration: none;
}

ul.index-navigator a:visited {
  color: #555;
}

/* 記事ページ、月別アーカイブページ */

ul.article-pager {
  padding: 40px 0 60px;
}

ul.article-pager::after {
  content: "";
  display: block;
  clear: both;
}

ul.article-pager li {
  margin: 0;
}

ul.article-pager li.prev {
  float: left;
}

ul.article-pager li.next {
  float: right;
}

ul.article-pager li a, ul.archives-pager li a {
  background-color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

/* ブログのフッター
----------------------------------------------- */

#blog-footer {
  color: #333;
  background: #fff url("https://parts.blog.livedoor.jp/img/usr/local_media/img_bg01.png") center bottom repeat-x;
  padding-top: 37px;
  text-align: left;
}

#blog-footer a {
}

#blog-footer a:hover {
  text-decoration: underline;
}


#blog-footer #footer-inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

#blog-footer .sidewrapper {
  width: 252px;
}

#blog-footer .sidewrapper .sidetitle {
  padding: 0.2em 1.25em;
}

/* フッターのブログパーツ
----------------------------------------------- */

#blog-footer .side select, #blog-footer .side input, #blog-footer .side textarea,
#blog-footer .plugin-search_internal input.sf {
  background: #f7f6f2;
}

#blog-footer .plugin-search_internal input.sfbtn {
  color: #f7f6f2;
  background: #f7f6f2;
}

#blog-footer .side div.message-box input[type="submit"] {
  background: #706c5c;
}

#blog-footer .plugin-search_tags .side .search-tags-submit-button {
  background: #706c5c;
}

#blog-footer .plugin-search_tags .side .search-tags-submit-button[disabled] {
  background: #f7f6f2;
}

/* スポンサードフッター  -------------------*/

.sponsored_footer {
  box-sizing: border-box;
  padding: 37px 0 70px;
  text-align: center;
}


/* ブログパーツ
----------------------------------------------- */

/* 共通 */

.sidewrapper:first-child {
  padding-top: 0;
}

.sidewrapper {
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 38px;
  position: relative;
}

.sidewrapper .sidetitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0.85em 1.7em;
  background: #fff;
  border-left: #333 2px solid;
}

.sidewrapper .sidetitle a {
  color: #333;
}

.sidewrapper .side {
  padding:0 20px 0;
}

.plugin-recent_images.sidewrapper .side, .plugin-memo.sidewrapper .side {
  padding: 0;
}

.sidewrapper .side a {
  font-size: 13px;
  line-height: 1.5;
}

.sidewrapper .side img {
  max-width: 100%;
}

.sidewrapper .side .sidebody {
  line-height: 1.2;
  margin: 0 0 18px 0;
}

.sidewrapper .side .sidebody  a {
  font-size: 13px;
}

.sidewrapper .side .sidebody:last-of-type {
  margin-bottom: 0;
}

.sidewrapper .side .sidebody.category-child {
  padding-left: 12px;
}

.sidewrapper .side select, .sidewrapper .side input, .sidewrapper .side textarea {
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
  height: 36px;
  border: none;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}

.plugin-monthly.sidewrapper .side select, .plugin-categorize.sidewrapper .side select, .plugin-search_tags.sidewrapper .side select {
  border-radius: 0;
}

.sidewrapper .side textarea {
  resize: none;
  overflow: auto;
}

/* 最新記事（画像付） */

.plugin-recent_articles .sidebody a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.side ul.recent-article-image li {
  margin-bottom: 20px;
  padding: 0;
}

.side ul.recent-article-image li:last-of-type {
  margin-bottom: 0;
}

.side ul.recent-article-image li img {
  margin-right: 20px;
}

/* ギャラリー */

.plugin-recent_images .side, .plugin-monthly .side, .plugin-categorize .side {
  padding-bottom: 0;
}
ul.galleryThumbnail {
  text-align: center;
}

ul.galleryThumbnail li img {
  border: none;
  border-radius: 0;
}

/* カレンダー */

.calendarhead {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.caltblwkbg {
  font-weight: bold;
  font-size: 14px;
}

table.caltblwk {
  max-width: 230px;
  font-size: 14px;
}

table.calendartable {
  margin-bottom: 15px;
}

table.caltblwk .weekday, .calendarpre {
}

table.caltblwk .sun {
  color: #ff5d5d;
}

table.caltblwk .sat {
  color: #578efa;
}

table.caltblday {
  border-collapse: separate;
  border-spacing: 5px;
  max-width: 240px;
}

table.caltblday .caloff {
  background-color: #fff;
  font-size: 14px;
}

table.caltblday .calon {
  border: none;
}

table.caltblday td {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

table.caltblday .calon a {
  background-color: #333;
  color: #fff;
  transition: 0.1s ease-in-out;
}

table.caltblday .calon a:hover {
  background-color: #aaa;
  transition: 0.1s ease-in-out;
}

/* 月別アーカイブ */

.plugin-monthly a.year {
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
}

.plugin-monthly.sidewrapper .side .sidebody>.month {
  margin: 0 0 10px 10px;
}

.plugin-monthly.sidewrapper .side .sidebody>.month>div {
  margin-bottom: 10px;
}

.plugin-monthly .sidebody:hover .year, .plugin-monthly .sidebody:hover .toggleIndicator {
  color: #333;
}

/* カテゴリ別アーカイブ */

.plugin-categorize .category-parent a {
  font-size: 13px;
  font-weight: normal;
}

.plugin-categorize select {
  margin-bottom: 0;
}

/* タグクラウド */

.side ul.tagcloud {
  margin-bottom: 10px;
}

.plugin-tag_cloud .side {
  padding-bottom: 0;
}

.side ul.tagcloud li {
  background: #fff;
  display: inline-block;
  margin: 0 6px 6px 0;
  border: solid 1px #e6e2d4;
  border-radius: 2px;
}

.side ul.tagcloud li:hover {
  background: #e6e2d4;
}

.side ul.tagcloud li a {
  display: block;
  padding: 0 10px;
  color: #797258;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-decoration: none!important;
}
.side ul.tagcloud li a:hover {
  text-decoration: none!important;
}

/* アクセスカウンター */

.plugin-daily_count .side {
  padding-bottom: 0;
}

.sidewrapper .daily_count.type_counter dl {
  margin-bottom: 10px;
}

.sidewrapper .daily_count.type_counter .count_date {
  position: relative;
  padding: 0 8px;
  margin: 0;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.sidewrapper .daily_count.type_counter .count_date::before {
  color: #aaa;
  font-size: 12px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidewrapper .daily_count.type_counter .count_today .count_date::before {
  content: '今日';
}

.sidewrapper .daily_count.type_counter .count_yesterday .count_date::before {
  content: '昨日';
}

.sidewrapper .daily_count.type_counter .count_total .count_date::before {
  content: '累計';
}

.sidewrapper .daily_count.type_counter dd {
  font-size: 16px;
  vertical-align: middle;
}

.sidewrapper ul.type_graph li dl.graph dt.count_date {
  font-size: 12px;
}

.sidewrapper ul.type_graph li dl.graph dd.count_image img {
  border-radius: 0 3px 3px 0;
}

/* 人気記事 */

.plugin-popular_articles .side {
  padding-bottom: 0;
}

.plugin-popular_articles_with_image .side {
  padding-bottom: 5px;
}

.side div.popular-articles {
  margin-bottom: 10px;
}

.side div.popular-articles table td {
  padding-bottom: 10px;
}

.side div.popular-articles table td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


div.popularArticlesWithImage.B div.pv {
  font-weight: normal;
}

/* 人気記事（画像付） */

div.popularArticlesWithImage.A ul li {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

div.popularArticlesWithImage.A ul li a {
  border-style: none;
}

div.popularArticlesWithImage.A ul li a:hover {
  opacity: 0.4;
}

div.popularArticlesWithImage.A div.title {
  height: 13%;
  opacity: 1;
  line-height: 1.5;
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment, div.popularArticlesWithImage.A div.pv {
  height: 14px;
  line-height: 14px;
  border-radius: 4px;
  top: 10px;
  right: 10px;
  font-size: 9px;
  font-weight: normal;
  text-shadow: none;
  padding: 0 6px 0 5px;
}

.side div.popularArticlesWithImage.A div:hover>a img {
  opacity: 1;
}

/* 記事検索 */

.sidewrapper.plugin-search_internal .sidetitle {
  margin-bottom: 24px;
}

.sidewrapper.plugin-search_internal input.sf {
  width: calc(100% - 36px);
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}

.sidewrapper.plugin-search_internal input.sfbtn {
  width: 36px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  text-shadow: none;
  position: relative;
  margin-bottom: 0;
}

.sidewrapper.plugin-search_internal form {
  position: relative;
}

.sidewrapper.plugin-search_internal form::after {
  content: '';
  background: url(https://parts.blog.livedoor.jp/img/usr/local_media/icon_search.png) no-repeat center;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -24px;
  right: 12px;
  display: block;
  pointer-events: none;
}

/* タグ絞り込み検索 */

.sidewrapper.plugin-search_tags .side .search-tags-submit-button {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #706c5c;
  border-radius: 4px;
}

.sidewrapper.plugin-search_tags .side .search-tags-submit-button[disabled] {
  background: #e5e5e5;
}

/* Twitter */

.plugin-twitter_profile .side {
  padding-bottom: 0;
}

/* メンバーリスト */

.side ul.blog-members li {
  font-size: 16px;
}

.side ul.blog-members li:not(:last-of-type) {
  padding-bottom: 20px;
}

.side ul.blog-members li img[width="60"] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

/* 参加中のブログ */

.plugin-myblogs .sidebody {
  font-size: 16px;
}

/* メッセージ */

.side div.message-box dl.message-detail textarea {
  border: none;
  width: 100%;
  height: 140px;
  border-radius: 4px;
  resize: none;
  overflow: auto;
}

.side div.message-box input[type="submit"] {
  background: #706c5c;
  color: #fff;
}

/* リンク集 */

.sidewrapper.plugin-link a {
  font-size: 16px;
}

/* プロフィール */
.plugin-profile2 .side {
  padding: 0;
}

.plugin-profile2 #contents.contents-normal .normal {
  
  margin: 0 auto 22px;
  display: block;
  border-radius: 50%;
}

div#contents.contents-normal h1 p#nickname-normal {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

div#contents.contents-normal p#introduction-normal {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}


div#contents.profile-contents-compact {
  width: 140px;
  height: 100px;
  margin: 0 auto;
  background: unset;
  text-align: center;
}

div#contents.profile-contents-compact h1 img.compact {
  float: none;
  margin: 0 0 5px;
  border-radius: 50%;
}

div#contents.profile-contents-compact p#nickname-compact {
  font-size: 16px;
}

/* その他のパーツ
----------------------------------------------- */

/* アーカイブヘッダ */

.archives-header {
  background: #fff;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 40px;
  height: 50px;
  line-height: 50px;
  border-left: 2px solid #000;
}

/* 記事下広告 */

#ad2 a.addescription {
}

/* ブログパーツ フッター */

.ul#ld-services li {
  margin: 0;
  padding: 0;
}

ul#ld-services {
  padding: 40px 0 0;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */

/* かんたんタイトル画像 */

#blog-header.show-image #blog-header-image {
  border-radius: 4px 4px 0 0;
}

#blog-header.hide-text #blog-title a {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.1s linear;
}

#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15;
}