@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
@import url(http://blogroll.livedoor.net/css/default2.css);

/**

@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "matomeyellow";
 :shortdesc "Template for livedoor Blog";
 :created "2012-12-18";
 :release [:revision "1.04"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/21370311.html>;
 :rights "NHN Japan Corp.".
*/


body {
	font-family: Helvetica,Verdana,sans-serif; 
        background: url(http://livedoor.blogimg.jp/akbip/imgs/7/c/7ce50859.png);
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover{
	color: #f7734a;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}


a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:0.8;
}

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


/* ヘッダー　ブルーのエリア
----------------------------------------------- */

#blog-header01{
	background:#fff;
        /*background-image:url(http://livedoor.blogimg.jp/akbip/imgs/9/d/9d32acd4.png);*/
}

#blog-header01 .header-inner01{
	margin:0 auto;
	width:1170px;
	display:table;
	padding:11px 0;
}

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:11px;
	width:422px;
	*width:412px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:0.8;
}
hgroup h1{
	width:422px;
	*width:412px;
}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:422px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:650px;
	text-align: right;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
.header-inner01 .ads01 a{
margin-right:15px;
}

a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:0.8;
}
/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	zoom:100%;
	background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px 0;
}

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

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

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:744px;
	height:auto;
	float:left;
}

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

ul.header-menu li a{
	padding:0 22px;
	height:36px;
	line-height:35px;
	color:#333;
	text-decoration:none;
	display:block;
	border-right:1px solid #ddd;
}

ul.header-menu li:first-child a{
	border-left:1px solid #ddd;
}

ul.header-menu li a:hover{
color: #F879C0;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	width:420px;
	float:right;
	padding-top:17px;
}
.header-sarch img{
	margin-top:-10px;
}
.header-sarch img:hover{
	opacity: 0.6;
}
.header-sarch li{
	float:left;
	list-style:none;
	margin-left:20px;
}

/* 検索 */
.header-sarch input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}

.header-sarch input.sf,
.header-sarch input.sfbtn {
	border: 1px solid #aaa;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.header-sarch input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
        margin-top:-8px;
	padding: 0 5px 0 21px;
	vertical-align: top;
	width: 225px;
	*width: 180px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-sarch input.sfbtn {
        margin-top:-8px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 75px;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}
.header-sarch input.sfbtn:hover,
.header-sarch input.sfbtn:focus {
	color: #2e90c5;
}


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

#wrapper{
}


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

/* コンテンツ全体 */
#container{
	width:1170px;
	margin:0 auto;
        margin-top:2px;
	position: relative;
}

/* コンテンツ　左側のカラム */
.left-container{
	width:320px;
	float:left;
	background: #fff;
        margin-right:13px;
}
.left-container:after {
  content: "."; 
  display: block; 
  visibility:hidden;
}

/* コンテンツ　中央メインのカラム */
.main-container{
	width:817px;
	float:right;
	margin:0 10px;
}

/* コンテンツ　右側のカラム */
.right-container{
	width:200px;
	float:left;
	background: #fff;
}



/* コンテンツ　３カラムの上のエリア
----------------------------------------------- */

#popularArticlesWithImagePlugin-3859670{
  /*margin-top:-5px !important;*/
  margin-bottom:-14px !important;
margin-left:-20px;
}


.popularArticleWithImage{
  width:224px;
  height:150px;
  margin-right:3px;
  margin-left:2px;
}

.popularArticleWithImage a{
  width:224px !important;
  height:150px !important;
  border-color: #777 !important;
}
/*枠*/
div.popularArticlesWithImage.A ul li a {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #777;
  text-decoration: none;
  width: 224px;
  height: 150px;
}

/*スレタイ部分*/
.title{
  width:215px !important;
  background: #f646d0 !important;
  margin-bottom:-3px;
  margin-left:2px;
}/*ef61ca*/
/*画像サイズ*/
div.popularArticlesWithImage.A li div.image img {
  border-width: 0px;
  width: 224px;
  height: 150px;
}

.popularArticlesWithImage tag A{
  height: 112px;
}
/*全体マージン*/
div.popularArticlesWithImage.A {
margin: 10px 0 0 -8px;
}

.retweet {
  background: #f646d0 !important;
  margin-right:-2px !important;
  margin-top:2px !important;
}

/* コンテンツ　中央メインのカラム
----------------------------------------------- */

/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
	border:2px solid #b0b0b0;
	margin-bottom:10px;
	padding: 3px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:5px;
	width:315px;
	height:284px;
	overflow: auto;
	float: left;
	font-size: 12px;
	padding:0 0 0 0;/*追加*/
	margin-bottom:0;/*追加*/
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
    line-height: 1.3;
	padding-top:0;/*追加*/
}

/*テキスト部分の設定*/
.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-size: 11px;
	font-weight: bold;
}


/*メッセージボード*/
.message-board-outer{
	margin-bottom:10px !important;
	padding:10px;
	border:3px solid #ffc100;
	background:#fff2c6;
	font-size:16px;
	line-height:1.6;
}
.message-board-outer a{
	text-decoration:none;
}
.message-board-outer a:hover{
	text-decoration:underline;
}



/*記事タイトル*/
.article-title{
        margin-top:40px;
	padding:15px;
	color:#333333;
	font-weight:bold;
	font-size:24px;
	line-height:1.2;
        border-top:1px solid #f8d8f0;
        border-bottom:1px solid #f66fa8;
	border-left:5px solid #f66fa8;
        border-right:1px solid #f8d8f0;
	background: #fff;

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

/*記事タイトル下の記事情報*/
.article-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
        border-right:1px solid #f8d8f0;
        border-left:1px solid #f8d8f0;
	margin-bottom: 0px;
	padding: 13px 5px;
	background: #fff;
	zoom: 100%;
}

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

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

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	padding-left:16px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeyellow_3c/icon_category.png) no-repeat left 50%;
}
.article-header-category li{
	list-style:none;
}
.article-header-category dt{
	display:none;
}
.article-header-category dd{
	padding: 0 5px;
	float:left;
}
.article-header-category dd a {
	color:#333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	text-decoration:underline;
}

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



/*記事本文*/
.article-body{
	margin-bottom:0px;
	padding: 0 20px;
        background-color:#fffafe;
        border:1px solid #f8d8f0;
	line-height: 1.3;
        font-size:16px;
}
.article-body a{
	color:#0132cc;
	text-decoration:underline;
}
.article-body a:hover{
	text-decoration:underline;
	color: #f7734a;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}
.article-body img.pict {
    border: 1px solid #f8d8f0;
    margin: 10px;
    padding: 3px;
}
.article-body a img.pict{
	border: 1px solid #f8d8f0;
	-webkit-transition:0.15s linear;
	-moz-transition:0.15s linear;
	-o-transition:0.15s linear;
}
.article-body a:hover img.pict,.recent-article-image a:hover img.pict{
                opacity:0.6;
                filter: alpha(opacity=40);
                transition: all 0.20s ease-in-out;
                -webkit-transition: all 0.20s ease-in-out;
                -moz-transition: all 0.20s ease-in-out;
                box-shadow: 0px 0px 5px #f8d8f0;
                -webkit-box-shadow: 0px 0px 5px #f8d8f0;
                -moz-box-shadow: 0px 0px 5px #f8d8f0;
}

/*引用*/
.article-body pre {
	background-color: #f2f1c1;
	margin: 5px 0;
	padding: 5px 15px;
}

.article-body blockquote {
    background-color: #FFF !important;
    border: 1px solid #f6b7e6 !important;
    font-size: 14px !important;
    margin: 10px !important;
    padding: 10px !important;
}

.article-body-inner blockquote:before{
	display:none;
}


/*続きを読む*/
.article-body-continue{
	margin:30px 0 30px;
	padding:8px 0 8px;
        border:2px solid #f278d4;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	background:#fcedf9;
	display:block;
        text-align:center;
}

.article-body-continue a{
        color:#f278d4;
        text-decoration:none;
}
.article-body-continue a:hover{
        color:#ff0000;
        text-decoration:none;
}


/*記事下の記事情報　（個別記事ページのみ）*/
.article-footer:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer {
	zoom:100%;
	margin-bottom: 40px;
	padding: 10px;
	color: #333333;
	background: #efefef;
}


/*コメント - 記事下の記事情報*/
.article-header-inner .article-footer-comment{
	color: #333333;
	padding-left:18px;
	margin:4px 10px 5px 0;
	font-size:12px;
	line-height: 1.3;
	float:left;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeyellow_3c/icon_comment.png) no-repeat left 50%;
}
.article-header-inner .article-footer-comment a{
	color: #333;
	text-decoration: none;
}
.article-header-inner .article-footer-comment a:hover{
	text-decoration: underline;
}

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

/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */
/*カテゴリの最新記事アウター*/
#RelatedArticles-outer{
        border-right:1px solid #f8d8f0;
        border-left:1px solid #f8d8f0;
        border-bottom:1px solid #f8d8f0;
        background:#fff;
}
/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
        border-top:1px solid #f8d8f0;
	border-left: 5px solid #f66fa8;
        border-bottom:1px solid #f66fa8;
}


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

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color: #06c;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	color: #f7734a;
}



/*カテゴリの最新記事*/
.article-sub-category ul{
	padding-left: 10px;
}
.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeyellow_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}


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





/* コメントフォーム
----------------------------------------------- */
#comment_outer{
	width:815px;
	background-color: #ffffff;
        border-left:1px solid #f8d8f0;
        border-right:1px solid #f8d8f0;
        border-bottom:1px solid #f8d8f0;
        margin-bottom:0px;
}
.comment_title{
    padding:10px 0 5px 15px;
    font-size:17px;
    font-weight:bold;
    color:#363636;
}
.com2{
        padding:3px 0 5px 10px;
}
.comment_wrap {
        margin-bottom: 10px;
        padding: 6px 10px;
}

.comment_header span {
        color: #118D43;
        margin: 0 4px;
}

.comment_body {
        font-size: 108%;
        margin: 10px 16px;
}

.comment_footer {
        text-align: right;
}

#form_wrap {
        background-color: #FAFAFA;
        border: 1px solid #CCCCCC;
        margin: 16px;
        padding: 16px;
}

#form_wrap .all_article {
        margin: 12px 0;
}

#comment-form p {
        margin: 6px 0;
}

#comment-form #author {
        width: 200px;
}

#comment-form #text {
        height: 120px;
        width: 670px;
}

#comment-form .button {
        padding: 4px 0;
        width: 670px;
}


.comment_ad{
width:740px;
height:95px;
float:center;
padding-left:8px;
margin-bottom:7px;
margin-top:0px;
background:#fff;
}


/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */
/*追記*/
/*ナビゲーションアウター*/
#navi-outer{
        height:40px;
        border:1px solid #f8d8f0;
        background:#fff;
        padding:20px 15px 0 15px;
        margin-top:20px;
}
/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
}

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_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	word-wrap:break-word;
}


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


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

/*マウスオーバーについて*/
.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{
	background: #fff;
        border:#f8d8f0;
	color: #333333;
	padding: 10px;
	margin: 50px 0 10px 0;
}

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

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

/* サイドカラム共通設定
----------------------------------------------- */

/*サイド右上広告*/
.right-container-ads{
	margin-bottom: 10px
}

.sidewrapper{
    font-size:14px;
}

/*サイドカラムのリンク色*/
.sidewrapper a{
	color:#0030ff;
	text-decoration:none;
}
.sidewrapper a:hover{
	text-decoration: underline;
	color: #f7734a;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
}



.sidewrapper a img:hover {
  border-color:#f7734a;
  filter:alpha(opacity=80);
  opacity:.8;
}
/* plugin全体への設定 */
.side:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.side {
	zoom:100%;
	margin:10px 0;
}


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

/*サイドカラムのリスト*/
.sidebody{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #e5e5e5;
	line-height:1.2;
}
.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child {
	padding-left: 13px;
}


/* 左カラム専用スタイル
----------------------------------------------- */

/*左カラムの共通設定*/
.left-container .side{
	padding: 0 10px 0 8px;
}
/*右カラムの共通設定*/
.right-container .side{
	padding: 0 10px 0 8px;
}

/* 最新記事 画像つき
----------------------------------------------- */

.left-container ul.recent-article-image li {
    border-top: 1px dashed #AAA;
    margin-bottom: 6px;
    padding: 6px;
    margin-top:-1px;
}
.left-container ul.recent-article-image li:first-child {
    border:none; 
    margin-bottom: 6px;
    padding: 6px;
    margin-top:-1px;
}



/* ギャラリー
----------------------------------------------- */

/*ギャラリー共通スタイル*/
.plugin-recent_images .side{
	margin-bottom: 0;
}
.galleryThumbnail li{
	float: left;
	padding: 0 10px 0 0;
}

/*ギャラリー左カラム*/
.left-container .plugin-recent_images .side{
	padding: 0 0 0 10px;
}

.left-container .plugin-recent_images li{
	width: 53px;
	height: 62px;
	*width: 51px;
	*height: 51px;
}
.left-container .plugin-recent_images img{
	width: 51px;
	height: 51px;
}

/*ギャラリーが右カラム*/
.right-container .plugin-recent_images .side{
	width: 310px
}
.right-container .plugin-recent_images li{
	width: 93px;
	height: 103px;
	*width: 91px;
	*height: 91px;
}
.right-container .plugin-recent_images img{
	width: 91px;
	height: 91px;
}


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

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

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

/*カレンダーの体裁*/
.plugin-calendar_default table{
	border-collapse: separate;
	border-spacing: 1px;
}
.calbody{
	color:#8d8d8d;
}
table.caltblday td{
	border: 1px solid #eeeeee;
}

/*リンク背景*/
table.caltblday td a{
	color:#333333;
	background:#ffc600;
}
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{
	color: #333333 !important;
	line-height: 1.1 !important;
	background:#EBEBEB !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{
	background:none !important;
	margin:10px 0 0 10px;
}
div.popularArticlesWithImage.C div.title{
	background:none !important;
	margin:10px 0 0 0;
}


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

/*フッターの全体設定*/
#blog-footer{
	margin-top: 30px;
	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 */
}


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


/*トップへ戻る*/
.to-pagetop {
	bottom: -105px;
	position: absolute;
	right: -5px;
}


/* -----------------------------------------------
リセット　他の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{
	border:1px solid #b0b0b0;
	margin-bottom:10px;
	padding: 3px 0;
}

.sidewrapper .blogroll-channel .blogroll-list{
	padding:5px !important;
	list-style-type: none;
	line-height: 1.3;
	font-size: 13px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;/*追加*/
}
/***RSS***/
/*TOP RSS*/
#header-rss-frame{
	height:500px;
	width:816px;
	background-color: #ffffff;
	border:1px solid #aaa;
	margin:0 0 5px 10px;
        padding:1px 0 0 4px;
	text-align:left top;
	float:left;
        overflow:hidden;
	line-height: 160%;
}
/*記事上画像RSS*/

#top-img-rss-frame {
        border:1px solid #aaa;
	width: 816px;
	height: 410px;
        margin-bottom: 8px;
	overflow: hidden;
	position: relative;
        background: #e6e6e6;
}

#top-img-rss-frame iframe {
	position: absolute;
	left:0px;
}
/*記事上画像RSS2*/
#header-img-rss-frame2 {
	width: 820px;
	height: 200px;
        margin-bottom: 8px;
        margin-right:-10px;
	overflow: hidden;
	position: relative;
        background: #e6e6e6;
}

#header-img-rss-frame2 iframe {
	position: absolute;
	left: -1580px;
}
/*記事中間画像RSS*/
#body-img-rss-frame {
	width: 816px;
	height: 416px;
	overflow: hidden;
	position: relative;
}

#body-img-rss-frame iframe {
	position: absolute;
	left: -900px;
}

/*記事上厳選RSS*/
#article-header-rss-frame {
	width: 816px;
	height: 400px;
	background-color: #ffffff;
	border: 1px solid #f8d8f0;
	margin: 0 10px 10px 0;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-header-rss-frame iframe {
        position: absolute;
        left: -1036px;
}

#header-rss-section{
background:#fff;
width:798px;
height:30px;
border-top:1px solid #f8d8f0;
border-bottom:1px solid #f66fa8;
border-left:10px solid #f66fa8;
border-right:1px solid #f8d8f0;
padding-top:5px;
padding-left:13px;
}
#header-rss-section font{
font-weight:bold;
font-size:16pt;
}


/*記事中間テキストRSS*/
#article-center-rss-frame {
	width: 720px;
	height: 480px;
	margin: 0px 10px 15px 0px;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-center-rss-frame iframe {
        position: absolute;
        left: -3293px;
}
/*記事中下テキストRSS*/
#article-bottom-rss-frame {
	width: 720px;
	height: 300px;
	margin: 0px 10px 15px 0px;
        padding: 1px 0 0 4px;
        overflow: hidden;
        position: relative;
	line-height: 160%;
}

#article-bottom-rss-frame iframe {
        position: absolute;
        left:-15px;
}

/*記事中下画像RSS*/
#footer-img-rss-frame {
	width: 816px;
	height: 660px;
	overflow: hidden;
	position: relative;
margin-left:-8px;
}

#footer-img-rss-frame iframe {
	position: absolute;
	left: -895px;
        top:-500px;
}
/***今、最も読まれている記事***/
/*オススメ*/
#footer-rss-pickup{
        border-right:1px solid #f8d8f0;
        border-left:1px solid #f8d8f0;
        background:#fff;
}
/*オススメ タイトル*/
#footer-rss-pickup h1{
	padding-left: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #f66fa8;
        border-bottom:1px solid #f66fa8;
}
#footer-rss-frame {
	width: 810px;
	height: 822px;
	line-height: 160%;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 5px;
}

#footer-rss-frame iframe{
        position: absolute;
        left: -2650px;
}

/*オススメ下画像RSS*/
#footer-img-rss-frame2-outer{
        border-top:1px solid #f8d8f0;
        border-right:1px solid #f8d8f0;
        border-left:1px solid #f8d8f0;
        background:#fff;
}
#footer-img-rss-frame2{
	width: 725px;
	height: 416px;
	overflow: hidden;
	position: relative;
}

#footer-img-rss-frame2 iframe {
	position: absolute;
	left: -745px;
}

/*サイドバー*/
#sidebar-img-rss-frame {
	width: 300px;
	height: 1620px;
	background-color: #ffffff;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 0px;
}

#sidebar-img-rss-frame iframe{
        position: absolute;
        left: -600px;
}

#sidebar-img-rss2-frame {
	width: 300px;
	height: 1620px;
	background-color: #ffffff;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 0px;
}

#sidebar-img-rss2-frame iframe{
        position: absolute;
        left: -930px;
}

#sidebar-img-rss3-frame {
	width: 190px;
	height: 1630px;
	background-color: #ffffff;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 0px;
}

#sidebar-img-rss3-frame iframe{
        position: absolute;
        left: -1200px;
}

#side-img-rss-frame {
	width: 300px;
	height: 390px;
	background-color: #ffffff;
	overflow: hidden;
        position: relative;
        padding: 3px 0 8px 0px;
}

#side-img-rss-frame iframe{
        position: absolute;
        left: 0px;
}


/*広告*/
/*記事上*/
#top-ad{
        /*width:740px;*/
        /*height:100px;*/
        margin:0 0 -30px 0;
        padding:3px 40px 0 40px;
        background:#fff;
        border:1px solid #f8d8f0;
}
/*1記事目下*/
#top-first-ad{
        width:738px;
        height100px;
        margin:7px 0 0 0;
        padding-top:3px;
        padding-left:10px;
        background:#fff;
        border:1px solid #f8d8f0;
}

/*記事最下部*/
#article-bottom-ad{
        border:1px solid #f8d8f0;
        border-bottom:none;
        background:#fff;
        height:95px;
        float:center;
        padding:5px 0 2px 10px;
}
/*記事中間*/
#center-ad{
        width:710px;
        height:300px;
        margin:20px 0 10px 0;
        float:center;
        display:block;
}
.center-ad-left{
        float:left;
        margin:20px 0 20px 20px;
}
.center-ad-right{
        float:right;
        margin:20px 20px 0 20px;
}

/*ブログ最下部*/
#footer-ad{
        width:740px;
        height100px;
        margin:10px 0 35px 0;
        padding:3px 40px 0 40px;
        background:#fff;
        border:1px solid #f8d8f0;
}


/*忍者ボタン*/
#ninja-outer{
padding:10px 0 0 10px;
width:292px;
height:70px;
border:1px solid #f8d8f0;
margin-bottom:20px;
background:#fff;
}
/*ID装飾*/
.id {
    color:#fa66e9;
    background-color:#fdbfea;
    font-weight:bold;
}
/*リンク*/
#side-link{
text-align:left;
}


.res{
border-left:3px solid #ccc;
border-bottom:1px solid #ccc;
padding:0 0 3px 10px;
margin:5px 0 10px 0;
}
/* ▼PC非表示 */
.nopc{
        display:none;
}
/* ▲PC非表示 */

#side-cfg{
text-align:left;
}

#pankuzu li {
        font-size:13px;
	display: inline-block;
	_display: inline;

}
#pankuzu a{
color:#5b6df5;
}




/*タグクラウド*/

div.plugin-tag_cloud div.side ul.tagcloud li{
font-size:1.1em;
line-height:2.2;
padding:3px;
border-radius: 3px; 
-webkit-border-radius: 3px;  
-moz-border-radius: 3px;
background-color:#666666;
white-space: nowrap;
}

div.plugin-tag_cloud div.side ul.tagcloud li a:link,
div.plugin-tag_cloud div.side ul.tagcloud li a:visited{
color:#fff;
}

#side-ad:after {
  content: "."; 
  display: block; 
  visibility:hidden;
}

/*サイドバー固定*/
.fixed {
  position: fixed;
  top: 10px;
  left:372x;
  background:#fff;
}

#first-ad{
padding: 0 25px 15px 25px;

}

.pickup1 {
line-height:22px;
margin-bottom:-38px;
margin-top:10px;
}
.pickup1 a{
text-decoration:none;
font-weight:bold;
font-size:18px;
color:#06c;
}