@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : blogmedia/2ch_gray_3c
==================================================
*/

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



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

html,body,div,h1,.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%;
}
body {
	color: #333;
	font-family: "メイリオ",meiryo,Arial,Helvetica;
	font-size: .8em;
/*	word-wrap: break-word;*/
}
img {
	border: 0;
}

a:hover {
	text-decoration: none;
}
table#header a{
	color: #eee;
}
#blog-title a {
	color: #000;
	font-size: 170%;
	text-shadow: 2px 02px #9c9c9c;
	text-decoration: none;
}
#blog-title a:hover {
	text-decoration: underline;
}
#blog-description {
	color: #666;
}
.archives-title {
	color: #FFF;
}

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

a:link    {color:#06c; text-decoration:none;}
a:active  {color:#06c; text-decoration:none;}
a:visited {color:#9a66cb; text-decoration:none;}
a:hover   {color:#FFA07A; text-decoration:none;}

#main a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .article-title a:link,
#main .article-title a:active,
#main .article-title a:visited {
	color: #63C;
	text-decoration: none;
}

#main .article-title a:hover {
	color:#F90;
	text-decoration: underline;
}

#main ul.article-post li a {
	color: #777;
}

.article-date-outer {
	color: #999;
}

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

.sidetitle {
	color: #fff;
}

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

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

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

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

body {
	margin: 0;
	padding: 0;
/*	background: url(http://kijyomatome.com/img/bg.jpg);*/
}

#container {
	width: 1408px;
	margin: 0 auto;
}

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


#content {
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

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


/* 3col */
.message-board-outer {
	margin: 0 215px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_headline_btm.gif) repeat-y;
}
.message-board-outer-2 {
	padding: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_headline_top.gif) no-repeat;
}
#main {
	float: left;
	display: inline;
	width: 100%;
}
#main .column-inner {
	margin: 0 337px;
	padding-top: 2px;
}
#sub {
	float: left;
	display: inline;
	width: 330px;
	margin-left: -100%;
/*	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_side_middle.gif) repeat-y left top;*/
	border: 1px solid #ccc;
    border-radius: 5px;
}
#extra .column-inner,
#sub .column-inner {
/*	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_side_btm.gif) no-repeat left bottom;*/
}
#extra .column-inner-2,
#sub .column-inner-2 {
	padding: 7px 6px;
/*	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_side_top.gif) no-repeat left top;*/
}
#extra {
	float: left;
	display: inline;
	width: 330px;
	margin-left: -332px;
/*	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/3c_side_middle.gif) repeat-y left top;*/
	border: 1px solid #ccc;
    border-radius: 5px;
}
.calendarheadbody,
.sidetitlebody {
	margin-bottom: 10px;
/*	background: url(http://kijyomatome.com/img/sidebar_bg.png) no-repeat left bottom;*/
	color: #000;
}
.calendarheadbody .calendarhead,
.sidetitle {
	padding: 5px 0 7px 11px;
	text-align: center;
/*	background: url(http://kijyomatome.com/img/sidebar_bg.png) no-repeat left top;*/
	background-color: #F16959;
	border-radius: 3px;
	font-weight: bold;
	color: #ffffff;
}
.side {
	margin: 0 0 20px 0;
	text-align: left;
	 position: relative;
}

.social-buttom {
	float:right;
}

.social-buttom li {
	float:right;
	list-style:none;
}

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

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

/** trackback */
#trackback-form {
	display:none;
}

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

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

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

.blog-title-outer {
	text-align: left;
	overflow: hidden;
/*	background: url(http://kijyomatome.com/img/top.png) no-repeat left top;
	height: 230px;
	margin-top:27px;*/
}

.blog-title-outer-2 {
	width: 700px;
	margin: 5px 5px 5px 0;
	float: left;
}

.blog-title-outer-3 {
/*	padding: 20px 10px 15px;*/
	width: 698px;
	margin: 5px 0 5px 5px;
	float: left;
}

.blog-title-outer .blog-title-outer-2 img {
/*    border-radius: 7px;*/
}

h1#blog-title {
	margin: 0;
	padding: 40px 20px 0 40px;
	font-weight: bold;
	font-size: 126%;
	display: none;
}

.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 5px 20px 0 40px;
	line-height: 1.35;
	font-size: 90%;
	display: none;
}

#globalnavi {
	margin: 0;
	padding: 0;
	width: 1160px;
	height: 27px;
	font-size: 15px;
	background: currentcolor;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}

#globalnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li {
	float: left;
	margin: 0;
	padding: 0;
}

#globalnavi a {
	text-align: center;
	display: block;
	padding: 3px 10px 3px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid gray;
	margin: 2px 0px 0px 0px;
}

#globalnavi a:hover {
	background:#333333;
}

.article-continue a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


/* =============================================== */
/** 03. RSS */
/* ----------------------------------------------- */

div.rss {
background-color: white;
border: solid 2px #CCC;
margin-right: auto;
display: inline-block;
margin: 0 0 5px 337px;
}

div.rss2 {
background-color: white;
border: solid 2px #CCC;
margin-right: auto;
display: inline-block;
margin: 0 0 0 0px;
}

div.rss3 {
background-color: white;
border: solid 2px #CCC;
margin-right: auto;
display: inline-block;
margin: 0 0 0 -20px;
}

div.rss4 {
background-color: white;
border: solid 2px #CCC;
margin-right: auto;
display: inline-block;
margin: 0 0 0 -20px;
}


.rss {
width: 730px;
}

#feed {
margin-left: auto;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
font-size: 12px;
}

/*トップPICKUP*/
#feed2 {
/*	margin:0 0 0 -898px;*/
}

/*pickup2*/
#pickup2 {
	margin:0 0 0 -2800px;
}

/*記事下おすすめ記事*/
#feed3 {
/*	margin:0 0 0 -1820px;
width:723px;*/
height:1630px;
overflow:hidden;
}

div.ga-rss dt {
margin: 35px 0 0px 0px;
}

div.ga-rss dd {
margin: 0;
}

/*記事下おすすめ記事2*/
#feed4 {
	margin:0 0 0 -3060px;
}




div.ga-rss2 dt {
margin: 35px 0 0px -20px;
}





div.ga-rss2 dd {
margin: 10px 0 10px 3px;
}


.header-rss {
    height: 137px;
    overflow: hidden;
    border: solid 1px #ccc;
/*    border-radius: 6px;*/
}

.header-rss .blogroll-channel {
    padding: 5px;
    height: 127px;
    overflow-y: scroll;
}

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

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

.archives-title-outer-3 {}

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


/* =============================================== */


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

.pager {
	margin-bottom: 10px;
	text-align: left;
}

.pager-inner {
	padding-bottom: 0px;
}

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

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

ul.index-navigator {
	padding-top: 15px;
	height: 36px;
	text-align: center;
}
ul.index-navigator li,
ul.index-navigator li ol {
	display: inline-block;*display: inline;*zoom: 1;
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	display: inline-block;*display: inline;*zoom: 1;
	font-weight: bold;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
}
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: #D8D8D8;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* ----------------------------------------------- */
/** 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: 1.3em;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = 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 - 記事エリア */
/* ----------------------------------------------- */

.article-outer {
	margin-bottom: 35px;
	text-align: left;
}

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

.article-header {
	border-top: solid 4px #F08080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 65px;
	display: block;
	border-bottom: solid 2px #E0D1C1;
	position: relative;
	background-color: floralwhite;
}

.titlechar {
	position: absolute;
	top: 5px;
	left: -10px;
	display: block;
	z-index: 100;
	overflow:hidden;
}
.titlechar div{
	float:left;
}
.titlechar .title-comment{
	padding:10px 6px;
	font-size:18px;
}


/*** 日付 */
.article-date-outer {
	float: left;
	font-size: 100%;
	font-weight: bold;
}

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

.article-date-outer span.article-time {}

/*** カテゴリ */
.article-category-outer {
	float: left;
}

.article-category-outer dl.article-category {
	padding-left: 20px;
	line-height: 1.25;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif) no-repeat 0 0;
}

.article-category-outer dl.article-category dt,
.article-category-outer dl.article-category dd {
	display: inline;

	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}

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

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

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

.article-title {
	clear: left;
	margin: 0;
	font-size: 180%;
	font-weight: bold;
	padding: 3px 0;
}
.article-title a{
	display:block;
}
.article-tool-box-header{
	overflow:hidden;
}

.article-tool-box-header .article-meta {
	/*text-align: right;*/
	float:left;
}
.article-tool-box-header .article-meta li {
	list-style: none;
	min-height: 16px;
	font-size: 82%;
	display:inline-block;*display:inline;*zoom:1;
}
.article-tool-box-header .article-meta li.article-comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;
}
.article-tool-box-header .article-meta 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;
}
.article-tool-box-header .article-meta li.article-author img {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}
.article-tool-box-header .article-meta li.article-author {
	margin-left: 10px;
}


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

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

.article-body-inner {
	overflow: hidden;
	line-height: 24px;
}

/*** 続きを読む */
.article-body span.article-continue {
	display: block;
	margin-top: 1em;
	text-align:center;
}
#article_mid {
   display: none;
}
.article_mid{
	display:none;
}

.article-body .article-body-more,
.article-body .article-body-private {
	clear: both;
	margin-top: 1em;
}


.article-body h1 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	margin: 10px 0;
	font-size: 180%;
}
.article-body .{
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 150%;
}
.article-body h3 {
	margin: 10px 0;
	font-size: 130%;
}
.article-body h4 {
	font-size: 120%;
	margin: 10px 0;
}
.article-body h5 {
	font-size: 110%;
	margin: 10px 0;
}
.article-body h6 {
	font-size: 105%;
	margin: 10px 0;
}

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


.article-body dt {
	/*font-weight: bold;*/
}

.article-body dd {
	margin-left: 1em;
}


/*レス位置調整*/
div.t_b {
	margin-left:25px;
	margin-bottom:25px;
}

/*記事内広告*/
#kiji-nai-koukoku {
margin-left: 25px;
overflow: hidden;
}


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

.article-body blockquote {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #cc9;
}


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

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

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

dl.article-tags {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tag.gif)!important;
}

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


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

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

.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #fff;
}

.article-post {
	padding: 5px 6px 3px;
	background: #f0f0f0;
	text-align: left;
	overflow: hidden;
}


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

#article-options {

	background-color: #ffffff;
	padding: 10px 20px;
}

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


.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-top: 10px;
	}

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

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

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

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

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

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

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

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

#trackback-form ul li.trackback-form-submit input {}

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

.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;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

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

li.comment-set {
	padding: 0 0 20px 20px;
	font-size: 1em;
	line-height: 1.4;
	margin: 10px 0;
	background-color: #F8F3EC;
	border: 1px dashed #CFC7AF;
}

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

ul.comment-info li.comment-author {
	display: inline;
	color: #C71585;
	font-weight: bold;
}

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: 10px;
margin-left: 10px;
font-size: 15px;
font-weight: bold;
}

ul.comment-info li.comment-body img.trackback-rating {}

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

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

#comment-form-body table {
	border: 0;
	width: 90%;
	line-height: 25px;
	font-size: 1em;
}

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

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

textarea#text {
	width: 90%;
	height: 250px;
}

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

#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;
}

label.input-rating-star {}

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

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

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


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

.related-articles{
	padding: 15px 0 0;
	font-size:16px;
}
.related-articles h3{
	margin: 0 0 15px;
	padding: 0;
	font-size: 105%;
	color: chocolate;
}

.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;

	line-height: 1.2;
	padding-left: 20px;
	font-weight: bold;
}
.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 - プラグインエリア */
/* ----------------------------------------------- */


.sidetop,
.sidebottom {
	display: none;
}


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

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


.sidewrapper {}

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

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

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

.caltop,
.calbottom {
	display: none;
}

.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	_font-size: 1em;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}

td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
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;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}


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

.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 {
	font-size: 12px;
	background: #878787;
	color: #eee;
}

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

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

.footer-outer-2 {}

#footer {}

#footer p {}

#element.style {
position: fixed;
bottom: 5px;
right: 5px;
opacity: 0;
cursor: pointer;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

/* 記事中広告 */
#kiji-naka-koukoku {
	margin-left:25px;
/*	float:left;*/
	overflow:hidden;
}

.ad-rss-ue {
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;/*15px*/
}

.ad-rss-shita {
overflow: hidden;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;/*15px*/
}

.ad-3and4 {
padding-bottom: 20px;
}

.ad-3 {
float: left;
padding-right: 30px;
}

/* ----------------------------------------------- */

#ad {
	overflow: hidden;
	text-align: center;
}

#ad iframe {
	margin: 10px auto;
}

.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 14px!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 13px!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 13px!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}

.ads-become a {
	color: #0000ff !important;
}

.ads-become .adsbybecome a {
	color: #666666!important;
}


/* ----------------------------------------------- */
/* かんたんタイトル画像 */
.blog-title-outer.show-image {
	background: transparent;
	height: auto;
	position: relative;
}
.blog-title-outer.show-image .blog-title-outer-2 {
	position: absolute;
}
.blog-title-outer.show-image #blog-header-image {
	width: 100%;
}
.blog-title-outer.hide-text .blog-title-outer,
.blog-title-outer.hide-text .blog-title-outer-2,
.blog-title-outer.hide-text .blog-title-outer-3,
.blog-title-outer.hide-text #blog-title,
.blog-title-outer.hide-text #blog-title a {
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}
.blog-title-outer.hide-text #blog-title a,
.blog-title-outer.hide-text #blog-description {
	text-indent: -99999px;
	line-height: 0;
}

/* ----------------------------------------------- */
/* 記事下ソーシャルボタン */
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	margin: 4px 0;
}

/* 記事下ソーシャルバボタン大 */
div.social-buttom-bigsize {
	margin: 0 auto 10px;
	padding: 0;
	display: block;
	width: 650px;
}

ul.social-buttom-bigsize {
	padding: 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#main ul.social-buttom-bigsize a{
	color:#FFF;
}

ul.social-buttom li, ul.social-buttom-bigsize li {
	display: inline;
	float: left;
	margin: 0px 10px 0 0;
	list-style: none;
}


div.social-buttom-bigsize a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


/* ----------------------------------------------- */
div.acrrank {
margin-top: 10px;
margin-bottom: 10px;
}

div.acrrank2 {
margin: 15px 0px 10px -18px;
}

.acr_ranking_sys{
	width: 100%;
}

/* ----------------------------------------------- */
/* 固定ナビ */
.plugin-memo{
  position: relative;
}

#kauli_s_30571{
	width: 184px;
}

#nav {
  width: 184px;
}

.fixed {
  position: fixed;
  top: 20px;
}

/* ----------------------------------------------- */
/* ブックマーク */
#side-buttom {
margin: 0;
padding: 0;
overflow: hidden;
}

#side-buttom li {
display: inline;
float: left;
padding: 0 1px;
}

#side-buttom a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
div.about {
	text-align: center;
	margin-bottom: 10px;
}
div.about a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* ----------------------------------------------- */
/* 記事中RSS */
div.rss-img {
	margin:-50px 0px 0px -60px;
	padding:0;
	position:absolute;
	border:0;
	display:block;
}
div.osusume-rss dt {
	padding-left:10px;
}
div.osusume-rss dt span {
	line-height:40px;
	font-weight:bold;
}
div.osusume-rss dd {
	font-size:16px;
	font-weight:bold;
	margin:0px 0 10px 5px;
}
div.osusume-rss dd a {
	text-decoration: none;
	border-left: solid 3px #f0f;
    	padding: 0px 0 0px 10px;
    	font-size: 16px;
    	font-weight: bold;
	line-height: 170%;!important
	display:block;
	white-space:nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

div.osusume-rss dd a:hover {
	background-position:  5px 50%;
}
/* 関連記事 */
div.kanren-kiji dt {
	padding-left:55px;
}
div.kanren-kiji dt span {
	line-height:40px;
	font-weight:bold;
}
div.kanren-kiji dd {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 10px 5px;
}
div.kanren-kiji dd a {
	background:url() no-repeat scroll 0 50%;
    padding: 5px 0 5px 37px;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.9;!important
	display:block;
	white-space:nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

div.kanren-kiji dd a:hover {
	background-position:  5px 50%;
}

/* 記事中広告 */
div.ad-top,
div.ad-mid,
div.ad-bottom {
	margin-left:25px;
	margin-bottom: 15px;
	overflow:hidden;
	float:left;
}


/* 記事中おすすめリンク */

div.linkp {
	color: #7E6625;
	margin: 40px 0 10px;
	padding: 5px 0px 15px 60px;
	font-size: 20px;
	display: block;
	background: url(http://kijyomatome.com/img/line.png) no-repeat bottom;
	position: relative;
	font-weight: bold;
}

div.char {
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	display: block;
	top: -20px;
	left: 0;
}

/* 画像付きpickup記事 */
.gazooo{
	background:url(http://kijyomatome.com/img/pickup-red.png) no-repeat left center,url(http://kijyomatome.com/img/pickup-waku-red.png) no-repeat left center;
	font-size:18px;
	font-weight:bold;
	padding:13px 0 13px 48px;
	margin:0;
	color:#FFF;
}

/* サイドバーのコメント一覧 */
.sidebody .recent-comment-author{
	color:#aaa;
}
#antenash_comvote + script + div{
	display:none;
}
/* サイドバーのコメント一覧 */
#fixednavi{
/*	position:absolute;
	top:0px;
	left:0px;*/
	width:100%;
	min-width: 1408px;
/*	z-index:1000;*/
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
}
#fixednavi ul{
 font-size:12px;
 list-style-type:none;
 margin:0;
 padding:0;
 overflow:hidden;
}
#fixednavi li{
	float:left;
	margin:0px;
	padding-:0;
	border-right:1px solid #676767;
}
#fixednaviinner{
	width:1408px;
	margin:0 auto;
}
#fixednavi a{
	display:block;
	padding:5px 10px;
	color:#FFFFFF;
}
#fixednavi a:hover{
background:#696969;
}
.comment-encourage{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:red;
}
.comment-encourage span{
	color:blueviolet;
}
/* ------コメントポップアップ---------- */
#mypopup {
display: none;
position: absolute;
margin:30px 0 0 30px;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:15px;
font-weight:bold;
color:#111;
border-radius: 20px;
background-color:#ffc;
list-style-type:none;
line-height:1.4;
text-align:left;
max-width:730px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}
#mypopup li.comment-date, #mypopup li.comment-author,#mypopup li.comment-number{
display: inline;
color:#666;
font-weight:normal;
font-size:12px;
}
#mypopup li.comment-body{
padding:5px 0 0 10px;
}




#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color:#666;
}
#article_middle{
display: none;
}
.article_middle{
	display:none;
}
#sp_only{
	display:none;
}

.twitter-share{
	background: url(http://kijyomatome.com/img/twt-logo.png) 4px center no-repeat #55acee;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.hateb-share{
	background: url(http://kijyomatome.com/img/hatebu-logo.png) 7px center no-repeat #2C6DBD;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:36px;
	font-size:18px;
}
.facebook-share{
	background: url(http://kijyomatome.com/img/fb-icon.png) 5px 10px no-repeat #315096;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.googleplus-share{
	background: url(http://kijyomatome.com/img/googleplus-logo.png) 4px center no-repeat #dd4b39;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.googleplus-share:hover,
.facebook-share:hover,
.hateb-share:hover,
.twitter-share:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728-h { margin:0px 337px 10px; text-align: center; }
.google-user-ad-728-m { margin:0px auto; }
.google-user-ad-728 { margin:0px 215px 10px; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:20px 30px 50px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px 30px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:20px 10px 30px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
 text-align:center;
}
div.g-ad2 {
 float:left;
 margin-left:50px; 
 text-align:center;
}

/*ブログロール*/

#top-rss {
	width:730px;
	overflow:hidden;
	border:1px solid #000;
	padding:1px;
}
.main-rss{
	width:728px;
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	clear:both;
	border:1px solid #000;

}
.main-rss .blogroll-channel .blogroll-list {
	line-height: 1.5em;
	font-size:12px;
	background:url(http://kijyomatome.com/img/1429675979169020.png) left center no-repeat;
	padding-left:15px;
        font-size: 12px;
}
.sub-rss .blogroll-channel .blogroll-list {
	background:url(http://blogroll.livedoor.net/blogroll/icons/kijyosokuhou/56087f3bbb.gif) left center no-repeat;
	padding-left:12px;
	line-height: 1.5em;
}
.sub-rss{
	width:728px;
	height:150px;
	overflow:hidden;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;

}
.left-rss{
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	width:364px;
	height:150px;
}
.right-rss{
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	width:364px;
	height:150px;
}
#top-rss .blogroll-channel{
	padding:0 5px 5px 5px;
    font-size: 12px;
}
#top-rss  .blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 1px;
    line-height: 1.5em;
	border-bottom:dashed 1px #999999;
	display:block;
    font-size: 12px;
}
#top-rss  .blogroll-channel .blogroll-list img {
    vertical-align: middle;
}
#top-rss  p.genre{
	margin:5px 5px 0 5px;
	color:#F6F;
}
#top-rss a:hover,
#footer-rss a:hover{
	color:#FFA07A;
}

#footer-rss {
	width:730px;
	height:300px;
	position:relative;
}
#footer-rss .rss-left,
#footer-rss .rss-right{
	float: left;
	display: inline;
	height: 300px;
	width:50%;
	overflow-x:hidden;
	overflow-y:scroll;
}
#footer-rss .blogroll-channel,
#footer-rss .blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    font-size: 12px;
    font-size: 12px;
}
#footer-rss .blogroll-channel {
/*    height: 180px;*/
    margin-bottom: 15px;
    padding: 0 3px;
    background: #fff;
}
#footer-rss .blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}
#footer-rss .blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 1px;
    line-height: 1.5em;
	border-bottom:dashed 1px #999999;
	display:block;
}
#footer-rss .blogroll-channel .blogroll-list img {
    vertical-align: middle;
}
#footer-rss .blogroll-channel .blogroll-list a {
    vertical-align: middle;
	font-weight:bold;
}
#footer-rss .blogroll-channel img.blogroll-icon,
#footer-rss .blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}
#footer-rss .blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

#feed3 .blogroll-list-wrap{
	overflow:hidden;
	margin:0;
	padding:1px 3px;
	list-style:none;
}
#feed3 .blogroll-list{
	font-weight:bold;
	border-bottom:solid 1px #dddddd;
	padding:6px 0 4px 47px;
	background:url(http://kijyomatome.com/img/text001_03.png) left center no-repeat;
	font-size:16px;
	line-height:1.1;
	width:673px;
}
#feed3 .blogroll-list:first-child{
	border-top:solid 1px #dddddd;
}
#feed3 .blogroll-list-wrap .blogroll-list a{
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display:block;
}
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(3) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(5) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(9) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(12) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(19) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(21) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(25) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(29) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(32) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(35) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(39) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(43) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(45) a,
#feed3 .blogroll-list-wrap .blogroll-list:nth-child(48) a{
	color:#FF0047;
}
#feed3 .blogroll-list-wrap .blogroll-list a:hover{
	color:#F99;
	margin-left:10px;
}
#feed3 .blogroll-channel {
	margin-bottom: 0;
	padding: 0;
}
#feed3 .blogroll-channel .blogroll-link-time{
	display:none;
}
/*画像RSS*/
#rsslist-99{
	margin:0;
	padding:0;
	overflow:hidden;
}
#rsslist-99 .textarea{
	line-height:14px;
	height:54px;
	color:#FFF;
}
#rsslist-99 .blogroll_imglink{
	width:175px;
}
#rsslist-99 .thumb{
	height:102px;
}
#rsslist-99 .blogroll-ad-text{
	font-size:13px;
}
#rsslist-99 .blogroll-ad-text a{
	color:#666;
}
#rsslist-99 .blogroll-ad-text a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#blogroll-99{
	margin:0;
	padding:0;
}
/*facebookいいねボタン*/
.sns-section{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	border:solid 1px #CCC;
}
.sns-section .sns-cover{
	width:50%;
	height:198px;
	float:left;
	vertical-align:middle;
	background-color:#f5f5f5;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url(http://kijyomatome.com/img/logo.png);
}
.sns-section .sns-right{
	text-align:center;
	margin-top:10px;
	float:right;
	width:50%;
}
.sns-section .sns-right .sns-text{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.3;
}

.sns-section .sns-right .twitterfollow{
	margin-top:10px;
	margin-bottom:10px;
}

/*鬼女カテゴリ1位*/
.kijo-category-1{
	width:90%;
	margin:10px auto 0;
	border:solid 1px #ccc;
}


.blogroll_imglink a:link,.blogroll_imglink a:visited {
 color:#fff !important; 
}

.kijilist .tyoubun{
    display:none;
}

/*ポップアップ*/
#popup_wrapper{
    font-size: 13px;
    font-weight: normal;}
#popup_wrapper dd{
   font-weight:bold;
   margin-top:10px;
}
.pop_div{
    width: auto;
    height: auto;
    border: 1px solid darkgray;
    position: absolute;
    background: white;
    border-radius: 5px;
    padding:10px;
    line-height: 1.5em;
    color: #4f4d4d;
    z-index: 1;
    max-width:687px;
    max-height:300px;
    overflow: auto;

    display: none;
    visibility: hidden;
}
.fadeIn{
     -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
animation: fadeIn 0.17s linear;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
@-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 0.17s;
	animation-duration: 0.17s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
