@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".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-image: url('img/img-bg.gif');
}
#wrapper {
}
#container {
	border-radius:4px;
	margin: 0 auto;
	min-width: 960px;
	padding: 0 20px 0 20px;
	margin-bottom: 150px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#main {
	*padding: 70px 0px;
	padding: 5px 0px;
}
#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 {
}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {

}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar a {
	    color: #333;
}
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: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #89a433;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #89a433;
}
a:hover {
	color: #c9d4ad;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	border-radius: 4px 4px 0 0;
	height: 440px;
	position: relative;
}
#blog-header-inner {
	padding: 20px;
}
#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;
}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	background-color: #e6b44e;
	border-bottom: 1px solid #d19211;
height: 60px;
min-width: 960px;
padding: 0 20px 0 20px;
}
.gnavInner {
	width: 960px;
	margin: 0 auto;
}
.ldb_menu {
	float: left;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
}
.ldb_menu-list li a {
    display: inline-block;
    padding: 22px 22px;
	color: #fff;
	font-weight: bold;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
	background-color: #d19211;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 30px 20px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e6b44e;
    border-radius: 10px;
	margin-bottom: 40px;
}
.first-article {
}

/* 記事ヘッダー、記事タイトル */
.first-article .thumbBlock {
	display: none;
}

.article .thumbBlock02 {
	display: none;
}

.first-article .thumbBlock02 {
	display: block;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}

.first-article .thumbBlock02 img {
    border-radius: 8px;
    max-width: 558px;
}

.first-article .thumbBlock,
.article .thumbBlock {
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 8px;
	position: relative;
}
.article .thumbBlock img {

	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	*opacity: 0.7;
}
.article .thumbBlock img:hover {

}

.article-header {
	overflow: hidden;
}
.single .article-header{
margin-bottom: 20px;
}
.article-title {
	margin: 0 0 15px 0;
}
.article-title a {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.article-title a:hover {
	text-decoration: none;
}
.headline-article-index-body-inner {
	line-height: 1.7;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	display: none;
}

.article-category dt{
	display: none;
}

.article-category a {
text-decoration: underline;
	font-size: 12px;
}

.article-category .article-category1 {
	padding: 0 8px 0 0;
}

.first-article .headline-article-index-body-inner{
	display: block;
}

.article-category dd.article-category2{
	border-left: 1px solid #89a433;
}

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

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

.first-article .article-social-btn {
	display: none;
}

.article .article-social-btn02{
	display: none;
}


.first-article .article-social-btn02{
	display: block;
}

/* 関連記事 */
.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;
}


/* つづきボタン */
.btReadmore {
	background: url("/img/img-readmore_ov.png") no-repeat top right;
	text-align: right;
	height: 69px;
}
.btReadmore a {
	display: inline-block;
	width: 214px;
	height: 69px;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img {
	visibility: hidden;
}


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

/* メッセージボード */
.message-board {
	background-color: #fff;
	border: 1px solid #e6b44e;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 65px;
	overflow: hidden;
	padding: 15px;
}

/*猫あしらい*/

#cat {
    display: none;
}

.first-article #cat {
    display: block;
position: absolute;
    top: -56px;
    left: 20px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
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 {
	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 {
	max-width: 560px;
	height: auto !important;
}
.article-body-inner img.pict{
    height: auto;
    margin: 1em 0 1.5em!important;
    max-width: 100%;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
.pager a {
	color:#333;
}

ul.index-navigator{
	margin:18px 0 45px;
}

ul.index-navigator li a,
ul.index-navigator li.current span {
border-radius: 4px;
	padding: 2px 11px 0 11px;
}

ul.index-navigator li.current span {
	color: #fff;
	background-color: #e6b44e;
}
ul.index-navigator a:hover {
	color: #fff;
	background-color: #e6b44e;
	text-decoration: none;
}
ul.index-navigator .paging-prev a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-first a:hover,
ul.index-navigator .paging-last a:hover
 {
	background-color: #e6b44e;
}

ul.index-navigator .paging-prev a {
	height: 28px;
	margin-bottom: 4px;
	background: url("/img/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
height: 28px;
	margin-bottom: 4px;
	background: url("/img/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	height: 28px;
	margin-bottom: 4px;
	background: url("/img/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	height: 28px;
	margin-bottom: 4px;
	background: url("/img/ico_pager_last.png") no-repeat center center;
}
ul.index-navigator .paging-prev a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-first a:hover,
ul.index-navigator .paging-last a:hover {

}
.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.article-pager li a{
    background-color: #1c2447;
    color: #fff;
}

ul.article-pager li a:hover {
	background-color:#ffcf03;
}



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

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #e6b44e;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
	padding: 40px;
	background-color: #e6b44e;
	min-width: 920px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    color: #b17b0c;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    background: url("/img/img-subtitle.png") no-repeat 5px;
    text-indent: 40px;
    height: 28px;
}
.sidewrapper .side .sidebody{
	font-size: 14px;
}

.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 13px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.plugin-categorize .side .sidebody{
	margin: 0 0 5px 0;
}
.plugin-monthly .side .sidebody{
	margin: 0 0 5px 0;
}

/* プロフィール */
.sidewrapper.profileArea {
	border-radius: 2px;
	padding: 45px 0px 35px;
}
.imgProfile {
	margin: 0 0 10px 0;
	text-align: center;
}
.txtName {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: normal;
	color: #b17b0c;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
.profileArea .sentence{
font-size: 14px;
    line-height: 1.6;
    color: #333;
}

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

/*ギャラリー*/
ul.galleryThumbnail li img{
    border-radius: 6px;
    border: none;
    margin-bottom: 2px;
    margin-right: 2px;
}

/* 記事検索 */
.sidewrapper.plugin-search_internal {
}
.sidewrapper input.sf {
    border: 1px solid #e6b44e;
    box-shadow: none;
    box-sizing: border-box;
    padding: 5px;
    width: 250px;
    height: 40px;
    background: none;
    border-radius: 4px;
    background-color: #fff;
}
.sidewrapper input.sfbtn {
    background: #e6b44e url("/img/ico_search.png") no-repeat center center;
    border-radius: 0 0 0 0;
    text-shadow: none;
    color: #fff;
    transition: none;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    border-radius: 4px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	background-color: #d19211;
}

/* 人気記事 */
.side div.popular-articles table td{
	padding-bottom: 15px;
}
.popular-articles a {
    font-size: 14px;
}
.populararticles-rank {
    font-size: 14px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
padding: 10px;
    color: #b17b0c;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    background: url("/img/img-subtitle.png") no-repeat 5px;
    text-indent: 32px;
    height: 28px;
}

.archives-header h1 {
	font-weight: bold;
}

/* 記事下広告 */
#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 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 {
  -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
----------------------------------------------- */

.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.pager,
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */

.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:30px 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; }