@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : blogmedia/news_blue_2c
==================================================
*/

/* 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,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%;

-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;

}

body {

	color: #666;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: .8em;
	word-wrap: break-word;
}

a:hover {
	color: #be345b;
	text-decoration: underline;
}

table#header a {
	color: #eee;
}

#blog-title a {
	font-size: 140%;
}


#blog-title a {
	color: #F8B500;
	text-decoration: none;
}

#blog-title a:hover {
	color: #be345b;
}

#blog-description {
	color: #fff;
}

.archives-title {
	color: #333;
}

.blog-title-outer a:link,
#main a:link,
#main a:active {
	color: #06c;
	text-decoration: none;
}
.blog-title-outer a:visited,
#main a:visited {
	color: #69c;
	text-decoration: none;
}
.blog-title-outer a:hover,
#main a:hover {
	color: #be345b;
	text-decoration: underline;
}


#sub a:link,
#sub a:active,
#sidebar a:link,
#sidebar a:active {
	color: #06c;
	text-decoration: none;
}
#sub a:visited,
#extra a:visited {
	color: #69c;
	text-decoration: none;
}
#sub a:hover,
#extra a:hover {
	color: #be345b;
	text-decoration: underline;
}

#main .article-body-inner a:link,
#main .article-body-inner a:active,
#main .article-body-inner a:visited {
font-size:100%;
}


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

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

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

#main .article-category dd a:link,
#main .article-category dd a:active,
#main .article-category dd a:visited,
.article-category dd a:hover {
}

#main .article-category dd a {
	color: #FFF;
	border:solid 2px #F8B500;
	padding: 3px 3px 0;
	background: #F8B500;
	font-size: 83%;
	font-weight: bold;
	text-decoration: none;

}

#main .article-category dd a:hover {
	color: #F8B500;
	background: #fff;




}

#main .pager .current span {
	padding: 3px 6px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/blue/pager_off.gif) repeat-x;
	color: #fff;
	/zoom: 1;
}

#main .pager a:link,
#main .pager a:visited,
#main .pager a:active {
	padding: 3px 6px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/blue/pager.gif) repeat-x;
	font-weight: bold;
	text-decoration: none;
}

#main .index-navigator a:link,
#main .index-navigator a:visited,
#main .index-navigator a:active {
	color: #fff;
}


#main .article-pager a:link,
#main .article-pager a:visited,
#main .article-pager a:active, 
#main .archives-pager a,
#main .article-pager-outer a {
	background: none!important;
}

/*#main .article-pager a:hover,*/

#main .pager a:hover {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/blue/pager_off.gif);
}

.article-date-outer {
	color: #999;
margin-left:5px;
}

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

.sidetitle {
	color: #fff;
font-size:120%;
background:#323232;
padding:10px;
}

#sub .sidetitle a,
#extra .sidetitle a {
	color: #fff;
font-size:130%;
}

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

.footer-outer,
.footer-outer a {
	color: #0066cc;
}

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

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#container {
background:#f6f6f6;
}

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



#content {
	width: 1080px;
	margin: 0 auto;

}
#content-inner {

}

#container,
#contents,
#content-inner {
	zoom: 1;
}


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

.message-board-outer {}

.message-board-outer .message-board {}


.message-board-outer {
	margin: 20px;
	padding: 1px;
	border: solid 1px #ced09e;
	background: #fff;
}

.message-board-outer-2 {
	padding: 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/common/headline.gif) repeat-x;
}




/* 2col */
#main {
	float: left;
	display: inline;
	width: 760px;
	background: url() no-repeat right top;
    margin: 0 auto;
}

#sub {
	float: right;
	display: inline;
	width: 309px;
margin-top:10px;
}

#extra {
	clear: right;
	float: right;
	display: inline;
	width: 316px;
}

#main .column{
width:728px;
margin: 0 auto;
}


#main .column-inner{


margin-bottom:10px;


}



#sub .column-inner{
margin-left:7px;
margin-bottom:10px;

}

#extra  .column-inner {
	padding: 7px;
border:1px solid #c1c1c1;

margin-bottom:10px;
background-color:#FFFFFF;
}

.blogroll {
width:726px;
margin-top:10px;
margin-bottom:10px;
background-color:#fff;
border:1px solid #9a9a9a;
margin:0 auto;
}




.admain {

padding-top:20px;
margin-bottom:10px;

width:728px;
margin:0 auto;
}




.adslink {
width:auto;
text-align:center;
margin:10px 0 10px;
}

.popular {
margin:0;
}

.popularArticlesWithImage.A {
margin:0;
}


.popular_end {

background-color:#fff;
margin:10px 0;
}
.calendarheadbody,
.sidetitlebody {

	margin-bottom: 0px;
}

.calendarheadbody .calendarhead,
.sidetitle {
	text-align: left;

	padding: 4px 5px;
}

.side {
	margin: 0 0 0 0;
	text-align: left;
	text-decoration: none;
}

.plugin-search_internal {}

.plugin-search_internal .side form {
	width: 280px;
	height: 24px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/blue/2c_search.gif) no-repeat left top;
}

.plugin-search_internal .side .sf {
	width: 241px;
	height: 24px;
	margin: 0;
	padding: 0 2px;
	border: none;
	background: none;
}

.plugin-search_internal .side .sfbtn {
	width: 30px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;

  cursor: pointer;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  /color: #000;
  text-align: right;
  letter-spacing: 10em;
}


.side .tagcloud a {
	color: #333!important;
}
.side .tagcloud a:hover {
}




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

#container:after,
#content:after,
#content-inner:after,
.article-navigator:after,
.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;
}

/** 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 {
	background-color:#fff;
	margin: 0 auto;
height:130px;

border-top:solid 15px #F8B500;
border-bottom:solid 5px #F8B500;
}
.blog-title-outer-2 {
	padding: 15px 0 20px;
	width: 1080px;
margin:0 auto;
}
.blog-title-outer-3 {

float:left;
}

#blog-title {
	font-size: 150%;
	font-weight: bold;
}

.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 135%;
	font-size: 83%;
}

.adtop {
text-align:right;

}

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

.archives-title-outer {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #333;
	font-size: 1.2em;
}
.archives-title-outer-2 {}

.archives-title-outer-3 {}

.archives-title {
	padding-left: 10px;
	border-left: solid 5px #333;
	font-size: 1.2em;
}

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

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

.pager-inner {
	padding-bottom: 15px;
	padding-top: 15px;
}

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

.prev,
.next {
height:90px;

}


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

.index-navigator {
	padding-top: 15px;
	font-size: 1em;
}

.index-navigator li a {
	padding: 0 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-outer {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: left;
padding:0 15px 0 15px;
background-color:#fff;
border:1px solid #9a9a9a;
}

.article-outer-2 {

}

.article-outer-3 {}

.article-outer-top {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: left;
padding:0 15px 0 15px;
background-color:#fff;
border:1px solid #9a9a9a;
}




.article_ads {
margin-top:30px;
margin-bottom:30px;
padding:5px;
width:auto;
}

.top_ads {
margin-top:25px;
margin-left:5px;
margin-bottom:35px;
font-weight:normal;
}

.adstext {
font-weight:normal;
}

.end_ads {
margin-top:65px;
margin-left:5px;
margin-bottom:70px;
}


.ads_art {
margin:10px;
text-align:center;
}

.article_adleft {

width:auto;
float:left;
}

.article_adright {
width:310px;
height:250px;

}


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

.article-header {
	padding: 8px 0 0 0;

margin-top:3px;
}

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

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

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


.article-date-outer .author-name {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #999;
}




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



.article-category-outer .article-category {
	line-height: 1.25;
}

.article-category-outer .article-category dt,
.article-category-outer .article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}

.article-category-outer .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: 30px;
	margin-top:20px;
	padding: 15px 0 0 0;
background-color:#fff;


}

.article-title {
	clear: left;
	padding: 5px 0 0 5px;
	font-size: 220%;
	font-weight: bold;
border-left:solid 7px #F8B500;
}

.article-title_top {
	clear: left;
	padding: 5px 0 0 5px;
	font-size: 200%;
	font-weight: bold;
}


.article-tool-box-header .article-meta {
	text-align: right;
}

.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;
font-size:20px;
font-weight:bold;
}


.article-tool-box-header .article-meta li.article-comment-count span {
font-size:11px;
}




.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 {
	font-size:14px;
	background-color: transparent;
	padding: 10px 0 5px;
	line-height: 150%;

}

.article-body-inner {
	padding-right: 2px;
	overflow: hidden;
letter-spacing: 0.05em; 
}

.article-first-image {
float:right;
width:225px;
height:160px;
border:#9a9a9a solid 1px;

background-color: #fff;
}

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

.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: 190%;
}
.article-body h2 {
	padding: 10px 0 10px 5px;
	margin-top: 15px ;

	border-left: solid 6px #F8B500;
	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: 0;
}
.article-body ul {
	margin: 10px 0;
}
.article-body ol li {
	margin-left: 10px;
}
.article-body ul li {
	margin-left: 5px;
}

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

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


/*** アイテム */

.item{
width:auto;
height:auto;
line-height:1.3;
margin:10px 35px 10px 35px;
padding:10px;
border: solid 2px #E3DECC;
background-color:#FFF;

}

.itemtitle{
margin:10px;
font-size:20px;
border-bottom:1px dotted #F8B500;
font-weight: bold;
}

.iteminner{
margin-left:20px;
margin-right:20px;
margin-bottom:5px;
font-size:14px;
}

/*** blockquote & pre */
.article-body pre {
	padding: 10px;
	margin: 15px 25px 15px 25px;
	background-color: #FFF7E7;
font-size:16px;
text-decoration:none;
}


.article-body blockquote {
	padding: 10px 13px;
	margin-top: 10px;
	margin-bottom: 10px;
border:solid 1px #d9d9d9;
font-size:98%;
text-decoration:none;
color:#333;
	background-color: #fff;



}


/*** img */
.article-body img.pict {
    height: auto;
    margin: 1em 6px 1em!important;
    max-width: 98.4%;
    border: 3px solid #fff;
    box-shadow: 0 0 1px #999;

}

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

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


body.monthly .article-tags,
body.category .article-tags {
	margin-top: 5px;
}



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

.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: 2px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #fff;
}

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



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

#article-options {
	background-color: #fff;
	padding: 10px 0;
}

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

.article-option h3 {
	margin: 0 10px 0 10px;
	padding: 15px 0 5px 0;
	font-size: 100%;
}

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

	.ping-info li
	, .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;
}

.ping-info {
	display: inline;
}

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

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

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

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

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

.trackback-set {
	padding: 0 0 10px 20px;
}

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

li.comment-set {
	padding: 0 0 20px 0;
	font-size: 90%;
margin-bottom:20px;

}

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

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

.comment-info li {
	display: inline;
}

.comment-info li.comment-body {
	display: block;
	margin-top: 7px;
	margin-left: 15px;
font-weight:bold;
font-size:110%;
line-height:150%;
}

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

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

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

#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: 100px;
}

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;
margin-bottom:40px;
}

.related-articles h3{
	padding: 10px 0 10px 5px;
	margin:15px 0 15px 0;
	font-size: 24px;
border-left: solid 6px #F8B500;
}
.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
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: 20px;
}

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


.sidetop,
.sidebottom {
	display: none;
}


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

.sidebody {
	padding: 7px 0 7px 1em;
	line-height: 1.6;
	text-indent: -1em;
	font-size: 95%;
/text-indent: 0;
}

.sidebody a {
	padding-left: 15px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/news/common/side_icon.gif) no-repeat 0 2px;
/zoom: 1;
/background-position: 0 4px;
}

.sidebody a:hover {
	background-position: -291px -290px;
/background-position: -291px -288px;
}



#sub .sidewrapper {
margin-bottom:15px;

background-color:#fff;
border:#9a9a9a solid 1px;
}


.sideads {

margin-bottom:15px;
padding:5px;

}








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

.calendarheadbody {}

.calendarheadbody .calendarhead {
	border-bottom: solid 1px #7f7f7f;
	text-align: center;
	color: #666;
	font-weight: bold;
}

#sub .calendarheadbody .calendarhead a,
#extra .calendarheadbody .calendarhead a {
	text-decoration: none;
}

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

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

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

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

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

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

.footer-outer {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #333;
	font-size: 83%;

}

.footer-outer-2 {
width:1080px;
margin:0 auto;
clear:both;
}

#footer {}

#footer p {}

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

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

.article-social-btn {

padding-left:5px;
margin-bottom:10px
}



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

      BlogRoll css 2

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

.blogroll-channel ,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin-right: 2px;
    padding: 0;
    border: none;
    text-align: left;
overflow:hidden;
}
.blogroll-channel {
    margin-bottom: 5px;
overflow:hidden;
}

.blogroll-channel .blogroll-list-wrap {
    margin: 0px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.3;
white-space:nowrap;
}

.blogroll .blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.3;
border-bottom: 1px dotted #D5D5D5;
white-space:nowrap;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll .blogroll-channel a.blogroll-link {
text-decoration:none;
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
font-size:65%;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 0px;
    color: #666;
    font-size: 0px;
height:0px;
}

.blogroll_wrapper { 
		width: 718px; 
		overflow-y:scroll; 
		background-color: #FFF; 
border-bottom:1px #E5E5E5 solid;
padding:4px;
	} 

.blogroll_innner { 
		width: 50%; 
		height: 120px; 
		float: left; 
	}

.blogrolltop1
{
width:auto;
height:auto;
margin:20px 5px 0 0;
padding:0;
text-align:left;

overflow:hidden;
}

.blogrolltop5
{
width:auto;
height:auto;
margin:20px 5px 0 0;
padding:0;
text-align:left;
font-size:18px;
font-weight: bold;
overflow:hidden;
}

.blogrolltop1 .blogroll-list {
font-weight: bold;
font-size:16px;
line-height:2.0;
}

.blogrolltop5 .blogroll-list {
font-size:16px;
line-height:1.7;
}


.blogroll-channel .blogroll-ad-default {
font-size:0px;
heihgt:0px;
}




.t_h {
font-size:10px;
margin-top:40px;
color:black;
}

.t_b {
margin-bottom:20px;
color:black;

font-size:18px;
letter-spacing: 0.03em;

}

.anchor {
font-size:16px;
}


#ad1 {

margin-top:15px;
text-align:center;
padding:15px 0 10px 0;
}


.amazon {
text-align:center;
}

.pr1 {
}

.siderss {
margin:10px 10px 30px 5px;
}


.skematome {
margin-left:20px;
font-weight:bold;
font-size:18px;
}



.c {
height:0px;
font-size:0px;
}

#main .article-body-inner .c a:link,
#main .article-body-inner .c a:active,
#main .article-body-inner .c a:visited,
#main .article-body-inner .skesp a:link,
#main .article-body-inner .skesp a:active,
#main .article-body-inner .skesp a:visited
 {
font-size:0px;
}



.skesp {
height:0px;
font-size:0px;
}


#comment-form tr.input-url,
#comment-form tr.input-email,
#comment-form tr.input-etc,
#comment-form tr.input-facemark {
  display:none
}


#sidebar .sidewrapper {
	width:250px;
	margin:10px 10px 30px 10px;
	float:left;
	text-decoration: none;
}

.ggtas {
margin:10px 0 30px 0;
}


.sidewrapper .side .sidebody.category-child {
	padding-left: 20px;
}


.a8 {
margin:10px 0 10px 0;
}


.dmm {

background-color: #FFF;
padding:6px 10px 6px 10px;
margin-top:10px;
}




/* ----------------------------------------------- */
/** コメントフォームサイドバー */

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

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

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

.pr1 input#author {
	width: 75%;
}


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

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

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





.rakuten {
margin:35px 0 35px 0;
}



.scl_btn {
margin-top:30px;
margin-bottom:10px;
text-align:center;
}


.ads {
  text-align: center;
  margin-top:20px;
  width :760px;　/* アドセンスが200pxでマージンが5pxの場合 */
  color: #b3b3b3;
}

.ads_1 {

 margin-left: auto;
 margin-right: auto;
}

.adbox {
width:694px;
height:304px;
margin-top: 25px;
}

.adbox_left {
float:left;
width336px;
height:280px;
text-align:center;
margin:0px 10px 0px 0px;
}

.adbox_right {
float:right;
width336px;
height:280px;
text-align:center;
margin:0px 0px 0px 10px;
}





.adbox2 {
width:694px;
height:304px;
margin-top: 25px;
}

.adbox2_left {
float:left;
width336px;
height:280px;
text-align:center;
margin:0px 5px 0px 0px;
}

.adbox2_right {
float:right;
width336px;
height:280px;

margin:0px 0px 0px 5px;
}





.clear {
clear:both;
}


.aprime {
width:auto;
text-align:center;
 margin:10px 0px 15px 0px; }






/* ===============消しちゃダメ============== */
/* kaereba/yomereba Customize Settings 1.0.0 ver */
/* Created by Cazuki Hoshina */
/* Copyright (c) @cazuki All rights Reserved. */
/* ======================================== */

.kaerebalink-box, .booklink-box {
  width: 100%;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  /zoom:1;
}
.kaerebalink-box:after, .booklink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.kaerebalink-image, .booklink-image {
  float:left;
  width:128px;
  margin:0;
  text-align:center;
}
.kaerebakink-image img, .booklink-image img { width:128px; height:auto; }
.kaerebalink-info, .booklink-info { margin: 0 0 0 140px; line-height: 1.6rem; }
.kaerebalink-name, .booklink-name {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0;
}
.kaerebalink-name a, .booklink-name a { color: #2b2b2b; }
.kaerebalink-name a:hover, .booklink-name a:hover { text-decoration: underline; }
.kaerebalink-powered-date, .booklink-powered-date { font-size: 0.75rem; font-weight: normal; }
.kaerebalink-detail, .booklink-detail { font-size: 0.9375rem; margin: 0 0 0.5em; }
.kaerebalink-link1, .booklink-link2 { width:100%; }
.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 1%; }
.kaerebalink-link1 div a, .booklink-link2 div a { display:block; padding:3px 0; text-decoration:none; }
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkyahooAuc a,
.shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkkakakucom a,
.shoplinkkindle a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a,
.shoplinkjun a, .shoplinktoshokan a {
  display:block;
  text-decoration:none;
}
.shoplinkamazon a { color:#ffffff; background:#ff9900; }
.shoplinkkindle a { color:#ffffff; background:#1882c9; }
.shoplinkrakuten a { color:#ffffff; background:#bf0000; }
.shoplinkyahoo a { color:#ffffff; background:#fc1d2f; }
.shoplinkyahooAuc a { color:#252525; background:#ffdb00; }
.shoplinkseven a { color:#ffffff; background:#225093; }
.shoplinkbellemaison a { color:#ffffff; background:#83be00; }
.shoplinkcecile a { color:#ffffff; background:#6b053d; }
.shoplinkkakakucom a { color:#ffffff; background:#00138e; }
.shoplinkbk1 a { color:#ffffff; background:#0484d2; }
.shoplinkehon a { color:#ffffff; background:#00006a; }
.shoplinkkino a { color:#ffffff; background:#003e9d; }
.shoplinkjun a { color:#4b5854; background:#d8c9b7; }
.shoplinktoshokan a { color:#ffffff; background:#29b6e9; }
.booklink-footer { clear:both !important; }

@media only screen and (min-width:460px) and (max-width:640px) {
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}
@media only screen and (max-width:459px) {
	.kaerebalink-image, .booklink-image {
	  float:none;
	  width:100%;
	  margin:0;
	  text-align:center;
	}
	.kaerebalink-image img, .booklink-image img { width:180px; height:auto; }
	.kaerebalink-info, .booklink-info { margin: 0; }
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}





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

div.google-2ad {
 margin:10px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:30px; 
}
