@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_7thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Official Blog Template";
 :shortdesc "Design Template for livedoor Blog Official Blogger";
 :created "2016-04-14";
 :release [:revision "β1.7"; :created "2016-07-05"];
 :page <http://blog.livedoor.com>;
 :rights "LINE Corporation".
*/


/* 基本設定
----------------------------------------------- */
body {
  background-color: #fff;
  font: 14px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
#wrapper {
}
#header2 {
    min-width:960px;
}
#container {
  background-color: #fff;
  margin: 0 auto;
}
#content {
  position: relative;
}
#main {
  padding: 40px 0;
}
#sidebar {
  padding: 40px 0;
  width: 300px;
}
a,
.calendarhead a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header-inner {
	min-width: 960px;
  margin: 0 auto;
  height: 390px;
  background-color: #261410;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#blog-title {
  padding: 48px 48px 8px;
}
#blog-description {
  padding: 0 48px;
}
#blog-title,
#blog-title a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#blog-description,
#blog-description a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
  display: block;
  width: 100%;
  height: 100%;
}
#blog-header.hide-text #blog-title {
  padding: 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;
          transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
  opacity: 0.15;
}


/* メニューバー
------------------------------------- */
.ldb_menu-wrapper {
	min-width: 960px;
  background: #471204;
  margin: 0 auto;
  border-top: #8e7b77 solid 1px;
}
.ldb_menu-inner{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ldb_menu {
}
.ldb_menu-list {
  overflow: hidden;
}
.ldb_menu-list li{
  float: left;
  list-style: none;
}
.ldb_menu-list li a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 20px 32px;
  text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li a:hover {
  background-color: #6a2310;
}
.ldb_menu-icons {
  position: absolute;
  right: 0;
  top: 0;
  margin: 9px;
}
.ldb_menu-icons li {
  display: inline-block;
  margin: 0 4px;
}
.ldb_menu-icons .ldb_menu-icon-rss a {
  color: #fff;
  font-size: 32px;
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
  margin-bottom: 40px;
}
.article-inner {
  position: relative;
}
.article-description {
  line-height: 1.5;
}
.article-description .txt {
	height: 3.0em;
	overflow: hidden;
}
.article-date,
.article-category {
  display: inline-block;
  font-size: 12px;
}

/* カテゴリ、コメント */
.article-category dt,
.article-comment-count dt {
  display: none;
}
.article-category dl:before {
  font-family: 'FontAwesome';
  content:"\f07b";
}
.article-comment-count dl:before {
  font-family: 'FontAwesome';
  content:"\f075";
}
.article-category dl,
.article-category dl a,
.article-comment-count dl,
.article-comment-count dl a {
  color: darkgray;
}


/* タグ */
dl.article-tags,
dl.article-tags a {
  color: darkgray;
  font-size: 12px;
}
dl.article-tags::before {
  font-family: 'FontAwesome';
  content:"\f02b";
}
dl.article-tags dt {
  display: none;
}
dl.article-tags dd:after {
  content: ',';
}
dl.article-tags dd:last-child:after {
  content: '';
}

/* 記事ヘッダー、記事タイトル */
.article-header {
  margin-bottom: 20px;
  position: relative;
}
.article-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
	max-height: 2.5em;
	overflow: hidden;
}
.page-article .article-title {
	max-height: auto;
	overflow: inherit;
}
.article-title a {
  font-size: 20px;
  text-decoration: none;
}
.article-rating {
  top: 6px;
  position: relative;
}

/* 日付 */
.article-date {
  color: gray;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 1em;
}
.article-meta {
  /*padding: 16px 0;*/
}
.article-social-btn {}

/* 関連記事 */
.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 {
  display: block;
  text-align: right;
  clear: both;
  margin: 1em 0;
  line-height: 1;
}
.article-continue a {
  background-color: #e9e2e0;
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 50px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
      -ms-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.article-continue a:hover {
  background-color: #fff;
}

/*
.article-continue a:after {
  font-family: 'FontAwesome';
  content:"\f18e";
  font-size: 17px;
}
*/

/* メッセージボード */
.message-board {
  background-color: #f6f0ee;
  border: 1px solid #ddd;
  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 {
  color: #080000;
  font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	font-size: 200%;
	clear: both;
}
.article-body-inner h4 {
	font-size: 150%;
	clear: both;
}
.article-body-inner blockquote:before {
  color: #ddd;
}
.article-body-inner img{
  height: auto;
  margin: 0 0 1.5em!important;
  max-width: 100%;
}
.article-first-image {
  overflow: hidden;
  margin-bottom: 8px;
}
.article-first-image img {
  width: 100%;
}
.page-article p{
  margin: 0;
}


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


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
  color: #555;
}
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 {
  background-color: #2e90c5;
  color: #fff;
  text-shadow: 0;
}
ul.index-navigator a:hover {
  background-color: #f6f0ee;
  text-decoration: none;
  text-shadow: 0;
}
ul.index-navigator a:visited {
  color: #555;
}
ul.index-navigator .paging-first,
ul.index-navigator .paging-prev,
ul.index-navigator .paging-next,
ul.index-navigator .paging-last {
  font-family: sans-serif;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background-color: #f6f0ee;
 }


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	min-width: 960px;
  color:#8e7b77;
  background-color: #471204;
}
#blog-footer-inner {
  padding: 40px 0;
  position: relative;
  margin: 0 auto;
}
#blog-footer a {
  color:#8e7b77;
}

/* ページトップへ */
#blog-footer .to-pagetop {
  font-size: 11px;
  bottom: 0;
  right: 0;
  position: absolute;
}
#blog-footer .to-pagetop a {
  color: #888;
  display: block;
  padding: 8px 12px;
  background-color: #f0f0f0;
  border-radius: 4px 4px 0 0;
}
#blog-footer .to-pagetop a:hover {
  color: #555;
}
#blog-footer .to-pagetop a:before {
  font-family: 'FontAwesome';
  content:"\f062";
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.sidewrapper .sidetitle {
	min-height: 35px;
	margin-bottom: 20px;
	padding:7px 40px 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	border-bottom:#cdc2bf solid 1px;
	background:url("/images/ico_tocuri.png") no-repeat right bottom;
	box-sizing: border-box;
}
.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 7px 0;
}

/* 月別アーカイブ */
.plugin-monthly .month {
  padding-left: 1em;
}
.plugin-monthly .month div {
  margin: 4px 0;
}
.plugin-monthly .month div:before {
  content: '- ';
  color: #999;
}

/* カテゴリアーカイブ */
.plugin-categorize .category-child:before {
  content: '└ ';
  color: #999;
  margin-left: 8px;
}

/* カレンダー */
.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 {
  background-color: #000;
  border: none;
}
table.caltblday .calon a {
  background-color: #2e90c5;
  border: none;
}
table.caltblwk,
table.caltblday {
  max-width: 260px;
}
table.caltblday td a {
  color:#fff;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}

/* プロフィール */
.officialblog-profile {
	margin-bottom: 60px;
}
.officialblog-profile .profile-image {
	text-align: center;
}
.officialblog-profile .profile-title {
	font-size: 22px;
	font-weight: bold;
	margin: 12px;
	text-align: center;
}
.officialblog-profile .profile-text {
  font-size: 16px;
  margin: 0 12px;
  line-height: 1.5;
  text-align: left;
}
.officialblog-profile .profile-icons {
  text-align: center;
  margin-top: 8px;
}
.officialblog-profile .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.officialblog-profile .profile-icons li a {
  color: #000;
  font-size: 38px;
}
.officialblog-profile .profile-icons li a:hover {
  opacity: 0.8;
}
.officialblog-profile .profile-icons li.line {
  position: relative;
  top: 2px;
}
.officialblog-profile .profile-icons li.twitter a {
  color: #64a8dc;
}
.officialblog-profile .profile-icons li.facebook a {
  color: #3b5998;
}
.officialblog-profile .profile-icons li.instagram a {
  color: #335b87;
}
.officialblog-profile .profile-icons li.pinterest a {
  color: #c1101a;
}
.officialblog-profile .profile-icons li.gplus a {
  color: #dc4e41;
}
.officialblog-profile .profile-icons li.youtube a {
  color: #e22f28;
}
.officialblog-profile .profile-icons li.email a {
  font-size: 32px;
  position: relative;
  top: -3px;
}

/* 検索窓 */
.sidewrapper input.sfbtn {
    background: #e9e2e0;
    text-shadow:none;
}

/* ヒストリービュー */
.bt_historyview a {
	width:100%;
    border: #bbb solid 1px;
    display: inline-block;
     padding: 20px 10px 18px;
	text-align:center;
    text-decoration: none;
    transition: background-color 0.1s linear 0s;
    color: #555;
	box-sizing: border-box;
	background:#e9e2e0 url("/images/ico_tocuri2.png") no-repeat 15px center;
}
.bt_historyview a:hover {
    color: #555;
    text-decoration: none;
    background-color: #fff;
}

/* タグ絞り込み検索 */
.plugin-search_tags li .search-tags {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%;
}
.plugin-search_tags .search-tags-submit {
  text-align: right;
}
.plugin-search_tags .search-tags-submit-button {
  padding: 4px 24px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 5px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #000;
	margin-bottom: 40px;
	padding:7px 40px 5px 0;
	border-bottom:#cdc2bf solid 1px;
	background:url("/images/ico_tocuri.png") no-repeat right bottom;
}
.archives-header h1 {
  font-size: 17px;
  font-weight: bold;
}
.archives-header h1 a {
  color: #000;
}

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

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

/* AdSense用スタイル */
.google-user-ad {
  margin:10px;
}
.google-user-ad-728 {
  margin:0 auto 24px;
}
.google-user-ad-side {
  margin:0;
}
.google-user-ad-side1 {
  margin:0 0 20px;
}
.ad-center {
  text-align:center;
}


/* ============================
レイアウト設定
============================ */

/* ヘッダー幅 */
body.header-width--960 #blog-header-inner,
body.header-width--960 .ldb_menu-wrapper {
  width: 960px;
}
body.header-width--1080 #blog-header-inner,
body.header-width--1080 .ldb_menu-wrapper {
  width: 1080px;
}
body.header-width--full #blog-header-inner,
body.header-width--full .ldb_menu-wrapper {
  width: 100%;
}

/* コンテンツ幅 */
body.content-width--960 #container,
body.content-width--960 .ldb_menu-inner,
body.content-width--960 #blog-footer-inner {
  width: 960px;
}
body.content-width--960 .ldb_menu {
  width: 910px;
}
body.content-width--960 #main {
  width: 600px;
}
body.content-width--1080 #container,
body.content-width--1080 .ldb_menu-inner,
body.content-width--1080 #blog-footer-inner {
  width: 1080px;
}
body.content-width--1080 .ldb_menu {
  width: 1030px;
}
body.content-width--1080 #main {
  width: 728px;
}

/* サイドバー */
body.sidebar--right #main {
  float: left;
}
body.sidebar--right #sidebar {
  float: right;
}
body.sidebar--left #main {
  float: right;
}
body.sidebar--left #sidebar {
  float: left;
}

/* 記事一覧レイアウト */
body.article-layout--normal .article-first-image,
body.article-layout--normal .article-description {
  display: none;
}
body.article-layout--list .article-body,
body.article-layout--2col .article-body {
  display: none;
}
body.article-layout--list .article-first-image {
  float: left;
}
body.article-layout--list .article-text {
  float: right;
}

body.content-width--960.article-layout--list .article-first-image {
  width: 224px;
  height: 168px;
}
body.content-width--960.article-layout--list .article-text {
  width: 352px;
}
body.content-width--1080.article-layout--list .article-first-image {
  width: 256px;
  height: 192px;
}
body.content-width--1080.article-layout--list .article-text {
  width: 448px;
}

body.article-layout--2col .article:nth-of-type(odd) {
  float: left;
}
body.article-layout--2col .article:nth-of-type(even) {
  float: right;
}
body.article-layout--2col .article-description {
  display: none;
}
body.article-layout--2col .article-title {
  max-height: 2.4em;
  overflow: hidden;
}
body.article-layout--2col dl.article-tags,
body.article-layout--2col .article-social-btn {
  display: none;
}
body.article-layout--2col.eyecatch--on .article:nth-of-type(odd) {
  float: right;
}
body.article-layout--2col.eyecatch--on .article:nth-of-type(even) {
  float: left;
}
body.content-width--960.article-layout--2col .article {
  min-height: 372px;
  width: 280px;
}
body.content-width--1080.article-layout--2col .article {
  min-height: 416px;
  width: 340px;
}
body.content-width--960.article-layout--2col .article-first-image {
  height: 210px;
}
body.content-width--1080.article-layout--2col .article-first-image {
  height: 255px;
}

body.eyecatch--on .first-article,
body.eyecatch--on .first-article .article-first-image,
body.eyecatch--on .first-article .article-text {
  float: none!important;
  width: 100%!important;
}
body.eyecatch--on .first-article .article-description {
  display: block;
}
body.eyecatch--on .first-article .article-first-image {
  margin-bottom: 16px;
}
body.eyecatch--on .first-article .article-title a {
  font-size: 24px;
}
body.content-width--960.eyecatch--on .first-article .article-first-image {
  height: 450px;
}
body.content-width--1080.eyecatch--on .first-article .article-first-image {
  height: 546px;
}



/* ============================
配色カスタマイズ用
============================ */

/* 基本文字色 */
body {
  color: black;
}

/* 本文文字色 */
.article-body-inner {
  color: dimgray;
}

/* 続きを読むのリンク色 */
.article-continue a:link,
.article-continue a:visited,
.article-continue:after {
  color: #555;
}

/* リンク色、カレンダー、ページング背景色 */
a,
.calendarhead a:visited,
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus,
.side div.message-box input[type="submit"]:hover {
  color: #8f2e14;
}
ul.index-navigator li.current span,
table.caltblday .calon a {
  background-color: #6a2310;
}

/* 既読リンク色 */
a:visited {}

/* リンクhover色 */
a:hover {
  color: #6a2310;
}
table.caltblday .calon a:hover {
  background-color: #8f2e14;
}

/* アーカイブページの見出し色 */
.archives-header,
.archives-header a {
  color: black;
}

/* 記事下カテゴリ、コメント、タグ */
.article-category dl,
.article-comment-count dl,
dl.article-tags {
  color: darkgray; /* アイコン色 */
}
.article-category dl a,
.article-comment-count dl a,
dl.article-tags a {
  color: darkgray; /* 文字色 */
}

/* サイドバーの見出し文字色 */
.sidewrapper .sidetitle,
.sidewrapper .sidetitle a {
  color: black;
}

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