@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 "2014-11-26";
 :release [:revision "1.02"; :created "2014-11-26"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
------------------------------------- */
body {}
#wrapper {}
#container {
	margin: 0 auto;
	width: 980px;
	padding-top: 60px;
}
#content {
	position: relative;
}
#main {
	width: 980px;
}

/*
	3カラムレイアウト
*/

/* 幅 */
body.layout-3col #sidebar-a {
	width: 180px;
}
body.layout-3col #sidebar-b {
	width: 280px;
}

/* 両サイドバー */
body.layout-3col.sidebar-both #main {
	float: left;
}
body.layout-3col.sidebar-both #main-inner {
	margin: 0 300px 0 200px;
}
body.layout-3col.sidebar-both #sidebar-a {
	float: left;
	margin-left: -100%;
}
body.layout-3col.sidebar-both #sidebar-b {
	float: left;
	margin-left: -280px;
}

/* 右2つサイドバー */
body.layout-3col.sidebar-right #main {
	float: left;
	margin-right: -480px;
}
body.layout-3col.sidebar-right #main-inner {
	margin-right: 500px;
}
body.layout-3col.sidebar-right #sidebar-a,
body.layout-3col.sidebar-right #sidebar-b {
	float: right;
}
body.layout-3col.sidebar-right #sidebar-b {
	margin-right: 20px;
}

/* 3カラム左2つサイドバー */
body.layout-3col.sidebar-left #main {
	float: right;
	margin-left: -480px;
}
body.layout-3col.sidebar-left #main-inner {
	margin-left: 500px;
}
body.layout-3col.sidebar-left #sidebar-a,
body.layout-3col.sidebar-left #sidebar-b {
	float: left;
}
body.layout-3col.sidebar-left #sidebar-b {
	margin-left: 20px;
}

/*
	2カラムレイアウト
*/

/* 幅 */
body.layout-2col #sidebar-a,
body.layout-2col #sidebar-b {
	width: 280px;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #main {
	float: left;
	margin-right: -280px;
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 310px;
}
body.layout-2col.sidebar-right #sidebar-a {
	float: right;
}
body.layout-2col.sidebar-right #sidebar-b {
	clear: right;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #main {
	float: right;
	margin-left: -280px;
}
body.layout-2col.sidebar-left #main-inner {
	margin-left: 310px;
}
body.layout-2col.sidebar-left #sidebar-a {
	float: left;
}
body.layout-2col.sidebar-left #sidebar-b {
	clear: left;
	float: left;
}

/*
	1カラムレイアウト
*/
body.layout-1col #sidebar-a,
body.layout-1col #sidebar-b {
	padding-top: 20px;
}
body.layout-1col .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 300px;
}


/* 全体の文字色、リンク色
------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	color: #333;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #a5a5a5;
}
a:hover {
	text-decoration: underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
------------------------------------- */
#blog-header {
	background-color: #dfdfdf;
	min-height:180px;
	min-width: 960px;
}
#blog-header-inner {
	margin: 0 auto;
	width: 1140px;
}
#blog-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-title a {
	color: #fff;
}
#blog-description {
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}


/* メニューバー
------------------------------------- */
.ldb_menu-wrapper {
	width: 100%;
	background: #333;
}
.ldb_menu-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ldb_menu-inner{
	margin: 0 auto;
	min-height: 60px;
	padding-right: 40px;
	position: relative;
	width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ldb_menu-list {
	overflow: hidden;
	list-style: none;
}
.ldb_menu-list li{
	float: left;
}
.ldb_menu-list li a{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 22px 30px;
	text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
/* 	background-color: #5e5e5e; */
}

/* ソーシャルアイコン */
.ldb_menu-list li.ldb_menu-item-twitter,
.ldb_menu-list li.ldb_menu-item-facebook,
.ldb_menu-list li.ldb_menu-item-flickr,
.ldb_menu-list li.ldb_menu-item-instagram {
	float: right;
	margin: 20px 18px 19px 0;
}
.ldb_menu-list li.ldb_menu-item-twitter a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/twitter.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-facebook a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/facebook.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-flickr a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/flickr.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-instagram a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/instagram.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-twitter a:hover,
.ldb_menu-list li.ldb_menu-item-facebook a:hover,
.ldb_menu-list li.ldb_menu-item-flickr a:hover,
.ldb_menu-list li.ldb_menu-item-instagram a:hover {
	background-color: transparent;
}
.social-links{
	position: absolute;
	top: 20px;
	right: 0;
}
.social-links-inner li{
	float: left;
	list-style: none;
	margin-right: 25px;
}


/* メインカラム
------------------------------------- */
/* 記事全体 */
.article {
	padding-top: 60px;
}
.first-article {
	padding-top: 0;
}

/* 記事ヘッダー、日付、記事タイトル */
.article-header {
	margin-bottom: 45px;
	position: relative;
}
.article-title {
	margin-top: 15px;
}
.article-title a {
	font-size: 24px;
	letter-spacing: 1px;
}

/* 日付 */
.article-date {
	color: #888;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.article-footer a {
	color: #333;
}
.article-meta {
	padding: 16px 0;
	float: left;
}
.article-social-btn {
	margin-bottom: -1px;
	text-align: right;
	float: right;
}
#article-options{
	clear: both;
}
.article-category dt, .article-comment-count dt, .article-continue a{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) 0 0 no-repeat !important;
}
.article-category dt{
	background-position: 0 3px !important;
	height: 15px;
	width: 11px;
}
.article-comment-count dt{
	background-position: 0 -60px !important;
	height: 15px;
	width: 11px;
}
.article-category dd, .article-comment-count dd{
	padding: 0 5px;
}

/* 関連記事 */
.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{
	border-top: 1px solid #E8E8E8;
	padding-top: 20px;
	margin: 30px 0 0;
}
.article-continue a {
	color: #666;
	background-position: 8px -122px !important;
	padding-left: 24px;
	font-weight: normal;
}

/* ブログネタ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-top: 0!important;
	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: #333;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.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; */
	height: auto;
	margin: 15px 0;
	/* max-width: 98.4%; */
}
.article-body-inner a {
	text-decoration: none;
}
.article-body-inner a:hover {
	text-decoration: underline;
}

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


/* ページ送り
------------------------------------- */
/* トップページ */
ul.index-navigator{
	height: 28px;
	margin-top: 70px;
	color: #b0b0b0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #b0b0b0;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 12px;
	margin: 2px;
}
ul.index-navigator li.current span {
	background-color: #333;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #333;
	color: #fff !important;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #b0b0b0;
}
ul.index-navigator .paging-last a,
ul.index-navigator .paging-next a,
ul.index-navigator .paging-prev a{
	text-indent: -9999px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 0 0;
}
ul.index-navigator .paging-last a{
	background-position: 12px -179px;
	width: 9px;
}
ul.index-navigator .paging-next a{
	background-position: 5px -296px;
	background-position: 12px -293px;
	width: 5px;
}
ul.index-navigator .paging-prev a{
	background-position: 12px -352px;
	width: 5px;
}

/* 記事ページ、月別アーカイブページ */
.pager{
	clear: both;
}
ul.article-pager, ul.archives-pager {
	margin: 20px 0 0;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #E8E8E8;
}
ul.article-pager li a,
ul.archives-pager li a {
	color: #333;
	padding: 0 !important;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #fff;
	text-decoration: underline;
}
ul.article-pager li.prev,ul.archives-pager li.prev{
	float: left !important;
	margin: 0;
}
ul.article-pager li.next,ul.archives-pager li.next{
	float: right;
	margin: 0;
}


/* ブログのフッター
------------------------------------- */
#blog-footer {
	background: #f0f0f0;
	color: #999;
	padding: 30px;
	margin-top: 120px;
}
#blog-footer a {
	color: #999;
}


/* ブログパーツ
------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #fcfcfc;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/sidebar.png) repeat 0 0 #666;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 10px 4px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/* カレンダー */
.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: #333;
	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: #333;
}


/* その他のパーツ
------------------------------------- */
/* ページトップへ */
.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;
	transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
	opacity: 0.9;
}

/* アーカイブヘッダ */
.archives-header {
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 1.8em;
	text-align: center;
	border: solid #e1e1e1;
	border-width: 1px 0 1px 0;
}
#category-header h1{
	display: inline;
	font-size: 18px;
}
.header-label{
	display: inline;
	color: #bbbbbb;
	font-size: 12px;
	padding-right: 16px;
}

/* 記事下広告 */
#ad2 {
	padding: 1.5em 0;
}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
------------------------------------- */
/* フリーエリアのプロフィール */
.profile-text{
	color: #666;
	font-size: 13px;
	text-align: left;
}
.profile-text dl{
	line-height: 21px;
	margin: 30px 0;
}
.profile-text dt{
	color: #333;
	font-weight: bold;
}
.profile-text dt.name {
	font-size: 16px;
}
.profile-text dd.name-ruby {
	color: #b8b8b8;
}

/* 検索ブログパーツ */
.sidewrapper input.sf, .sidewrapper input.sfbtn{
	height: 35px;
}
.sidewrapper input.sf{
	background: none;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	box-shadow: none;
	width: 78%;
	padding: 10px;
}
.sidewrapper input.sfbtn{
	background: #bbbbbb;
	color: #fff;
	text-shadow: none;
	border: none;
	border-radius: 0;
	width: 20%;
}
.sidewrapper input.sfbtn:hover{
	color: #fff;
}

/* 最新記事 */
.side ul.recent-article-image li img{
	margin: 0 15px 0 0;
}
.side ul.recent-article-image li a{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 21px;
}

/* 月別アーカイブパーツ */
.sidebody .year{
	font-size: 13px;
	padding-left: 12px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 0 -242px;
}
.sidebody .month a{
	font-size: 13px;
	padding-left: 21px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 10px -242px;
}
.sidebody .month div{
	padding-top: 4px;
}




/* /////////////////////////////////////////////////////////////////////////////

カスタマイズ領域
ここから下を編集して配色やレイアウトを設定してください。

///////////////////////////////////////////////////////////////////////////// */

/*
レイアウトの変更方法
各HTMLテンプレートのbodyタグにclassを記述
- layout-3col sidebar-both ・・・3カラム両サイドバー
- layout-3col sidebar-left ・・・3カラム左サイドバー
- layout-3col sidebar-right ・・・3カラム右サイドバー
- layout-2col sidebar-left ・・・2カラム左サイドバー
- layout-2col sidebar-right ・・・2カラム右サイドバー
- layout-1col ・・・1カラム
その上で下のCSSで幅を調整する
*/

/* =========================================================
画像設定
========================================================= */

/* ブログヘッダーの背景画像（メイン画像はHTMLに記述）
------------------------------------- */
#blog-header {
	background: url() center top;
}

/* =========================================================
横幅の設定
- メインカラム幅は指定しない。全体幅からサイドバーとマージンの幅を引いたものになる。
========================================================= */

/* 全体の幅
各カラムの幅とマージンを合計した値になるようにする
------------------------------------- */
#container,
#main,
.ldb_menu-inner{
	width: 980px; /* 全体の幅 */
}
#blog-header {
	min-width: 980px; /* 全体の幅 */
}
#blog-header-inner {
    margin: 0 auto;
    width: 1140px !important;
}

/* 3カラムレイアウト
サイドバーA: 180px
サイドバーB: 280px
カラム間のマージン: 20px
------------------------------------- */
body.layout-3col #sidebar-a {
	width: 180px; /* サイドバーA幅 */
}
body.layout-3col #sidebar-b {
	width: 280px; /* サイドバーB幅 */
}
body.layout-3col.sidebar-both #sidebar-b {
	margin-left: -280px; /* サイドバーB幅 */
}
body.layout-3col.sidebar-both #main-inner {
	margin-left: 200px; /* サイドバーA＋マージン */
	margin-right: 300px; /* サイドバーB＋マージン */
}
body.layout-3col.sidebar-left #main {
	margin-left: -480px; /* サイドバーA＋サイドバーB＋マージン1つ */
}
body.layout-3col.sidebar-right #main {
	margin-right: -480px; /* サイドバーA＋サイドバーB＋マージン1つ */
}
body.layout-3col.sidebar-left #main-inner {
	margin-left: 500px; /* サイドバーA＋サイドバーB＋マージン2つ */
}
body.layout-3col.sidebar-right #main-inner {
	margin-right: 500px; /* サイドバーA＋サイドバーB＋マージン2つ */
}
body.layout-3col.sidebar-left #sidebar-b {
	margin-left: 20px; /* マージン */
}
body.layout-3col.sidebar-right #sidebar-b {
	margin-right: 20px; /* マージン */
}

/* 2カラムレイアウト
サイドバー: 280px
カラム間のマージン: 30px
------------------------------------- */
body.layout-2col #sidebar {
	width: 280px; /* サイドバー幅 */
	float: right;
}
body.layout-2col #sidebar-a,
body.layout-2col #sidebar-b {
	width: 300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-left #main {
	margin-left: -300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-right #main {
	margin-right: -300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-left #main-inner {
	margin-left: 310px; /* サイドバー幅＋マージン */
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 300px; /* サイドバー幅＋マージン */
}

/* 1カラムレイアウト
------------------------------------- */
body.layout-1col .sidewrapper {
	margin: 0 10px; /* ブログパーツの横マージン */
	width: 300px; /* ブログパーツの幅 */
}


/* =========================================================
色の設定
========================================================= */

/* ---- 全体の文字色、リンク色 ------ */
body {
	color: #938a86; /* 基本文字色 */
	font: 14px/1.4 "Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Verdana,Arial,sans-serif !important;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited,
ul.article-pager li a,
ul.archives-pager li a {
	color: #f28d83; /* 基本リンク色 */
}
a:visited {
	color: #f28d83; /* 基本既読リンク色 */
}

/* ---- ヘッダー ---------------- */
#blog-header {
    margin-bottom: -36px;
    min-width: 960px;
}
#blog-header-inner {
    margin: 0 auto;
    width: 1140px !important;
}
#blog-header-image {
    margin: auto;
    width: 1140px;
}
#blog-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    z-index: 100;
}
/* ---- ヘッダー書籍 ---------------- */
body.layout-2col.sidebar-right #sidebar-b {
    clear: right;
    float: none;
    left: -300px;
    margin: auto;
    position: relative;
    top: -218px;
    width: 340px;
    z-index: 200;
}
#sidebar-b #sidebar-b-inner .plugin-books ul li {
    float: left;
    height: 190px;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 10px;
    overflow: hidden;
    width: 160px;
}
#sidebar-b #sidebar-b-inner  .plugin-books .bookcover {
    margin-bottom: 0;
}
#sidebar-b .bookcover img {
    border: 0 none;
    width: 160px;
}
#sidebar-b a:hover .bookcover img {
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
}
/* ---- メニューバー ---------------- */
.ldb_menu-wrapper {
   background: url("http://nanairo-perikan.blog.jp/designparts/pc/menu_bg2.png") repeat;
    clear: both;
    height: 68px;
    position: relative;
    top: -220px;
}
.ldb_menu-list li a:hover {
   color:#f36776!important;
}
.ldb_menu-list li a {
    color: #333 !important;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 25px 30px;
    text-decoration: none;
}
.social-links {
    position: absolute;
    right: 0;
    top: 24px;
}
.ldb_menu-list li.ldb_menu-item-twitter, .ldb_menu-list li.ldb_menu-item-facebook, .ldb_menu-list li.ldb_menu-item-flickr, .ldb_menu-list li.ldb_menu-item-instagram {
    float: right;
    margin: 24px 18px 19px 0;
}

/* ---- メッセージボード ------------ */
.message-board {
	background-color: #fafafa;
	border: 1px solid #e4e7e8;
	color: #938a86 ;
	width: 610px;
}
div.message-board-outer {
    margin: 0 0 60px;
}
/* ---- 記事本文 -------------------- */
#container {
    clear: both;
    margin: 0 auto;
    position: relative;
    top: -165px;
    width: 980px;
    padding-top: 0;
}

/* 記事index */
.article-wrap {
    display: block;
    overflow: hidden;
}
.article {
    padding-top: 0;
}
.article-box {
    border: 1px solid #e4e7e8;
    height: 320px;
}
.page-index .article,
.page-monthly .article,
.page-category .article {
    display: inline;
    float: left;
    height: 320px;
    margin: 0 40px 40px 0;
    min-height: 320px;
    padding: 0;
    width: 300px;
}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-header {
	margin-bottom: 15px;
}
.article-index-image {
	margin-bottom: 0;
}
.article-index-image img {
	 height: auto;
	max-width: 300px;
	position: relative;
	width: 100%;
}
.article-index-footer {
	display: none;
	overflow: hidden;
	text-indent: -9999px;
}
.article-index-image a:hover img,
.article-category dd a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
.article-index-date {
	font-size: 12px;
	margin:  0 15px 15px;
	color: #999;
}
.article-index-title {
    color: #0d0d0d;
    font-weight: bold;
    padding: 15px;
}
.article-index-title a {
    display: block;
    font-size: 21px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.article-index-body {
    display: none;
    overflow: hidden;
    text-indent: -9999px;
}
.article-index-text .article-index-body {
    display: block;
    overflow: hidden;
    text-indent: 0;
    line-height: 1.5;
    height: 150px;
}
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	color: #333 !important;
	display: inline;
	text-align: left !important;
}
.page-category .article-index-body-inner #ad2,
.page-monthly .article-index-body-inner #ad2 {
    display:none!important;
    overflow: hidden;
}
.page-article .article {
    margin-right: 20px;
    padding-top: 0;
    width: 640px;
}
.article-index-body img {
	display: none;
}
.article-index-body b,
.article-index-body strong {
	font-weight: normal;
}
.archives-header {
    margin-right: 40px;
    margin-bottom: 60px;
}

.article-body-inner .text-left{
    text-align:left;
}
.article-body-inner {
    text-align:center;
}
.article-footer {
    width: 640px;
}
/* ---- 記事下カテゴリ・コメント ------------------ */
.article-category dd, .article-comment-count dd {
    margin-top: 2px;
    padding: 0 5px;
}
.comment-info, .trackback-set {
    margin: 25px 0 0;
}
.comment-body, .ping-excerpt {
    padding: 10px 0 25px;
}
.comment-date, .ping-blog-name, .ping-date {
    border-left: 0px;
    padding: 0;
}
/* ---- 記事下広告 ------------------ */
.google-user-ad{
    clear: both;
}
/* ---- 記事下関連記事 --- */
.article-body .related-articles ul li {
    margin: 4px 0;
    padding-left: 5px;
}
.article-body .related-articles ul {
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 0;
}
/* ---- ページ送り（トップページ）--- */
ul.index-navigator,
ul.index-navigator li a,
ul.index-navigator li.current span,
ul.index-navigator a:visited {
	color: #8d8d8d; /* 通常文字色 */
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #f28d83; /* current,hoverの背景色 */
	color: #fff !important; /* current,hoverの文字色 */
}
ul.index-navigator li {
    font-weight: normal;
}
ul.index-navigator {
    height: 34px;
}
ul.index-navigator li {
    font-weight: normal;
    height: 34px;
    line-height: 1;
}
/* ---- ページ送り（個別）--- */
.pager {
    clear: both;
    width: 640px;
}
/* ---- ブログパーツ共通 ------------ */
.sidewrapper .sidetitle {
    background-color: #fff;
    background-image: url("http://nanairo-perikan.blog.jp/designparts/pc/side_icon.png");
    background-repeat: no-repeat;
    height: 60px;
    line-height: 60px;
    padding:4px 0 0 85px;
}
.sidewrapper .sidetitle,
.sidewrapper .sidetitle a {
	color: #333; /* ブログパーツタイトルの文字色 */
}
.sidewrapper {
    font-size: 14px;
    border-bottom: none;
}
.plugin-categorize .sidetitle {
    background-image: url("http://nanairo-perikan.blog.jp/designparts/pc/side_icon1.jpg");
}
.plugin-memo .sidetitle {
    background-image: url("http://nanairo-perikan.blog.jp/designparts/pc/side_icon2.jpg");
}
.plugin-recent_articles_image .sidetitle {
    background-image: url("http://nanairo-perikan.blog.jp/designparts/pc/side_icon3.jpg");
}
.plugin-monthly .sidetitle {
    background-image: url("http://nanairo-perikan.blog.jp/designparts/pc/side_icon4.jpg");
}


/* ---- カレンダー ------------------ */
table.caltblday {
	color: #8d8d8d; /* 記事のない日の文字色 */
}
table.caltblday .caloff {
	background-color: #fff; /* 記事のない日の背景色 */
}
table.caltblday td a {
	color: #fff; /* 記事のある日の文字色 */
}
table.caltblday .calon {
	background-color: #bce5e1; /* 記事のある日の背景色 */
}
table.caltblday td a:hover {
	background-color: #9bddd6; /* 記事のある日をhoverした時の背景色 */
}
table.caltblday td a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: 27px;
    line-height: 27px;
}

/* ---- プロフィール ------------------ */
.profile {
    text-align: left;
}
.profile-ttl {
    font-size: 14px !important;
    margin: 20px 0 10px;
    text-align: left;
}
.profile p {
    margin: 0 0 10px;
    font-size: 12px;
}

/* ---- 書籍紹介 ------------------ */
.plugin-books li {
    margin-bottom: 30px;
}
.plugin-books li a, .plugin-banner li a {
    display: block;
}
.plugin-books .bookcover {
    margin-bottom: 10px;
}
.plugin-books .booktitle {
    font-size: 12px;
}
.bookcover img {
    border: 0 none;
    width: 180px;
}

/* =========================================================
その他スタイル
========================================================= */
/* ---- 本文中の見出し ------ */
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #bce5e1;
}
.article-body-inner h4 {
	border-bottom:1px solid #bce5e1;
}

/* ---- blockquote ------ */
.article-body-inner blockquote:before {
    font-size: 58px;
    left: 20px;
    top: 20px;
}
.article-body-inner blockquote {
    padding: 24px 25px 25px 75px;
    width: 540px;
}

a{
  outline:none;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad-side { 
margin:20px 0px 10px; 
text-align:center; 
}

/*記事下広告横並び２つ*/
#main .google-user-ad {
    margin-top: 20px;
}
#sidebar-a .ad-center {
    text-align: center;
    margin-bottom: 30px;
}