@charset "utf-8";
@import url(http://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".
*/


/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
        animation: fadeIn 2s ease 0s 1 normal;
        -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#header2 {
    display: none;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
  min-width:960px;
	position: relative;
}
#content {
	width:960px;
	margin: 0 auto;
	padding:80px 0 100px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 960px;
}
body.page-index.layout-2col #main {
	width: 960px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
}
body.page-index.layout-2col.sidebar-right #main {
	float: none;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.page-index.layout-2col.sidebar-left #main {
	float: none;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
	font: 14px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #333;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	text-decoration:underline;
}
a:active {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	min-width:960px;
	min-height: 55px;
	box-sizing: border-box;
}
.gnav {
  background-color: rgba(255,255,255,0.8);
  border-top: #d5d5d5 solid 1px;
  border-bottom: #d5d5d5 solid 1px;
	width:100%;
  z-index: 10000;
}
.gnav.js-fixed {
  position: fixed;
  top: 0;
}

.ldb_menu {
	width:960px;
	margin:0 auto;
	padding: 20px 0 19px;
  font-size: 0;
  letter-spacing: -.4em;
 }
.ldb_menu-list {
	display: inline-block;
 }
.ldb_menu-list li {
	width:auto;
	display:inline-block;
}
.ldb_menu-list li:not(:last-child) {
  padding-right: 52px;
}

.ldb_menu-list li a {
	width: auto;
	margin: 0 auto;
	color: #999999;
  line-height: 1;
  letter-spacing: normal;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {
	text-decoration: underline;
  color: #333333;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 100%;
	min-width: 960px;
}
#blog-header-inner {
  padding: 13px 0 108px;
  margin: 0 auto;
  max-width: 960px;
}

.blog-header-logo {
  padding-bottom: 73px;
}
#blog-title {
	position: relative;
	text-align: center;
}
#blog-title a {
  background: url(/reimages/title_header_logo.png) no-repeat center center;
  width: 187px;
	height: 113px;
	display: inline-block;
	text-indent: -9999px;
}
#blog-title a:hover {
	opacity: 0.5;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション+ブログのヘッダー  追随
----------------------------------------------- */
.page-index .gnavArea,
.fixHeader {
	width: 100%;
}


/*　TOP　*/


/*　その他　*/


/* メインカラム
----------------------------------------------- */
/* thumb群 タイトル */
.page-index .box_title {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #333333;
}

.page-index .box_title.type-large {
  font-size: 28px;
}

.page-index .box_title.type-small {
  font-size: 22px;
}



/* 記事全体 */
.article_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 58px;
}
.article {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.page-index .article {
  position: relative;
	width: 300px;
	height: 250px;
  margin-right: 30px;
  margin: 0 30px 90px 0;
}

.page-index .article:nth-child(3n) {
  margin-right: 0;
}

.page-index .article:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #d5d5d5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}

.page-article .article {
	height: 100%;
	margin: 0;
}
.first-article {
	margin: 0;
}
.page-index .first-article {
	width: 960px;
	max-height: 250px;
	margin: 0 0 0 24px;
	float: none;
}
.article a {
	display: inline-block;
	-webkit-transition:-webkit-transform .2s;
	transition:-webkit-transform .2s;
	transition:transform .2s;
	background-color: #fff;
}
.page-article .article:hover {
	background-color: #fff;
}
.article .thumbBlock {
	width: 100%;
}

.page-index .article .thumbBlock {
	position: relative;
}

.article .thumbBlock:before,
.article .thumbBlock:after {
	content:"";
	display:table;
}
.article .thumbBlock:after {
	clear:both;
}


/* 記事イメージ*/
.page-index .article .thumbImg {
  position: relative;
  background-image: url(/reimages/no_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
	height:250px;
}

.page-index .article .thumbImg:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page-index .article a:hover .thumbImg:after {
  opacity: 1;
}

.article-body img {
	max-width: 100%;
}

/* 記事囲み */
.article .txtContBlock {
	width: 265px;
	padding-left: 30px;
	float: right;
}
.page-index .article .txtContBlock {
  position: absolute;
  float: none;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 13px 14px;
	width: 100%;
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.page-index .article a:hover .txtContBlock {
  background-color: rgba(255, 255, 255, 1);
}


/* 記事ヘッダー、記事タイトル */
.article-header {}
.article-title {
	max-height: 2.3em;
	margin: 7px 0 17px;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}
.page-index .article .article-title {
  margin: 0;
	height: 44px;
  max-height: 100%;
  color: #333;
}

.page-index .article a:hover .article-date,
.page-index .article a:hover .article-title {
  text-decoration: underline;
}
.page-index .article-title {
  line-height: 22px;
	font-size: 15px;
}
.page-article .article-title {
	max-height: 100%;
	overflow: inherit;
}

.page-article .article-title a:hover {
  text-decoration: none;
}

/* 記事本文 */
.article .article-descript {
	margin-bottom: 15px;
	max-height: 4.6em;
	overflow: hidden;
}
.page-index .first-article .article-descript {
	max-height: 3.6em;
}

/* 日付 */
.article-date {
	color: #919191;
	font-size: 12px;
}
.page-index .article-date {
  padding-bottom: 7px;
	line-height: 1;
  color: #999;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 1px solid #cecece;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
	color:#000;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	margin: 0 0 30px !important;
	padding: 30px;
	background-color: #ccc;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}

/* 広告表示 */
.page-index .articleAdvertisement {
  margin: 0 0 90px 0;
  height: 250px;
  width: 300px;
  box-sizing: border-box;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000;
	font-size: 14px;
}
.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #e6e6e6;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #e6e6e6;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#e6e6e6;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	font-size: 6em;
}
.article-body-inner img.pict{
	height: auto;
	max-width: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* カテゴリー・アーカイブページ */
.pager02.Bottom {
     margin: 0 0 88px;
}
.pager02.Bottom:before,
.pager02.Bottom:after {
	content:"";
	display:table;
}
.pager02.Bottom:after {
	clear:both;
}

ul.index-navigator {
    height: auto;
	color: #000;
}
.pager02 ul.index-navigator {
     margin: 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	color: #999999;
	font-weight: bold;
	background-color: #fff;
	line-height:1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	box-sizing: border-box;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	color: #333333;
	background-color: #e8e8e8;
  text-decoration: underline;
}
ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: url(/reimages/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: url(/reimages/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: url(/reimages/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: url(/reimages/ico_pager_last.png) no-repeat  50% 50%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	text-indent: -9999px;
}

/* 記事ページ */
ul.article-pager li a,
ul.archives-pager li a {
	padding: 10px 30px;
	color: #fff;
	background-color: #000;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	color: #000;
	background-color: #ccc;
}


/* カテゴリー・アーカイブページ    ソーシャルリンク
----------------------------------------------- */
.socialLink {
	margin-top: 100px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.socialLink .txt {
	margin-bottom: 20px;
}
.socialLink .soLinkList li {
	width: auto;
	display: inline-block;
	padding-left: 25px;
}
.socialLink .soLinkList li:first-child {
	padding-left: 0;
}
.socialLink .soLinkList li a:hover {
	opacity: 0.7;
}


/* ブログのフッター
----------------------------------------------- */
.footer {
	width: 100%;
	min-width:960px;
	padding: 90px 0 0;
	border-top: #d5d5d5 solid 1px;
	box-sizing: border-box;
}
#ftbar.ftbarB {
	padding-bottom: 10px;
	color: #808080;
}
#ftbar.ftbarB a {
	color: #353535;
}
#ftbar.ftbarB #ftbar-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#ftbar.ftbarB #ftbar-inner:before,
#ftbar.ftbarB #ftbar-inner:after {
	content:"";
	display:table;
}
#ftbar.ftbarB #ftbar-inner:after {
	clear:both;
}
#ftbar.ftbarB .box1,
#ftbar.ftbarB .box2,
#ftbar.ftbarB .box3 {
	width: 305px;
	float: left;
}
#ftbar.ftbarB .box2,
#ftbar.ftbarB .box3 {
	padding-left: 22px;
}

#blog-footer {
	padding: 21px 0 21px;
	border-top: #d5d5d5 solid 1px;
	position: relative;
}

#blog-footer #footer p {
  line-height: 1;
  color: #333;
  font-size: 12px;
}


/* ブログパーツ+トップバー+フッターバー
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	width: 100%;
	margin: 0 0 60px;
	box-sizing: border-box;
	position: relative;
}
.sidewrapper .sidetitle,
.contTtl {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.page-index .sidewrapper .sidetitle,
.page-index .contTtl {
	padding: 0 0 40px 0;
}
#ftbar.ftbarB .sidewrapper {
  margin-bottom: 26px;
}
#ftbar.ftbarB .sidewrapper .sidetitle {
  background-color: #eeeeee;
	margin-bottom: 24px;
	padding: 8px 10px;
  text-align: left;
  line-height: 1;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}

.sidewrapper .sidetitle a {
	color: #000;
}
.sidewrapper .side .sidebody {
  position: relative;
  line-height: 26px;
  font-size: 14px;
}
.sidewrapper .side .sidebody.category-child {}
.sidewrapper .side .sidebody a {
	color: #000;
}
.sidewrapper .side .sidebody a:hover {
	text-decoration: underline;
}


/* TOP+SIDE   RANKING */
/*-- 共通黒バックタイトル　--*/
.plugin-popular_articles_with_image.sidewrapper .sidetitle,
.recomme .boxReco .ttl {
	width: 100%;
	padding: 10px 10px 7px;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.plugin-popular_articles_with_image.sidewrapper .sidetitle {
	margin-bottom: 20px;
}

#topbar.topbarA .ranking.topA {
	margin-left: -24px;
}
#topbar.topbarA .ranking.topA:before,
#topbar.topbarA .ranking.topA:after {
	content:"";
	display:table;
}
#topbar.topbarA .ranking.topA:after {
	clear:both;
}
#topbar.topbarA .plugin-popular_articles_with_image.sidewrapper {
	width: 304px;
	padding-left: 24px;
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	float: left;
}
.topA .popularArticlesWithImage li.popularArticleWithImage {
	max-height: 60px;
	margin-bottom: 10px !important;
	padding-left: 2.5em;
	overflow: hidden;
	position: relative;
}
.topA .popularArticlesWithImage li.popularArticleWithImage:last-child {
	margin-bottom: 0;
}
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(1):before,
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(2):before,
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(3):before {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 2px;
}
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(1):before {
	content: "1位";
}
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(2):before {
	content: "2位";
}
.topA .popularArticlesWithImage li.popularArticleWithImage:nth-child(3):before {
	content: "3位";
}
.topA .popularArticlesWithImage .image {
    float: right !important;
    margin: 0 0 0 5px !important;
}
.topA .popularArticlesWithImage .image img {
    vertical-align: text-bottom;
}
.topA .popularArticlesWithImage .title {
    margin-bottom: 0 !important;
    font-size: 15px !important;
	line-height: 1.35 !important;
}

/* TOP+SIDE   RECOMMENDED */
#topbar.topbarA .recomme {
	width: 970px;
	margin-left: -10px;
}
#topbar.topbarA .recomme:before,
#topbar.topbarA .recomme:after {
	content:"";
	display:table;
}
#topbar.topbarA .recomme:after {
	clear:both;
}
.recomme .boxReco {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#topbar.topbarA .recomme .boxReco {
	width: 184px;
	margin:  0 0 0 10px;
	float: left;
}
.recomme .boxReco a {
	width: 100%;
	display: inline-block;
}
.recomme .boxReco .recuBlock {
	background-color: #fff;
}
#topbar.topbarA .recomme .boxReco a {
	-webkit-transition:-webkit-transform .2s;
	transition:-webkit-transform .2s;
	transition:transform .2s;
}
#topbar.topbarA .recomme .boxReco a:hover {
	text-decoration: none;
	-webkit-transform: translate(-5px,-10px);
	-ms-transform: translate(-5px,-10px);
	transform: translate(-5px,-10px);
}
#topbar.topbarA .recomme .boxReco:hover {
	background-color: #7f0019;
}
.recomme .boxReco .img {
	width: 100%;
	height: 65px;
	overflow: hidden;
}
#topbar.topbarA .recomme .boxReco .img {
	height: 115px;
}
.recomme .boxReco .img span {
	width: 300px;
	height: 65px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#topbar.topbarA .recomme .boxReco .img span {
	width: 185px;
	height: 115px;
}
.recomme .boxReco .img span img {
	max-width: 305px;
	vertical-align: middle;
	text-align: center;
}
#topbar.topbarA .recomme .boxReco .img span img {
	max-width: 190px;
}
.recomme .boxReco .txt {
	margin: 10px 0 17px;
	height: 3.0em;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}
#topbar.topbarA .recomme .boxReco .txt {
	height: 6.0em;
}
.recomme .boxReco .date {
	padding-bottom: 5px;
	font-size: 12px;
	color: #919191;
}


/* FOOTER   プロフィール */
.profileArea:before,
.profileArea:after {
	content:"";
	display:table;
}
.profileArea:after {
	clear:both;
}
.profileArea {
  padding-top: 6px;
	text-align: left;
}
.profileArea .imgProfile {
	width: 90px;
	float: left;
}
.profileArea .txtName,
.profileArea .txt {
  float: right;
  padding-left: 30px;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  box-sizing: border-box;
}

.profileArea .txtName {
	margin-bottom: 24px;
  line-height: 1;
	font-size: 20px;
}
.profileArea .txt {
	line-height: 26px;
  font-size: 14px;
}

/* FOOTER   記事検索 */
.plugin-search_internal.sidewrapper .side {
  display: inline-block;
  padding-top: 6px;
	width: 100%;
}
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
  border: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	float: none;
	background: #fff;
	border-radius: 0;
	box-shadow:none;
}
.sidewrapper input.sfbtn {
  border: none;
  border-left: 1px solid #d5d5d5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	float:none;
	text-indent: -9999px;
	background-image: url(/reimages/ico_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
	width:40px;
	height:100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.sidewrapper input.sfbtn:hover {
	opacity:0.7;
}

.plugin-recent_images .galleryThumbnail:before,
.plugin-recent_images .galleryThumbnail:after {
	content:"";
	display:table;
}
.plugin-recent_images .galleryThumbnail:after {
	clear:both;
}

.plugin-recent_images .galleryThumbnail li {
	width: 95px;
	height: 95px;
	margin: 0 9px 9px 0;
    display: inline-block;
	float: left;
}
ul.galleryThumbnail li img {
	margin-bottom: 0;
    border: none;
    border-radius: 0;
	vertical-align: text-bottom;
}
.plugin-recent_images .galleryThumbnail li:nth-child(3n-3) {
	margin: 0 0 9px 0;
}

/* FOOTER   最新記事 */
.plugin-recent_articles_image.sidewrapper .side {
  padding-top: 6px;
}

.plugin-recent_articles_image.sidewrapper .side .recent-article-image li {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.plugin-recent_articles_image.sidewrapper .side .recent-article-image li:last-child {
  padding-bottom: 0;
}

.plugin-recent_articles_image.sidewrapper .side .recent-article-image li img {
  margin-right: 20px;
}

/* FOOTER   タグクラウド*/
.plugin-tag_cloud.sidewrapper .side {
  padding-top: 6px;
}
.plugin-tag_cloud.sidewrapper .side .tagcloud {
  letter-spacing: -.4em;
  font-size: 0;
}
.plugin-tag_cloud.sidewrapper .side .tagcloud li {
  display: inline-block;
  border: 1px solid #d5d5d5;
  padding: 5px 9px;
  margin: 0 9px 9px 0;
}

.plugin-tag_cloud.sidewrapper .side .tagcloud li a {
  line-height: 1;
  letter-spacing: normal;
  font-size: 12px;
  color: #818181;
}



/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}

/* ページトップへ */
.to-pagetop {
	bottom: 0px;
    position: absolute;
    right: 0;
}
.to-pagetop a {
  background:url(/reimages/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 66px;
  height: 66px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}

.page-index .prbox{
  display: none;
}


/* 人気記事カルーセル
----------------------------------------------- */

/* Arrows */
.popularBox {
  position: relative;
  width: 960px;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
.popularBox .plugin-popular_articles_with_image.sidewrapper {
  width: 100%!important;
}
.swiper-button-prev,
.swiper-button-next {
    font-weight: bold;
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
    top: 49%!important;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 13px 25px !important;
    -webkit-background-size: 13px 25px !important;
    background-size: 13px 25px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
}
.swiper-button-prev {
    background-image: url("http://blog.livedoor.jp/swiper/arrowPrev.png")!important;
    background-color: #fff;
}
.swiper-button-next {
    background-image: url("http://blog.livedoor.jp/swiper/arrowNext.png")!important;
    background-color: #fff;
}

.popularBox .popular_article_wrap {
  position: relative;
}

.popularBox .popularArticlesWithImage.A  {
  margin: 0;
}
.popularBox .popularArticlesWithImage.A .swiper-button-prev,
.popularBox .popularArticlesWithImage.A .swiper-container-rtl .swiper-button-next {
    background-image: url("http://blog.livedoor.jp/swiper/arrowPrev.png");
    left: 20px;
    right: auto;
    top: 45% !important;
    width: 13px !important;
    height: 25px !important;
    margin-top: -15px !important;
}
.popularBox .popularArticlesWithImage.A .swiper-button-next,
.popularBox .popularArticlesWithImage.A .swiper-container-rtl .swiper-button-prev {
    background-image: url("http://blog.livedoor.jp/swiper/arrowNext.png");
    right: 20px;
    left: auto;
    top: 45% !important;
    width: 13px !important;
    height: 25px !important;
    margin-top: -15px !important;
}
.popularBox > .swiper-container-horizontal>.swiper-pagination-bullets,
.popularBox > .swiper-pagination-custom,
.popularBox > .swiper-pagination-fraction {
}
.popularBox .popularArticlesWithImage.A .swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}
.popularBox .popularArticlesWithImage.A .swiper-pagination-bullet-active {
    background: #4d4d4d;
}
.popularBox .popularArticlesWithImage.A ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 58px;
  counter-reset: number;
}
.popularBox .popularArticlesWithImage.A ul li {
  display: block;
  padding-top: 32px;
  margin-bottom: 0;
  margin: 0 30px 0 0;
  overflow: hidden;
}
.popularBox .popularArticlesWithImage.A ul li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  line-height: 1;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

.popularBox .popularArticlesWithImage.A ul li:nth-child(n+4) {
  margin-top: 58px;
}

.popularBox .popularArticlesWithImage.A ul li:nth-child(3n) {
  margin-right: 0;
}

.popularBox .popularArticlesWithImage.A ul li a {
  position: relative;
  border: none;
}

.popularBox .popularArticlesWithImage.A ul li a:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #d5d5d5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}

.popularBox .popularArticlesWithImage.A li div.image {
  position: relative;
  box-sizing: border-box;
}
.popularBox .popularArticlesWithImage.A li div.image.noimage {
  background-image: url(/reimages/no_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.popularBox .popularArticlesWithImage.A li div.image:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.popularBox .popularArticlesWithImage.A li a:hover div.image:after {
  opacity: 1;
}

.popularBox .popularArticlesWithImage.A li div.image img {
  width: 100%;
}
.popularBox .popularArticlesWithImage.A div.title {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 15px 13px 14px;
  width: 100% !important;
  height: 88px;
  color: #333 !important;
  line-height: 22px;
  font-weight: normal!important;
  font-size: 15px;
  box-sizing: border-box !important;
  opacity: 1;
  overflow: hidden !important;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.popularBox .popularArticlesWithImage.A a:hover div.title {
  background: rgba(255, 255, 255, 1) !important;
  text-decoration: underline;
}

.popularBox .ttl_pickup {
  margin: 0 0 20px -75px;
}

.popularBox .populerAdvertisement {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 250px;
}

#inner_space {
	text-align: center;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px auto;  }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:30px 0px;}
.google-user-ad-side1 { margin:0 0 30px; }
.google-user-ad-side2 { margin:0; }
.ad-center { text-align:center; }
.googlemargin{display:inline-block;margin: 5px;}