@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 "Premium Design Template for livedoor Blog";
 :created "2012-11-21";
 :release [:revision "1.02"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/20383094.html>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-image: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_teabreak_2c/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
	background-color: #c07733;
}
#wrapper {
	padding-top: 50px;
}
#container {
	border-radius:4px;
	margin: 0 auto;
	width: 940px;
}
#content {
	position: relative;
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_70.png) repeat;
	border-radius: 0px 0px 4px 4px;
}
#main {
	padding: 20px 40px;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	padding: 20px 40px;
}
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 {
}
body.layout-2col #main {
	float: left;
	padding: 20px 0px 20px 40px;
	width: 620px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	float: right;
	padding: 20px 40px 0px 0px;
	width: 200px;
}
body.layout-2col #sidebar-inner {}

body.layout-2col .message-board {
margin-top: 0px;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	 color: #dedede;
	font: 14px/1.2 Verdana,sans-serif;
}
a,
body.articlePage .article-title a:visited {
	color: #d28a28;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #b57012;
}
a:hover {
	color: #e7e7e7;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_70.png) repeat;
	min-height: 150px;
	border-radius: 4px 4px 0 0;
}
#blog-header hgroup {
	padding: 40px;
}
#blog-title {
	color: #D28A28;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}
#blog-title a {
	color: #D28A28;
}
#blog-description {
	color: #e2e2e2;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 1px 0px rgba(0, 0,0, 0.7);
}
#blog-description a {
	color: #C23030;
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 60px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* 日付 */
.article-date {
	color: #b2b2b2;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
}

/* 関連記事 */
.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:#f4f4f4;
}

/* 共通テーマ */
dl.common-theme{
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
 	border: 1px solid #000;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
	border: 1px solid black;
	border-radius: 4px;
	color: #D5D5D5;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
	border: 1px solid #000;
}

.comment-info, .trackback-set {
	border-radius: 4px;
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
	border: 1px solid #000;
	margin: 16px 0;
	font-size: 12px;
	padding: 10px;
}



/* 記事本文
----------------------------------------------- */
.article-body {
	color: #fafafa;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #999;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
	border: 1px solid black;
}
.article-body-inner blockquote:before {
	color: #666;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #666;
	color: #b2b2b2;
}
.comment-body {
	margin-left: 16px;
	color: #d5d5d5;
	font-size: 13px;
}
.ping-excerpt {
	color: #d5d5d5;
	margin-left: 16px;
}
#comment-form dt {
	text-align: right;
	
line-height: 30px;
	color: #999;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #333;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #D28A28;
	color: #fff;
	text-shadow: 0 1px 0 #663333;
}
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);
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
	padding: 40px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.side {
	background: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_teabreak_2c/hr.png) repeat-x;
	padding-top: 30px;
}
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	 color: #dedede;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 12px;
}

/* カレンダー */
.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 td a {
 display:block;
 color:#fff;
 height: 23px;
 line-height: 23px;
 text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td.caloff {
 background-color: #fff;
 border: 1px solid #e4e7e8;
}
table.caltblday td.calon a {
 background-color: #e79930;
}
table.caltblday td.calon a:visited {
 background-color: #b57012;
}
table.caltblday td.calon a:hover {
 background-color: #000;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_50.png) repeat;
	border: 1px solid black;
	color: #D5D5D5;
	border-left: 5px solid #666;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

/* ページトップへ */
.to-pagetop a img {
	opacity: 0.7;
}
.to-pagetop a:hover img {
	opacity: 1;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#aaa;
}
a.adtitle, .adhover a.adtitle {
color: #D28A28;
}

a.adurl, .adhover a.adurl {
color: #D28A28;
}