@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : 桃
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
==================================================
*/



/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a:hover {
	text-decoration: none;
}

table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #eee;
}

h1#blog-title a {
	font-size: 170%;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}


h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
        color: #333333;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #b7b7e5;
	text-decoration: underline;
}

p#blog-title a {
	font-size: 170%;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
p#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
        color: #333333;
	text-decoration: none;
}

p#blog-title a:hover {
	color: #b7b7e5;
	text-decoration: underline;
}

p#blog-description {
	color: ##696969;
}

h2.archives-title {
	color: #333;
}


div#main a:link
, div#main a:active {
	color: #06c;
}
div#main a:visited {
	color: #06c;
}
div#main a:hover {
	color: #09f;
}


div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active {
	color: #06c;
}
div#sub a:visited
, div#extra a:visited {
	color: #06c;
}
div#sub a:hover
, div#extra a:hover {
	color: #9a66cb;
}


div#main h1.article-title a:link
, div#main h1.article-title a:active
, div#main h1.article-title a:visited {
	color: #242424;
	text-decoration: none;
}

div#main h1.article-title a:hover {
	text-decoration: underline;
}
div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color: #242424;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main ul.article-post li a:link
, div#main ul.article-post li a:active
, div#main ul.article-post li a:visited
, div#main ul.article-post li a:hover {
	color: #777;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, div#main dl.article-category dd a:visited
, dl.article-category dd a:hover {
	font-size: 14px;
}

div#main div.pager a {
}

div.article-date-outer {
	color: #1a1a1a;
        padding: 0;
	font-size: 14px;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}

div.sidetitle {
	color: ;
}

div#sub div.sidetitle a
, div#extra div.sidetitle a {
	color: #fff;
}

div#sub table.caltblday a:visited
, div#extra table.caltblday a:visited {
	color: #777;
}

.footer-outer
, .footer-outer a {
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 1;
}


a:hover img{ 
opacity:0.8;
filter: alpha(opacity=80);
}


.protect {
 position: relative;
 margin-bottom: 0;
 width: 102px;
 height: 102px;
}

.protect a { display: block; }
a.protect-menu {
 border: 0;
 width: 52px;
 height: 52px;
}

a.order {
 position: absolute;
 top: 0;
 left: 0;
 width: 50px;
 height: 50px;
}



/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ","meiryo","ＭＳ ゴシック";
	font-size: .85em;
	margin: 0;
	padding: 0;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/wallpaper.png);
}

div#container {
}

* html div#container {
	position: relative;
	top: -1px;
}
*:first-child+html div#container {
	position: relative;
	top: -1px;
}


div#content {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 6px;
}
div#content-wrapper {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

div#main
, div#sub
, div#extra {
	overflow: hidden;
}


/* 2col */
.message-board-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/2c_headline_btm.gif) repeat-y;
}

.message-board-outer-2 {
	padding: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/2c_headline_top.jpg) no-repeat;
}


div#main {
	width: 70.38%;
	margin-right: 33px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0;
}

div#main div.column-inner {
	padding-top: 2px;
}

div#extra div.column-inner {
	background-color:#fff;
}
div#sub div.column-inner-2 {
	background-color:#fff;
}

div#sub div.column-inner-2,
div#extra div.column-inner-2 {
	padding: 7px 6px;
}

div#sub,div#extra {
	width: 26%;
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.1));
}

div.calendarheadbody,
div.sidetitlebody {
	margin-bottom: 10px;
	padding: 6px 0;
	border-top: 5px solid #9a6bb2;
}

div.calendarheadbody div.calendarhead,
div.sidetitle {
	padding: 5px 0 7px 0;
	text-align: center;
	font-weight: bold;
	background-color: #F8F9FA;
}
div.side{
	margin: 0 0 25px 0;
}
div.fixed{
	position:fixed;
	top:20px;/*固定させたい位置*/
}

/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}

.clearfix:after{
	height:0;
	display:block;
	content:'';
	clear:both;
}


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
        width: 1080px;
	height: 134px;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/ktk-blog6.png) no-repeat #ffffff;
        background-position: 99% -0px;
        background-size: 11.5%;
        border-top: 5px solid #7e1083;
	margin: 0 auto;
}

div.blog-title-outer-2 {
	width: 1080px;
	margin: 0 auto;
}

div.blog-title-outer-3 {
	padding: 10px 10px 0;
}

h1#blog-title {
	color: #fff;
	font-size: 2px;
	line-height: 1.2;
	margin-top: -33px;
	padding-bottom: 10px;
	width: 510px;
	height: 115px;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/logo04.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	word-wrap: normal;
}
h1#blog-title a {
	color: #000000;
	width: 510px;
	height: 115px;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/logo04.png) no-repeat;
	background-size: cover;
	display: block;
}
p#blog-title {
	color: #fff;
	font-size: 2px;
	line-height: 1.2;
	margin-top: -33px;
	padding-bottom: 10px;
	width: 510px;
	height: 115px;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/logo04.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	word-wrap: normal;
}
p#blog-title a {
	color: #000000;
	width: 510px;
	height: 115px;
	background: url(http://blog.livedoor.jp/ngzk46/imgs/logo04.png) no-repeat;
	background-size: cover;
	display: block;
}

p#blog-description {
	margin: 0;
	padding: 1px 0 0 0;
	line-height: 135%;
	width: 100%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

abbr.updated {
	text-decoration: none;
}

div.archives-title-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.2em;
}

h1.archives-title {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	font-size: 1.2em;
}
h2.archives-title {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	font-size: 1.2em;
}

div.articlethum {
        margin-right: 15px;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        max-width: 36%;
}

div.articlethum img {
        margin: 0;
        margin-left: 8px;
        padding: 0;
        border: 2px solid #c0c0c0;
}

div.articlebody {
        display: inline-block;
        width: 60%;
}

.article-outer{
        margin-bottom: 15px;
        border: none;
        background: rgba(255,255,255,0.9);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
        transition: 0.7s;
}

.article-outer.hentry {
        width:99.8%;
	background: #fff;
}

.article-outer.hentry.First:hover,.article-outer.hentry.NotFirst:hover {
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px);
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.3));
        border-radius: 0;
        transition: 0.7s;
}

div.First img,div.NotFirst img {
        max-width: 300px;
        max-height: 150px;
}
.First img:hover,.NotFirst img:hover {
        border: 2px solid #9a6bb2;
        transition: .7s;
}

div.catart img {
        margin: 0;
        max-width: 500px;
        max-height: 250px;
}

div.ad-tags{
	width: 45%;
	float: left;
}
div.popularArticlesWithImage.A {
	margin: 5px 0;
	width: 100%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	margin: 0 auto;
	padding: 15px 0 46px;
	display: inline-block;
	width: 100%;
	color: #999;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {}


/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	font-size: 1.4em;
}
ul.index-navigator li.current {
	padding: 10px 14px;
	color: white;
	background-color: #4CAF50;
}
ul.index-navigator li a {
	padding: 10px 14px;
	color: #000 !important;
	background: #fff;
	border: 1px solid #f8f8f8;
	transition: background-color .2s;
}
ul.index-navigator li a:link,
ul.index-navigator li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.index-navigator li a:hover,
ul.index-navigator li a:active {
	color: #fff!important;
	background: #4286f4;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	padding-top: 15px;
	font-size: 1em;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	padding-top: 15px;
	font-size: 1em;
}

ul.article-pager li {
	display: inline-block;
	width: 49%;
	line-height: 1.35;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	margin-bottom: 16px;
	text-align: left;
        padding: 0;
	background-color: #fff;
}

div.article-outer-2 {
	border-top: solid 4px #b77bb7;
	padding: 0 4px;
}

div.article-outer-3 {
        border: 0px solid #a9a9a9;
        padding: 0 6px;
}

div#article-contents dd.t_b {
        font-size: 110%;
}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	padding: 8px 0 15px;
}

/*** 日付 */
div.article-date-outer {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

/*** カテゴリ */
div.article-category-outer {
        padding: 0;
}

div.article-category-outer dl.article-category {
	padding-top: 3px;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline-block;
	padding-left: 25px;
	margin-right: 5px;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/title_line.gif) repeat-x left bottom;
}

h1.article-title {
	margin: 0;
	font-size: 148%;
	font-weight: bold;
}
h2.article-title {
	margin: 0;
	font-size: 148%;
	font-weight: bold;
}


/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	clear: both;
	background-color: transparent;
	padding: 0;
	line-height: 190%;
}

div.article-body-inner {
	overflow: hidden;
	margin: 1.0em 0 0.5em;
}

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}
div.article-body h1 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 148%;
}
div.article-body h2 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	margin: 10px 0;
	font-size: 180%;
}
div.article-body h3 {
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 140%;
}
div.article-body h4 {
	font-size: 120%;
	margin: 10px 0;
}
div.article-body h5 {
	font-size: 110%;
	margin: 10px 0;
}
div.article-body h6 {
	font-size: 105%;
	margin: 10px 0;
}

div.article-body ol {
	margin: 10px 20px;
}
div.article-body ul {
	margin: 0;
}

div.article-body dt {
	font-weight: normal;
	font-size: 13px;
}

div.article-body dd {
	margin-left: 1em;
	margin-top: 7px;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
}
div.article-body dd .anchor {
	font-size: 12px;
}
div.ele {
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 18px;
}

div.matome01 {
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 18px;
}


/*** blockquote & pre */
div.article-body pre {
	background-color: #ffffe5;
	margin: 5px 0;
	padding: 5px 15px;
}

div.article-body blockquotee {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #cc9;
	background: #fffaf0;
}
div.article-body blockquote {
    margin: 0 auto 20px;
    padding: 20px;
    border: 3px solid #ccc;
    width: 90%;
}
div.article-body blockquote .b-quote-title {
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}


/*** img */
div.article-body img.pict {
	margin: 0 0 0 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 0 0 6px;
}


dl.article-tags {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png)0 0 no-repeat!important;
	background-position: 0 -324px!important;
}

dl.article-tags dt {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 1em;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	margin: 5px 0 0 0;
	padding: 1px;
	background-color: #ffffff;
}

ul.article-post {
	padding: 5px 0;
	text-align: right;
	overflow: hidden;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}


ul.article-post li.article-comment-count {
	display: inline-block;
	padding: 3px 5px 3px 24px;
	line-height: 1.0;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) no-repeat 0 1px;
	background-position: 0 -70px;
}
ul.article-post li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}

ul.article-post li.article-author {
	margin-left: 10px;
}

ul.article-post li.article-author,
ul.article-post li.article-tool-box {
	float: left;
}



/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
        border: 0px solid #a9a9a9;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 10px 15px 10px;
	padding: 0 0 5px 0;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

/* ----------------------------------------------- */
/** トラックバック一覧 */

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 1em;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 10px 0 20px 20px;
	font-size: 1em;
	border-bottom: 1px #c0c0c0 dashed;
}

ul.comment-info li.comment-author {
	display: inline;
	color: green;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	padding: 0px;
}

div#comment-form-body table {
	border: 0;
	width: 100%;
	line-height: 180%;
	font-size: 1em;
}

div#comment-form-body table th {
	width: 12em;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}

input#author {
	width: 50%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 100%;
	height: 200px;
}

input.button {
	margin-top: 10px;
	width: 200px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

div#comment-form-body table tr.submit td {
	text-align: left;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 20px 4px 0;
	width: 48%;
	display: inline-block;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */


div.sidetop
, div.sidebottom {
	display: none;
}


div.sidebody {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

div.sidebody {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/lavender/arrow.gif) no-repeat 0 4px;
	font-size: 95%;
}

.popularArticleWithImage div a .title{transition:0.5s;}
.popularArticleWithImage div a:hover .title{height:89% !important;transition: 0.5s;opacity: 0.7;-moz-opacity: 0.7;}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody div.calendarhead {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
	color: #fff;
}

div.caltop
, div.calbottom {
	display: none;
}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}

td table.caltblwk td {
	_font-size: 1em;
	font-weight: bold;
	height: 20px;
}

td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #8d8d8d;
	_font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}


/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

ul.galleryThumbnail {
	text-align: center;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	border-bottom: solid 1px #cb9bcb;
	font-size: 12px;
	background: #bc82bd;
	color: #eee;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #888;
	color: #fff;
	text-align: center;
}

div.content{
    padding-top: 10px;
    padding-left: 10px;
} 


/* =============================================== */
/** 00. BlogRoll css */
/* ----------------------------------------------- */

.rss_chain {
     width: 100%;
     height: 180px;
     margin: 0px 0 10px;
     padding: 0;
     background:#fff;
     overflow: scroll;
     overflow-x : hidden;
}

.rss_chain_child {
     width: 49.5%;
     display: inline-block;
     vertical-align: top;
}

/* =============================================== */
/** 00. G.Menu - main */
/* ----------------------------------------------- */

nav {
    height:25px;
    margin-bottom: 5px;
    padding: 2px;
    background: #242424;
    text-align: center;
    repeat-x top;
}

nav ul {
  list-style: none;
  margin: 0 5%;
  width: 93%;
}

nav li {
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
}

nav a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 5px 10px;
    color:#f8f8f8;
}

nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f90;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

nav a:hover{
    background-color: #111;
    color: #f90;
    transition: 0.5s;
}

nav a:hover::after {
    transform: scale(1, 1);
}

form.sform {
    display: inline;
    margin-top: 2px;
    padding: 0;
}

/* =============================================== */
/** 00. 記事内 - 装飾 */
/* ----------------------------------------------- */

.sc {
	text-align: right;
	font-size: 12px;
}

.foot_area {
	margin: 20px 0;
	padding-bottom: 15px;
}

div.quote {
	margin: 10px 5px;
	padding: 15px;
	background: #fffff9;
	font-size: 14px;
	border: #f5deb3 2px solid;
}

div.chart{
	margin-top: 10px;
	margin-left: 10px;
}

table#chart{
	border: solid 1px #a9a9a9;
	text-align: center;
}

table#chart th{
	width: 95px;
	padding: 5px;
	background: #dcdcdc;
	line-height: 1.5;
}

.aa{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	font-size:16px;
	line-height:18px;
	text-align: left;
	margin-left : 0 ;
	margin-right : auto ;
}

ul.neta {
	font-size:16px;
	padding: 10px;
	background: #fffafa;
	border-top: solid 3px #d2ccff;
	border-bottom: solid 3px #d2ccff;
}

ul.neta li {
	margin: 10px;
	list-style-type: square;
}

ul.neta img {
	margin: 10px;
	text-align: right;
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}

div.netitle {
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 140%;
	font-weight: bold;
}
div.tit {
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 140%;
	font-weight: bold;
}
div.news0 {
	border-bottom: solid 2px #666;
	font-weight: bold;
}
div.news1 {
	border-bottom: solid 2px #d8357e;
	font-weight: bold;
}
div.news2 {
	border-bottom: solid 2px #2d91bd;
	font-weight: bold;
}
div.news3 {
	border-bottom: solid 2px #46b961;
	font-weight: bold;
}
div.news4 {
	border-bottom: solid 2px #ffb427;
	font-weight: bold;
}

div.page-top {
	position: fixed;
	z-index: 9999;
	bottom: 46px;
	right: 0;
	font-size: 16px;
}
div.page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff!important;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/* = Blog
----------------------------------------------- */

.ngzkblog {
	background: #fffafa;
	padding: 10px;
	margin: 0;
	border: solid 2px #f5f5f5;
	line-height:25px;
	width: 620px;
	font-size:15px;
	box-shadow: 10px 10px 15px rgba(51, 51, 51, 0.2);
}

.ngzkblog img {
	margin: 15px;
	text-align: left;
        padding: 3px 3px;
	box-shadow: 10px 10px 15px rgba(51, 51, 51, 0.2);
}

.ngzkprof {
	background: #faf2ff;
	padding: 20px;
	border: solid 2px #e6c1ff;
	overflow:hiddem;
}
.ngzkprof img {
	margin: 15px;
	text-align: left;
        padding: 3px 10px;
}


/* = Selected Text
----------------------------------------------- */
::selection {
	background:#cee3ff; /* Safari */
}

::-moz-selection {
	background:#cee3ff; /* Firefox */
}


/* =============================================== */
/** 00. banner - 装飾 */
/* ----------------------------------------------- */

.lead2 {
    position: relative;
    color: #ffffff ;
    background: #b17dcd;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #f9f34c;
}
.lead2:after, lead2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.lead2:after {
    left: 0;
    border-right: 5px solid #333;
}
.lead2:before {
    right: 0;
    border-left: 5px solid #333;
}
.lead_area {
    padding-bottom: 40px;
}
.center {
    text-align :center;
}

/* =============================================== */
/** 00. g+ - 装飾 */
/* ----------------------------------------------- */

div.gplus{
    background: #f0f8ff;
    padding: 10px;
    margin: 0;
    border: solid 2px #b0c4de;
    line-height:19px;
}

.gplus img {
	margin: 15px;
	text-align: left;
        padding: 3px 3px;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}

div.gplus02 {
	background: #f0f8ff;
	padding: 10px;
	margin: 0;
	border: solid 2px #b0c4de;
	line-height:19px;
	width: 600px;
}

.gplus02 img {
	margin: 15px;
	text-align: left;
        padding: 3px 3px;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}


div.akimoto{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/akipG.JPG) no-repeat;
    display: block;
    padding-left: 10px;
    height: 90px;
    width: 90px;
}

td.akimoto,td.tgsk,td.yuasa,td.kaneko,td.satou,td.osawa,td.yamachan,td.shinobu,td.yoshimasa,td.egg,td.user,td.takajoaki,td.sashihararino,td.kuramochi2,td.nakagawa3,td.oya,td.shinoda2,td.kikuchiayaka,td.yannnu,td.yannnu4,td.satounatsuki,td.sayaka2,td.yokoyama,td.takeuchimiyu,td.suzukishihori,td.matsuisakiko,td.maedaami,td.fujiereina,td.ishidaharuka,td.amina2,td.kashiwagi2,td.minegishiminami,td.nakaya3,td.kk2,td.katayamaharuka,td.maedaatsuko,td.itanotomomi,td.nonakamisato,td.shimazakiharuka,td.shimadaharuka,td.nakamuramariko,td.nagaomariya,td.nakamatashiori,td.natori2,td.iriyama,td.tanoyuka,td.jurina,td.matsumura2,td.deguchi,td.ogisoshiori,td.saitoumakiko,td.shimada_nmb48,td.kondourina,td.yamaguchiyuuki,td.yamamotosayaka,td.wakatsuki,td.nakada,td.hatanaka{
    display: block;
    padding: 0 8px;
    height: 48px;
    width: 48px;
}

td.akimoto{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/akipG.JPG) no-repeat;
}
td.tgsk{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/togasakiG2.jpg) no-repeat;
}

td.yuasa{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yuasaG.jpg) no-repeat;
}

td.kaneko{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kaneko.jpg) no-repeat;
}

td.satou{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/satouG.jpg) no-repeat;
}

td.osawa{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/osawaG.png) no-repeat;
}

td.yamachan{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yamaG.jpg) no-repeat;
}

td.shinobu{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shinobu.jpg) no-repeat;
}

td.yoshimasa{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yosimasaG.jpg) no-repeat;
}

td.egg{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/eggG.png) no-repeat;
}

td.user{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/userG.jpg) no-repeat;
}

td.takajoaki{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/takajoG.jpg) no-repeat;
}

td.sashihararino{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/sashiharaG.jpg) no-repeat;
}

td.kuramochi2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kuramochiG2.jpg) no-repeat;
}

td.nakagawa3{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nakagawaG3_akb48.jpg) no-repeat;
}

td.oya{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/oyaG.jpg) no-repeat;
}

td.shinoda2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shinodaG2.jpg) no-repeat;
}

td.kikuchiayaka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kikuchiG.jpg) no-repeat;
}

td.yannnu{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yannnuG.jpg) no-repeat;
}

td.yannnu4{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/suzukimariyaG4.jpg) no-repeat;
}

td.satounatsuki{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nnastuG.jpg) no-repeat;
}

td.sayaka2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/sayakaG2.jpg) no-repeat;
}

td.yokoyama{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yokoyamaG.jpg) no-repeat;
}

td.takeuchimiyu{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/takeuchiG.jpg) no-repeat;
}

td.suzukishihori{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shihoriG.jpg) no-repeat;
}

td.matsuisakiko{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/sakikoG.jpg) no-repeat;
}

td.maedaami{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/amiG.jpg) no-repeat;
}

td.fujiereina{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/fujieG.jpg) no-repeat;
}

td.ishidaharuka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/ishidaG.jpg) no-repeat;
}

td.amina2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/satouaminaG2_akb48.jpg) no-repeat;
}

td.kashiwagi2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kashiwagiG2_akb48.jpg) no-repeat;
}

td.minegishiminami{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/minegishiG.jpg) no-repeat;
}

td.nakaya3{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nakayasayakaG3_akb48.jpg) no-repeat;
}

td.kk2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kobayashikanaG2_akb48.jpg) no-repeat;
}

td.katayamaharuka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/katayamaG.jpg) no-repeat;
}

td.maedaatsuko{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/maedaG.jpg) no-repeat;
}

td.itanotomomi{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/itanoG.jpg) no-repeat;
}

td.nonakamisato{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nonakamisatoG_akb48.jpg) no-repeat;
}

td.shimazakiharuka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shimazaki.jpg) no-repeat;
}

td.shimadaharuka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shimadaG.jpg) no-repeat;
}

td.nakamuramariko{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nakamuraG.jpg) no-repeat;
}

td.nagaomariya{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nagaoG.jpg) no-repeat;
}

td.nakamatashiori{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/nakamataG.jpg) no-repeat;
}

td.natori2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/natoriG2_akb48.jpg) no-repeat;
}

td.iriyama{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/iriyamaG.jpg) no-repeat;
}

td.tanoyuka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/tanoG.jpg) no-repeat;
}

td.jurina{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/jurinaG.jpg) no-repeat;
}

td.matsumura2{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/matsumuraG2.jpg) no-repeat;
}

td.deguchi{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/deguchiG.jpg) no-repeat;
}

td.ogisoshiori{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/ogisoshioriG_ske48.jpg) no-repeat;
}

td.saitoumakiko{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/saitoG.jpg) no-repeat;
}

td.shimada_nmb48{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/shimadaG_nmb48.jpg) no-repeat;
}

td.kondourina{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/kondoG.jpg) no-repeat;
}

td.yamaguchiyuuki{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yamaguchiG.jpg) no-repeat;
}

td.yamamotosayaka{
    background: url(http://blog.livedoor.jp/ngzk46/Gicon/yamamotoG.jpg) no-repeat;
}

td.wakatsuki{
    background: url(http://blog.livedoor.jp/ngzk46/icon/icon_nid025-002.jpg) no-repeat;
}

td.nakada{
    background: url(http://blog.livedoor.jp/ngzk46/icon/icon_nid036-002.jpg) no-repeat;
}

td.hatanaka{
    background: url(http://blog.livedoor.jp/ngzk46/icon/icon_nid052-002.jpg) no-repeat;
}



.article-category dt, .article-comment-count dt, .article-continue a, dl.common-theme dt, dl.article-tags dt, .sidewrapper input.sf {
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png)no-repeat;
}

ul.article-post dd.article-category,ul.article-post dd.article-category-second,ul.article-post dd.article-comment-count {
    font-size: 16px;
    font-weight: normal;
}

dd.article-category {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png)no-repeat!important;
}
dd.article-category-second {
	margin-left: 1px!important;
	padding-left: 8px!important;
	border-left: 1px solid #999;
}
dd.article-comment-count {
	margin-left:12px;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
	background-position: 0 -70px;
}