@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 "2019-07-9"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
  background-color: #fff;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#container {
  margin: 0 auto 80px;
  background-color: #fff;
}

#wrapper:before {
  position: absolute;
  content: '';
  width: 200px;
  height: calc(100% - 565px);
  background-image: url("/reimages/img-container-bg.jpg");
  background-repeat: repeat-y;
  left: -250px;
  top: 565px;
  z-index: -1;
}

#content {
  border-radius: 0 0 4px 4px;
  position: relative;
}

#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 {
  /*background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;*/
}

body.layout-2col #main {
  width: 620px;
}

body.layout-2col #main-inner {}

body.layout-2col #sidebar {
  width: 300px;
}

body.layout-2col #sidebar-inner {}

body.layout-2col #sidebar-inner .profileArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.layout-2col #sidebar-inner .profileArea ul.snsList{
  margin-top: 18px;
}

/* 右サイドバー */
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 0 4px 0;
  float: right;
  background-color: #fff;
}

body.layout-2col.sidebar-right #sidebar a {
  color: #4682B4;
}

/* プロフィール */
.imgProfile {
  margin: 0 0 30px 0;
}

.profileArea .txtName {
  color: #553c35;
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: normal;
}

.profileArea .txtDetail {
  color: #553c35;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.profileArea .btReadmore {
  text-align: center;
  margin: 20px 0 0 0;
}

/* 左サイドバー */
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: #93685C;
  font: 14px/1.2 Helvetica, Verdana, sans-serif;
}

a,
body.page-article .article-title a:visited {
  *color: #553c35;
  color: #4e538e;
  text-decoration: none;
}

a:link {}

a:visited {}

a:hover {
  text-decoration: underline;
  color: #553c35;
}

a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
  min-width: 960px;
  position: relative;
}

#blog-header-inner {
  width: 960px;
  height: 565px;
  margin: 0 auto;
  position: relative;
}

#blog-header-inner h1 {
  position: absolute;
  left: -195px;
  top: 40px;
  z-index: 99999;
}

#blog-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
}

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

#blog-header #blog-title img {
  height: auto;
}

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

/* グローバルナビゲーション
----------------------------------------------- */
.navInner {
  position: absolute;
  box-sizing: border-box;
  left: 580px;
  width: 380px;
  height: 529px;
  background: #4e538e;
  margin-bottom: 60px;
  padding: 40px 0px 98px 120px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.navInner .ldb_menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.navInner .ldb_menu ul li a {
  display: block;
  /* padding: 0px 20px; */
  padding-top: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}

.navInner .ldb_menu ul li a:hover::after {
  content: '';
  display: inline-block;
  height: 0px;
  width: 19px;
  border-top: 1px solid #fff;
  top: 12px;
  margin-bottom: 5px;
  margin-left: 13px;
}

ul.snsList {
  display: flex;
  justify-content: space-between;
  width: 175px;
  margin-top: 36px;
  list-style: none;
}

/* メインカラム
-----------------------------------------------
/* 記事全体 */
.article {
  border-right: #d7b992 1px solid;
  border-bottom: #d7b992 1px solid;
  margin-bottom: 70px;
  min-height: 320px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
  position: relative;
  float: right;
  width: 280px;
  margin-right: 30px;
}

.first-article header.article-header {
  float: none;
  width: 100%;
}

.first-article .article-title {
  margin: 40px 0 20px;
}

.article-title {
  margin: 0 0 20px;
}

.page-index .article-title,
.page-category .article-title,
.page-monthly .article-title{
  min-height: 90px;
}


.article-title a {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 35px;

}

.article-title a:hover{
  text-decoration: none;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 1em;
  border-bottom: 1px solid #cecece;
}

.article-meta {
  padding: 16px 0;
}

.article-social-btn {
  margin-bottom: -1px;
}

#category-header a {
  color: #553c35;
}


/* 関連記事 */
.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 .thumbBlock {
  float: left;
  width: 280px;
  height: 280px;
  overflow: hidden;
  margin-right: 29px;
  padding-bottom: 20px;
  background: url("/reimages/img-no-imges.gif");

}

.first-article .thumbBlock {
  float: none;
  width: 580px;
  height: 330px;
  overflow: hidden;
  background: none;
  position: relative;
  background: url(/reimages/img-no-imges_white.gif) ;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbBlock a {
  position: relative;
  width: 280px;
  height: 280px;
  display: block;
  text-align: center;
}

.first-article .thumbBlock a {
  width: 580px;
  height: 330px;
}

.thumbBlock a>* {
  vertical-align: middle;
  display: inline-block;
}

.thumbBlock a:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.thumbBlock img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.first-article .thumbBlock img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
}

.headline-article-index-body-inner {
  line-height: 1.5em;
  margin-bottom: 80px;
  height: 80px;
  overflow: hidden;
  color: #93685C;
}

.first-article .headline-article-index-body-inner {
  width: 300px;
  margin-bottom: 40px;
}


/* 続きを読む */
.article-continue a {
  color: #333;
}

.btReadmore {
  position: absolute;
  bottom: 20px;
  right: -10px;
}

.first-article .btReadmore {
  position: absolute;
  bottom: -19px;
  right: 20px;
}

.btReadmore a:hover::after {
  position: absolute;
  content: '';
  background: url("reimages/img-btReadmore_ov.png") no-repeat;
  top: -8px;
  left: -10px;
  width: 100px;
  height: 59px;
}

.btReadmore:hover a img {
  visibility: hidden;
}

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

/* メッセージボード */
.message-board {
  border-radius: 4px;
  color: #333;
  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 {
  clear: both;
  color: #080000;
  font-size: 14px;
}

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

.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.pict {
  border: 5px solid #fff;
  box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
  height: auto;
  margin: 1em 6px 1.5em !important;
  max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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 li a,
ul.index-navigator li.current span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}

ul.index-navigator li.current span {
  color: #553c35;
}

ul.index-navigator a:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

ul.index-navigator a:visited {
  color: #553c35;
}

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

.single {
  border-bottom: none;
  border-right: none;
}


.single-cate header.article-header {
  float: none;
  width: auto;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
  color: #553c35;
  padding: 40px;
  background-color: #fff;
  border-top: 1px solid #d7b992;
  clear: both;
  width: 100vw;
  margin-left: calc(((100vw - 960px)/2)*-1);
  box-sizing: border-box;
}

#blog-footer a {
  color: #4e538e;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
  padding-top: 0;
}

.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  padding: 35px 0;
  position: relative;
}

.sidewrapper:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

/*.sidewrapper div:nth-of-type(1){
display:none;
}*/

.sidewrapper .sidetitle {
  text-align: left;
  line-height: 24px;
  color: #553c35;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  padding-left: 23px;
  margin-bottom: 25px;
  background: url('/reimages/img-sidePoint.png') no-repeat 0 12px;
}


.sidewrapper .sidetitle a {
  color: #4e538e;
}

.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 7px 0;
}

.sidewrapper .side .sidebody.category-child {
  padding-left: 12px;
}

.sidewrapper.message-box {
  color: #553c35;
}

.sidewrapper .message-box input[type="text"] {
  border: 1px solid #d7b992;
  border-radius: initial;
}

.sidewrapper .message-box input[type="submit"] {
  border: 1px solid #d7b992;
  text-decoration: none;
  background-color: #fff;
  padding: 0 10px;
  border-radius: initial;
  color: #553c35;
}

.sidewrapper .side div.message-box dl {
  color: #553c35;
}

.sidewrapper .side div.message-box dl.message-detail {
  margin: 0 0 10px;
}

.sidewrapper .side div.message-box dl.message-detail textarea {
  border: 1px solid #d7b992;
  border-radius: initial;
}

body.layout-2col.sidebar-right #sidebar a {
  color: #4e538e;
}

body.layout-2col.sidebar-right #sidebar a:hover {
  color: #553c35;
}


.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
  color: ;
}

/* カレンダー */
.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;
}

table.caltblwk,
table.caltblday {
  max-width: 280px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  position: relative;
  line-height: 27px;
  color: #553c35;
  font-size: 18px;
  height: 36px;
  margin-bottom: 40px;
}

.archives-header:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  top: 30px;
  background: url('/reimages/img-category.png') no-repeat 0 0;
}

/* 記事下広告 */
#ad2 {}

#ad2 a.addescription {
  color: #666;
}

/*検索*/
.sidewrapper input.sf {
  background-image: none;
  border-radius: 0px;
  border: #d7b992 1px solid;
  box-shadow: none;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 251px;
  height: 50px;
}

.sidewrapper input.sfbtn {
  border-radius: 0;
  width: 49px;
  height: 50px;
  text-indent: -9999px;
  border: 0px;
  background: url("/reimages/img-search-bg.png");
}


/*History View*/

.historyView a {
  display: block;
  width: 240px;
  height: 121px;
  background: url("/reimages/img-history-view.png") no-repeat;
  /* ロールオーバー時のチラつき防止 */
}


.historyView a:hover {
  background: url("/reimages/img-history-view_ov.png") no-repeat;
}


.side div.popular-articles table td {
  padding-bottom: 33px;
}

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

/*カテゴリ*/
.article-category {
  display
}

.article-category dd.article-category2 {
  border-left: none;
}

.article-category dd,
.article-comment-count dd {

  margin-top: 6px;

}

.article-category dd a,
.article-comment-count dd a {
  color: #4e538e;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.article-category dd a:hover,
.article-comment-count dd a:hover {
  color: #553c35;
}

.article-category dd a:hover::after,
.article-comment-count dd a:hover::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #4e538e;
}

.article-category dd {
  padding: 0 5px 0 0;
}

.article-category dt {
  display: none;
}

.article-comment-count dt {
  display: none;
}

.colon {
  color: #9a9a9a;
}

/* 日付 */
.article-date {
  color: #9a9a9a;
}

#article-date time {
  color: #d7b992;
  font-size: 12px;
}


/* ページ送り*/
.pager {
  margin-top: 60px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
  color: #4e538e;
  padding: 2px 11px 0 11px;
}

ul.index-navigator li.current span {
  color: #553c35;
  border-bottom: 1px solid #656bae;
}

ul.index-navigator a:hover {
  color: #553c35;
  text-decoration: none;
  border-bottom: 1px solid #656bae;
}

ul.index-navigator .paging-prev a {
  background: url("/img/ico_pager_prev.png") no-repeat center center;
}

ul.index-navigator .paging-next a {
  background: url("/img/ico_pager_next.png") no-repeat center center;
}

ul.index-navigator .paging-first a {
  background: url("/img/ico_pager_first.png") no-repeat center center;
}

ul.index-navigator .paging-last a {
  background: url("/img/ico_pager_last.png") no-repeat center center;
}

.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.index-navigator li a,
ul.index-navigator li.current span {
  font-weight: normal;
}

/* 書籍紹介 */
.books .bookListTitle {
  text-align: left;
}

.bookList {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.bookListTitle {
  line-height: 24px;
  color: #553c35;
  font-size: 14px;
  height: 24px;
  padding-left: 23px;
  margin-bottom: 25px;
  background: url('/reimages/img-sidePoint.png') no-repeat 0 12px;
}

.bookListTitle a {
  color: #553c35;
}

.bookList ul {
  display: flex;
  width: 960px;
  flex-wrap: wrap;
}

.bookList ul li {
  float: left;
  width: 160px;
  margin-right: 30px;
  list-style-type: none;
  margin-bottom: 20px;
}

.bookList p:last-of-type {
  margin-top: 15px;
  margin-bottom: 50px;
  *text-align: right;
}

.bookList ul li dl dt {
  width: 130px;
  height: 180px;
  vertical-align: bottom;
  text-align: center;
}

.bookList ul li dd {
  margin-top: 15px;
}

.books .sidetitle {
  display: none;
}

/*サイド　微調整*/
.plugin-recent_articles .side {
  margin-top: 35px;
}

.plugin-recent_articles .side .sidebody {
  margin: -10px 0 35px 0;
}

.plugin-categorize.sidewrapper .side div form select {
  border: #d7b992 0px solid;
  border-radius: 0 !important;
  color: #d7b992;
  margin: 3px 0;
  background-color: #fff;
}

.plugin-categorize.sidewrapper .side div form {
  border: #d7b992 1px solid;
}

.plugin-memo.sidewrapper .side {
  color: #93685C;
}

/* clearfix*/
----------------------------------------------- */ .article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after .side ul {
  content: "";
  display: table;
}

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

.ad-center {
  text-align: center;
}

div.google-2ad {
 margin:-20px 0px 50px; 
 height:250px;
}
div.google-2ad-m {
 margin:0px 0px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:0px 0px 50px; 
 height:250px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:20px; 
}