@charset "utf-8";
@import url(https://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "金魚";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-08-08";
 :release [:revision "1.12"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18117902.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/bg_left_bottom.png) no-repeat left bottom;
	background-attachment: fixed;
}
#wrapper {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/bg_left_top.png) no-repeat left top;
	background-attachment: fixed;
}
#wrapper2 {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/bg_right_top.png) no-repeat right top;
	background-attachment: fixed;
}
#container {
	margin: 0 auto;
	width: 960px;
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/bg_center_top.png) no-repeat 260px 0;
}
#content {
	position: relative;
}
#main {
	float: left;
	width: 660px;
}
#main-inner {}
#sidebar {
	float: right;
	width: 243px;
}
#sidebar-inner {}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #222;
	font: 13px Helvetica, Verdana, sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #ef6e4b;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #999;
}
a:hover {
	color:#ED5931;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position:relative;
	height:215px;
	margin-bottom:20px;
}
#blog-title {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding:90px 0 10px;
}
#blog-title a {
	color: #222;
}
#blog-title a:hover {
	text-decoration:none;
}
#blog-description {
	color: #222;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.4;
}
#blog-description a {
	color: #222;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin-bottom:40px;
}
.first-article {
	border-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	color: #ED5931;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom:5px;
}
.article-title a {
	color: #ef6e4b;
	font-size: 24px;
	letter-spacing: 1px;
	text-decoration: none;
}
.article-title a:hover {
	color:#ED5931;
	text-decoration: underline;
}

/* 日付 */
.article-date {
	color: #999;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	clear: both;
	margin: 1em 0;
}
.article-meta {
	list-style: none;
	padding: 16px 0 36px;
	/*padding: 16px 0;*/
}
.article-social-btn {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
	color:#50AD13;
	margin-bottom:10px;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/dot.jpg) no-repeat 0 4px;
	margin-bottom:10px;
	padding-left: 15px;
}

/* 続きを読む */
.article-continue a {
	display:inline-block;
	background:url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_more.png) 100% 3px no-repeat;
	padding-right:20px;
	font-weight: bold;
	color:#222;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    border:1px solid #DAD9D4;
	background-color:#efefef;
	color:#222;
	line-height: 1.4;
	overflow: hidden;
	padding:18px 14px;
	margin-bottom:26px;
}
body.layout-2col .message-board {
	margin-top:0;
}
/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #222;
	line-height:2;
}
.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{
	margin:0;
	margin:30px 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}

#trackbacks h1.article-option-title,
#comments h1.article-option-title{
	font-size:15px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #EF6E4B;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
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 {
	color:#222;
	font-size:12px;
	padding: 40px;
	text-align:center;
}
#blog-footer a {
	color:#222;
}

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	border-top:0;
}
.sidewrapper {
	border-bottom: 1px solid #efefef; 
	margin-bottom:40px;
	padding-bottom: 40px;
}
.sidewrapper:after{
	border-bottom: 1px solid #d8d8d8;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	color: #50ad13;
	width:220px;
	margin-bottom:30px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_kh_goldfish_2c/dot.jpg) no-repeat 0 4px;
	margin:0;
	margin-bottom:15px;
	padding-left: 15px;
}
.sidewrapper .side .sidebody.category-child {
	margin-left:13px;
}

/* カレンダー */
.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 {
	background-color: #EF6E4B;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #ED5931;
}
table.caltblday td a:visited {
	background-color: #ED5931;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header h1{
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	color: #50ad13;
	width:660px;
	margin-bottom:30px;
}

/* 記事下広告 */
#ad2 {
	margin-bottom:4em;
}
#ad2 a.addescription {
	color:#666;
}