@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 "2013-01-08";
 :release [:revision "1.02"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/22119270.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_black_watch_2c/bg_cloth.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-color: #e5e5e5;
}
#wrapper {
	padding-top: 60px;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_black_watch_2c/bg.png);
        background-repeat: no-repeat;
        background-position: left top;
}
#container {
	border-radius:4px;
	margin: 0 auto;
	width: 940px;
        padding:0px 100px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 40px 40px 20px 40px;
}
#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: 600px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 40px 20px 20px 40px;
	width: 200px;
}
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: #2b848a;
	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;
}
#blog-header hgroup {
	padding: 30px 40px;
}
#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 {
	padding: 45px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 15px;
	position: relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color:#2b848a;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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 {
	border-top:1px dotted #b2b2b2;
	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: 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 {
display: block;
text-align: right;
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;
}
.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: 1em 6px 1.5em!important;
	padding:5px;
	max-width: 98.4%;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_black_watch_2c/photo_bg.gif) repeat;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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-info, .trackback-set {
margin:0px;
font-size: 12px;
}

#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;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
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: 12px;
	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: 0 0 7px 0;
}
.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;
}