@charset "EUC-JP";
@import url(http://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-09-28";
 :release [:revision "1.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #000;
}
#wrapper {
	padding-top: 24px;
}
#container {
	margin: 0 auto;
	width: 940px;
}
#content {
	position: relative;
}
#main {
	width: 620px;
}
#sidebar {
	width: 240px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
	float: left;
}
body.sidebar-right #sidebar {
	float: right;
}
body.sidebar-left #main {
	float: right;
}
body.sidebar-left #sidebar {
	float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #fff;
	font: 14px/1.2 Verdana,sans-serif;
}
a {
	color: #80aff6;
	text-decoration: none;
}
a:link {
	color: #80aff6;
	text-decoration: none;
}
a:visited {
	color: #4c7ac1;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #9999ff;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin-bottom: 40px;
}
#blog-header hgroup {
}
#blog-header-image {
	height: 400px;
	width: 100%;
	background-color: #88bdff;
	background-image: -webkit-linear-gradient(#88bdff 0%, #306db9 100%);
	background-image:    -moz-linear-gradient(#88bdff 0%, #306db9 100%);
	background-image:     -ms-linear-gradient(#88bdff 0%, #306db9 100%);
	background-image:      -o-linear-gradient(#88bdff0%, #306db9 100%);
	background-image:         linear-gradient(#88bdff 0%, #306db9 100%);
}
#blog-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 30px 0;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #979797;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin: 30px 0;
}
#blog-description a {
	color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#blog-header.hide-text #blog-header-image {
	margin: 0;
}

#blog-header.hide-text #blog-title a {
	background-color:#000;
	opacity: 0;
	z-index: 10;
	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;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #666;
	margin-bottom: -1px;
	padding: 30px 0;
	position: relative;
}
.article-inner {
	height: 210px;
	overflow: hidden;
	position: relative;
}
.article-header,
.article-body {
	margin-left: 240px;
}
.article-first-image {
	background-color: #333;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 210px;
	width: 210px;
}
.article-first-image a {
	background-color: #000;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	width: 210px;
	display: inline;
}

.article.first-article {
	border-top: 0;
}
.article.last-article {
	border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 15px;
	position: relative;
}
.article-title {
	margin-bottom: 5px;
	max-height: 112px;
	overflow: hidden;
}
.article-title a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 個別記事のみ */
body.page-article .article {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
body.page-article .article-title {
	max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
	margin-left: 0;
}
body.page-article .article-header {
	border-bottom: 1px dashed #666;
	padding-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px dashed #666;
}
.article-meta {
	padding: 16px 0 32px;
}
.article-social-btn {
	border-bottom: 1px dashed #666;
	top: 1px;
	position: relative;
}

/* 関連記事 */
.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:#ccc;
}

/* 共通テーマ */
dl.common-theme{
	background-color: #222;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #222;
	border: 1px solid #333;
	border-radius: 4px;
	color: #ccc;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #222;
	border: 1px solid #333;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #ccc;
	font-size: 14px;
	line-height: 1.6;
}
.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:#222;
	border: 1px solid #222;
}
.article-body-inner blockquote:before {
	color: #555;
}
.article-body-inner img.pict{
	border: 5px solid #000;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #777;
	color: #777;
}
.comment-body {
	margin-left: 16px;
	color: #c7c7c7;
}
.ping-excerpt {
	color: #c7c7c7;
	margin-left: 16px;
}

#comment-form dt {
	color: #777;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #000;
	border: 1px solid #333;
	color: #ccc;
}
ul.index-navigator li.current span {
	background-color: #80aff6;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #666;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #ccc;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #333;
	border-radius: 3px;
	background-color: #000;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #ccc;
}

ul.article-pager li a:hover, ul.archives-pager li a:hover {
	background-color: #444;
	text-decoration: none;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#999;
	padding: 40px;
}
#blog-footer a {
	color:#999;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	border-bottom: 2px solid #ccc;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	padding:6px 0;
}
.sidewrapper .sidetitle a {
	color: #ccc;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	padding: 4px 0;
	border-bottom: 1px dashed #666;
}
.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #999;
}
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: #000;
}
table.caltblday .calon {
	background-color: #80aff6;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #333;
}
table.caltblday td a:visited {
	background-color: #9999ff;
}
ul.galleryThumbnail li {
	display: inline-block;
	margin: 5px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-bottom: 2px solid #999;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 10px 0;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#ccc;
}
#ad2 .adhover {
	background-color: #333!important;
	border: 1px solid #333!important;
}
#ad2 .adhover .adtop .adtitle{
	color: #9999ff!important;
}