@charset "EUC-JP";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_si_penguin_soda_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-06-10";
 :release [:revision "1.00"; :created "2013-06-10"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
html {
	background-color: #01a7fc;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_penguin_soda_2c/awa.png);
}
body {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_penguin_soda_2c/lemon.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	padding-top: 10px;
}
#container {
	margin: 0 auto;
	width: 970px;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_penguin_soda_2c/moyamoya.png);
	background-repeat: no-repeat;
	background-position: 2px 350px;
}
#content {
	border-radius: 0 0 4px 4px;
	margin: 0 auto;
	width: 920px;
	position: relative;
}
#main {
	padding: 50px 55px;
}
#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 {
	*overflow: hidden;
}
body.layout-2col #main {
	width: 570px;
	min-height: 1239px;
	display: table-cell;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_70.png);
	border-radius: 4px 0px 0px 4px;
	*float: left;
}
body.layout-2col #main-inner {
	width:570px;
}
body.layout-2col #sidebar {
	display: table-cell;
	padding: 45px 20px;
	width: 200px;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);
	border-radius: 0px 4px 4px 0px;
	*float: right;
}
body.layout-2col #sidebar-inner {
	width:200px;
}
body.layout-2col .message-board {
	margin-top: 0 !important;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	color: #0267d9;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #723c94;
}
a:hover {
	color: #0800a6;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 350px;
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_penguin_soda_2c/koori.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#blog-header-inner {
	padding: 20px;
}
#blog-title {
	color: #005dcf;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 0 200px;
	padding-bottom: 5px;
}
#blog-title a {
	color: #005dcf;
}
#blog-description {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	padding: 0 200px;
}
#blog-description a {
	color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.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 {
	color: #010101;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.article-title a:hover {
	color: #005dcf;
	text-decoration: underline;
}

/* 日付 */
.article-date {
	color: #696969;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 1px solid #d0f4ff;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	margin-bottom: -1px;
}

/* 関連記事 */
.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:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_70.png);
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	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:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	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 #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #57a6ff;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
.pager {
	margin-top: 40px;
}
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);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #d0f4ff;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	border-bottom: 1px solid #d8d8d8;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #4b4b4b;
	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 {
	padding-left: 12px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
	color: #4b4b4b;
}
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 {
	border: none;
}
table.caltblday td a {
	background-color: #57a6ff;
	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: #7cc6ff;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #fafafa;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #e4e7e8;
	border-left: 5px solid #5fadfe;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 9;
}