@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Author's Store [Kraft]";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-02-20";
 :release [:revision "1.11"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/23733758.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
  background: url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/bg.jpg) #b09462;
}
#wrapper {
  margin-top: 20px;
  position:relative;
}
#container {
  margin: 0 auto;
  width: 890px;
}
#content {
  background-color:#fdfaf3;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  border-radius: 3px 3px 2px 2px;
  float: left;
  width:680px;
  position: relative;
  margin-bottom:50px;
}
#content-inner{
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
#main {
  float:right;
  width:410px;
  padding: 20px;
}
#sidebar-a{
  float:left;
  width:210px;
  padding:10px;
  margin-top:-52px;
}
#sidebar-a-inner{
  padding:20px;
}
#sidebar-b {
  float: right;
  width: 190px;
}


/*メインイメージ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header-image {
  border-radius:2px 2px 0 0;
  width: 100%;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
  color: #301300;
  font: 14px/1.2 Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
  color: #301300;
  text-decoration:none;
}
a:link {
  color: #0064c1;
}
a:visited {
  color: #616fc5;
}
a:hover {
  text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header.show-image hgroup {
  position: relative;
}
#blog-header hgroup {
  margin-bottom:20px;
}
#blog-title {
  color: #301300;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 4px;
}
#blog-title a {
  color: #301300;
}
#blog-description {
  color: #6d6353;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
#blog-description a {
  color: #6d6353;
}
.page-index #blog-title {
  font-size: 30px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
  padding: 14px 0;
}
.first-article {
  padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.first-article .article-header {
  margin-bottom: 20px;
}
.page-category .article-header,
.page-monthly .article-header {
  margin-bottom: 10px;
}
.article-title {
  font-size:26px;
  font-weight:bold;
}
.page-index .article-title {
  font-size:14px;
}
.page-index .first-article .article-title {
  font-size: 22px;
}
.first-article .article-title a,
.page-category .article-title a,
.page-monthly .article-title a {
  color:#301300;
}
.first-article .article-title a:visited,
.page-category .article-title a:visited,
.page-monthly .article-title a:visited {
  color:#5A3906;
}

/* 日付 */
.article-date {
  color: #84756c;
  font-size: 12px;
  margin-bottom:4px;
}

/* 記事カテゴリ */
.article-category dt {
  display:none;
}
.article-category dd {
  background-color:#f6e7c3;
  font-size:12px;
  line-height: 1;
  margin:0 4px 0 0;
  padding:1px 8px 2px;
}
.article-category dd a{
  color: #301300;
}
.article-category dd.article-category2 {
  border-left:none;
}
.article-date,
.article-category{
  display:inline-block;
  vertical-align:top;
}

/* 記事フッター、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {
  margin:12px 0;
}
.article-meta li{
  margin:0;
}
.article-social-btn {
  clear:both;
  text-align:right;
}
.page-index .article-social-btn {
  margin:20px 0;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
  margin: 4px 0;
}

/* 関連記事 */
.related-articles {
  margin:2em 0 1em;
  line-height:1.3
}
.related-articles h3 {
  font-size: 14px;
  font-weight: bold;
}
.related-articles ul {
  list-style: none;
  margin:0;
  padding-left:0;
}
.related-articles ul li {
  margin:6px 0;
  padding-left: 18px;
  background: url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/dots_a.png) 3px -110px no-repeat;
}

/* 続きを読む */
.article-continue {
  text-align: left;
}
.article-continue a {
  color:#0064c1;
  background: url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/arrow.png) 0 4px no-repeat;
  padding: 0 0 0 20px;
}

/* 共通テーマ */
dl.common-theme{
  background: #f7f3ea;
  border-radius: 3px;
  padding: 8px 12px;
}

/* メッセージボード */
.message-board {
  background: url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/message_bg.jpg);
  border: 1px solid #e4dec4;
  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: #f7f3ea;
}


/* 記事本文
----------------------------------------------- */
.article-body {
  color: #301300;
  font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
  border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
  border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
  background-color:#f7f3ea;
}
.article-body-inner blockquote:before {
  color: #e1dfd8;
}
.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%;
}
.article-body-inner a:link{
  text-decoration:none;
}
.article-body-inner a:hover{
  text-decoration:underline;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}
#comment-form dd {
  margin: 0;
}
#comment-form dt {
  float: none;
  width: auto;
  text-align: left;
  line-height: 24px;
  color: #301300;
}
#trackback-form .trackback-form-url input {
  width: 72%;
}
#trackback-form .trackback-form-submit input {
  width: 27%;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
  background-color: #f6e7c3;
  border-radius: 2px;
  color: #301300;
}
ul.index-navigator li.current span {
  background-color: #825d34;
  color: #dacb9d;
}
ul.index-navigator a:hover {
  background-color: #ffe1a1;
  text-decoration: none;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
  background-color: #f6e7c3;
  border-radius: 3px;
  color: #301300;
  font-weight:bold;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  background-color: #ffe1a1;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
  color:#301300;
  position:absolute;
  bottom:-30px;
  width:100%;
}
#blog-footer a {
  color:#301300;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper,
.sidewrapper a {
  color: #301300;
}
.sidewrapper a:visited {
  color: #5a3906;
}
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0 40px;
  position: relative;
}
.sidewrapper .sidetitle {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin-bottom: 7px;
  padding-left:18px;
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/dots_b.png) 3px 6px no-repeat;
}
#sidebar-a .side .sidebody {
  background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/dots_a.png);
}
.sidewrapper .side .category-child {
  background-position: 5px -108px;
  margin-left:1em;
}
#sidebar-a .sidewrapper {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0 40px;
  position: relative;
}

/* カレンダー */
.calendarhead {
  font-family: Arial, sans-serif;
}
table.caltbl{
  line-height:1;
  font-size:12px;
}
table.caltblday {
  border-collapse: separate;
  border-spacing: 2px;
}
table.caltblday td span,
table.caltblday td a {
  height: 22px;
  line-height: 22px;
}
#sidebar-a table.caltblwk .weekday {
  color:#301300;
}
#sidebar-a table.caltblwk .sun {
  color: #cc2600;
}
#sidebar-a table.caltblwk .sat {
  color: #27379b;
}
#sidebar-a table.caltblday {
  color:#301300;
}
#sidebar-a table.caltblday .calon {
  background-color: #f6e7c3;
}
#sidebar-a table.caltblday td a {
  color:#301300;
}
#sidebar-a table.caltblday td a:hover {
  background-color: #ffe1a1;
}
#sidebar-b table.caltblwk .weekday {
  color: #301300;
}
#sidebar-b table.caltblwk .sun {
  color: #cc2600;
}
#sidebar-b table.caltblwk .sat {
  color: #27379b;
}
#sidebar-b table.caltblday {
  color: #301300;
}
#sidebar-b table.caltblday .calon {
  background-color: #825d34;
}
#sidebar-b table.caltblday td a {
  color:#dacb9d;
}
#sidebar-b table.caltblday td a:hover {
  background-color: #b17602;
}



/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  color: #301300;
  margin-bottom: 20px;
  padding: 4px 0;
}
.archives-header h3{
  font-weight:bold;
}
/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
  color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
  bottom: 20px;
  right: 20px;
}
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.7;
  -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: 1;
}

/* 記事下広告 */
#ad2{
  padding:1em 0;
}


/* サイドバー（著書紹介欄）
----------------------------------------------- */
#book-tag-top{
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/book_tag.png) 0 0 no-repeat;
  height:43px;
  width:210px;
  position:relative;
}
#book-tag{
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/book_tag.png) 0 bottom no-repeat;
  padding:3px 20px 40px;
  line-height:1.5;
}
#book-cover{
  text-align:center;
}
#book-cover img{
  max-width:170px;
}

/* 購入ボタン */
.purchase li{
  list-style:none;
  margin:10px 0;
}
.purchase a{
  color:#301300;
  display:block;
  width:136px;
  height:30px;
  font-weight:bold;
  padding-left:34px;
}
.purchase a:hover{
  text-decoration:none;
}
.purchase .btn-direct {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_direct.png) 4px 4px no-repeat;
}
.purchase .btn-kindle {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_kindle.png) 4px 4px no-repeat;
}
.purchase .btn-puboo {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_puboo.png) 4px 4px no-repeat;
}
.purchase .btn-kobo {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_kobo.png) 4px 4px no-repeat;
}
.purchase .btn-ibooks {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_ibooks.png) 4px 4px no-repeat;
}
.purchase .btn-googleplay {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_googleplay.png) 4px 4px no-repeat;
}
.purchase .btn-gumroad {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/icon_gumroad.png) 4px 4px no-repeat;
}
.purchase .btn{
  border-top:1px solid #fcde5e;
  border-right:1px solid #c87f15;
  border-bottom:1px solid #c87f15;
  border-left:1px solid #fcde5e;
  background-color:#f6ab00;
  box-shadow:inset 0 0 9px rgba(255,255,255,0.7), 0 1px 3px rgba(0,0,0,0.5);
  border-radius: 3px;
  line-height:30px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
      -ms-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.purchase .btn:hover{
  background-color:#f4ba0b;  
}

/* プロフィール */
#author-profile{
  padding:20px;
  line-height:1.5;
}
#author-profile-image{
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_as_authors_store_3c/author_bg.png);
  border:1px solid #d5d5d5;
  margin-bottom: 6px;
  padding:9px;
  text-align:center;
}
#author-profile-image img{
  max-width:150px;
}
#author-profile-name{
  font-weight:bold;
  color: #301300;
  margin-bottom: 10px;
  padding: 4px 0;
}


/* ボーダーのスタイル 
----------------------------------------------- */
/* 下にボーダー */
.archives-header,
.page-monthly #ad2 .gAdsense,
.page-category #ad2 .gAdsense,
.page-article .article-footer,
#author-profile-name,
.article {
  border-bottom: 1px dashed #fff;
  position: relative;
}
.archives-header:after,
.page-monthly #ad2 .gAdsense:after,
.page-category #ad2 .gAdsense:after,
.page-article .article-footer:after,
#author-profile-name:after,
.article:after {
  border-bottom: 1px dashed #beb3ab;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
.article:after {
  visibility: visible; /*clerfixを上書き*/
}

.page-category .article.last-article,
.page-category .article.last-article:after,
.page-monthly .article.last-article,
.page-monthly .article.last-article:after,
.page-article .article,
.page-article .article:after{
  border-bottom:0;
}

/* 上にボーダー */
#sidebar-a .sidewrapper,
.page-article .article-header {
  border-top: 1px dashed #beb3ab;
  position: relative;
}
#sidebar-a .sidewrapper:after,
.page-article .article-header:after {
  border-top: 1px dashed #fff;
  top: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

.page-article .article-header {
  padding-top:16px;
}
.page-article .article-footer {
  padding-bottom:16px;
}

/* 上にボーダー */
#ld-services,
#sidebar-b .sidewrapper {
  border-top: 1px solid rgba(157,123,87,0.8);
}


/* clearfix 
----------------------------------------------- */
#content-inner:after,
.article-category:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#content-inner:after,
.article-category:after {
  zoom: 1;
}