@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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}

#wrapper {
	padding-top: 10px;/* ヘッダーと上の隙間 */
}
#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 1256px;/* 左右の大きさ */
}
#content {
	position: relative;
	background: url(http://livedoor.blogimg.jp/byezowism/imgs/2/2/22a731ae.png)/9;
}
#main {
	padding-left: 20px; /* 全体を左端から離す */

}
#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: 270px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	margin-top: 90px;
}
body.layout-2col #main {
	width: 890px;
	padding-right: 20px; /* 右端から離す */
	background: url(http://livedoor.blogimg.jp/byezowism/imgs/2/2/22a731ae.png)/9;
	border-right: 1px solid #999999;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0;
	padding-top: 10px;
	width: 300px;
	padding-right: 10px; /* 右端から離す */
	padding-left: 10px; /* を左端から離す */
	background:rgba(247,247,247,0.0); /* 一行追加 */
	background: url(http://livedoor.blogimg.jp/byezowism/imgs/2/2/22a731ae.png)/9;
}
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;
	padding-left: 0px; /* 背景画像を左に寄せた */
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #0000FF;
	font: 14px/1.2 Verdana,sans-serif;
}
a {
	color: #000000;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	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-top: 10px;
	background: url(http://livedoor.blogimg.jp/byezowism/imgs/1/2/12afcf2d.png) no-repeat left top;
	line-height: 100%; /* 画像の高さ(文字を中段にする） */
	height: 70px; /* 画像の高さ */
	text-align:left;
	padding-top:20px;/*文字の上の隙間*/
	border-bottom: 4px solid #666666;
}
.article-title {
	margin: 15px 0;
}
.article-title a {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-left: 90px; /*タイトル右へ寄せる*/
}

.article-title a:hover {
}

/* 続きを読む (上書き)*/
.article-continue {
	display: block;
	text-align: center;
	clear: both;
	margin: 30px 0;
	float: right;
}
.article-continue a {
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	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: #999999;
	font-size: 14px;
	padding-left: 90px;
	font-weight: bold;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 20px;
	border-top: 1px solid #000000;
}
.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 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
	line-height: 2.0;
	padding-top:10px;/*文字の上の隙間*/
	color: #666666;
}
.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;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
	line-height: 2.0;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	max-width: 100%;
}


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

.comment-set,
.trackback-set {
	border-bottom: 1px dotted #000000;
}

.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: bold;
	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: bold;
	color: #666;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	background: url() no-repeat left top;/* 画像の左右幅は40px */
	line-height: 38; /* 画像の高さ(文字を中段にする） */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
	text-align:left;
	border-bottom: 4px solid #999999;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 0.7em;
	padding-left: 0px; /*タイトル右へ寄せる*/
}
.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 {
	background: none;
}

.sidewrapper .side .sidebody.category-child a {
	color: #666;
}

.sidewrapper .side .sidebody.category-child:before {
	content:"- ";
}


.side {
	font-size: 14px;
	color: #666;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}

/* カレンダー */
.calendarhead {
	text-align: left;
	border-bottom: 4px solid #999999;
	line-height: 2.0;
	color: #777777;
	font-size: 12px;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #ff5d5d;
}
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:#3366cc;
	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;
}
#blog-header {
	background: url(http://livedoor.blogimg.jp/byezowism/imgs/c/c/cc88a7ba.jpg) no-repeat center top;
	height: 916px; /* 画像高さ */
}

#blog-title {
	text-indent: -9000px; /* 「文字」はアッチへ行け */
}

#blog-title a {
	width: 1221px; /* 画像幅 */
	height: 916px; /* 画像高さ */
	display: block;
	overflow: hidden;
	outline: none;
	text-align: left;
	margin-left: 4px
}

#blog-description {
	display: none; /* ブログの説明非表示（一行追加） */
}

body.layout-2col #content{
	margin-top: 0px;
}
.sidewrapper .side,.sidewrapper .side a{
	color:#666666;
	font-size: 12px;
	line-height: 1.5;
}
.sidebody{
	line-height:14px;
	background-position:left top;
	background-image:none;
}
.side form {
	margin-bottom: 20px;
}
.article-tags dd a {
font-size: 12px; /* ユーザータグの文字サイズ */
	color:#000000;
}

.article-body table, .article-body td, .article-body th {/* 表組み始まり */
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 20px;
	height: 15px;
	font-size: 10px; 
	text-align: center; /* 一行挿入 */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}/* 表組み終わり */