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


/* 共通設定
----------------------------------------------- */
.mt60 {
	margin-top:60px;
}


/* 全体のレイアウト
----------------------------------------------- */
body {
	background:#fff7f7 url(/images/bg_body.png) 0 0 repeat;
}
#header2 {
    min-width:1080px;
}
#wrapper {}
#container {
	width: 1080px;
	margin: 0 auto;
	background-color:#fff7f7;
}
#content {
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
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 {}
body.layout-2col #main {
	width:740px;
}
body.layout-2col #main-inner {
	width:680px;
	padding:30px;
	border-radius:8px;
	background-color:#fff;
}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	margin-bottom: 120px;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	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: #333;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin-bottom:40px;
	position: relative;
}
#blog-header-inner {
	width:1080px;
	margin:0 auto;
}
#blog-title {
	width:auto;
}
#blog-title a {
	width:1080px;
	height:448px;
	display:inline-block;
	text-indent:-9999px;
	background: url(/images/title_header.png) center center no-repeat;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:1080px;
	margin:0 auto;
}

.gnavInner {
	padding:20px 0;
}
.ldb_menu {
	width:auto;
	margin:0 auto;
	display:table;
 }
.ldb_menu-list li {
	width:auto;
	padding: 0 20px;
	display:table-cell;
	text-align:center;
}
.ldb_menu-list li a {
	width:auto;
	text-align:center;
	color:#000;
	display:inline-block;
	box-sizing:border-box;
}
.ldb_menu-list li a:hover {
	opacity:0.5;
	text-decoration:none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 60px 0 0;
	position: relative;
}
.first-article {
	padding-top :0;
}

/* 記事 */
.article .txtContBlock {
	width:355px;
	padding-bottom:47px;
	float:right;
}
.first-article .txtContBlock {
	width:auto;
	padding-bottom:0;
	float:none;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin: 8px 0 15px;
}
.first-article .article-header {
	margin: 0 0 15px;
}
.article .article-title a,
.first-article .article-title a  {
	font-size: 18px;
	color:#b27436 !important;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.first-article .article-title a {
	font-size: 28px;
}
.article .article-title a:hover {
	opacity:0.5;
	text-decoration:none;
}

/* 写真 */
.article .thumbImg {
	float: left;
	width: 308px;
	height:216px;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	border:#ffd9d9 solid 8px;
	border-radius:20px;
	background:#caccc4 url(/images/noimage.png) center center no-repeat;
	box-sizing: border-box;
}
.article .thumbImg a img {
	width: 292px;
	max-width: 292px;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: text-bottom;
}
.first-article .thumbImg {
	float: none;
	width: 680px;
	height:484px;
	margin:30px 0 62px;
}
.first-article .thumbImg a img {
	width: 664px;
	max-width: 664px;
}

/* 日付 */
.article-date {
	margin-bottom:5px;
	color: #999;
	font-size: 10px;
}

/* つづきボタン */
.article .btReadmore {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.article .btReadmore a {
	width: 102px;
	height: 32px;
	text-indent:-9999px;
	background: url(/images/btn_next.png) center center no-repeat;
	display:inline-block;
}
.first-article .btReadmore {
    bottom: 0;
}

.article .btReadmore a:hover {
	opacity:0.5;
}

/* トップカテゴリ */
.article-metaTop li a {
    font-size: 10px;
	color:#b23674;
}
.article-metaTop .article-category {
	line-height:100%;
}
.article-metaTop .article-category span {
	padding-right:5px;
	display:inline-block;
}
.article-metaTop .article-category .article-category2:before {
	content:"｜";
	padding-right:5px;
}
/* カテゴリ */
.article-category1 a,
.article-category2 a,
.article-category .article-category2:before {
	color:#b23674 !important;
}

/* 記事 */
.article .article-descript {
	margin: 7px 0 0;
	height:3em;
	line-height:1.5;
	overflow:hidden;
}
.first-article .article-descript {
	display:none;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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-continue a {
	color:#333;
}

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

/* メッセージボード */
body.layout-2col .message-board {
    margin-top: 0;
}
.message-board {
	background-color: #fae1e1;
	border-radius: 8px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 15px 15px 10px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
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 {
	clear: both;
}
.article-body-inner h4 {
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #333;
}
.article-body-inner img{
	max-width: 680px;
	height: auto !important;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    height: auto;
    margin: 60px 0 30px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	padding:10px 10px 8px;
	color: #b27436;
	font-weight:bold;
	line-height:1;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #ffd9d9;
	text-decoration: none;
	border-radius:7px;
	opacity:1.0;
}
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;
}
.pager .pager-inner ul.index-navigator li.paging-prev a:hover,
.pager .pager-inner ul.index-navigator li.paging-next a:hover,
.pager .pager-inner ul.index-navigator li.paging-first a:hover,
.pager .pager-inner ul.index-navigator li.paging-last a:hover {
	opacity:0.5;
}


/* 記事ページ、月別アーカイブページ */
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: 1080px;
	padding: 30px 0;
	background-color:#ffd9d9;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#blog-footer a {
	color:#fff;
	font-size:12px;
	line-height:100%;
	font-weight:bold;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
	padding: 60px 0 0;
	position: relative;
}
.sidewrapper:after{}
.sidewrapper .sidetitle {
	/* margin-bottom: 10px; */
	padding:10px 0 2px 40px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	background:url(/images/ico_kabo.png) left center no-repeat;
	height: 28px;
}
.sidewrapper .sidetitle a {
	color: #666;
}
.sidewrapper .sidetitle a:hover {
	opacity:0.5;
}
.sidewrapper .side .sidebody {
	line-height: 1.7;
	position:relative;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* プロフィール */
.profileArea .imgProfile {
	text-align:center;
}
.profileArea .txtName {
	font-size: 20px;
	font-weight:bold;
	margin: 20px 0 15px;
	text-align:center;
}
.profileArea .txt {
	text-align:left;
}
.profileArea .snsList {
	width:auto;
	margin:15px auto 0;
	display: table;
}
.profileArea .snsList li {
	padding: 0 2px;
	display: table-cell;
}
.profileArea .snsList li a:hover img {
	opacity:0.5;
}

/* 写真集・カレンダー */
.bookArea li {
	margin-top:60px;
}
.bookArea li:first-child {
	margin-top:0;
}
.bookArea li a:hover img {
	opacity:0.5;
}

/* ５０だよ！全員集合 */
.accArea {
	text-align:left;
}
.acc-content {
	margin-top:15px;
}
.acc-content .acc-button {
	/*buttonのスタイルをリセット*/
	border:none;cursor:pointer;outline:none;padding:0;appearance:none;

	background: #ffd9d9;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 8px;
	position: relative;
}
/*buttonの矢印*/
.acc-content .acc-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
	border-style: solid;
	border-width: 10px;
	border-color: #b27436 transparent transparent transparent;
}
.acc-content .acc-button.open {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.acc-content .acc-text {
	width: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.acc-content .acc-text span {
	color: #b27536;
	font-size: 14px;
	line-height: 1;
	padding: 14px 0 13px 10px;
	display: block;
}
.acc-content .acc-container {
	margin-top:10px;
	padding-left:4em;
	text-align:left;
	display: none;
	clear: both;
}
.acc-content .acc-container li {
	list-style-type: decimal;
	padding: 0 0 7px 5px;
	font-size: 13px;
	color: #b27436;
}
.acc-content .acc-container li:last-child {
	padding-bottom: 0;
}

/* 最新記事 */
.plugin-recent_articles .sidebody {
    margin-bottom: 20px;
}
.plugin-recent_articles .sidebody a {
	text-indent:1.05em;
	display: inline-block;
}
.plugin-recent_articles .sidebody a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
    top: 0.5em;
	left:0;
}

/* カテゴリ */
.plugin-categorize {
    padding-top: 40px;
}

/* ギャラリー */
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:0;
    margin:0;
	padding:0;
    vertical-align: bottom;
}

/* 人気記事 */
.side div.popular-articles table td.populararticles-rank {
    display: none;
}
.side div.popular-articles table td {
    padding: 0;
	position:relative;
}
.side div.popular-articles table td a {
    margin-bottom: 20px;
	text-indent:1.05em;
	display: inline-block;
}
.side div.popular-articles table td a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
    top: 0.35em;
	left:0;
}

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

/* ライブドアブログロゴ */
ul#ld-services {
	padding: 60px 0 20px;
}
ul#ld-services li {
    margin: 0;
}
ul#ld-services li {
    padding-bottom: 0;
}

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


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	margin-bottom: 20px;
	padding: 20px 75px 17px;
	border-radius: 8px;
	background: #fff url(/images/bg_cate.png) no-repeat left center;
}
.archives-header h1,
.archives-header a {
	color: #b27436;
	font-size: 18px;
	font-weight:bold;
}
.archives-header a:hover {
	opacity:0.5;
	text-decoration:none;
}

/* 記事下広告 */
#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: -60px;
} */
.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
----------------------------------------------- */

.ldb_menu-list:before,
.ldb_menu-list:after,
.thumbBlock:before,
.thumbBlock:after,
.galleryThumbnail:before,
.galleryThumbnail:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.ldb_menu-list:after,
.thumbBlock:after,
.galleryThumbnail:after,
.clearfix:after {
	clear:both;
}

.google-user-ad-article {
  display: flex;
  margin: 10px 0;
}