@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: #f4f4e9;
}
#header2 {
    min-width:1060px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding:0 50px;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {
	width: 600px;
	padding:40px 0;
}
body.layout-1col #main-inner {}
body.layout-1col .autopagerize_page_element {
	margin-left: -30px;
}
body.layout-1col #sidebar {
	width: 300px;
	padding:40px 0;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 600px;
	padding: 40px 0;
}
body.layout-2col #main-inner {}
body.layout-2col .autopagerize_page_element {
	margin-left: -30px;
}
body.layout-2col #sidebar {
	width: 300px;
	padding:40px 0;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

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

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


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #1490d6;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	color: #84b8d5;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 340px;
    min-width:1060px;
	position: relative;
	background-color:#fff;
	border-bottom: #060001 solid 4px;
}
#blog-header-inner {
	width:1060px;
	margin:0 auto;
}
#blog-title {
	width:auto;
}
#blog-title a {
	width:1060px;
	height:340px;
	background:url(/images/title_header.png) center top no-repeat;
	display:inline-block;
	text-indent:-9999px;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	min-width:1060px;
	background-color:#fff;
	background: #fff;
	background-image:linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-webkit-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-moz-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-ms-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	-ms-background-size:4px 4px;
	background-size:4px 4px;
}

.gnavInner {
	width:960px;
	margin:0 auto;
	position:relative;
	display:table;
	text-align: center;
}
.ldb_menu {
	float: left;
	position: relative;
	width: 550px;
	padding: 10px 0;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
        padding: 0 30px 0 0;
}
.ldb_menu-list li a {
	width: auto;
	display: block;
        color: #4c4c4c;
        padding: 10px;
}
.ldb_menu-list li a:hover {
	color:#f4f4e9;
	font-weight: bold;
	text-decoration:none;
	-moz-text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
	-webkit-text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
	text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 285px;
	margin-left: 30px;
	margin-bottom: 60px;
	padding: 30px 28px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
}
.first-article {
	width: 600px;
	float: none;
}
.page-article .first-article {
	margin-left: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
	margin-bottom: 12px;
	background-color:#fff;
	background: #fff;
	background-image:linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-webkit-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-moz-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-ms-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	-ms-background-size:4px 4px;
	background-size:4px 4px;
        *border: #000 solid 2px;
        border-radius: 5px;
        padding: 7px;
}
.article-title a {
	height: 2.35em;
	font-size: 22px;
	color: #000 !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	display: inline-block;
	vertical-align: text-bottom;
}
.first-article .article-title a {
	height: auto;
	font-size: 26px;
}
.article-title a:hover {
	color: #666;
}

/* 写真 */
.article .thumbImg {
	width: 222px;
	height:166px;
	margin-bottom: 30px;
	border: #f4f4e9 solid 2px;
	background:#cdcdcd url(/images/img_noimg.png) no-repeat center center;
	border-radius: 2px;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
}
.article .thumbImg a img {
	width: 222px;
	max-width: 222px;
	height: auto;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	vertical-align: text-bottom;
}
.first-article .thumbImg {
	width: 540px;
	height:405px;
        margin: 0 auto 30px auto;
}
.first-article .thumbImg a img {
	width: 540px;
	max-width: 540px;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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 .btReadmore {
	margin: 0;
	padding-right: 2px;
	line-height: 0;
	text-align: right;
}
.article .btReadmore a {
	width: 117px;
	height: 36px;
	line-height: 41px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color:#fff;
	display:inline-block;
	text-align: center;
	border: #000 solid 2px;
	border-radius: 5px;
	text-decoration: none;
}
.article .btReadmore a:hover {
	color: #9b9b94;
	background-color:#f4f4e9;
}

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

/* メッセージボード */
.message-board {
	width: 100%;
	background-color: #fff !important;
	border-radius: 10px;
	margin: 0 0 30px !important;
	overflow: hidden;
	padding: 30px 28px 25px;
	box-sizing: border-box;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {}
.article-body-inner a {
	text-decoration: none;
}
.article-body-inner h1, {
	font-size: 1.625rem;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h2  {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #707070;
    border-radius: 3px;
}
.article-body-inner h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #707070;
	border-radius: 2px;
}
.article-body-inner h3 {
        font-size: 1.143em;
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 1em;
        position: relative;
        padding: .5em 1em .5em 1.5em;
        border: 1px solid #707070;
        border-radius: 3px;
}
.article-body-inner h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #707070;
	border-radius: 2px;
}
.article-body-inner h4 {
        font-size: 1.143em;
        font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
	position: relative;
	padding: .5em 1em .5em 1.5em;
        border-radius: 3px;
}
.article-body-inner h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #707070;
	border-radius: 2px;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	max-width: 100%;
}
.article-body-inner img{
  height: auto;
  max-width: 100%;
}
.article-first-image {
  overflow: hidden;
  margin-bottom: 8px;
}
.article-first-image img {
  width: 100%;
}

/* カード */
.mcard {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin:5px;
	}
.mcard-text {
  font-size: 13px;
  padding: 2px;
}
.mcard-wrap {
    -webkit-flex: 1;
    flex: 1;
    max-width: 90px;
}
.mcard-wrap2 {
    -webkit-flex: 1;
    flex: 1;
}
.mcard-area {
    display:inline-block;
    text-decoration:none;
}
.mcard-area img {
    border-radius: 50%;
    max-width: 90px;
    height: auto;
}
 /* 目次に「目次」を追加 */
.table-of-contents:before{
 content: "目次";
 font-size: 120%;
 font-weight: bold; /* 文字の太さ */
}

/* 目次のカスタマイズ */
.table-of-contents,
.entry-content .table-of-contents {
 background: #f8f8f8 ; /* 目次の背景色 */
 border-radius:5px; /* 目次の枠の角の丸さを調節 */
 overflow: auto;
}
.table-of-contents ul, ol {
    margin: 0 0 1.5em 2em;
}
.ul table-of-contents {
    padding:15px;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    margin: 60px 0;
	clear: both;
}
ul.index-navigator {
    display: table;
    height: auto;
    margin: auto;
}
ul.index-navigator li,
ul.index-navigator li ol {
    display: table-cell;
}
ul.index-navigator .paging-number li a,
ul.index-navigator .paging-number li.current span {
	width:27px;
	height:27px;
	margin: 0 4px;
	padding:0;
	font-weight: normal;
	line-height: 28px;
	border: #f4f4e9 solid 2px;
}
ul.index-navigator .paging-number li a {
	color:#808080;
}
ul.index-navigator .paging-number li.current span {
	background-color: #fff;
	border-radius: 5px;
	border: #000 solid 2px;
	color: #000;
}
ul.index-navigator .paging-number a:hover {
	background-color: #fff;
	border-radius: 5px;
	border: #000 solid 2px;
	color: #000;
	text-decoration: none;
}
ul.index-navigator .paging-number {
	padding: 0;
}
ul.index-navigator .paging-number > .paging-number {
	position:relative;
}

ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: url(/images/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: url(/images/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: url(/images/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: url(/images/ico_pager_last.png) no-repeat  50% 50%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}


/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	min-width: 1060px;
	padding: 27px 20px;
	color:#1a1a1a;
	font-size:12px;
	background:#fff;
	border-top: #000 solid 2px;
	box-sizing: border-box;
}
#blog-footer a {
	color:#1a1a1a;
	font-size:12px;
	line-height:100%;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	overflow: hidden;
	margin: 60px 0;
	position: relative;
}
.sidewrapper:first-child {
	margin-top: 0;
}
.sidewrapper a {
	line-height: 1.7;
	color: #666;
}
.sidewrapper a:hover {
	color: #999;
	text-decoration:none;
}
.sidewrapper .sidetitle {
	margin-bottom:13px;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	box-sizing: border-box;
}
.sidewrapper .sidetitle a {
	color: #1a1a1a;
}

.plugin-recent_articles, .plugin-categorize.sidewrapper, .plugin-monthly.sidewrapper, .plugin-recent_images.sidewrapper, .plugin-popular_articles.sidewrapper, .plugin-search_internal.sidewrapper,.plugin-popular_articles_with_image.sidewrapper{
    width: auto;
    margin: 0;
    padding: 60px 20px 55px;
    background-color: #fff;
    border-bottom: #000 solid 2px;
}

.plugin-search_internal.sidewrapper{
    border-bottom: none;
    border-radius:  0 0 10px 10px;
}

/* プロフィール */
.profileArea {
	width: auto;
	padding-bottom: 0;
	border-radius: 10px;
	background-color: #fff;
}
.profileArea .imgProfile {
	text-align:center;
	line-height: 0;
}
.profileArea .txtName {
	border-top: #000 solid 2px;
	padding: 18px 20px 10px;
	font-size: 24px;
	font-weight: bold;
	color:#1a1a1a;
	text-align:center;
}
.profileArea .txt {
	padding: 0 20px 10px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.profileArea .profile-icons {
	padding: 0 20px 16px;
  text-align: center;
 }
.profileArea .profile-icons li {
  display: inline-block;
  margin: 0 3px;
  line-height: 1;
}
.profileArea .profile-icons li a {
  color: #6b5845;
  font-size: 34px;
  line-height: 1;
}
.profileArea .profile-icons li a:hover {
  opacity: 0.8;
}
.profileArea .profile-icons li.twitter a {
  color: #64a8dc;
}
.profileArea .profile-icons li.facebook a {
  color: #3b5998;
}
.profileArea .profile-icons li.rss a {
  color: #f5bc51;
}
.profileArea .profile-icons li.instagram a {
  color: #3f729b;
}


/* 最新記事 */
.plugin-recent_articles .sidebody {
    margin-bottom: 24px !important;
}
.plugin-recent_articles .sidebody:last-child {
    margin-bottom: 0 !important;
}
.plugin-recent_articles .sidebody a {
	display: inline-block;
}
.plugin-recent_articles .sidebody a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	background: #666;
}
.plugin-recent_articles.sidewrapper {
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
}

/* ギャラリー */
ul.galleryThumbnail {
	margin-left: -5px;
}
ul.galleryThumbnail li {
	padding:0 0 5px 5px;
    display: inline-block;
	float: left;
}
ul.galleryThumbnail li img {
    border: none !important;
    border-radius: 7px;
    margin: 0;
	padding: 0;
    vertical-align: bottom;
}

/* 人気記事 */
.side div.popular-articles table tr {
	width: 100%;
    padding: 0 0 24px 0;
	display:inline-block;
}
.side div.popular-articles table tr:last-child {
    padding: 0;
}
.side div.popular-articles table td.populararticles-rank {
    display: none;
}
.side div.popular-articles table td:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	background: #666;
}
.side div.popular-articles table td {
    padding: 0;
}

/* 記事検索 */
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 210px;
	height: 40px;
	background: #ccc;
	border:none;
	box-shadow:none;
	border-radius: 7px;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 7px;
	float: none;
	text-indent: -9999px;
	background:#fff url(/images/ico_search.png) no-repeat center center;
	border: #000 solid 2px;
	width: 40px;
	height: 40px;
    position: absolute;
    top: 0;
    right: 0;
	box-sizing: border-box;
}
.sidewrapper input.sfbtn:hover {
	opacity: 0.5;
}

/* タグクラウド */
.tagcloud li {
   padding: 5px !important;
   font-size: 14px !important;
   background-color: #fff;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
   border: 2px solid  #000;
}

.tagcloud li:hover{
    background-color: #f4f4e9;
}

.tagcloud li a {
  white-space: nowrap;
   color: #000;
}
ul.tagcloud {
   line-height: 2.5 !important;
}

/* navigation tagcloud */
.tagcloud {
    padding-top: 10px !important;
}

#pluginb {
    float: right;
}

#pluginb .plugin-tag_cloud {
    position: relative;
    overflow: visible;
}
#pluginb .plugin-tag_cloud .sidetitle {
    cursor: pointer;
    position: relative;
    width: 300px;
    margin: 0;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 21px 0;
}

#pluginb .plugin-tag_cloud .sidetitle:hover{
	color:#f4f4e9;
	font-weight: bold;
	text-decoration:none;
	-moz-text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
	-webkit-text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
	text-shadow:1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf, 1px 1px 1px #bfbfbf, 1px -1px 1px #bfbfbf, -1px 1px 1px #bfbfbf, -1px -1px 1px #bfbfbf;
}

#pluginb .plugin-tag_cloud .sidetitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    height: 20px;
    border-left: 2px solid #4c4c4c;
}
#pluginb .plugin-tag_cloud .side {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 280px;
    padding: 0 10px 10px;
    background-image: linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
    background-image: -webkit-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
    background-size: 4px 4px;
    z-index: 999;
}
#pluginb .plugin-tag_cloud .side:after {
    content: '';
    display: table;
    clear: both;
}
#pluginb:hover .plugin-tag_cloud .side {
    display: inherit;
}
#pluginb .plugin-tag_cloud .side li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px !important;
}
#pluginb .plugin-tag_cloud .side a {
    display: block;
    color: #4c4c4c;
}
#pluginb .plugin-tag_cloud .side a:hover {
    color: #9b9b94;
    background-color: #f4f4e9;
}
#pluginb .plugin-tag_cloud .side .sidebody {
    margin-bottom: 0;
}

#pluginb .plugin-tag_cloud.sidewrapper{
   margin: 0;
}

/* カレンダー */
.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: #999;
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	background-color: #ccc;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	min-height:68px;
	margin-bottom:60px;
	padding:22px 120px 15px 30px;
	background:#fff url(/images/bg_cate.png) no-repeat right bottom;
	box-sizing:border-box;
	border-radius: 10px;
}
.archives-header h1 {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.archives-header a {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
}
.archives-header a:hover {
	color: #beb3ae;
}

/* 記事下広告 */
#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 {
    position: relative;
}
.to-pagetop a {
  position: absolute;
  top: -110px;
  right: 0;
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  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;
}


/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

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


/*記事がよかったら、いいねPC*/
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #535353;
    color: #fff;
    max-width: 550px;
    max-height: 200px;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
background-size:cover;
    height: 200px;
}
.p-entry__pushLike {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px;
    height: 200px;
}
.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0;
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525;
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}


/** ---------- Milliard ---------- **/
.ssImg{
    height: 80px !important;
    width: 80px !important;
    padding: 0;
}
.ssTitle{
    font-size: 90%;
}
.ssPanel{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: none !important;
    width: 49% !important;
    height: 100px !important;
    float: left !important;
    margin-right: 1% !important;
}
.ssLimitedContainerHeader > div > div > div{
color: #5d5d5d;
    background: #fff;
    border: 1px solid #5d5d5d;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 5px 10px 10px !important;
    margin-top: 15px;
}

/* PRリンク */
.emphasize-pr-link {
    position: relative;
    margin: 1px 0 16px;
    padding: 16px 10px;
    border: 2px solid #a48f7c;
    border-radius: 10px;
    background-image:linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-webkit-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-moz-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	background-image:-ms-linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	-ms-background-size:4px 4px;
	background-size:4px 4px;
}
.emphasize-pr-link::before {
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 10px 0 26px;
    content: "PR記事も書いています";
    background-color: #a48f7c;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.emphasize-pr-link::after {
    position: absolute;
    top: -16px;
    left: 4px;
    width: 28px;
    height: 28px;
    background-color: #a48f7c;
    border-radius: 14px;
    line-height: 25px;
    text-align: center;
    content: "\f00c";
    font-size: 18px;
    font-family: FontAwesome;
    color: #fff;
}

/* シェアボタン */
.share-btn{
 width: 100%;
 margin: 5px 0px 5px 0px;
}
.share-btn ul {
 list-style: none;
 display: -webkit-flex;
 display: flex;
 margin: 0;
 padding: 0;
}
.share-btn li {
 background-color: #fff;
 height:60px;
 width: 100%;
 -webkit-transition: width 0.3s ease-out;
 transition: width 0.3s ease-out;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
    font-size: 5vmin;
}
.share-btn li:hover {
 width: 200%;
}
.share-btn li a:hover {
 color: #fff;
}
.share-btn li span{
 line-height:1.5;
 font-size:180%;
 font-weight: normal;
 font-style: normal;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.btn_hatena {
    border-bottom: solid 6px #00A4DE;/*左線*/
}
.btn_hatena a {
    color: #00A4DE;
}
.btn_hatena a:hover {
    background-color: #00A4DE;
}
.btn_twitter{
    border-bottom: solid 6px #55ACEE;/*左線*/
}
.btn_twitter a {
    color: #55ACEE;
}
.btn_twitter a:hover {
    background-color: #55ACEE;
}
.btn_facebook {
    border-bottom: solid 6px #405BA7;/*左線*/
}
.btn_facebook a {
    color: #405BA7;
}
.btn_facebook a {
    color: #405BA7;
}
.btn_facebook a:hover {
    background-color: #405BA7;
}
.btn_google {
    border-bottom: solid 6px #ad3a2d;/*左線*/
}
.btn_google a {
    color: #ad3a2d;
}
.btn_google a:hover {
    background-color: #ad3a2d;
}
.btn_pocket {
    border-bottom: solid 6px #EE4256;/*左線*/
}
.btn_pocket a {
    color: #EE4256;
}
.btn_pocket a:hover {
    background-color: #EE4256;
}
.btn_line {
    border-bottom: solid 6px #00C300;/*左線*/
}
.btn_line a {
    color: #00C300;
}
.btn_line a:hover {
    background-color: #00C300;
}
.btn_hatena-icon:before{
 display: inline-block;
 font-family: "blogicon";
 content: "\f027";
}
.btn_twitter-icon:before{
 display: inline-block;
 font-family: "fontawesome";
 content: "\f081";
}
.btn_facebook-icon:before{
 display: inline-block;
 font-family: "fontawesome";
 content: "\f082";
}
.btn_google-icon:before{
 content: "\f0d4";/*Googleplusアイコン*/
 display: inline-block;
 font-family: fontawesome;
}
.btn_pocket-icon:before{
 content: "\f265";/*Pocketアイコン*/
 display: inline-block;
 font-family: fontawesome;
}
.btn_line-icon:before{
 content: "LINE";/*LINEアイコン*/
 display: inline-block;
}
.share-btn a {
 width:100%;
 height:100%;
 font-size: 13px;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-align: center;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}
.share-btn .small-text{
    line-height: 1;
    font-size: 13px;
}