@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 {
}
#wrapper {
	padding: 0;
}
#container {
	padding: 0 20px 100px 20px;
}
#content {
	border-radius: 0;
	position: relative;
	margin: 0 auto;
        padding: 60px 0 0 0;
	width: 1050px;
}
#main {
	/*padding: 20px 60px;*/
}
#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 {
	/*background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;*/
}
body.layout-2col #main {
	width: 670px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 300px;
}
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: #333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
a:link {}
a:visited {
        opacity: 0.5;
}
a:hover img {
  opacity: 1;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
a:hover {
}
body.page-article .article-title a:hover {
	text-decoration: none;
}
a:active {}

.headline-article-index-body-inner {
        display: none;
	line-height: 1.7;
	height: 70px;
	margin: 30px 0;
	overflow: hidden;
}

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

#blog-header-inner {
}
#blog-title {
	text-align: center;
	padding-top: 6px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
        display: none;
}
#blog-description a {
        display: none;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
       border-top: 2px solid #fff;
        margin: 0;
        min-width: 1100px;
        padding: 0 20px;
        background-color: #ffe14d;
}
.gnavInner {
	width: 1050px;
	margin: 0 auto;
}
#pluginb {
    float: right;
}

/* navigation tagcloud */
.tagcloud {
    padding-top: 10px !important;
}
#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: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-color: #ffe14d;
    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;
    padding: 5px 8px;
    color: #4c4c4c;
    background-color: #ffe6d9;
    border-radius: 10px;
}
#pluginb .plugin-tag_cloud .side a:hover {
    color: #b4a49c;
    background-color: #ffe6d9;
}
#pluginb .plugin-tag_cloud .side .sidebody {
    margin-bottom: 0;
}

.ldb_menu {
	float: left;
	position: relative;
	width: 750px;
	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,
.ldb_menu-item-current a {
        background-color: #ffe6d9;
        border-radius: 14px;
	text-decoration: none;
        color: #b4a49c !important;
}
.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 {
      position: relative;
      margin-top: 60px
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.first-article .article-header .article-social-btn {
}

.article .thumbBlock {
	float: left;
	width: 288px;
	height: 216px;
	overflow: hidden;
	margin-right: 30px;
        background:url(/imgs/noimage.jpg) no-repeat center top;
        border: 2px solid #4d4d4d;
}
.article .thumbBlock img {
	width: 100%;
       }

.article-header {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.article-title {
	margin: 0 0 15px 0;
        padding: 0 0 5px 0;
        color: #4c4c4c;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #4c4c4c;
        line-height: 1.3;
}
.article-title a:hover {
       text-decoration: none;
       opacity: 0.5;
}
.first-article .article-title a {
}

 .article-category {
	display: none;
} 

.article-tags {
	font-size: 12px;
	text-align: left;
	line-height: 1.5 !important;
	margin: 0 0 0 -6px !important;

}

.article-footer .article-tags {
	text-align: right;
}

.article-tags dt {
	background: none !important;
	display: none !important;
	width: 0;
}
.article-tags dd {
	padding: 0 6px !important;
        margin: 0 !important;
        border-right: 1px solid #ffccb2;
}
.article-tags dd a {
	color: #ffccb2;
}
.article-tags dd:last-child {
        border-right: none;
} 

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

/* 記事検索 */
.sidewrapper input.sf {
    background-image: none;
    background-color: #e6e6e6;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px;
    width: 250px;
    height: 40px;
    border: none;
}
.sidewrapper input.sfbtn {
	border-radius: 0 0 0 0;
	text-shadow: none;
	border-radius: 8px;
	color: #fff;
	transition: none;
	width: 40px;
	height: 40px;
	border: none;
	background: #ffe6d9 url("/imgs/icon-btn-search.png") no-repeat center;
       text-indent: -9999px;
       margin-right: 5px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	opacity: 0.8;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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 {
	text-align: right;
	margin: 56px 0 0;
}
.article-continue a {
	background: none;
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: visible;
}
.article-continue a:after {
  content: " ";
  width: 159px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.article:nth-of-type(7n-6) .article-continue a:after {
  background: url("/imgs/bg-btn-more-01.png") center no-repeat;
}
.article:nth-of-type(7n-6) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-01_ov.png") center no-repeat;
}
.article:nth-of-type(7n-5) .article-continue a:after {
  background: url("/imgs/bg-btn-more-02.png") center no-repeat;
}
.article:nth-of-type(7n-5) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-02_ov.png") center no-repeat;
}
.article:nth-of-type(7n-4) .article-continue a:after {
  background: url("/imgs/bg-btn-more-03.png") center no-repeat;
}
.article:nth-of-type(7n-4) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-03_ov.png") center no-repeat;
}
.article:nth-of-type(7n-3) .article-continue a:after {
  background: url("/imgs/bg-btn-more-04.png") center no-repeat;
}
.article:nth-of-type(7n-3) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-04_ov.png") center no-repeat;
}
.article:nth-of-type(7n-2) .article-continue a:after {
  background: url("/imgs/bg-btn-more-05.png") center no-repeat;
}
.article:nth-of-type(7n-2) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-05_ov.png") center no-repeat;
}
.article:nth-of-type(7n-1) .article-continue a:after {
  background: url("/imgs/bg-btn-more-06.png") center no-repeat;
}
.article:nth-of-type(7n-1) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-06_ov.png") center no-repeat;
}
.article:nth-of-type(7n) .article-continue a:after {
  background: url("/imgs/bg-btn-more-07.png") center no-repeat;
}
.article:nth-of-type(7n) .article-continue a:hover:after {
  background: url("/imgs/bg-btn-more-07_ov.png") center no-repeat;
}

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

/* メッセージボード */
body.layout-2col .message-board {
        margin-top: 0 !important;
}
.message-board h1 {
        background: url("/imgs/msg-icon.png") no-repeat;
	font-size: 16px; 
	color: #4c4c4c;
	padding-left: 30px;
}

.message-board {
	background-color: #fffcdb;
	border-radius: 14px;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 35px;
}

.message-board img {
	margin: 20px 0;
	max-width: 600px;
	overflow: hidden;
}

.message-board p {
        clear:both;
        font-size: 14px;
	color: #4c4c4c;
	line-height: 2;
	overflow: hidden;
}
.message-board img {
        display:inline-block;
        float:left;
}
/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 14px;
       margin-bottom: 30px;
}
.article-body-inner h1,
.article-body-inner h2,


/*.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
----------------------------------------------- */

.article-body-inner h3{
    position: relative;
    padding: 0.8em;
    background: #ffa500;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 1.5em;
    margin-top: 2em;
}
 
.article-body-inner h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #ffa500;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


.article-body-inner h4 {
        background: url(http://livedoor.blogimg.jp/hahalife0/imgs/f/3/f3e91b48.png) no-repeat left center;
        padding-left: 45px;
	border-bottom:1px solid #ccc;
	clear: both;
       margin-bottom: 1.2em;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img {
/* 修正　610→440
----------------------------------------------- */
	max-width: 440px;
        display: inline-block;
        margin-right: 60px;
}
.first-article .article-body-inner .btReadmore {
	display: block;
}

.booklink-box {
    width: 78%;
    margin: 1em 0 1em;
    padding: 0 8%;
    border: double #d2d7e6;
    overflow: hidden;
    font-size: small;
    border-radius: 2px;
}
.booklink-image, .kaerebalink-image {
    margin: 15px 0 15px 0;
    display: block;
    text-align: center;
}
.booklink-info, .kaerebalink-info {
    text-align: center;
    line-height: 120%;
    overflow: hidden;
}
.booklink-footer {
    clear: left;
}


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

.article-comment-count {
	margin-top: 5px !important;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}



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

ul.index-navigator {
    margin: 60px 0;
}
ul.index-navigator li {
    color: #4c4c4c;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    color: #4c4c4c;
    border-radius: 10px;
    /*padding: 2px 11px 0 11px;*/
}
ul.index-navigator li.current span {
    background-color: #ffe6d9;
    color: #999;
    border-radius: 10px;
}
ul.index-navigator a:hover {
    background-color: #ffe6d9;
    border-radius: 10px;
    color: #999;
    text-decoration: none;
}
ul.index-navigator .paging-prev a {
    background: url("imgs/ico_pager_prev.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-prev a:hover {
    opacity: 0.5;
}
ul.index-navigator .paging-next a {
    background: url("imgs/ico_pager_next.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-next a:hover {
    opacity: 0.5;
}
ul.index-navigator .paging-first a {
    background: url("imgs/ico_pager_first.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-first a:hover {
    opacity: 0.5;
}
ul.index-navigator .paging-last a {
    background: url("imgs/ico_pager_last.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-last a:hover {
    opacity: 0.5;
}
.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;
    border-radius: 10px;
}
/* 記事ページ、月別アーカイブページ */
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 #ffc34d;
       background-color: #ffc34d;
       color: #fff;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	background: #fff url(/imgs/ftr-bg.jpg) repeat-x center top;
	color:#4c4c4c;
	padding: 40px 20px 30px 20px;
        min-width: 1100px;
}
#blog-footer a {
	color:#4c4c4c;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	position: relative;
        line-height: 1.7;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    margin: 60px 0 20px 0;
    line-height: 1;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}
.sidewrapper .sidetitle a {
	color: #333;
}

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

/* プロフィール */
.profile-image {
	margin: 0 0 15px 0;
	text-align: center;
}
.profile-body {
    text-align: center;
}
.profile-body .profile-title {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: normal;
}
.profile-body .profile-text {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: normal;
}
.profile-body .profile-text a:hover {
    opacity: 0.5;
}
.profile-body .profile-social a {
    margin: 2px;
}
.profile-body .profile-social a:hover {
    opacity: 0.5;
}
.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:#333;
}
.plugin-recent_articles .side .sidebody {
	line-height: 1.5;
	margin: 0 0 30px 0;
}



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

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-bottom: 50px;
    padding: 30px 70px 15px 70px;
    background: url(/imgs/archives-header.png) no-repeat top left;
    height: 61px;
    position: relative;
}
.archives-header h1 {
       line-height: 1;
       color: #4c4c4c;
       font-size: 24px;
       font-weight: bold;
       text-align: center;
}
.archives-header h1 a:hover {
      text-decoration: none;
      opacity: 0.5;
}
/* 記事下広告 */
#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 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 {
        text-align: right;
	height: 42px;
}
.btReadmore a {
	border-bottom: 2px solid #ffc34d;
        padding: 10px;
	width: 90px;
	height: 35px;
}
.btReadmore a:hover {
	background-color: #ffc34d;
        border-radius: 14px;
        color: #fff;
}
.btReadmore a:hover img {
	visibility: hidden;
} */
/* アーカイブヘッダ */
/*.archives-header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	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: #4c4c4c;
}

/* 記事下広告 */
#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: -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-tags:before,
.article-tags:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.gnavInner:after,
.ldb_menu-list:after,
.article-tags:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
.article-tags,
.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; }





/** ---------- カエレバ ---------- **/
/*--------------------------------------
 ヨメレバ・カエレバ　１
--------------------------------------*/
.booklink-box, .kaerebalink-box {
 border: 1px solid #ccc;
 border-radius: 4px;
 box-shadow: 1px 1px 3px 1px #ddd;
 padding: 10px 10px;
 background-color: #E0FFFF;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all  0.3s ease;
}
 
.booklink-box:hover, .kaerebalink-box:hover {
 background-color: #A0FFFF;
}
 
.booklink-image, .kaerebalink-image {
 margin: 0 0 1px;
}
 
.booklink-image img, .kaerebalink-image img {
 display: block;
 margin: 0 auto;
 text-align: center;
}
 
.booklink-info, .kaerebalink-info {
 text-align: center;
 line-height: 120%;
 overflow: hidden;
}
 
.booklink-name, .kaerebalink-name {
 font-size: 14px;
 margin-bottom: 1px;
 line-height: 1.2em;
}
 
.booklink-powered-date, .kaerebalink-powered-date {
 font-size: 8pt;
 line-height: 120%;
}
 
.booklink-powered-detail, .kaerebalink-detail {
 margin-bottom: 1px;
}
 
.booklink-link2, .kaerebalink-link1 {
 margin-top: 1px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkseven {
 width: 90%;
 height: 15px;
 overflow: hidden;
 background-color: #ffffff;
 border-radius: 6px;
 border: 1px solid #dcdcdc;
 display: inline-block;
 margin: 0 auto 1px;
 padding: 1px 0;
 text-align: center;
}
 
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover, .shoplinkseven:hover {
 background-color: #ffff00;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active, .shoplinkseven:active {
 position: relative;
 top: 1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkseven a {
 display: block;
 cursor: pointer;
 text-decoration: none;
 font-weight: 800;
 text-shadow: 1px 1px 1px #dcdcdc;
 font-size: 12px;
}
 
.shoplinkamazon a {
 color: #FD8602;
}
 
.shoplinkrakuten a {
 color: #B50000;
}
 
.shoplinkkindle a {
 color: #007dcd;
}
 
.shoplinkyahoo a {
 color: #FF002D;
}
 
.shoplinkseven a {
 color: #32CD32;
}
 
.booklink-footer {
 clear: left;
}
 
/*--------------------------------------
 ヨメレバ・カエレバ　２
--------------------------------------*/
.booklink-box, .kaerebalink-box {
 width: 80%;
 margin: 10px auto;
 padding: 10px;
}
 
.booklink-image, .kaerebalink-image {
 margin: 0 10px 0 0;
 float: left;
}
 
.booklink-info, .kaerebalink-info {
 margin: 0;
 text-align: left;
}
 
.booklink-name, .kaerebalink-name {
 margin-bottom: 5px;
 line-height: 1.5;
}
 
.booklink-link2, .kaerebalink-link1 {
 margin-top: 10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkseven {
 float: left;
 width: 30%;
 margin: 3px 1% 0 auto;
 padding: 3px 0;
}
 
.shoplinkyahoo a {
 font-size: 9px;
}
 
/*--------------------------------------
あわせて読みたい
--------------------------------------*/
@media only screen and (max-width: 480px) {
 .booklink-box, .kaerebalink-box {
 border: 1px solid #ccc;
 border-radius: 4px;
 box-shadow: 1px 1px 3px 1px #ddd;
 padding: 10px 15px;
 }
 
 .booklink-image, .kaerebalink-image {
 margin: 0 0 10px;
 float: none;
 }
 
 .booklink-image img, .kaerebalink-image img {
 margin: 0 auto;
 }
 
 .booklink-info, .kaerebalink-info {
 font-size: 12px;
 margin: 0;
 }
 
 .booklink-name, .kaerebalink-name {
 font-size: 15px;
 margin-top: 2px;
 }
 
 .booklink-detail, .kaerebalink-detail {
 margin-top: 5px;
 }
 
 .booklink-powered-date, .kaerebalink-powered-date {
 font-size: 11px;
 margin-top: 5px;
 }
 
 .booklink-link2, .kaerebalink-link1 {
 font-size: 14px;
 }
 
 .shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkseven {
 float: none;
 width: 96%;
 margin: 5px 0;
 padding: 10px 0;
 }
}


.ssImg{
width: 120px !important; /*サムネイル画像の横幅*/
height: 90px !important; /*サムネイルが画像の縦幅*/
border-radius: 0em; /*サムネイル画像の角の丸みをなくす*/
border: solid 2px rgb(61, 61, 61); /*画像の枠線をつける*/
}
.ssTitle{
font-size: 90%;
}

.ssLimitedContainerHeader > div > div > div{
color: #ffffff ;
background: #2980b9;
font-size: 16px ;
padding: 10px 5px 10px 10px !important;
margin-top: 15px;
}

.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;
}


/*--------------------------------------
 PC記事下広告横並び
--------------------------------------*/
.AdCompass{
    display: inline-block !important;
}

.AdSpace{
    background-color:#fffcdb;
    border-radius: 14px;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 10px 0px 20px 0px;
}

.AdSponser{
    margin-top:5px  !important;
    margin-bottom:5px  !important;
}