@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 {
	background-color: #fff;
}
#header2 {
	min-width:960px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
    min-width:960px;
	position: relative;
}
#content {
	width:960px;
	margin: 0 auto;
	padding:90px 0 120px;
	position: relative;
}
#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 {
	width: 960px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {}
body.layout-2col #sidebar-inner {}

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

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

/* かんたん背景画像 */
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%;
	height: 60px;
	min-width:960px;
	text-align: center;
	background-color: #000;
	box-sizing: border-box;
	position: relative;
}
.gnavInner {
	width: auto;
	max-width:960px;
	margin: 0 auto;
	padding-right: 285px;
	box-sizing: border-box;
	display: inline-block;
	position:relative;
}
.ldb_menu {
	width: auto;
 }
.ldb_menu-list {
	width: auto;
	display:inline-block;
 	letter-spacing: -0.5em;
}
.ldb_menu-list li {
	width:auto;
	display:inline-block;
	letter-spacing: normal;
}
.ldb_menu-list li:last-child {
	padding-right: 0;
}
.ldb_menu-list li a {
	width:auto;
	height: 60px;
	padding: 25px 20px 0;
	color:#fff;
	font-size: 14px;
	text-decoration:none;
	display:inline-block;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {
	background-color: #ccc;
	text-decoration:none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/* 検索窓 */
.gnavArea .naviSearch {
	width: 273px;
	position: absolute;
	top: 15px;
	right: 0;
}
.gnavArea .naviSearch input.sf {
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px 5px 5px 33px;
	width: 273px;
	height: 32px;
	background: #ccc url(/reimages/ico_search.png) no-repeat 10px center;
	border: none;
	border-radius: 0;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width:100%;
	min-width:960px;
}
#blog-header-inner {}
#blog-title {
	width:100%;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
}
#blog-title a {
	width: 960px;
	height: 300px;
	margin: auto;
	text-indent: -9999px;
	background: url(/reimages/title_header.png) no-repeat center center;
	display: block;
}
#blog-title a:hover {
	opacity: 0.5;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 304px;
	margin: 0 0 30px 16px;
	vertical-align: top;
	border: #e6e6e6 solid 1px;
	display: inline-block;
	position: relative;
}
.first-article {
	width: 958px;
}
.page-article .article {
	width: 100%;
	margin-left: 0;
	border: none;
	background: none;
	box-sizing: border-box;
}

/* 広告枠 no2 */
.newArea .advArea.no2 {
	width: 300px;
	height: 250px;
	margin: 0 0 30px 16px;
	vertical-align: top;
	display: inline-block;
}

/* 記事イメージ*/
.article .thumbImg {
	width: 304px;
	height: 170px;
	background-color: #fff;
}
.first-article .thumbImg {
	width: 480px;
	height: 290px;
	float: left;
}
.article .thumbImg a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.article .thumbImg a:hover {
	opacity: 0.7;
}
.article .thumbImg .thumbImg-inner {
	width: 100%;
	height: 100%;
	background: #ccc url(/reimages/img_noimg.png) no-repeat center center;
}
.first-article .thumbImg .tImg {
	display: none;
}
.article .thumbImg img {
	vertical-align: bottom;
}
.article .thumbImg .ti-inner {
	background-color: #fff;
}
/*.article .thumbImg a:hover img {
	opacity: 0.7;
}*/
.article-body img {
	max-width: 100%;
}

/* 記事囲み */
.article .thumbBlock {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
.article .txtContBlock {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.first-article .txtContBlock {
	width: 478px;
	float: right;
}

/* 日付 */
.article-date {
	margin-bottom: 5px;
	color: #999;
	font-size: 14px;
	letter-spacing: 0.3em;
}

/* 記事ヘッダー、記事タイトル */
.first-article .article-header {
	margin-bottom: 20px;
}
.page-article .first-article .article-header {
	margin-bottom: 50px;
}
.article-title {
	height: 2.9em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
}
.first-article .article-title {
	height: auto;
	max-height: 2.9em;
	font-size: 24px;
}
.page-article .article-title {
	height: auto;
	max-height: auto;
	overflow: inherit;
}
a:hover .article-title {
	color: #333;
	text-decoration: underline;
}

/* 記事*/
.article-descript {
	height: 4.5em;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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;
}

.metaBox {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: #e6e6e6 solid 1px;
}
.article-meta.top {
	width: auto;
	padding: 0;
}
.article-meta.top li.article-category {
	height: 42px;
	margin: 0;
	padding: 0;
	float: none;
	font-size: 14px;
	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 {
	height: 1.5em;
    margin: 0;
	padding: 0;
	float: none;
	border-left: none;
	letter-spacing: -0.05em;
	line-height: 1.5;
	overflow: hidden;
}
.article-meta.top .article-category dd a {
	color: #999;
	display: 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-continue a {
	color:#333;
}

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

/* メッセージボード */
.message-board-outer {
	background: #fff url("/reimages/bg_border.png") repeat 0 0;
}
.message-board {
	margin-top: 0 !important;
	margin-bottom: 70px;
	padding: 15px;
	color: #333;
	line-height: 1.6;
	border: 1px solid #e8e8e8;
	background: rgba(255,255,255,0.2);
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #333;
	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,
.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;
}


/* ページ送り
----------------------------------------------- */
/* トップページ、月別アーカイブページ */
ul.index-navigator {
    height: auto;
	margin: 0 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;
	color: #000;
	font-weight: bold;
	line-height:26px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	color: #fff;
	background-color: #999;
	text-decoration: none;
}
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.index-navigator .paging-prev a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-first a:hover,
ul.index-navigator .paging-last a:hover {
	background-color: inherit;
}

/* 記事ページ */
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);
}


/* ブログのフッター
----------------------------------------------- */
.footer {
	width:100%;
	min-width:960px;
	padding: 80px 0 0;
	background-color: #f0f0f0;
}
#blog-footer {
	width:100%;
	min-width:960px;
	border-top: #e6e6e6 solid 1px;
}
#blog-footer .blog-footer-inner {
	width: 960px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	color:#4d4d4d;
	padding: 35px 0;
	box-sizing: border-box;
	position: relative;
}
#blog-footer a {
	color:#4d4d4d;
}


/* ブログパーツ
----------------------------------------------- */
/*-- 共通top --------*/
.topParts {
	width: 100%;
	min-width: 960px;
	display: table;
}

/* 共通top 　カテゴリー*/
.topParts .particlesArea {
	width: 620px;
	display: inline-block;
}
.topParts .particlesArea div.popularArticlesWithImage.tag.A {
	margin: 0;
}
.topParts .particlesArea div.popularArticlesWithImage.tag.A ul {
	display:table;
}
.topParts .particlesArea div.popularArticlesWithImage.A ul li {
	width: 188px;
	margin-right: 15px;
    margin-bottom: 0;
	background-color: #fff;
    position: relative;
    display: inline-block;
}
.topParts .particlesArea div.popularArticlesWithImage.A ul li:last-child {
	padding-right: 0;
}
.topParts .particlesArea div.popularArticlesWithImage.A ul li a {
    width: 186px;
    height: auto !important;
    border: #e6e6e6 solid 1px !important;
}
.topParts .particlesArea div.popularArticlesWithImage.A li div.image {
	width: 186px;
	height: 147px;
	overflow: hidden;
}
.topParts .particlesArea div.popularArticlesWithImage.A li div.image.noimage {
    background: #ccc url(/reimages/img_noimg.png) no-repeat center center;
}
.topParts .particlesArea div.popularArticlesWithImage.A li a:hover div.image {
	opacity: 0.7;
}
.topParts .particlesArea div.popularArticlesWithImage.A div.title {
	width: 128px !important;
    height: 5em;
    padding: 10px 9px 15px 49px;
    background: #fff !important;
    color: inherit !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.7;
    opacity: 1;
    overflow: hidden;
	position: relative;
}
.topParts .particlesArea div.popularArticlesWithImage.A li div.title:before {
	content: "";
	width: 30px;
	height: 60px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 9px;
	left: 9px;
}
.topParts .particlesArea div.popularArticlesWithImage.A li:nth-child(1) div.title:before {
  background-image: url(/reimages/ico_no1.png);
}
.topParts .particlesArea div.popularArticlesWithImage.A li:nth-child(2) div.title:before {
  background-image: url(/reimages/ico_no2.png);
}
.topParts .particlesArea div.popularArticlesWithImage.A li:nth-child(3) div.title:before {
  background-image: url(/reimages/ico_no3.png);
}
.topParts .particlesArea div.popularArticlesWithImage.A div.title p {
	height: 4.8em;
    overflow: hidden;
}
div.popularArticlesWithImage.A a:hover div.title {
	color: #000 !important;
	text-decoration: underline;
}
div.B.popularArticlesWithImage ul li a {
  display: inline-block;
}

/* 共通top 　広告枠 no1*/
.topParts .advArea.no1 {
	width: 336px;
	height: 280px;
	margin: 56px 0 0;
	vertical-align: top;
	display: inline-block;
}


/* 共通 */
.sidewrapper {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.sidewrapper .sidetitle {
	width: 100%;
	margin-bottom: 15px;
	color: #808080;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
.sidewrapper .sidetitle a {
	color: #808080;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 5px 0;
	color: #808080;
	position: relative;
}
.sidewrapper .side .sidebody a {
	color: #808080;
}
.sidewrapper .side .sidebody.category-child {}

/* 共通パーツバック */
#topParts #topParts-inner,
.newArea,
.rankingArea,
.promagBox {
	margin-bottom: 80px;
	padding: 23px 0 40px;
	background: url("/reimages/bg_border.png") repeat-y center top;
}
.newArea {
	margin-left: -16px;
	background-position: 96px top;
	position: relative;
}

/* 共通パーツタイトル */
.particlesArea .contTtl,
.newArea .contTtl,
.rankingArea .contTtl,
.profileArea .contTtl,
.magazineArea .contTtl {
	height: 34px;
	margin-bottom: 20px;
	border-bottom: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.particlesArea .contTtl {
	width: 109px;
	background-image: url("/reimages/ttl_particles.png");
}
.newArea .contTtl {
	width: 109px;
	margin-left: 16px;
	background-image: url("/reimages/ttl_newarticle.png");
}
.botAreaA .contTtl {
	width: 171px;
	background-image: url("/reimages/ttl_recom.png");
}
.profileArea .contTtl {
	width: 135px;
	background-image: url("/reimages/ttl_prof.png");
}
.magazineArea .contTtl {
	width: 88px;
	background-image: url("/reimages/ttl_magazine.png");
}


/*-- 共通bottomA ----------*/
.botAreaA {
	width: 960px;
	margin: auto;
}

/* 共通bottomA 　カテゴリー */
.rankingArea {
	width: 100%;
}
.rankingArea .plugin-popular_articles_with_image {
	width: 304px;
	margin-right: 20px;
	padding: 18px 9px 8px;
	background-color: #fff;
	border: #e6e6e6 solid 1px;
	display: inline-block;
	vertical-align: top;
}
.rankingArea .plugin-popular_articles_with_image:last-child {
	margin-right: 0;
}
.rankingArea .plugin-popular_articles_with_image .sidetitle {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px 12px;
	color: #000;
	letter-spacing: 0;
	border-bottom: #e6e6e6 solid 1px;
	box-sizing: border-box;
}
.rankingArea div.popularArticlesWithImage.B ul li {
	margin-bottom: 0;
}
.rankingArea div.popularArticlesWithImage.B ul li a {
	padding-left: 40px;
}
.rankingArea div.popularArticlesWithImage.B ul li a:hover {
	opacity: 0.7;
}
.rankingArea div.popularArticlesWithImage.B ul li a:before {
	content: "";
	width: 30px;
	height: 60px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}
.rankingArea div.popularArticlesWithImage.B ul li:nth-child(1) a:before {
  background-image: url(/reimages/ico_no1.png);
}
.rankingArea div.popularArticlesWithImage.B ul li:nth-child(2) a:before {
  background-image: url(/reimages/ico_no2.png);
}
.rankingArea div.popularArticlesWithImage.B ul li:nth-child(3) a:before {
  background-image: url(/reimages/ico_no3.png);
}
.rankingArea div.popularArticlesWithImage.B ul li:nth-child(4) a:before {
  background-image: url(/reimages/ico_no4.png);
}
.rankingArea div.popularArticlesWithImage.B ul li:nth-child(5) a:before {
  background-image: url(/reimages/ico_no5.png);
}
.rankingArea div.popularArticlesWithImage.B div.image.noimage {
	width: 60px;
	height: 60px;
	background: #ccc url(/reimages/img_noimg.png) no-repeat center center / 80% auto;
}
.rankingArea div.popularArticlesWithImage.B div.title {
	height: 60px;
	font-size: 14px;
	overflow: hidden;
}


/* 共通bottomA 　プロフィール　+　掲載誌 */
.promagBox {
	width: 100%;
	margin-bottom: 0;
	display: table;
}
.promagBox a:hover img,
.promagBox .profile-icons li a:hover {
	opacity: 0.7;
}

/* プロフィール */
.profileArea {
	width: 470px;
	padding-right: 20px;
	display: table-cell;
}
.profileArea .imgProfile {
	width: 160px;
	height: 160px;
	border: #e6e6e6 solid 1px;
	float: left;
	vertical-align: top;
}
.profileArea .imgProfile img {
	width: 100%;
}
.profileArea .txtCont {
	width: 290px;
	padding: 15px;
	background-color: #fff;
	border: #e6e6e6 solid 1px;
	float: right;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.profileArea .txtName {
    width: auto;
    margin-bottom: 17px;
    font-size: 18px;
    color: #333;
}
.profileArea .txt {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}
.profileArea .txt .bold {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

/* 掲載誌 */
.magazineArea {
	width: 470px;
	display: table-cell;
}
.magazineArea .magList {
	letter-spacing: -0.5em;
}
.magazineArea .magList li {
	width: 140px;
	margin-left: 23px;
	background-color: #fff;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.magazineArea .magList li:first-child {
	margin-left: 0;
}
.magazineArea .magList li img {
	width: 100%;
	vertical-align: top;
}
.magazineArea .more {
	margin-top: 20px;
	text-align: center;
	color: #000;
}


/*-- 共通bottomB ----------*/
.botAreaB {
	width: 960px;
	margin: auto;
	display: table;
}
.botAreaB .sidewrapper {
	padding-bottom: 75px;
}
.botAreaB .botBox {
	width: 300px;
	padding-right: 30px;
	display: table-cell;
	vertical-align: top;
}
.botAreaB .botBox:last-of-type {
	padding-right: 0;
}


/* 共通bottomB 　ギャラリー */
.plugin-recent_images .galleryThumbnail {
    display: table;
	letter-spacing: -0.5em;
}
.plugin-recent_images .galleryThumbnail li {
	width: 96px;
	height: 96px;
	margin: 0 5px 0 0;
    display: inline-block;
}
ul.galleryThumbnail li img {
	margin-bottom: 0;
    border: #e6e6e6 solid 1px;
    border-radius: 0;
	vertical-align: text-bottom;
}
.plugin-recent_images .galleryThumbnail li:nth-child(3n-3) {
	margin: 0;
}

/* 共通bottomB 　タグクラウド */
.side ul.tagcloud li.tag-weight-0,
.side ul.tagcloud li.tag-weight-1,
.side ul.tagcloud li.tag-weight-2,
.side ul.tagcloud li.tag-weight-3,
.side ul.tagcloud li.tag-weight-4 {
	font-size: 12px !important;
}
.sidewrapper .tagcloud a {
	width: auto;
	margin: 0 10px 10px 0;
	padding: 5px 5px 4px;
	background-color: #fff;
    border: #e6e6e6 solid 1px;
	color: #808080;
	line-height: 1.0;
	display: inline-block;
}

/* 共通bottomB 　バナー*/
.botAreaB .bnrArea {
	text-align: center;
	margin-bottom: 75px;
}
.botAreaB .bnrArea .bnrList li {
	margin-bottom: 40px;
}
.botAreaB .bnrArea .bnrList li:last-of-type {
	margin-bottom: 0;
}
.botAreaB .bnrArea .bnrList li a:hover {
	opacity: 0.7;
}

/* 共通bottomB 　ライブドアブログロゴ */
ul#ld-services {
	margin-bottom: 75px;
    padding: 0;
}
ul#ld-services li {
    margin: 0;
    padding: 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;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #ddd;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	width: 100%;
	margin-bottom: 50px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.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 {
	position: absolute;
	right: 0;
	bottom: 55px;
}
.to-pagetop a {
  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;
  opacity: 1;
  -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.7;
}

.google-box {
  display: flex;
}
.google-box .google-user-ad-side {
  margin: 10px;
}