@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;
}
/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}


/* 全体のレイアウト
----------------------------------------------- */
body {}
#header2 {
    min-width:960px;
}
#wrapper {
	width:100%;
	min-width:960px;
}
#container {}
#content {}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {}
body.layout-2col #main {}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {}
body.layout-2col #sidebar {}
body.layout-2col #sidebar-inner {}

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

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

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


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


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 100%;
	min-width:960px;
	background: url(/images/bg_header.png) repeat 0 0;
}
#blog-header-inner {}
#blog-title {
	width:960px;
	height: 390px;
	margin: auto;
	position: relative;
}
#blog-title a {
	width: 960px;
	height: 400px;
	background: url(/images/title_header.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	min-width:960px;
	background-color: #7f460d;
	z-index: 1;
}
.gnavArea.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.gnavInner {
	width:960px;
	margin:0 auto;
	position:relative;
}
.ldb_menu {
	width:auto;
 }
.ldb_menu-list {
	margin: auto;
 }
.ldb_menu-list li {
	width:auto;
	display:inline-block;
}
.ldb_menu-list li a {
	width:auto;
	height: 60px;
	margin: 0 auto;
	padding:0 25px;
	color:#fff;
	font-size:14px;
	line-height: 60px;
	text-decoration:none;
	display:inline-block;
	letter-spacing: 0.05em;
	position: relative;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {	
	background-color: #935510;
}

/* 検索窓 */
.gnavArea .naviSearch {
	width: 230px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.gnavArea .naviSearch input.sf {
	border-radius: 15px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0;
	width: 200px;
	height: 30px;
	padding: 0 15px;
	color: #fff;
	background: #5f300e;
	border: none;
	border-bottom: #94582b solid 1px;
}
.gnavArea .naviSearch input.sfbtn {
	background: url(/images/ico_search.png) no-repeat center center;
	border-radius: 0;
	text-shadow: none;
	transition: none;
	width: 20px;
	height: 30px;
	padding: 0;
	border: none;
	font-size: 0;
}


/* メインカラム
----------------------------------------------- */
/* 共通パーツ囲みとタイトル */
.newArea,
.d-recordArea,
.botAreaB,
.mainArea {
	width: 100%;
	min-width:960px;
	background: url(/images/bg_main01.png) repeat 0 0;
}
.particlesArea,
.profileArea {
	width: 100%;
	min-width:960px;
	background: url(/images/bg_main02.png) repeat 0 0;
}

.newArea .newArea-inner,
.particlesArea .particlesArea-inner,
.d-recordArea .d-recordArea-inner,
.profileArea .profileArea-inner,
.botAreaB .botAreaB-inner,
.mainArea .mainArea-inner {
	width: 960px;
	margin: auto;
	padding: 60px 0;
}
.botAreaB .botAreaB-inner {
	padding: 60px 0 200px;
}

.newArea .contTtl,
.particlesArea .contTtl,
.d-recordArea .contTtl,
.profileArea .contTtl {
	margin-bottom: 40px;
	text-align: center;
}

.newArea .contTtl span,
.particlesArea .contTtl span,
.d-recordArea .contTtl span,
.profileArea .contTtl span {
	width: auto;
	padding: 0 130px;
	color: #7f460d;
	font-size: 24px;
	background: url("/images/bg_ttl.png") no-repeat 0 center,
	url("/images/bg_ttl.png") no-repeat right center;
	display: inline-block;
}

.d-recordlist {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}
.d-recordItem {
    display: inline-block;
    width: 180px;
    height: 210px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 60px;
    background-repeat: no-repeat;
}
.d-recordItem:not(:nth-child(5)):not(:nth-child(10)) {
    margin-right: 12px;
}
.d-recordItem:nth-child(1) { background-image: url(images/d-record/stamp-unread-01.png); }
.d-recordItem.is-read:nth-child(1) { background-image: url(images/d-record/stamp-read-01.png); }
.is-read-all .d-recordItem:nth-child(1) { background-image: url(images/d-record/stamp-read-all-01.png); }
.d-recordItem:nth-child(2) { background-image: url(images/d-record/stamp-unread-02.png); }
.d-recordItem.is-read:nth-child(2) { background-image: url(images/d-record/stamp-read-02.png); }
.is-read-all .d-recordItem:nth-child(2) { background-image: url(images/d-record/stamp-read-all-02.png); }
.d-recordItem:nth-child(3) { background-image: url(images/d-record/stamp-unread-03.png); }
.d-recordItem.is-read:nth-child(3) { background-image: url(images/d-record/stamp-read-03.png); }
.is-read-all .d-recordItem:nth-child(3) { background-image: url(images/d-record/stamp-read-all-03.png); }
.d-recordItem:nth-child(4) { background-image: url(images/d-record/stamp-unread-04.png); }
.d-recordItem.is-read:nth-child(4) { background-image: url(images/d-record/stamp-read-04.png); }
.is-read-all .d-recordItem:nth-child(4) { background-image: url(images/d-record/stamp-read-all-04.png); }
.d-recordItem:nth-child(5) { background-image: url(images/d-record/stamp-unread-05.png); }
.d-recordItem.is-read:nth-child(5) { background-image: url(images/d-record/stamp-read-05.png); }
.is-read-all .d-recordItem:nth-child(5) { background-image: url(images/d-record/stamp-read-all-05.png); }
.d-recordItem:nth-child(6) { background-image: url(images/d-record/stamp-unread-06.png); }
.d-recordItem.is-read:nth-child(6) { background-image: url(images/d-record/stamp-read-06.png); }
.is-read-all .d-recordItem:nth-child(6) { background-image: url(images/d-record/stamp-read-all-06.png); }
.d-recordItem:nth-child(7) { background-image: url(images/d-record/stamp-unread-07.png); }
.d-recordItem.is-read:nth-child(7) { background-image: url(images/d-record/stamp-read-07.png); }
.is-read-all .d-recordItem:nth-child(7) { background-image: url(images/d-record/stamp-read-all-07.png); }
.d-recordItem:nth-child(8) { background-image: url(images/d-record/stamp-unread-08.png); }
.d-recordItem.is-read:nth-child(8) { background-image: url(images/d-record/stamp-read-08.png); }
.is-read-all .d-recordItem:nth-child(8) { background-image: url(images/d-record/stamp-read-all-08.png); }
.d-recordItem:nth-child(9) { background-image: url(images/d-record/stamp-unread-09.png); }
.d-recordItem.is-read:nth-child(9) { background-image: url(images/d-record/stamp-read-09.png); }
.is-read-all .d-recordItem:nth-child(9) { background-image: url(images/d-record/stamp-read-all-09.png); }
.d-recordItem:nth-child(10) { background-image: url(images/d-record/stamp-unread-10.png); }
.d-recordItem.is-read:nth-child(10) { background-image: url(images/d-record/stamp-read-10.png); }
.is-read-all .d-recordItem:nth-child(10) { background-image: url(images/d-record/stamp-read-all-10.png); }
.d-recordLinks-wrapper {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: top 0.4s ease-out 0.05s, opacity 0.4s ease 0.05s, visibility 0.4s ease 0.05s;
}
.d-recordItem:hover .d-recordLinks-wrapper {
    top: -117px;
    opacity: 1;
    visibility: visible;
}
.d-recordLinks {
    width: 300px;
    position: relative;
}
.d-recordLinks:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 15px 13px;
    border-color: rgb(127, 70, 13) transparent transparent;
}
.d-recordLink {
    float: left;
}
.d-recordLink-link {
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.d-recordLink-link[href*="isRead"]:after {
    background: url(images/d-record/stamp.png) no-repeat;
    content: "";
    width: 95px;
    height: 97px;
    display: block;
    position: absolute;
    bottom: 32px;
    left: 42px;
}
.d-recordLink-illust {
    background-image: url(images/d-record/read-link-illust.png);
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    border-color: rgb(127, 70, 13);
    border-radius: 10px 0px 0px 10px;
}
.d-recordLink-illust:hover {
    background-image: url(images/d-record/read-link-illust--ov.png);
}
.d-recordLink-photo {
    background-image: url(images/d-record/read-link-photo.png);
    border-style: solid;
    border-width: 4px;
    border-color: rgb(127, 70, 13);
    border-radius: 0px 10px 10px 0px;
}
.d-recordLink-photo:hover {
    background-image: url(images/d-record/read-link-photo--ov.png);
}
.d-recordLink-link {
    display: block;
    width: 144px;
    height: 162px;
    position: relative;
}
.d-recordBtn-wrapper {
    width: 300px;
    padding-top: 117px;
    margin: 0px auto;
    position: relative;
}
.d-recordBtn-wrapper img {
    position: absolute;
    bottom: -30px;
    left: -340px;
}
.d-recordBtn {
    background-image: url(images/d-record/btn-read-spesial--dis.png);
    display: block;
    height: 70px;
    position: relative;
    cursor: default;
    background-repeat: no-repeat;
}
.d-recordBtn:after {
    content: "";
    width: 100%;
    height: 117px;
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0px;
    background: url(images/d-record/btn-read-spesial-dog--dis.png);
}
.is-read-all .d-recordBtn {
    background-image: url(images/d-record/btn-read-spesial.png);
    cursor: pointer;
}
.is-read-all .d-recordBtn:after {
    content: "";
    width: 100%;
    height: 52px;
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0px;
    background: url(images/d-record/btn-read-spesial-dog.png);
    transition: height 0.25s ease-out;
}
.is-read-all .d-recordBtn:hover:after {
    height: 117px;
    background: url(images/d-record/btn-read-spesial-dog--ov.png);
}

.d-recordModal-overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.d-recordModal-overlay.is-show {
	opacity: 1;
	visibility: visible;
}
.d-recordModal-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.d-recordModal {
	background: #fff url(/images/d-record/bg-modal.png) no-repeat center;
	width: 600px;
	height: 528px;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
}
.d-recordModal-overlay.is-show .d-recordModal {
	top: 50%;
}
.d-recordModal-inner {
	padding: 16px 20px 40px;
	position: relative;
}
.d-recordModal-close {
	background-image: url(/images/d-record/btn-modal-close.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	-webkit-transition: top .1s ease;
	transition: top .1s ease;
}
.d-recordModal-close:hover {
	background-image: url(/images/d-record/btn-modal-close--ov.png);
	top: -13px;
}
.d-recordModal-content {
	text-align: center;
}
.d-recordModal-title {
	margin-bottom: 24px;
}
.d-recordModal-text {
	line-height: 22px;
	margin-bottom: 36px;
}
.d-recordModal-image {
	margin-bottom: 34px;
}
.d-recordModal-btn {
	width: 200px;
	margin: 0 auto;
}
.d-recordModal-link {
	background-image: url(/images/d-record/btn-modal.png);
	background-repeat: no-repeat;
	height: 50px;
	display: block;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
}
.d-recordModal-link:hover {
	background-image: url(/images/d-record/btn-modal--ov.png);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}


/* 記事全体 */
.article {
	width: 300px;
	padding: 0 25px 85px 0;
	display: inline-block;
	vertical-align: top;
}
.article:nth-of-type(3n) {
	padding: 0 0 85px;
}
.page-article .article {
	width: 100%;
	padding: 0;
}

/* 記事囲み */
.article .thumbBlock {
	border-radius: 10px;
	background-color: #fff;
	border-bottom: #cdcbc6 solid 1px;
	position: relative;
}

/* 記事イメージ*/
.article .thumbImg {
	width: 300px;
	height:290px;
}
.article .thumbImg span {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}
.article .thumbImg a:hover img {
	opacity: 0.7;
}

/* テキスト囲み */
.article .txtContBlock {
	padding: 25px 20px;
        height: 128px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	padding-bottom: 15px;
}
.page-article .article-header {
	padding-bottom: 30px;
}
.article-title {
	max-height: 2.3em;
	overflow: hidden;
	font-size: 18px;
	display: inline-block;
}
.page-article .article-title {
	max-height: 100%;
	overflow: inherit;
	display: block;
}

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

/* 共通 　広告枠*/
.advArea {
	width: 300px;
	height: 250px;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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-meta.top {
	width: 190px;
	padding: 0;
	display: inline-block;
}
.article-meta.top li.article-category {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	list-style: none;
}
.article-meta.top .article-category dt {
	display: none;
}
.article-meta.top .article-category dd.article-category1,
.article-meta.top .article-category dd.article-category2 {
    margin: 0;
	padding: 0;
	float: left;
	border-left: none;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
.article-meta.top .article-category dd.article-category2 {
	padding-left: 7px;
	position: relative;
}
.article-meta.top .article-category dd.article-category2:before {
	content: ",";
	position: absolute;
	top: 0;
	left: 2px;
	color: #808080;
}
.article-meta.top .article-category dd a {
	color: #808080;
	display: inline-block;
}

/* 関連記事 */
.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 {
	position: absolute;
	right: 20px;
	bottom: -30px; 
}
.article .btReadmore a {
	width: 68px;
	height: 77px;
	display: inline-block;
	position: relative;
}
.article .btReadmore a img {
	opacity: 1;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.article .btReadmore a:after {
	content: "";
	width: 68px;
	height: 77px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.article .btReadmore a:hover img {
	opacity: 0;
}
.article .btReadmore a:hover:after {
	opacity: 1;
	background-image: url(/images/btn_more_ov.png) ;
}

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

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

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000;
	font-size: 14px;
}
.article-body-inner a {
        color: #0000ff;
        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 table th,
.article-body-inner table td {
    border: none;
    padding: 5px;
}
.article-body-inner img,
.article-body-inner img.pict {
	height: auto;
	max-width: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-info,
.trackback-set {
    font-size: 13px;
	border-bottom: 1px dashed #ababab;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #999;
}
.comment-body {
	margin-left: 16px;
	color: #333;
}
.ping-excerpt {
	color: #333;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
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: 26px;
	height: 26px;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	line-height:1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	line-height: 26px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #75992e;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #4f700b;
	text-decoration: none;
}
ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: #75992e url(/images/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: #75992e url(/images/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: #75992e url(/images/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: #75992e 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-indent: -9999px;
}
ul.index-navigator .paging-prev a:hover {
	background: #4f700b url(/images/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a:hover {
	background: #4f700b url(/images/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a:hover {
	background: #4f700b url(/images/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a:hover {
	background: #4f700b url(/images/ico_pager_last.png) no-repeat  50% 50%;
}

/* 記事ページ、月別アーカイブページ */
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;
}


/* ブログのフッター
----------------------------------------------- */
.footer {
	width: 100%;
	min-width:960px;
	background-color: #5c330a;
}
#blog-footer {
	width: 960px;
	margin: auto;
	font-size: 12px;
	color:#fff;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.sidewrapper .sidetitle {
	margin: 0 0 12px;
	padding: 0;
	color: #7f460d;
	font-size: 18px;
	position: relative;
}
.sidewrapper .sidetitle a {
	color: #7f460d;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 5px 0;
	position: relative;
}
.sidewrapper .side .sidebody.category-child {}


/*  人気記事 */
div.popularArticlesWithImage.A {
	margin: 0;
}
div.popularArticlesWithImage.A ul {
	letter-spacing: -0.5em;
}
div.popularArticlesWithImage.A li {
	width: auto;
	height: auto;
	margin-bottom: 30px !important;
	padding-right: 30px;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	float: left;
}
div.popularArticlesWithImage.A li:nth-child(3) {
	padding-right: 0;
}
div.popularArticlesWithImage.A li:nth-child(4),
div.popularArticlesWithImage.A li:nth-child(5) {
	margin-bottom: 0 !important;
}

div.popularArticlesWithImage.A li:nth-child(1):before,
div.popularArticlesWithImage.A li:nth-child(2):before,
div.popularArticlesWithImage.A li:nth-child(3):before,
div.popularArticlesWithImage.A li:nth-child(4):before,
div.popularArticlesWithImage.A li:nth-child(5):before {
	content: "";
	width: 48px;
	height: 45px;
	position: absolute;
	top: -3px;
	left: 17px;
	z-index: 10;
}
div.popularArticlesWithImage.A li:nth-child(1):before {
	background: url(/images/ico_no1.png) no-repeat 0 0;
}
div.popularArticlesWithImage.A li:nth-child(2):before {
	background: url(/images/ico_no2.png) no-repeat 0 0;
}
div.popularArticlesWithImage.A li:nth-child(3):before {
	background: url(/images/ico_no3.png) no-repeat 0 0;
}
div.popularArticlesWithImage.A li:nth-child(4):before {
	background: url(/images/ico_no4.png) no-repeat 0 0;
}
div.popularArticlesWithImage.A li:nth-child(5):before {
	background: url(/images/ico_no5.png) no-repeat 0 0;
}

div.popularArticlesWithImage.A li a {
	width: auto !important;
	height: auto !important;
	border: none !important;
	position: relative;
	display: inline-block;
}
div.popularArticlesWithImage.A li div.image {
	width: 300px;
	height: 290px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
div.popularArticlesWithImage.A li div.image img {
	width: 100%;
}
div.popularArticlesWithImage.A li div.title {
	width: 301px !important;
	height: 291px !important;
	padding: 20px;
	text-decoration: none;
	border-radius: 10px;
	opacity: 1;
	background: rgba(255,255,255,0.9) !important;
	color: #000 !important;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center; 
	box-sizing: border-box;
	position: absolute;
	top: -1px;
	left: 0;
	visibility: hidden;
}
div.popularArticlesWithImage.A li a:hover div.title {
	visibility: visible;
	overflow: hidden;
}


/* ボトムエリアA　どんぐり成長の記録 */
.d-recordArea {	
}



/* ボトムエリアA　プロフィール */
.profileArea a:hover img {
	opacity: 0.7;
}
.profileArea .profBox .img {
	width: 465px;
	padding-bottom: 40px;
	float: left;
}
.profileArea .profBox .txt {
	width: 465px;
	padding-top: 17px;
	line-height: 1.5;
	float: right;
}
.profileArea .profBox .txt .ttl {
 	color: #5f8a02;
	margin-bottom: 10px;
 }
.profileArea .profBox .txt .tBot {
	margin-top: 30px;
}
.profileArea .profBox .txt .tBot .ttl {
	width: auto;
	height: 27px;
	display: inline-block;
	padding-right: 20px;
}
.profileArea .tBot .snsList {
	width: auto;
	display: inline-block;
	letter-spacing: -0.5em;
}
.profileArea .tBot .snsList li {
	width: auto;
	display: inline-block;
	padding-right: 5px;
	letter-spacing: normal;
}
.profileArea .tBot .snsList li img {
	vertical-align: bottom;
}

.bsBox .bookCont {
	width: 465px;
	float: left;
}
.bsBox .linestCont {
	width: 465px;
	float: right;
}
.bsBox .contsubTtl {
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #7f460d;
	font-size: 18px;
}
.bsBox .img {
	width: 218px;
	float: left;
}
.bsBox .txt {
	width: 218px;
	float: right;
}


/* ボトムエリアB */
.botAreaB .botBCont {
	float: left;
	box-sizing: border-box;
}
.botAreaB .botBCont.box1,
.botAreaB .botBCont.box2 {
	width: 348px;
	padding-right: 30px;
}
.botAreaB .botBCont.box3 {
	width: 202px;
}
.botAreaB a:hover img {
	opacity: 0.5;
}
.botAreaB .sidewrapper {
	font-size: 12px;
	margin-bottom: 30px;
}


/* ボトムエリアB　カテゴリー */
.plugin-categorize .sidebody.category-parent {
	position: relative;
}
.plugin-categorize .sidebody.category-parent:before {
	content: "・";
}


/* ボトムエリアB　タグ */
ul.tagcloud li.tag-weight-0,
ul.tagcloud li.tag-weight-1,
ul.tagcloud li.tag-weight-2,
ul.tagcloud li.tag-weight-3,
ul.tagcloud li.tag-weight-4 {
	font-size: 12px;
}
.plugin-tag_cloud.sidewrapper .side .tagcloud li {
	width: auto;
	padding: 0 5px 5px 0;
	display: inline-block;
	letter-spacing: -0.5em;
}
.plugin-tag_cloud.sidewrapper .side .tagcloud li a {
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	background-color: #7f460d;
	border-radius: 13px;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
}


/* ボトムエリアB　バナー */
.bnrArea li {
	margin-bottom: 30px;
}
.bnrArea li img {
	vertical-align: bottom;
}
.bnrArea li:last-child {
	margin-bottom: 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: #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;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	margin-bottom: 40px;
	text-align: center;
}
.archives-header h1 {
	width: auto;
	padding: 0 130px;
	color: #7f460d;
	font-size: 24px;
	background: url("/images/bg_ttl.png") no-repeat 0 center,
	url("/images/bg_ttl.png") no-repeat right center;
	display: inline-block;
}
.archives-header h1 a {
	color: #000;
}

/* 記事下広告 */
#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: 100px;
    position: absolute;
    right: 0;
}
.to-pagetop a {
  background: url(/images/ico_top.png) no-repeat 0 0;
  display: block;
  width: 141px;
  height: 143px;
  text-indent:-9999px;
}
.to-pagetop a:hover {
  opacity: 0.7;
  -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;
}



/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.google-user-ad-article1,
.google-user-ad-article2 {display:inline-block;}
.google-user-ad-article1 {margin-right: 15px; }
.ad-center { text-align:center; }




/*追加css*/
#blog-title a {
	height: 372px;
	top: 32px;
}

.official-logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 787px;
    margin: auto;
    width: 201px;
    height: 23px;
    z-index: 100000;
}