@charset "utf-8";
@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 "2013-01-08";
 :release [:revision "1.02"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/22119270.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-repeat: repeat;
    background-position: left top;
    background-color: #ffffff;
}
#wrapper {
	padding-top: 0px;

        background-repeat: no-repeat;
        background-position: left top;
}
#container {
	border-radius:4px;
	margin: 0 auto;
	width: 1320px;
        padding:0px 100px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 0px 0px 0px 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 {
	background:#fff;
}
body.layout-2col #main {
	width: 980px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0px 0px 0px 0px;
	width: 300px;
}
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: #1a1a1a;
	font: 14px/1.2 Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #000000;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #226a6e;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#1f4487;
	}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	border-radius: 4px 4px 0 0;
	background-color: #ffffff;
	border-bottom:1px dotted #b2b2b2;
        position:absolute; 0 0 -9999px 0;
}
#blog-header hgroup {
	padding: 0px 0px;
}
#blog-title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 10px;
}
#blog-title a {
	color: #333;
}
#blog-description {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #fff;
}




/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	color:#ffffff;
	border: 1px solid #000000;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
	position: relative;
	color:#ffffff;

}
.article-title {
	margin: 0px 0px 0px 0px;
        border-radius: 0px;
	color:#ffffff;
        background-color: #000;
}
.article-title a {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	color:#ffffff;
}

/* 日付 */
.article-date {
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 0px 5px;
}

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

.article-meta li {
float: left;
font-size: 12px;
line-height: 20px;
list-style: none;
margin: 0 0 0 8px;
}

.article-social-btn {

	margin-bottom: -1px;
}

dl.article-tags {
line-height: 1.3;
margin: 2em 0 0 0;
overflow: hidden;
}


/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 24px;
	font-weight: bold;
}
.article-body .related-articles ul {
	font-size: 18px;
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */

.article-continue a {
	color:#000000;
        font-size: 150%
}
.article-continue {
display: block;
text-align: center;
clear: both;
margin: 1em 0;
}


.article-continue a {
color:#333;
display: inline-block;
background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/arrow_right.png) 93% center no-repeat;
padding-right: 24px;
font-weight: bold;
}


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

/* メッセージボード */
.message-board {
	background-color: #e8f1f2;
	border-radius: 3px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

body.layout-2col .message-board {
margin-top: 0px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #f0f6f7;
	border: 1px solid #d0e4e5;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #1a1a1a;
	font-size: 14px;
	padding: 0px 0px 5px 5px;

}
.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:#f0f6f7;
	border: 1px solid #d5e6e8;
	border-radius:3px;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	margin: 2px 0px 0px 0px;
	padding:1px;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #000;
}
.comment-body {
	margin-left: 16px;
	color: #000;
	border-left: 1px solid #f0f6f7;
}
.ping-excerpt {
	color: #000;
	margin-left: 16px;
}

.comment-info, .trackback-set {
margin:0px;
font-size: 18px;
}

#article-options .article-option-title {
margin-bottom: 15px;
}

#article-options .comment-set, #article-options .trackback-set {
margin-bottom: 15px;
padding: 15px 18px 8px 15px;
border-radius: 3px;
background: #f0f6f7;
color: #000;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #333;
	border-radius: 3px; 
}
ul.index-navigator li.current span {
	background-color: #2b848a;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	border-radius: 3px; 
}
ul.index-navigator a:hover {
	background-color: #84c3c7;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px; 
}
ul.index-navigator a:visited {
	color: #555;
}

ul.index-navigator {
height: 36px;
margin: 30px 0;
text-align: center;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #82b1b3;
	border-radius: 3px;
	background-color: #84c3c7;
	box-shadow: 0 1px 0px rgba(255,255,255,0.3) inset;
	color: #fff;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	border: 1px solid #4d8e92;
	border-radius: 3px;
	background-color: #409095;
	box-shadow: 0 1px 0px rgba(255,255,255,0.3) inset;
	color: #fff;
	text-decoration: none;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px 40px 80px 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px dotted #b2b2b2;
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 10px 10px 1px 1px;

}
.sidewrapper .side .sidebody.category-child {
	margin: 0 0 7px 12px;
}

.plugin-search.sidewrapper .sidetitle{
	margin-bottom: 1.2em;
}

/* カレンダー */
.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: #2b848a;
	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: #226a6e;
}
table.caltblday td a:visited {
	background-color: #226a6e;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #e4eff0;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 15px;
}

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

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}
#ad2 a.adld,#ad2 a.adld:visited{} /* Ads by Google */
#ad2 .adbox{} /* 1つのbox */
#ad2 .adbox .adtop{} /* titleとurlを囲うbox */
#ad2 .adbox .adtop .adtitle{color:#1f4487;}  /* title */
#ad2 .adbox .adtop .adurl{color:#05805f;}  /* url */
#ad2 .adbox .addescription{}  /* description */
/* hoverのとき */
#ad2 .adhover{}
#ad2 .adhover .adtop{}
#ad2 .adhover .adtop .adtitle{color:#ff7797;}
#ad2 .adhover .adtop .adurl{color:#05805f;}
#ad2 .adhover .addescription{}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}

/* Generated via www.cssmenubuilder.com */

.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('http://livedoor.blogimg.jp/amatsubushi/imgs/e/a/ea8160f4.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; color:rgb(255,255,255); text-decoration:none; line-height:30px; display:block; background:url('http://livedoor.blogimg.jp/amatsubushi/imgs/e/a/ea8160f4.png') 100% -60px no-repeat; padding:0 17px 0 15px; }
.breadcrumb ul li a:hover {text-decoration:underline; color:rbg(255,255,255);}
.breadcrumb ul li a.active{background:none; color:rgb(255,255,255);}
.breadcrumb ul li a.active:hover {text-decoration:none;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('http://livedoor.blogimg.jp/amatsubushi/imgs/e/a/ea8160f4.png') 0% 0px no-repeat;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('http://livedoor.blogimg.jp/amatsubushi/imgs/e/a/ea8160f4.png') 100% -90px no-repeat; }




/* ----------------------------------------------- */


/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: 940;
    height: 400;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}



/*
  Reset Stylesheet Based on - html5doctor.com Reset Stylesheet http://html5doctor.com/html-5-reset-stylesheet/
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align:middle;
}


<script type="text/javascript" src="gifffer.js"></script>
<script>
window.onload = function() {
Gifffer();
}
</script>
