@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "matomegray";
 :shortdesc "Template for livedoor Blog";
 :created "2013-01-31";
 :release [:revision "1.00"; :created "2013-01-31"];
 :page <http://blogdesign.ldblog.jp/archives/22919574.html>;
 :rights "NHN Japan Corp.".
*/


body{
	/* background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/bg.gif) repeat ; */
	background-color:#000;
        background-attachment:fixed;
	font-family: Helvetica,Verdana,sans-serif;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}

/* -----------------------------------------------
ヘッダー
----------------------------------------------- */

.header-title {
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 1050px;
  height: 20px;
  background-color: #353535;
  color: #ffffff;
  box-sizing: border-box;
}

.page-article .header-title {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
}

.page-category .header-title {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
}

/* ヘッダー タイトル,画像部分
----------------------------------------------- */
#blog-header01 .header-inner01{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 115px;
}

#blog-header01 .header-inner01.show-image{
	height: auto;
}


.header-inner01 hgroup{
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 15px 0 0 20px;
	width: 600px;
	height: 115px;
}

.header-inner01 hgroup h1{
	width: 600px;
	text-shadow: 0 1px 6px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=3)";
	display:block;
        color: #ffffff;
        font-size: 14px;
}

.header-inner01 hgroup h1 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 46px;
	line-height: 1.2;
}

.header-inner01 hgroup h2{
	margin: 10px 0 0 3px;
	width: 600px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	text-shadow: 0 1px 3px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)";
}


/* かんたんタイトル画像
----------------------------------------------- */
.header-inner01.show-image img#blog-header-image{
	width: 100%;
}

.header-inner01.hide-text hgroup{
	display: none;
}
.header-inner01.show-image.hide-text{
	background: none !important;
}
.header-inner01.show-image.hide-text img:hover{
	opacity: 0.8;
}

/* ヘッダー　グレー部分
----------------------------------------------- */
#blog-header02{
//	position: absolute;
	bottom: 0;
	*left: 0;
}

#blog-header02 .header-inner02{
	margin: 0 auto;
	width: 1050px;


	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33333333,EndColorStr=#33333333);
	background-color: #555555;
	background: rgba(0,0,0,0.7);
}

#blog-header02 .header-inner02:after {
	 display: block;
	 visibility: hidden;
	 clear: both;
	 height: 0;
	 content: ".";
}


/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
        background: #000;　//メニューの色を変更する
	float: left;
	width: 1150px;
	height: auto;
	border-left: 1px solid #000000 ;


}

ul.header-menu li{
	float: left;
	color: #ffffff;
	list-style: none;
	font-size: 11px;
}

ul.header-menu li a{
	display: block;
	padding: 0 22px;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
        color:#fff;
        font-size:18px;
        font-weight: bold;
}

ul.header-menu li:first-child a{
	
}

ul.header-menu li a:hover{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11111111,EndColorStr=#11111111);
	background-color: #111111;
	background: #999;
 
}




/* -----------------------------------------------
コンテンツ
----------------------------------------------- */

/* パンくずリスト
----------------------------------------------- */

#location {
font-size: 12px;
margin: 10px 0 0 10px;
}

#location a{
font-size:12px;
border-radius:3px;
padding:3px;
margin:3px;
border:1px solid #cccccc;
}

#location a{
  color:red;
  text-decoration:none;
}


/* コンテンツのカラム幅
----------------------------------------------- */

/* コンテンツ全体 */
#container{
	position: relative;
	margin: 0 auto;
	padding: 1px 0 30px;
	width: 1050px;
	background: #FFF;
        border: 1px solid #dadada;
}

.left-container,
.main-container,
.right-container{
	overflow: hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	display: inline;
	float: left;
	width: 100%;
}

.main-column-inner{
margin: 0 0 0 10px;
padding: 0 8px;
width: 705px!important;
}

/* コンテンツ　左側のカラム */
.left-container{
	display: inline;
	float: right;
	margin-left: -100%;
	width: 310px;
	margin-top: -115px;
}
.left-column-inner{
	margin-left: 10px;
}


/* コンテンツ　右側のカラム */
.right-container{
	display: inline;
	float: left;
	margin-left: -210px;
	width: 200px;
}
.right-column-inner{
	margin-right: 0px;
}

.left-container:after,
.right-container:after {
	display: block;
	visibility: hidden;
	content: ".";
}


/* 画像付きRTorコメントリスト
----------------------------------------------- */
.listWithImage{
	margin-left: 0px;
}

.listWithImage li{
	margin-bottom: 0 !important;
}

.listWithImage li:hover{
	opacity: 0.6;
}

div.popularArticlesWithImage.A{
	margin: 0 ;
}

div.popularArticlesWithImage.A ul{
	margin: 0 0 10px;
        text-align:left!important;
}

div.popularArticlesWithImage.A ul li{
	/*border: 1px solid #000000;*/
        margin-right: 1.5px;
}

div.popularArticlesWithImage.A ul li a{
/*	border: 2px solid #000000 !important;*/
}

div.popularArticlesWithImage.A div.title{
	padding: 5px 4px 0 4px;
	/*color: #ffffff !important;*/
}

.side div.popularArticlesWithImage.A div.title{
	padding: 6px 4px;
	/* font-size:11px; */
}

div.popularArticlesWithImage.A div.retweet, div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0 5px;
	/*background: #000000 !important;*/
	/*text-shadow: none !important;*/
}




/* BlogRoll
----------------------------------------------- */
/*全体の設定*/
.rss-blogroll:after{
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.rss-blogroll{
margin: 0px 0 10px 10px;
padding: 3px 0;
border: 1px solid #b0b0b0;
zoom: 100%;
width: 725px;
clear: both;
}

.page-article .rss-blogroll{
width: 690px;
margin: 10px 0 50px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	float: left;
	overflow: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 3px;
	width: 334px !important;
	height: 332px !important;
	font-size: 20px;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
  padding: 3px 0;
  padding-top: 0;
  border-bottom: 1px dashed #c2c2c2;
  list-style-type: none;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  height: 25px;
  overflow-x: hidden;
  overflow-y: hidden;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}

.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll .blogroll-new-entry{
	color: #ff0a00;
	font-weight: bold;
	font-size: 11px;
}


/* BlogRoll
----------------------------------------------- */
/*広告*/
.main-container-ads{
	margin-bottom: 10px;
}


/* メッセージボード
----------------------------------------------- */
.message-board-outer{
	margin-bottom: 10px !important;
	padding: 10px;
	border: 3px solid #DC143C;
	background: #eaeaea;
	font-size: 16px;
	line-height: 1.6;
        width: 700px;
}

.message-board-outer a{
	text-decoration: none;
}

.message-board-outer a:hover{
	text-decoration: underline;
}


/* 記事タイトル
----------------------------------------------- */
.article-title{
	padding: 10px;
	border-top: 1px solid #555;
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top,  #484848 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #484848 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #484848 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #484848 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #484848 0%,#121212 100%); /* W3C */
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
}

.article-title a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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


/* 記事タイトル下の記事情報
----------------------------------------------- */
.article-header-inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-header-inner {
	margin-bottom: 15px;
	padding: 13px 5px;
	background: #eaeaea;
	zoom: 100%;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.article-header-top {
     zoom: 100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_date.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 16px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_category.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

.article-header-category li{
	list-style: none;
	*height:14px;
}

.article-header-category dt{
	display: none;
}

.article-header-category dd{
  float: left;
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 3px;
  padding: 3px;
  margin: 3px;
  background-color: #555555;
  border: 1px solid #555555;
}

.article-header-category dd:hover{
  background-color: #d50000;
  border: 1px solid #d50000;
}

.article-header-category dd:hover a{
  color: #ffffff;
  text-decoration: none;
}

.article-header-category dd a {
  color:#ffffff;
  text-decoration: none;
}

.article-body-comment {
position: absolute;
right: 0;
bottom: 0;
text-align:right;
font-size:12px;
}

.article-body-comment a {
  color:#000000;
  text-decoration: none;
}

.article-header-comment{
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 15px;
  width: 150px;
  clear: both;
  padding: 5px;
  text-align: center;
  float: right;
  margin-top: -45px;
  background-color: white;
}

.article-header-comment a{
  text-decoration: none;
  color: red;
}

.article-header-comment a span{
  font-size: 25px;
  font-weight: bold;
  margin-right: 5px;
}
.article-tags dt{
  margin: 13px !important;
}

.article-tags dd{
  float: left;
  padding: 5px !important;
  font-size: 18px;
  border-radius: 10px;
  margin: 3px;
  background-color: #ffffff;
  border: solid 1px #000000;
  margin: 5px !important;
}

.article-tags dd a{
  text-decoration: none;
  color: red;
  display: block;
  font-weight: bold;
}

/*記事の評価アイコン*/
.article-rating img{
	vertical-align: middle;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
.article-social-btn{
}


/* 記事本文
----------------------------------------------- */
.article-body{
	margin-bottom: 40px;
	padding: 0 10px;
}

.article-body a{
	color: #0033cc;
	text-decoration:none;
}

.article-body a:hover{
	text-decoration: underline;
}

.article-body a:visited{
	color: #b67448;
}

/*引用*/
.article-body-inner blockquote{
	padding: 15px;
	background: #efefef;
}
.article-body-inner blockquote:before{
	display: none;
}

/*続きを読む*/
.article-body-continue{
	display: block;
	margin: 30px 0 0;
	padding: 17px 22px;
	background: #eaeaea;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}



/* 記事下の記事情報　（個別記事ページのみ）
----------------------------------------------- */
.article-footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-footer {
	margin-bottom: 40px;
	padding: 10px;
	background: #efefef;
	color: #333333;
	zoom: 100%;
        width: 700px;
}
.page-article .article-footer {
        margin: 0;
}

/* シェアボタン */
#share {
        overflow: hidden;
}
#share li{
        float: left;
        list-style-type: none;
        margin-left: 10px;
}
#share #twitter{
        width: 90px;
        margin-right: 15px;
}
#share #googleplus{
        width: 55px;
}

/* シェアボタン（フッター） */
.page-article .article-footer{
        padding: 0;
        height: auto;
}
.article-footer ul{
        padding: 17px 0 0 0;
        overflow: hidden;
        clear: both;
}
.article-footer li{
        list-style-type: none;
        float: left;
        margin: 0 4px;
}
.article-footer li img{
        margin: 0;
        width: 167px;
}
.article-footer a:hover{
        opacity: 0.8;
}
.article-footer #tw_followBtn img{
        width: 692px;
        margin: 10px 2px;
}

/* コメント - 記事下の記事情報
----------------------------------------------- */
.article-footer .article-footer-comment{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_comment.png) no-repeat left 50%;
	font-size: 18px;
	line-height: 1.3;
}

.article-footer .article-footer-comment a{
	color: #333;
	text-decoration: none;
}

.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}


/* ソーシャルボタン - 記事下の記事情報
----------------------------------------------- */
.article-footer .article-social-btn{
	float: right;
}



/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
        background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

/*カテゴリの最新記事 , 人気記事ランキング */
.related-articles,
.article-sub-popular {
	padding-bottom: 20px;
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}

.article-sub-category a:visited,
.article-sub-popular a:visited{
}

/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 18px;
}

.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}

/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}




/* コメント　トラックバック
----------------------------------------------- */
.article-option-title{
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	border-left: 5px solid #000000;
	background: #efefef;
	color: #333333;
	font-size: 16px;
}

#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}

/*コメントのセット,トラックバックのセット*/
.comment-set{
	padding: 0;
	border-top: 1px solid #DADADA;
	color: #333333;
	list-style: none;
	font-size: 12px;
        padding-top: 10px;
}
#trackbacks .comment-set{
	padding: 10px 0;
}

.comment-set:first-child{
	border-top: none;
}

.comment-info, .trackback-set {
font-size: 12px;
float: left;
width: 33%;
padding: 0 !important;
}

/*コメントの番号,トラックバックの番号*/
.comment-number{
	margin-right: 10px;
}

/*コメント主の名前,トラックバックのブログタイトル*/
.comment-author{
	margin-right: 10px;
	font-weight: normal;
}

.comment-author a{
	color: #0033cc;
	text-decoration: none;
}

.comment-author a:hover{
	color: #0033cc;
}


/*コメントの日時とID,トラックバックの日時*/
.comment-date{
	color: #666666;
        padding:0!important;
}

.comment-body{
	padding: 15px 0;
	color: #333333;
	font-size: 14px;
float: left;
width: 66%;
}

.comment-num{
font-size:15px;
color:red;
}

/*トラックバックの記事*/
.comment-url a{
	color: #0033cc;
}


/* コメントフォーム
----------------------------------------------- */
.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	padding: 20px 0;
	background: #efefef;
}

/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}




/* -----------------------------------------------
ナビゲーション
参考URL：http://wiki.livedoor.jp/staff/d/DesignTemplate/Navigation
----------------------------------------------- */

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
	clear: left;
}

ul.index-navigator{
	margin: 0 0 7px !important;
}

li.paging-prev{
	margin: 0 5px !important;
}

li.paging-prev a,
li.paging-next a,
.index-navigator .paging-first a,
.index-navigator .paging-last a,
li.paging-number ol.paging-number li a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	height: 32px;
	/* border: 1px solid #d5d5d5; */
	background: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !important;
}

li.paging-next{
	margin: 0 5px !important;
}

li.paging-prev a:hover,
li.paging-next a:hover,
.index-navigator .paging-first a:hover,
.index-navigator .paging-last a:hover,
li.paging-number ol.paging-number li a:hover,
li.paging-number ol.paging-number li.current{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	height: 32px;
	/* border: 1px solid #838383; */
	background: #484848;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

li.paging-number ol.paging-number li.current{
	padding: 0 0;
}

ul.index-navigator li a,
ul.index-navigator li.current{
	margin: 0 3px !important;
	height: 32px !important;
	line-height: 32px !important;
	*line-height: 30px;
	*height: 30px;
}

ul.index-navigator li.current span{
	*line-height:33px !important;
}



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

/*ナビゲーション全体*/
.article-pager-type2 ul.article-pager,
.article-pager-type2 ul.archives-pager{
	padding: 0 0 0 0;
}

.article-pager-type2 ul.article-pager li,
.article-pager-type2 ul.archives-pager li{
	margin: 0;
}

/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	padding-left: 20px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_prev.png) no-repeat left 6px;
	text-align: left;
	text-indent: -7px;
	word-wrap: break-word;
}

/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	float: right;
	padding-right: 10px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_next.png) no-repeat right 6px;
	text-align: right;
	word-wrap: break-word;
}

/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	display: block;
	padding: 0 ;
	width: 300px;
	color: #666666;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 16px;
}

/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}




/* カテゴリーアーカイブ,月別アーカイブ
----------------------------------------------- */

/*アーカイブのタイトルの全体設定*/
.archives-header{
	margin-bottom: 10px;
	padding: 10px;
	background: #ededed;
	color: #333333;
}

/*アーカイブのタイトル*/
.archives-header h1{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}




/* -----------------------------------------------
サイド
----------------------------------------------- */

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    font-size: 14px;
    border-radius:3px;
}

.side{
	padding: 0 10px 0 10px;
}

/*サイドカラムのリンク色*/
.sidewrapper a{
	color: #0030ff;
	text-decoration: none;
}
.sidewrapper a:hover{
	text-decoration: underline;
}
.sidewrapper a:visited{
	color: #7f4bc0;
}


/* plugin全体への設定 */
.side:after {
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.side {
	margin: 10px 0;
	zoom: 100%;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding: 5px 10px;
	background: #484848;
	color: #ffffff;
}

.sidetitle a{
    color: #ffffff ;
}

.sidetitle a:visited{
    color: #ffffff ;
}


/*サイドカラムのリスト*/
.sidebody{
	border-top: 1px solid #e5e5e5;
}

.sidebody:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}


/* 最新記事(画像付)
----------------------------------------------- */
.plugin-recent_articles_image{
	font-size: 13px;
	line-height: 1.2;
}


/* ギャラリー
----------------------------------------------- */
/*サムネイルのサイズは54pxにすると表示件数ヨコ3件にちょうどよいです。*/

/*ギャラリー*/
.plugin-recent_images .side{
	margin-bottom: 3px;
}

/* カレンダー
----------------------------------------------- */
/*カレンダー共通設定*/
.plugin-calendar_default{
	margin: 0 0 20px 0;
	font-size: 14px;
}

/*カレンダー年月*/
.calendarheadbody{
	padding: 5px 10px;
	background: #484848;
	color: #ffffff;
	font-size: 14px;
}

.calendarheadbody a{
	color: #ffffff;
}

.calendarheadbody a:visited{
	color: #ffffff;
}

/*カレンダーの体裁*/
.plugin-calendar_default table,
.plugin-calendar_japanese table{
	border-spacing: 1px;
	border-collapse: separate;
}

.calbody{
	color: #8d8d8d;
}

table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
table.caltblday td a{
	background: #333333;
	color: #ffffff;
}

table.caltblday td a:hover{
	text-decoration: underline;
}

/*曜日*/
.sun{
	color: #ff5d59;
	font-weight: bold;
}

.sat{
	color: #4e8cff;
	font-weight: bold;
}

.weekday{
	font-weight: bold;
}


/* 人気記事（画像付）
----------------------------------------------- */
.plugin-popular_articles_with_image li:hover{
	opacity: 0.6;
}

div.popularArticlesWithImage.B:hover a,
div.popularArticlesWithImage.C:hover a{
	text-decoration: none !important;
}

.listWithImage .plugin-popular_articles_with_image .title{
	background: #EBEBEB !important;
	color: #333333 !important;
	line-height: 1.1 !important;
}

div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet{
	display: inline !important;
	text-shadow: none !important;
}

div.popularArticlesWithImage.B div.title{
	margin: 7px 0 0 10px;
	background: none !important;
}

div.popularArticlesWithImage.C div.title{
	margin: 4px 0 10px 0;
	background: none !important;
}


/* -----------------------------------------------
フッター
----------------------------------------------- */

/*フッターの全体設定*/
#blog-footer{
	height: 80px;
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top,  #484848 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #484848 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #484848 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #484848 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #484848 0%,#121212 100%); /* W3C */
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
}

#footer-contents{
       width:100%;
       background-color: #484848;
       padding-top:15px;
       padding-bottom:15px;
}

#footer-contents .wrap-inner{
      width:1010px;
      margin: 0 auto;
      padding:20px;
      background-color: #f8f8f8;
      border-radius:3px;
}

#footer-contents .sidewrapper{
        width:30%;
        margin-right:10px;
        float:left;
        border:0;
}

/*フッターのコピーライト部分*/
#blog-footer #footer{
	height: 80px;
	color: #fff;
	line-height: 80px;
}

#blog-footer #footer a{
	color: #fff;
}


/*トップへ戻る*/
.to-pagetop {
	position: relative;
}

.to-pagetop a{
        position: fixed;
        top: 300px;
}

.to-pagetop a img{
        opacity: 1.0;
}

/*コメントへ移動ボタン*/
.to-comment {
	position: relative;
}

.to-comment a{
        position: fixed;
        top: 370px;
        margin-left: 5px;
}

.to-comment a img{
        opacity: 1.0;
}

/* -----------------------------------------------
リセット　他のCSSが影響している場合にここでリセットします
----------------------------------------------- */

/* reset for template_6thgen.css
----------------------------------------------- */
body.layout-2col .message-board{
	margin-top: 0;
}


/* reset for template.css
----------------------------------------------- */
.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe{
	margin: 0 ;
}

.sidewrapper .blogroll-channel{
	margin-bottom: 10px;
	padding: 3px 0;
	border: 1px solid #b0b0b0;
}

.sidewrapper .blogroll-channel .blogroll-list{
	padding: 5px !important;
	padding: 3px 0;
	padding-top: 0;
	border-bottom: 1px dashed #c2c2c2;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.3;
}

/*--ブログパーツ--*/
.largeBlogroll .blogroll-list{
	font-size: 15px !important;
	line-height: 1.65 !important;
	font-weight: bold;
}


.article-body-inner ul.blogroll-list-wrap {
    margin-top: -15px;
    padding: 0 0 0 5px;
}

/*----------------------------------------------
　　　　　　　　追加要素
-------------------------------------------------*/



.article_top{
height: auto;
border-bottom: solid 1px #d4d4d4;
width: 725px;
border-radius: 3px;
}

.article-header_top{
	width: 350px;
}


/* 記事タイトル
----------------------------------------------- */
.article-title_top{
        height: 60px;
	width: 370px;
	padding: 10px;
	border-top: 1px solid #555;
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top,  #484848 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #484848 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #484848 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #484848 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #484848 0%,#121212 100%); /* W3C */
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
}

.article-title_top a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.article-title_top a:hover{
	text-decoration: underline;
}


/* 記事タイトル下の記事情報
----------------------------------------------- */
.article-header-inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-header_top-inner {
        width: 380px;
        height: 60px;
	margin-bottom: 15px;
	padding: 13px 5px;
	background: #eaeaea;
	zoom: 100%;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: ".";
}

.article-header{
width:725px;
margin:0 auto;
}

.article-header-top {
     zoom: 100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	float: left;
	margin: 4px 10px 5px 0;
	padding-left: 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_date.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: left;
	margin: 4px 3px 5px 0;
	padding-left: 16px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_category.png) no-repeat left 50%;
	font-size: 12px;
	line-height: 1.3;
}

.article-header-category li{
	list-style: none;
	*height:14px;
}

.article-header-category dt{
	display: none;
}

.article-header-category dd {
  float: left;
  padding: 2px 7px;
}

/*記事の評価アイコン*/
.article-rating img{
	vertical-align: middle;
}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
.article-social-btn{
}


/* 記事本文
----------------------------------------------- */
.article-body_top{
	width: 350px;
	margin-bottom: 40px;
	padding: 0 20px;
}

.article-body a{
	color: #0033cc;
	text-decoration:none;
}

.article-body a:hover{
	text-decoration: underline;
}

.article-body a:visited{
	color: #b67448;
}

/*引用*/
.article-body-inner blockquote{
	padding: 15px;
	background: #efefef;
}
.article-body-inner blockquote:before{
	display: none;
}

/*続きを読む*/
.article-body-continue{
	display: block;
	margin: 30px 0 0;
	padding: 17px 22px;
	background: #eaeaea;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}

#blogroll-70078{
	/*↓↓↓20130821だい修正↓↓↓*/
	/*border: 2px solid #b0b0b0;*/
	border:0px;
	/*↑↑↑20130821だい修正↑↑↑*/
	overflow: hidden;
	height: 450px;
}

#blogroll-70078 a{
        font-size: 20px;
}

.left-container_category{
	display: inline;
	float: left;
	margin-left: -135%;
	width: 250px;
	margin-top: -300px;
}

#ad-float.float{
        position:fixed;
        top:10px;
        left:5px;
}

.archive-header{
width: 25%;
float: left;
height: 125px;
margin: 20px 0;
overflow: hidden;
border-right: 1px solid #efefef;
}

.archive-img{
       width: 100%;
       height: auto;
}

.archive-img:hover{
       width:99%;
       border:1px solid red;
}

.archive-title_top a{
        font-size:20px;
        font-weight:bold;
        color:#d50000!important;
}

.archive-title_top a:hover{
        color:#ff8080;
}

.archive-body{
        position:relative;
	width:70%;
        padding:2%;
	float:left;
}

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

      BlogRoll css

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

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
    /* border: solid 1px #999; */
    background: #fff;
    overflow-y: scroll;
}

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

.blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 3px;
font-size: 12px;
line-height: 1.3;
height: 30px;
line-height: 30px;
border-bottom: 1px dashed gray;
}

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

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

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

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

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

.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: 5px;
    color: #666;
    font-size: 12px;
}

#rss-main{
margin: 10px 0 10px 10px;
padding: 3px 0;
border: 1px solid #b0b0b0;
zoom: 100%;
width: 725px;
height: 250px;
clear: both;
}

#rss-main .blogroll-channel *{
font-size:14px;
}

#rss-main .blogroll-channel{
height: 220px;
overflow-y:hidden;
}

#antena{
width:98%;
text-align:left;
padding:1%;
}

#antena p{
width:100%;
padding: 0;
margin-bottom:20px;
border-radius:3px;
border:1px solid #9f9f9f;
}

#antena a{
width:100%;
height:140px;
overflow:hidden;
display:block;
}

#antena a img{
width:100%;
margin:0
}

#antena span{
width:95%;
padding:10px 2.5% 10px 2.5%;
display:block;
height:40px;
overflow:hidden;
background-color:#000000;
color:#f8f8f8;
}


.category-child{
text-indent:20px;
}

.category-child:before{
content: "∟ ";
}

.adsence-1{
margin: 10px 5px -12px 10px;
}

.wareclass_frame{
}

#blogroll-70078 li{
  height:40px;
  line-height:40px;
  border:none;
}

.rss_side {
height: 170px;
margin: 0 0 15px;
}

.rss_img_side {
margin: 0 0 -60px;
border: 3px solid #d50000;
width: 100%;
height: 167px;
overflow: hidden;
}

.rss_side img {
width: 295px;
}

.rss_side a{
text-decoration:none!important;
}

a .rss_side img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.rss_side a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}

.rss_title_side {
background-color: #d50000;
line-height: 18px;
opacity: 0.8;
height: 50px;
overflow: hidden;
padding: 7px 1px 0px 5px;
width: 100%;
}

.rss_title_side {
color: #FFFFFF !important;
font-weight: bold;
text-decoration: none !important;
}

.rss_title_side:hover {
opacity:0.8;
text-decoration: none !important;
}

.slider{
width:280px;
}

.bx-controls-direction a {
margin: 0;
padding: 6px 15px 6px 0;
font-size:30px;
color:#d50000;
text-decoration:none;
}

.bx-controls-direction {
margin: 5px auto;
width: 95px;
}

.bx-controls-direction a.bx-prev:after{
content: "◀";
}

.bx-controls-direction a.bx-next:after{
content: "▶";
}

.social-icon{
  list-style-type:none;
  margin:15px 0;
}

.social-icon li{
  display:inline-block;
  padding:0 7px;
}

.social-icon img{
  width:50px;
}

.social-icon img:hover{
  opacity:0.9;
}

#sp {
   display: none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.none-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* 追加画像コメント（野田） */
.listWithImage2{
	width: 752px;
}
.listWithImage2 #antena p{
        width: 24%;
        float: left;
        border: none;
        margin-left: 1%;
}
.listWithImage2 #antena p:first-child{
        margin: 0;
}
.listWithImage2 #antena p a{
        height: 80px;
        width: 100%;
        overfloaw: hidden;
        display: block;
}

/* 広告用CSS
----------------------------------------------- */

#article_mid { 
  display: none;
 }


.article_mid {
   display: none;
 }


/* 記事下の他サイトへのリンク */
#othersite_link td{
background-color: #000000;
padding-bottom: 15px;
}
#othersite_link td img{
width: 100%;
margin: 0;
}
#othersite_link td a{
color: #ffffff;
}