@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_tenpo02_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-11";
 :release [:revision "1.00"; :created "2013-07-11"];
 :page <http://blogdesign.ldblog.jp/archives/29018131.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
html,body {
	height: 100%;
}
body {
	background-color: #fff;
}
#wrapper {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_tenpo02_2c/bg.png) repeat 50% 0;
	box-sizing: border-box;
	min-height: 100%;
	padding: 40px;
	text-shadow: 0 1px 1px #000;
}
#container {}
#content {
	position: relative;
}
#main {
	padding: 0 60px 20px;
}
.page-index #main {
	padding: 0;
}
#sidebar {
	padding: 15px;
}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 580px;
}
body.page-index.layout-2col #main {
	width: 300px;
}
body.layout-2col #main-inner {}
body.layout-2col #side-wrap {
	width: 330px;
}
body.layout-2col #sidebar-inner {}


/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	float: left;
}
body.layout-2col.sidebar-left #side-wrap {
	float: left;
}
body.page-index.layout-2col.sidebar-left #main,
body.page-index.layout-2col.sidebar-left #side-wrap {
	float: none;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #fff;
	font: 14px/1.2 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	color: #fff;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_60.png);
	width: 330px;
}
#blog-header-inner {
	padding: 15px;
}
#blog-title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #fff;
}
#blog-link {
	list-style: none;
	font-size: 14px;
	padding-top: 25px;
	margin-top: 15px;
	border-top: 1px solid #2e2b2b;
	line-height: 1;
}
#blog-link li {
	margin-bottom: 10px;
}
#blog-link li a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_tenpo02_2c/dot.png) no-repeat 0 5px;
	padding: 0 0 0 10px;
	color: #fff;
}

/* メインカラム
----------------------------------------------- */

/* トップページ記事全体 */
.article-side-list-wrap {
	padding: 15px;
}
.article-side-list {
	list-style: none;
}
.article-side-list li {
	margin-bottom: 13px;
}
.article-side-title {
	font-size: 12px;
	margin-bottom: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.article-side-list-date {
	color: #eee;
	font-size: 10px;
	margin-bottom: 3px;
}
.article-side-list-title {
	font-size: 16px;
}

/* アーカイブ記事全体 */
.archives-list {
	list-style: none;
}
.archives-list li {
	overflow: hidden;
	margin-bottom: 15px;
}
.archives-date {
	font-size: 11px;
	width: 130px;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	padding-top: 5px;
}
.archives-title {
	font-size: 21px;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	margin-left: 130px;
}

/* 記事全体 */
.article {
	padding: 60px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
	clear: both;
	padding-top: 30px;
}
.article-title a {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
}
.article-title a:hover {
	text-decoration: underline;
}

.article-category {
	width: 460px;
	float: left;
}
.article-category dt {
	background: none;
	display: none;
}
.article-category dd {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 15px;
}

.article-category dd a {
	display: block;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_70.png);
	padding: 5px 13px;
}

.article-category dd.article-category2 {
	border-left: 0;
}

dl.article-tags {
	font-size: 14px;
	padding: 30px 0 0;
}
dl.article-tags dt {
	color: #b9b9b9;
	text-indent: 0;
	width: auto;
	background: none;
}
dl.article-tags dd {
	margin-left: 3px;
}

dl.article-tags a:link,
dl.article-tags a:visited,
dl.article-tags a:active {
	text-decoration: underline;
}
dl.article-tags a:hover {
	text-decoration: none;
}

/* 日付 */
.article-date {
	color: #fff;
	font-size: 12px;
	width: 110px;
	float: right;
	padding-top: 5px;
	text-align: right;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-top: 1px dotted #999;
}

/* 関連記事 */
.related-articles {
	padding: 20px 0 16px;
	line-height:1.3;
	border-bottom: 1px dotted #999;
}
.related-articles h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.related-articles ul li {
	font-size: 14px;
	margin:4px 0;
	padding-left: 16px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_tenpo02_2c/dot2.png) no-repeat 0 8px;
}

/* 続きを読む */
.article-continue a {
	color:#fff;
}

/* 共通テーマ */
dl.common-theme{}
dl.common-theme dt {
	text-indent: 0;
	background: none;
	width: auto;
	color: #999;
}
dl.common-theme dd {
	margin-left: 3px;
}

/* メッセージボード */
.message-board {
	line-height: 1.6;
	overflow: hidden;
	padding: 15px;
}
body.layout-2col .message-board {
	margin: 0;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png);
}

/* ソーシャルボタン */
.article-social-btn {
	clear: both;
	padding: 0 0 20px;
	text-align: right;
	white-space: nowrap;
}
.article-social-btn li {
	display: inline;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #fff;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	clear: both;
	font-size: 24px;
	border-bottom: 1px dotted #fff;
}
.article-body-inner h2 {
	font-size: 22px;
}
.article-body-inner h3 {
	font-size: 20px;
}
.article-body-inner h4 {}
.article-body-inner blockquote {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png);
}
.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 a:hover {
	text-decoration: none;
}
.article-body-inner iframe + br + small { /* Google Map用 */
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_60.png);
	padding: 5px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
	border-top: 1px dotted #999;
	padding-top: 20px;
	font-family: Helvetica,Verdana,sans-serif;
}
.article-option-title {
	color: #dedede;
	font-size: 14px;
}

.comment-author,
.ping-title {
	text-shadow: 0 1px 1px #000;
}

.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}
.comment-body {
	margin-left: 16px;
	color: #fff;
	font-size: 14px;
}
.ping-excerpt {
	color: #fff;
	margin-left: 16px;
	font-size: 14px;
}

#comment-form dt {
	color: #fff;
	font-size: 13px;
}
#comment-form dd {
	text-shadow: 0 1px 1px #fff;
}

#article-options input.text, #article-options textarea, .trackback-form-url input {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_90.png);
}


/* ページ送り
----------------------------------------------- */
.pager {
	font-size: 12px;
}

/* トップページ */
ul.index-navigator {
	margin: 0;
	height: auto;
	padding: 7px 0 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #fff;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_20.png);
	line-height: 21px;
	padding: 0 8px;
}
ul.index-navigator li.current span {
	color: #fff;
}
ul.index-navigator a:hover {
	text-decoration: none;
	color: #fff\9; /* IE8 */
	color: rgba(255,255,255,0.5);
}
ul.index-navigator a:visited {
	color: #fff;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
	overflow: hidden;
	padding: 20px 0;
}
ul.article-pager li,
ul.archives-pager li {
	display: block;
	width: 50%;
	margin: 0;
}
ul.article-pager li.prev,
ul.archives-pager li.prev {
	float: left;
	text-align: left;
}
ul.article-pager li.next,
ul.archives-pager li.next {
	float: right;
	text-align: right;
}
ul.article-pager li a,
ul.archives-pager li a {
	color: #fff;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_20.png);
}

ul.article-pager li a, ul.archives-pager li a {
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

ul.article-pager li a:hover, ul.archives-pager li a:hover {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_20.png);
	color: #fff\9; /* IE8 */
	color: rgba(255,255,255,0.5);
}



/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
	padding: 40px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.sidewrapper .sidetitle a {
	color: #fff;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 12px 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/* カレンダー */
table.caltbl {
	width: 78%;
}
.calendarhead {
	font-size:13px;
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	font-size:13px;
	color: #fff;
}
table.caltblwk .sun {
	font-size:13px;
	color: #ff5d5d;
}
table.caltblwk .sat {
	font-size:13px;
	color: #578efa;
}
table.caltblday {
	font-size:13px;
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_20.png);
}
table.caltblday .calon {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_40.png);
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
table.caltblday td a:hover {
	background-color: #fff;
	color: #000;
}

.sidewrapper input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_90.png);
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header h1 {
	display: inline-block;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_70.png);
	padding: 5px 13px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */