@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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img{
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
}

.article-body-inner table td{
}

ol, ul {
  list-style: none;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
        background-color: #000;
}
#header2 {
    min-width:1050px;
	padding: 0 20px;
}
#wrapper {
	padding: 0;
}
#container {
}
#content {
	border-radius: 0;
	position: relative;
	margin: 60px auto 100px;
	width: 1050px;
}
#main {
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	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: 600px;
        margin-right: 60px;
}
body.layout-2col #main-inner {
	padding: 30px 40px;
	background-color: #323232;
	box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(255,255,255,0.4) inset,-3px -3px 10px 0px rgba(0,0,0,0.8) inset;
}
body.layout-2col #sidebar {
	width: 350px;
	box-sizing: border-box;
}
body.layout-2col #sidebar-inner {}

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

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

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


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

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 350px;
	min-width: 1050px;
	padding: 0 20px;
	background: #000 url(/images/bg_header.jpg) no-repeat center top;
	position: relative;
}

#blog-header-inner {
	width: 1050px;
	margin: 0 auto;
}
#blog-title {
	text-align: left;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	/* color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); */
        display: none;
}
#blog-description a {
	color: #fff;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
       background: #323232;
        margin: 0;
        min-width: 1050px;
        padding: 0 20px;
        box-shadow: 0px 3px 10px 0px rgba(255,255,255,0.4) inset,0px -3px 10px 0px rgba(0,0,0,0.8) inset;
}
.gnavInner {
	width: 1050px;
	margin: 0 auto;
}
.ldb_menu {
	float: left;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
        padding: 0 50px;
}
.ldb_menu-list li a {
	width: auto;
	display: block;
        color: #fff;
        padding: 14px 0;
        font-size: 14px;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
        opacity: .5;
}
.snsList {
	float: right;
	width: 214px;
	list-style: none;
	overflow: hidden;
	padding: 18px 0 0 0;
}
.snsList li {
	float: left;
	margin: 0 0 0 20px;
}

/* メインカラム
----------------------------------------------- */
.article-header {
	position: relative;
	overflow: hidden;
}
.article-title {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #ffffcc;
}
.article-title a:hover {
       text-decoration: none;
       opacity: 0.5;
}

/* 記事全体 */
.article {
    position: relative;
    padding-top: 30px;
    border-top: 2px solid lightgray;
    margin-top: 30px;
}
.article.first-article {
    margin-top: 0;
    border-top: none;
    padding-top: 0px;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.article .thumbBlock {
	min-height:200px;
	padding-left:290px;
	position:relative;
}
.page-index .article.first-article .thumbBlock {
	padding-left:0;
}

.article .thumbImg {
	width: 260px;
	height: 200px;
	overflow: hidden;
	background: #cccccc url(/images/bg_noimage.png) no-repeat center;
	position: absolute;
	top:0;
	left:0;
}
.article .thumbImg img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 200px;
}

.page-index .article.first-article .thumbImg {
	width: 510px;
	height: 295px;
	position: static;
}
.page-index .article.first-article .thumbImg img {
	max-width: 510px;
	max-height:inherit;
}

.headline-article-index-body-inner {
	line-height: 1.7;
	/* height: 135px; */
	height: 138px;
	margin: 0 0 30px;
	overflow: hidden;
}
.page-index .article.first-article .headline-article-index-body-inner.bottom,
.article .headline-article-index-body-inner.top {
	display:block;
}
.page-index .article.first-article .headline-article-index-body-inner.top,
.article .headline-article-index-body-inner.bottom {
	display:none;
}
.page-index .article.first-article .headline-article-index-body-inner.bottom {
	margin: 30px 0 60px;
}

.article-category {
	font-size: 12px;
	text-align: left;
}
.page-index .article.first-article .article-category{
	margin: 0 0 30px;
}

.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
	padding: 0 0 0 0;
        margin-top: 0;
}
.article-category dd.article-category1 {
        padding-right: 6px;
}
.article-category dd a {
	color: #d99536;
}
.article-category dd.article-category2 {
    border-left: 1px solid #d99536;
    padding-left: 6px
}

/* 日付 */
.article-date {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事検索 */
.sidewrapper input.sf {
    border-radius: 0 0 0 0;
    background-image: none;
    background-color: #f2f2f2;
    box-shadow: none;
    box-sizing: border-box;
    padding-right: 10px;
    width: 240px;
    height: 40px;
    border: none;
}
.sidewrapper input.sfbtn {
	border-radius: 0 0 0 0;
	text-shadow: none;
	transition: none;
	width: 40px;
	height: 40px;
	border: none;
	background: #f20c59 url("/images/ico_search.png") no-repeat center;
       text-indent: -9999px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
	opacity: 0.7;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	/* border-bottom: 1px solid #cecece; */
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe {
    display: inline-block;
    margin: 10px 0;
}
.article-social-btn {
	/* border-top: 1px solid #cecece;
	margin-bottom: -1px; */
}
.article-social-btn .line-it-button {
       width: 82px !important;
}
.article .article-footer .article-social-btn02 {
	display: none;
}
.first-article .article-footer .article-social-btn02 {
	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:#fff;
}

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

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #fff;
	font-size: 13px;
       margin-bottom: 30px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	clear: both;
    font-size: 20px;
    line-height: 22px;
    color: #000 !important;
    margin: 20px 0 25px 0;
    padding: 10px 10px 10px 10px;
    border-bottom: 3px dashed #00badb !important;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img {
    max-width: 670px;
    display: inline;
    vertical-align: top;
}
.first-article .article-body-inner .btReadmore {
	display: block;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #fff;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}



/* ページ送り
----------------------------------------------- */
/* トップページ */

ul.index-navigator {
    margin: 60px 0;
}
ul.index-navigator li {
    color: #fff;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    color: #fff;
    /*padding: 2px 11px 0 11px;*/
}
ul.index-navigator li.current span {
    background-color: #f20c59;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #f20c59;
    color: #fff;
    text-decoration: none;
}
ul.index-navigator .paging-prev a {
    background: url("images/ico_pager_prev.png") no-repeat center center;
    height: 30px;
}
ul.index-navigator .paging-prev a:hover {
    opacity: 0.5;
    height: 30px;
}
ul.index-navigator .paging-next a {
    background: url("images/ico_pager_next.png") no-repeat center center;
    height: 30px;
}
ul.index-navigator .paging-next a:hover {
    opacity: 0.5;
    height: 30px;
}
ul.index-navigator .paging-first a {
    background: url("images/ico_pager_first.png") no-repeat center center;
    height: 30px;
}
ul.index-navigator .paging-first a:hover {
    opacity: 0.5;
    height: 30px;
}
ul.index-navigator .paging-last a {
    background: url("images/ico_pager_last.png") no-repeat center center;
    height: 30px;
}
ul.index-navigator .paging-last a:hover {
    background: url("images/ico_pager_last_ov.png") no-repeat center center;
    opacity: 0.5;
    height: 30px;
}
.pager .pager-inner ul.index-navigator li.paging-prev,
.pager .pager-inner ul.index-navigator li.paging-next,
.pager .pager-inner ul.index-navigator li.paging-first,
.pager .pager-inner ul.index-navigator li.paging-last {}
.pager .pager-inner ul.index-navigator li.paging-prev:hover,
.pager .pager-inner ul.index-navigator li.paging-next:hover,
.pager .pager-inner ul.index-navigator li.paging-first:hover,
.pager .pager-inner ul.index-navigator li.paging-last:hover {
}
.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    height: 9px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    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;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #999;
}
ul.article-pager li a:hover, 
ul.archives-pager li a:hover {
       border: 1px solid #3dc3db;
       background-color: #3dc3db;
       color: #fff;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	background-color: #323232;
	color: #fff;
	padding: 30px 20px;
        min-width: 1050px;
        box-shadow: 0px 3px 10px 0px rgba(255,255,255,0.4) inset,0px -3px 10px 0px rgba(0,0,0,0.8) inset;
}


#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	position: relative;
        line-height: 1.7;
        margin: 0 0 60px 0;
}

.sideBox .sidewrapper:first-child {
        margin: 0;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    margin: 0 0 20px 0;
    line-height: 1;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    background-color: #d4d4d4;
    display: inline-block;
    padding: 10px;
}

.sidewrapper .sidetitle a {
	color: #fff;
}

#sidebar #sidebar-inner .sideBox {}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody a {
	color: #fff;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.sideBoxContents .profileArea,
.sideBoxContents .plugin-search_internal{
        border: none;
        padding-bottom: 0;
}

/* サイド囲枠 */
#sidebar #sidebar-inner .sideBox .sideBoxContents {
	padding: 25px;
	background-color: #323232;
	box-shadow: 3px 3px 10px 0px rgba(255,255,255,0.4) inset,-3px -3px 10px 0px rgba(0,0,0,0.8) inset;
	margin: 0 0 30px 0;
	overflow: hidden;
}

/* プロフィール */
.profileArea .imgProfile {
	margin: 0 0 20px 0;
	text-align: center;
}
.profileArea .txtTitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: normal;
}
.profileArea .profile-social {
	text-align: center;
	margin-top: 20px;
}
.profileArea .profile-social a {
	margin-right: 5px;
}
.profileArea .profile-social a:hover {
	opacity: 0.7;
}
.officialblog-profile .profile-text {
}
.officialblog-profile .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
.linkArea .imgLink {
        margin: 0 0 10px 0;
}
.linkArea .txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons {
  text-align: center;
  margin-top: 20px;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li a {
  color: #000;
  font-size: 38px;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li a:hover {
  opacity: 0.8;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li.twitter a {
  color: #64a8dc;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li.facebook a {
  color: #3b5998;
}
body.layout-2col #sidebar .officialblog-profile .profile-icons li.instagram a {
  color: #335b87;
}

/* 書影*/
.book  a:hover {
  opacity: 0.8;
}

/* 登場人物*/
.chara {
margin: 0 0 15px 0;
}
.chara .name {
    font-weight: bold;
    font-size: 16px;
}

/* カレンダー */
.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: #0f195a;
	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: #4459e4;
}

/* 最新記事 */
.side div.popular-articles table td a {
	color:#fff;
}
.plugin-recent_articles .side .sidebody {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* ギャラリー*/
ul.galleryThumbnail li {
}
ul.galleryThumbnail li:nth-child(3n) {
    margin-right: 0;
}
ul.galleryThumbnail li img {
    border-radius: 0;
    border: none;
}

/* コメント, カテゴリ */
.plugin-categorize .side{
    height: auto;
}
.plugin-recent_comments .side {
    height: 550px;
    overflow: auto;
}

/* ヒストリービュー */
.historyView {
	background-color: #323232;
    box-shadow: 3px 3px 10px 0 rgba(255, 255, 255, 0.4) inset, -3px -3px 10px 0 rgba(0, 0, 0, 0.8) inset;
    overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{.historyView img{
        margin-left: 1px;
}
}

.historyView a {
	width:100%;
	padding:7px 0 3px;
	background: url("/images/history_view_ov.png" ) no-repeat center center;
	display: block;
	text-align:center;
}
.historyView a:hover {
	background-color: transparent; /* IE6対応 */
}
.historyView a:hover img {
	visibility: hidden;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	margin-bottom: 60px;
	background-color: #323232;
    box-shadow: 3px 3px 10px 0 rgba(255, 255, 255, 0.4) inset, -3px -3px 10px 0 rgba(0, 0, 0, 0.8) inset;
    overflow: hidden;
}

.archives-header h1 {
	width:100%;
	padding: 23px 100px 21px;
	line-height: 1.4;
	color: #a62549;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	box-sizing:border-box;
	position:relative;
}
.archives-header h1:before, 
.archives-header h1:after {
	position:absolute;
	top:20px;
	content:url(/images/archives-header_bg.png);
}
.archives-header h1:before {
	left:20px;
}
.archives-header h1:after {
	right:20px;
}
	
.archives-header h1 a:hover {
      text-decoration: none;
      opacity: 0.5;
}

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

#ld-services {
	padding: 50px 0 20px 0 !important;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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 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;
}
.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;
}



/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	width: 100px;
	background: url(/images/read-more_ov.png) no-repeat;
	height: 37px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.btReadmore a {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.btReadmore a:hover {
	opacity: 0.5;
        background-color: transparent; /* IE6対応 */
}

.btReadmore a span {
	padding: 10px;
	vertical-align: 100%;
}
.btReadmore a:hover img {
	visibility: hidden;
}
/* アーカイブヘッダ */
/*.archives-header {
	border-top: 1px solid #262626;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 30px 0;
	text-align: center;
}*/
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
	color: #a62459;
}

/* 記事下広告 */
#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;
}
#blog-title img{
      margin-top: 30px;
} 

/* ページトップへ */
.to-pagetop {
	bottom: -80px;
}
.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;
}
.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
----------------------------------------------- */
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/** ---------- 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; }
