@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Blanco";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-03-14";
 :release [:revision "1.01"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/25737519.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fdfdfc;
}

body.meirio {
font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}

#wrapper {
	padding-top: 60px;
}
#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 900px;
}
#content {
	position: relative;
}
#main {

}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {

}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {

}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	margin-top: 90px;
}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0;
	width: 240px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
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: #333333;
	font: 14px/1.2 Verdana,sans-serif;
}
a {
	color: #000000;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #666666;
}
a:hover {
	color: #3366cc;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {

}
#blog-header hgroup {

}
#blog-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#blog-title a {
	color: #000;
}

#blog-title a:hover {
	text-decoration: underline;
}

#blog-description {
	color: #333333;
	padding-top: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
#blog-description a {
	color: #000;
}

#blog-description a:hover {
	text-decoration: underline;
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin-top: 30px;
}
.first-article {
	margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin: 15px 0;
}
.article-title a {
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.article-title a:hover {
	text-decoration: underline;
}

/* 続きを読む (上書き)*/
.article-continue {
	display: block;
	text-align: center;
	clear: both;
	margin: 30px 0;
	float: right;
}
.article-continue a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: inline-block;
	padding: 5px 10px;
	background-image: none;
	background: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.article-continue a:hover {
	background: #ddd;
}

/* 日付 */
.article-date {
	color: #999;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 20px;
	border-top: 1px solid #c5c5c5;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	margin-bottom: -1px;
	float: right;
}

/* 関連記事 */
.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 {
	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;
}

/* メッセージボード */
.message-board {
	border-top: 1px dotted #c5c5c5;
	border-bottom: 1px dotted #c5c5c5;
	color: #888;
	line-height: 1.6;
	margin: 30px 0 0 0;
	padding: 15px 0;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #555555;
	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:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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-set,
.trackback-set {
	border-bottom: 1px dotted #C5C5C5;
}

.comment-set:last-child,
.trackback-set:last-child {
	border-bottom: none;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #f3f3f3;
	font-weight: normal;
	color: #666;
}
ul.index-navigator li.current span {
	background-color: #dedede;
}
ul.index-navigator a:hover {
	color: #999;
	background-color: #f9f9f9;
}
ul.index-navigator a:visited {
	color: #999;
}

/* 記事ページ、月別アーカイブページ */
.pager {
	margin-top: 60px;
}
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #f3f3f3;
	font-weight: normal;
	color: #666;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#666;
	padding: 40px;
}
#blog-footer a {
	color:#666;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidebody {
	padding-left: 10px;
	color: #666;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_blanco_2c/arrow.gif) no-repeat left 4px transparent;
}
.sidebody a:hover,
.side a:hover {
	color: #3366cc;
	text-decoration: underline;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
	background: none;
}

.sidewrapper .side .sidebody.category-child a {
	color: #666;
}

.sidewrapper .side .sidebody.category-child:before {
	content:"- ";
}


.side {
	font-size: 13px;
	color: #666;
}

/* カレンダー */
.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: #666;
	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: #dedede;
	color:#666;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	color: #fff;
	background-color: #3366cc;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #333;
	font-size: 14px;
	margin-bottom: 60px;
}

.archives-header h1 {
	font-weight: bold;
}

/* 記事下広告 */
#ad2 {
	margin: 30px;
}
#ad2 a.addescription {
	color:#666;
}

#ad2 a {
color: #333;
}

#ad2 a:hover {
color: #3366cc;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}