align: middle !important;
	margin-right: 4px !important;
}
.blogbody .article-social-btn iframe,
.blogbody ul.article-post iframe {
	margin: 0;
}

/* 右寄せだとtumblrのボタンでテキストがかぶる */
.article-social-btn a[href*="tumblr"] {
	text-align: left;
}

/* 関連記事 */
.related-articles {
	clear: both;
}

/* 画像付き関連記事 */
.related-articles.with-image h3 {
    margin: 0 0 20px;
}
.related-articles.with-image ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.related-articles.with-image ul li {
    margin: 0 0 10px 0!important;
    padding: 0;
}
.related-articles.with-image ul li a {
    display: table;
    min-height: 60px;
    padding: 0!important;
}
.related-articles.with-image .related-article-image,
.related-articles.with-image .related-article-title {
    display: table-cell;
    vertical-align: middle;
}
.related-articles.with-image .related-article-image {
    padding-right: 15px;
}
.related-articles.with-image .related-article-title {
    width: 100%;
}
.related-articles.with-image .related-article-image img {
    height: 60px;
}
.related-articles.with-image .related-article-image.noimage {
    padding: 0;
}
/* 各テンプレで指定されているビュレットなどを消す */
.related-articles.with-image ul li,
.related-articles.with-image ul li a {
    list-style: none!important;
    background: none!important;
}
.related-articles.with-image ul li:before {
    content: '';
}

/* タグ絞り込み検索 */
.plugin-search_tags li {
  margin-bottom: .6em;
  list-style: none;
}
.plugin-search_tags li .search-tags {
  width: 80%;
}
.plugin-search_tags .search-tags-submit-button {
  -webkit-appearance: push-button;
  padding: 2px 4px;
}

/* カテゴリプラグイン（セレクトボックス） */
.plugin-categorize select {
  width: 100%;
}

/* 検索結果がない場合のメッセージ */
.noresult-message {
  padding: 2em 0 4em;
}

/* コメント新機能 */
.comment-set.v2 {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 0 32px;
}
.comment-set.v2:first-child {
  border-top: none;
}
.comment-set.v2.reply {
  border: none;
  padding-left: 32px;
}
.comment-set.v2.reply.appended {
  margin-left: 32px;
  border-left: solid 1px #ccc;
}
.comment-set.v2 li {
  list-style: none;
}
.comment-set.v2 .comment-info {
  position: relative;
  margin: 0;
  padding: 24px 0;
}
.comment-set.v2.reply .comment-info {
  border-bottom: solid 1px #f3f3f3;
}
#ld_blog_article_comment_entries li {
  list-style: none;
}
.comment-reply-list {
  margin: 12px 0 12px 32px;
  border-left: solid 1px #ccc;
}
.comment-reply-list .comment-set.v2:first-child .comment-info {
  padding-top: 12px;
}
.comment-reply-list .comment-set.v2:last-child .comment-info {
  padding-bottom: 12px;
  border-bottom: none;
}
.comment-set.v2 .comment-info .comment-date {
  position: absolute;
  display: inline-block;
  right: 0;
  border: none;
}
.comment-author-blogger {
  font-weight: bold;
  color: #F00;
}
.comment-set.v2 .comment-reaction {
  margin-top: 10px;
  text-align: right;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-reply {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.comment-set.v2 .comment-reaction .comment-like {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-like .comment-like-icon {
	position: relative;
	width: 20px;
	height: 20px;
}
.comment-set.v2 .comment-reaction .comment-like-count {
  display: inline-block;
  vertical-align: middle;
}
.comment-set.v2 .comment-info .comment-rating {
  padding: 8px 0;
}

.comment-form-v2 {
}
#comment-form.comment-form-v2 dl {
  padding: 0;
  margin: 12px 10%;
}
#comment-form.comment-form-v2 dd {
  margin: 0;
}
.comment-form-v2 .comment-author-label {
  display: none;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::-ms-input-placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author:-ms-input-placeholder {
  color: #a0a0a0;
}
.comment-form-v2 .comment-body-label {
  display: none;
}
#comment-form.comment-form-v2 dl.comment-form-body {
  position: relative;
}
#comment-form.comment-form-v2 textarea.comment-form-v2-body {
  width: 100%;
  height: 171px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 1em 2em 1em 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools {
  background: none;
  border: none;
  height: auto;
}
#comment-form.comment-form-v2 .comment-form-tools .facemark {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#comment-form-outer #comment-form.comment-form-v2 .comment-form-tools .rating {
  display: inline-block;
}
#comment-form.comment-form-v2 .comment-form-tools .rating {
  display: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  margin: 0;
  padding: 1em;
  width: 110px;
  height: 3em;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret {
  display: inline-block;
  float: none;
  border: none;
  height: 1em;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret span {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
  width: 4px;
  height: 4px;
  opacity: 0.3;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img.star {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul {
  position: absolute;
  display: none;
  top: 34px;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  list-style: none;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li {
  width: auto;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 6px;
  text-align: center;
  height: 12px;
  line-height: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li::last-child {
  border-bottom: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 span.current {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  background: none;
  margin: 0;
  margin-left: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div {
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #000;
  margin-left: 20px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  left: -20px;
  top: 5px;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected {
  color: #000;
  text-shadow: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::before {
  background: #38C638;
  border-color: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize {
  display: inline-block;
  float: none;
  margin-right: 6px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label {
  user-select: none;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span {
  display: inline-block;
  margin: 0;
  color: #000;
  position: relative;
  padding-left: 20px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::before {
  background: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 7px;
  left: 5px;
  box-sizing: border-box;
  border: 2px solid;
  transform: rotate(45deg);
  border-color: transparent #fff #fff transparent;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize input {
  display: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit {
  margin-top: 12px;
  width: 100%;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit {
  float: none;
  margin: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #38C638;
  text-shadow: none;
  color: #fff;
  font-size: 15px;
  border: none;
  line-height: 1;
}

/* フォーム部分共通
 * template_6thgen.css の内容を変更したいのだけど、ブログのカスタムCSS に
 *  - @import で呼び出されていてキャッシュ対策クエリを入れられない
 *  - dev ブログでも本番の css 読み込んでて検証できない
 *  のため仕方なくここに記載します
----------------------------------------------- */
#comment-form input.text,
#comment-form textarea,
.trackback-form-url input {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#comment-form input.text,
.trackback-form-url input {
	border-radius: 3px;
	height: 32px;
}
#comment-form textarea {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#comment-form input.text:focus,
#comment-form textarea:focus,
.trackback-form-url input:focus {
	outline: 0;
	border: 1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#comment-form button,
.trackback-form-submit input {
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#comment-form button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}
