@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 {
	background-color: #ffefd8;
}
#header2 {
    min-width:960px;
	padding:0 20px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding:0 20px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {
	width: 600px;
	padding:60px 0;
}
body.layout-1col #main-inner {}
body.layout-1col .autopagerize_page_element {
	margin-left: -30px;
}
body.layout-1col #sidebar {
	width: 300px;
	padding:60px 0;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 600px;
	padding: 60px 0;
}
body.layout-2col #main-inner {}
body.layout-2col .autopagerize_page_element {
	margin-left: -30px;
}
body.layout-2col #sidebar {
	width: 300px;
	padding:60px 0;
}
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 0 4px 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: #666;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #b6923f;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	color: #d1c19a;
	text-decoration:none;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 332px;
    min-width:960px;
	padding:0 20px;
	position: relative;
	background:url(/images/bg_header.png) center top no-repeat;
}
#blog-header-inner {
	width:960px;
	margin:0 auto;
}
#blog-title {
	width:auto;
	padding:0 0 0 75px;
}
#blog-title a {
	width:867px;
	height:332px;
	background:url(/images/title_header.png) left top no-repeat;
	display:inline-block;
	text-indent:-9999px;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	min-width:960px;
	padding:0 20px;
	background:#fff;
}

.gnavInner {
	width:960px;
	margin:0 auto;
	position:relative;
	display:table;
	text-align: center;
}
.ldb_menu {
	width:auto;
	display: inline-block;
 }
.ldb_menu-list {
	overflow:hidden;
 	display: inline-block;
	vertical-align: bottom;
}
.ldb_menu-list li {
	width:auto;
	padding:0 40px 0 50px;
	display:table-cell;
}
.ldb_menu-list li a {
	width:auto;
	height:46px;
	padding:12px 10px 0 0;
	text-align:center;
	color:#664b38;
	font-size:15px;
	letter-spacing: 0.05em;
	text-decoration:none;
	display:table-cell;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {
	color:#beb3ae;
	text-decoration:none;
	background:url(/images/bg_navi.png) no-repeat right 2px;
}
.gnavIcons {
	width:auto;
    padding: 0 50px;
 	display: inline-block;
	vertical-align: bottom;
}
.gnavIcons li {
    height: 46px;
	display: table-cell;
	vertical-align: middle;
}
.gnavIcons li.twitter a {
  font-size: 20px;
	padding-right: 5px;
  color: #64a8dc;
}
.gnavIcons li.instagram a {
  font-size: 20px;
	padding-right: 5px;
  color: #664b38;
}
.gnavIcons li.email a {
  font-size: 20px;
  color: #000;
  position: relative;
  top: -1px;
}
.gnavIcons li a:hover {
	opacity: 0.5;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 285px;
	margin-left: 30px;
	margin-bottom: 60px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
}
.first-article {
	width: 600px;
	float: none;
}
.page-article .first-article {
	margin-left: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
	margin-bottom: 12px;
}
.article-title a {
	height: 1.1em;
	font-size: 22px;
	color: #664b38 !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	display: inline-block;
	vertical-align: text-bottom;
}
.first-article .article-title a {
	height: auto;
	font-size: 26px;
}
.article-title a:hover {
	color: #beb3ae;
}

/* 写真 */
.article .thumbImg {
	width: 221px;
	height:170px;
	margin-bottom: 25px;
	border: #f4f4e9 solid 2px;
	background:#ddd url(/images/img_noimage.png) no-repeat center center;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
}
.article .thumbImg a img {
	width: 220px;
	max-width: 220px;
	height: auto;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	vertical-align: text-bottom;
}
.first-article .thumbImg {
	width: 536px;
	height:500px;
}
.first-article .thumbImg a img {
	width: 536px;
	max-width: 536px;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

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

/* 関連記事 */
.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 .btReadmore {
	margin: 0;
	text-align: right;
}
.article .btReadmore a {
	width: 153px;
	height: 51px;
	background:url(/images/bt_next.png) no-repeat center center;
	display:inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	vertical-align: bottom;
}
.article .btReadmore a:hover {
	background:url(/images/bt_next_ov.png) no-repeat center center;
}

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

/* メッセージボード */
.message-board {
	width: 100%;
	background-color: #fff !important;
	border-radius: 10px;
	margin: 0 0 30px !important;
	overflow: hidden;
	padding:  30px 30px 25px;
	box-sizing: border-box;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:1px solid #666;
	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%;
}
.article-body-inner img{
  height: auto;
  max-width: 100%;
}
.article-first-image {
  overflow: hidden;
  margin-bottom: 8px;
}
.article-first-image img {
  width: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}


/* ページ送り
----------------------------------------------- */
.pager02 {
    margin: 60px 0;
	clear: both;
}
ul.index-navigator {
    display: table;
    height: auto;
    margin: auto;
}
ul.index-navigator li,
ul.index-navigator li ol {
    display: table-cell;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width:30px;
	height:30px;
	margin: 0 5px;
	padding:0;
	font-weight: normal;
	line-height: 32px;
}
ul.index-navigator li a {
	color:#808080;
}
ul.index-navigator li.current span {
	background-color: #664b38;
	border-radius: 5px;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #664b38;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-number {
	padding: 0;
}
ul.index-navigator .paging-number .paging-number {
	position:relative;
}

ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: url(/images/ico_pager_prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: url(/images/ico_pager_next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: url(/images/ico_pager_first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: url(/images/ico_pager_last.png) no-repeat  50% 50%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	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;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	min-width: 960px;
	padding: 27px 20px;
	color:#664b38;
	font-size:12px;
	background:#fff;
}
#blog-footer a {
	color:#664b38;
	font-size:12px;
	line-height:100%;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	overflow: hidden;
	margin: 60px 0;
	position: relative;
}
.sidewrapper:first-child {
	margin-top: 0;
}
.sidewrapper a {
	line-height: 1.7;
	color: #666;
}
.sidewrapper a:hover {
	color: #999;
	text-decoration:none;
}
.sidewrapper .sidetitle {
	min-height: 30px;
	margin-bottom:18px;
	padding:13px 0 0 34px;
	color: #664b38;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	background:url(/images/ico_flower.png) no-repeat left top;
	box-sizing: border-box;
}
.sidewrapper .sidetitle a {
	color: #664b38;
}

/* プロフィール */
.profileArea {
	width: auto;
	padding-bottom: 0;
	border-radius: 10px;
	background-color: #fff;
}
.profileArea .imgProfile {
	text-align:center;
}
.profileArea .txtName {
	padding: 15px 20px 10px;
	font-size: 24px;
	font-weight: bold;
	color:#664b38;
	text-align:center;
}
.profileArea .txt {
	padding: 0 20px 20px;
	line-height: 1.5;
	letter-spacing: 0.04em;
        font-size: 13px;
}

/* 囲み */
.boxArea.sidewrapper {
	width: auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.boxArea.sidewrapper .sidewrapper:first-child {
	margin-top: 0;
}
.boxArea.sidewrapper .sidewrapper:last-child {
	margin-bottom: 0;
}

/* 最新記事 */
.plugin-recent_articles .sidebody {
    margin-bottom: 24px !important;
}
.plugin-recent_articles .sidebody:last-child {
    margin-bottom: 0 !important;
}
.plugin-recent_articles .sidebody a {
	display: inline-block;
}
.plugin-recent_articles .sidebody a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	background: #666;
}

/* ギャラリー */
ul.galleryThumbnail {
	margin-left:-5px;
}
ul.galleryThumbnail li {
	padding:0 0 5px 5px;
    display: inline-block;
	float:left;
}
ul.galleryThumbnail li img {
    border:none;
    border-radius:7px;
    margin:0;
	padding:0;
    vertical-align: bottom;
}

/* 人気記事 */
.side div.popular-articles table tr {
	width: 100%;
    padding: 0 0 24px 0;
	display:inline-block;
}
.side div.popular-articles table tr:last-child {
    padding: 0;
}
.side div.popular-articles table td.populararticles-rank {
    display: none;
}
.side div.popular-articles table td:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	background: #666;
}
.side div.popular-articles table td {
    padding: 0;
}

/* 記事検索 */
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 210px;
	height: 40px;
	background: #ccc;
	border:none;
	box-shadow:none;
	border-radius: 7px;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:7px;
	float:none;
	text-indent: -9999px;
	background:#664b38 url(/images/ico_search.png) no-repeat center center;
	width:40px;
	height:40px;
    position: absolute;
    top: 0;
    right: 0;
}
.sidewrapper input.sfbtn:hover {
	background-color: #beb3ae;
}

/* カレンダー */
.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: #664b38;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0;
}
table.caltblday .calon a:hover {
	background-color: #beb3ae;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	min-height:68px;
	margin-bottom:60px;
	padding:22px 125px 16px 30px;
	background:#fff url(/images/bg_cate.png) no-repeat 505px center;
	box-sizing:border-box;
	border-radius: 10px;
}
.archives-header h1 {
	color: #664b38;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.archives-header a {
	color: #664b38;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
}
.archives-header a:hover {
	color: #beb3ae;
}

/* 記事下広告 */
#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: 25px;
    right: 0;
}
.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
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

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