@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 "matomegray";
 :shortdesc "Template for livedoor Blog";
 :created "2013-01-31";
 :release [:revision "1.01"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/22919574.html>;
 :rights "LINE Corporation".
*/


body{
	background:#fff;
        font-family:"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Helvetica,Verdana,sans-serif;
		background:url(blog_deco/bg_body_01.jpg) repeat;
}

/* かんたん背景画像 */
body.show-bg-image {

　　　background-repeat: repeat;
}
.clear {
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
select{
	width: 100%;
}
article, aside {
    box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
}
/* -----------------------------------------------
ヘッダー
----------------------------------------------- */

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

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

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

.header-inner01 hgroup h1 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	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: 1270px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000cd+0,3a67d1+100 */
background: rgb(0,0,205); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,0,205,1) 0%, rgba(58,103,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cd', endColorstr='#3a67d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

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


/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
	float: left;
	height: auto;
}

ul.header-menu li{
	float: left;
	list-style: none;
	font-size: 16px;
        font-weight:bold;
}

ul.header-menu li a{
	display: block;
	padding: 0 22px;
	height: 51px;
	color: #fff;
	text-decoration: none;
	line-height: 51px;
}

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

ul.header-menu li a:hover{
			background:url(blog_deco/bg_menu.png) no-repeat center center;

}


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	float: right;
	
}

.header-sarch img{
	vertical-align:middle;
}

.header-sarch img:hover{
	opacity: 0.6;
}

.header-sarch li{
	float: left;
	list-style: none;
}
.header-sarch li a{
	display:inline-block;
	height:51px;
	line-height:51px;
	padding-right: 15px;
}

/* 検索 */
.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 {
	outline: 0;
	border: 1px solid #aaa;
}

.header-sarch input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	width: 225px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;
}

.header-sarch input.sfbtn {
	float: right;
	width: 75px;
	height: 20px;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	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%);
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	-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{
	*position: relative;
	margin: 0 auto;
	padding: 1px 0 30px;
	width: 1270px;
}

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

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

.main-container_wrap{
	width:1070px;
	float:right;
	
	
}
.main-container{
/*	display: inline;
*/	float: left;
/*	width: 100%;
*/
width:770px;
padding:0 20px;
 margin-top: 7px;


}

.main-column-inner{
/*	margin: 0 325px 0 315px;
*/}

/* コンテンツ　左側のカラム */
.left-container{
/*	display: inline;
*/	float: left;
	width: 200px;
    margin-top: 7px;
				     background: #fff; 

/*	    margin-left: -100.3%!important;
*//*       background:#FFFFE0;
*/}
.left-column-inner{
/*	margin-left: 10px;
*/}

/* コンテンツ　右側のカラム */
.right-container{
/*	display: inline;
*//*	float: left;
*/	/*margin-left: -305px;*/
	width: 300px;
	float:right;
    margin-top: 7px;
		background: #fff; 

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

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

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

div.popularArticlesWithImage.A li div.image img {
    width: 100%;
}
div.popularArticlesWithImage.A div.title{
	padding: 5px 4px 0 4px;
	/*color: #ffffff !important;*/
}

.side div.popularArticlesWithImage.A div.title{
	padding: 6px 4px;
	    height: 40px;
	    width: 100%!important;
	/* 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;*/
}

div.popularArticlesWithImage.A li div.image.noimage {
  background-image: url("http://nanjde.blog.jp/0046.3.jpg");
  width:200px;
  height:150px;
}


.listWithImage-many div.popularArticlesWithImage.A li div.image.noimage {
  background-image: url("http://nanjde.blog.jp/0046.4.jpg");
  width:180px;
  height:140px;
}

.main-container div.popularArticlesWithImage.A div.title{
	font-size:10px!important;
}

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


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

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

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


/* 記事タイトル
----------------------------------------------- */

.article-title{
	padding: 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color:#fff;
	border-radius: 3px 3px 0 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000cd+0,3a67d1+100 */
background: rgb(0,0,205); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,0,205,1) 0%, rgba(58,103,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cd', endColorstr='#3a67d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

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

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

.article-header{

}

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

}




.article-header-inner {
	padding: 13px;
	background: #FFFFE0;
	zoom: 100%;
	border-bottom: dashed 1px #194EA1;
	background:url(blog_deco/bg_meta_01.png) no-repeat 104% 23% #ffffe0;
	}

/*投稿時間 カテゴリー 部分*/
.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: 0 5px;
}

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

.article-header-category dd a:hover{
	text-decoration: underline;
}

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

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


/* 記事本文
----------------------------------------------- */
.article-body{
	padding: 20px;
	background:#fff ;


}

.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 auto;
    width: 270px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 2px;
}

.article-body-continue a{
	display:block;
	    padding: 13px 0;
		background:#FB558F;
		color:#fff;
		background:url(blog_deco/bg_more.png) no-repeat right bottom #FF669B;
}

.article-body-continue a:hover{
	opacity:0.7;
}





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

.article-footer {
	margin-bottom: 40px;
    padding: 13px 0 10px 18px;
		background:#FFFFE0;
	color: #333333;
	zoom: 100%;
	    border-bottom: dashed 1px #194EA1;
    border-top: dashed 1px #194EA1;
}


/* コメント - 記事下の記事情報
----------------------------------------------- */
.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: 12px;
	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;
}



/* タグ */
dl.article-tags a{
	display:inline-block!important;
	color:#212121!important;
	border-radius:5px!important;
	    font-size: 14px!important;
}
dl.article-tags a:hover{
	
}
	
	
	

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

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	background: #FFFFE0;
    border-bottom: dashed 1px #194EA1;
    border-top: dashed 1px #194EA1;
    padding: 13px;
}

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

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

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




/* コメント・トラックバック一覧
----------------------------------------------- */


li.comment-set {
	padding: 2px 0 0px 10px;
	font-size: 1em;
        margin-bottom:10px;
}

li.comment-author {
	color:#009900;
        padding-right:0px;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 2px;
    white-space: nowrap ;
    color:gray;
}

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

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
        font-size:15px;
        font-weight:400;
        line-height:160%;
}

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




/* ----------------------------------------------- */
/** コメントフォーム */
#comments .article-option-title{
background: #FFFFE0;
    border-bottom: dashed 1px #194EA1;
    border-top: dashed 1px #194EA1;
	padding:13px;
	    margin-top: 30px;
	}
#comment-form dt {
    float: left;
    width: auto;
    text-align: left;
}
#comment-form dd {
    margin: 0;
    width: 80%;
    margin: 0 auto;
}
#comment-form .comment-form-body dt {
    display: block;
}
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating {
    display: none;
}

.comwa{
   margin:-30px 0 15px 0;
}
.comwa p{
   font-size:12px;
  color:#5f5f5f;
  margin:0px 0 0 0 ;
}


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

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

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

}

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; */
	color: #fff;
	text-decoration: none;
background:#0000cd;
	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:#609DEA;
	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;
border-radius:2%;
}

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

ul.article-pager:after, ul.archives-pager:after {
  content: ""; 
  display: block; 
  clear: both;
}




/*文字について*/
.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: #fff;
	    border-radius: 2px;
		
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000cd+0,3a67d1+100 */
background: rgb(0,0,205); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,0,205,1) 0%, rgba(58,103,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cd', endColorstr='#3a67d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

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




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

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;
    font-size: 14px;


}

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

/*サイドカラムのリンク色*/
.sidewrapper a{
	color: #0030ff;
	text-decoration: none;
	font-size:12px;
}
.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: 15px;
	zoom: 100%;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	color: #000;
        font-size:14px;
        font-weight:bold;
		border-radius:3px;
		color:#fff;
		
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000cd+0,3a67d1+100 */
background: rgb(0,0,205); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,0,205,1) 0%, rgba(58,103,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,205,1) 0%,rgba(58,103,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cd', endColorstr='#3a67d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		

}
.sidetitle{
	padding: 10px 10px;
	position:relative;
	line-height: 1.5;
	background:url(blog_deco/star_01.png) no-repeat center right;

	
}

.sidetitle a{
    color: #ffffff ;
}

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


/*サイドカラムのリスト*/
.sidebody{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #e5e5e5;
	line-height: 1.2;

}

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

.sidebody.category-child {
	padding: 10px 0 0 0px;
}


/* 最新記事(画像付)
----------------------------------------------- */
.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.8;
}

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;
	font-size:10px;
}

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

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




/*4つ以上の場合*/
.listWithImage.many li{
	margin-bottom: 10px !important;
}


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

#footer{
	background-color:  #a5c7df;
	padding-top: 10px;
        width:1220px;
        margin:0 auto;
}

#footer .wrapper{
	width: 1270px;
        height: 380px;
	margin: 0 auto;
	text-align: left;
}

#footer .left, #footer .center, #footer .right{
	height: auto;
	width: 340px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}

#footer .left{
	margin-left: 0;
}

#footer ul{
	width: 320px;
}

#footer a{
	padding: 6px 0 5px 0;
	overflow: hidden;
	color: #000;

}

#footer a:first-child{
	background: none;
}

#footer .sidebody1{
	padding-top:5px;
	padding-bottom:5px;
        font-weight:bold;
}






#footer .right{
	position: relative;
	overflow:hidden;
}

#footer iframe{
	border: none;
	height: 550px;
	position: absolute;
	left: -1439px;
}

#footer h5{
	height: 28px;
	width: 298px;
	line-height: 28px;
	padding-left: 16px;
	background: #052465;
	font-size: 16px;
	font-weight: bold;
	color: #a8a8a8;
	margin-bottom: 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{
	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: 13px;
	line-height: 1.3;
}





#blogroll-box { 

width:1270px;
height:280px;
margin:10px 0;        
color:#FFFFFF;                       
overflow:hidden;
font-weight: bold;
background-color:#FFFFFF;  

box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
} 


#blogroll-box a:link{
color: #3668C5;
}

#blogroll-box a:visited{
color: #3668C5;
}

#blogroll-box a:hover{
color: #ff7711;
}



#rss1-box {
    width: 50%;
	height:290px;
float: left;
font-size: 14px;
line-height: 1;
margin-top:-15px;
overflow-y:scroll;

}

#rss1-box a{
text-decoration:none;

}

#rss1-box ul {
}

#rss1-box li {
border-bottom: #CCC 1px dashed;
margin-bottom: 0px;
margin-left: 0px;
padding: 10px 5px 0px 5px;
}




#rss2-box {
    width: 50%;
	height:290px;
float: left;
font-size: 14px;
line-height: 1;
margin-top:-15px;
overflow-y:scroll;


}

#rss2-box a{
text-decoration:none;

}

#rss2-box ul {
}

#rss2-box li {
border-bottom: #CCC 1px dashed;
margin-bottom: 0px;
margin-left: 0px;
padding: 10px 5px 0px 5px;

}


#rsslink {
height: 290px;
overflow: hidden;
background-color: #ffffff;
margin-bottom:10px;
padding: 10px;
    box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
	    overflow-y: scroll;
	}

.new{

float: left;
overflow: hidden;
margin: 0px 10px 0px -15px;
width:711px;

}

.new a{

color: #413221;
text-decoration: none;
background: url("http://livedoor.blogimg.jp/goodjob0123/imgs/c/c/cc925d54.gif") no-repeat 15px 50%;
display: block;
padding: 0px 0px 0px 35px;
line-height:6px;
font-size:16px;
    white-space: nowrap ;

}




#rsslink1 {

height: 246px;
width: 626px;
overflow: hidden;
margin-left:-45px;

}

.new1{

width: 626px;
float: left;
overflow: hidden;
margin: 0px 0px 0px -10px;

}

.new1 a{

color: #413221;
text-decoration: none;
background: url("http://livedoor.blogimg.jp/goodjob0123/imgs/c/c/cc925d54.gif") no-repeat 15px 50%;
display: block;
padding: 0px 0px 0px 35px;
font-size:16px;
 white-space: nowrap ;
line-height:0.8;
}

#rsslink2 {

height: 366px;
width: 626px;
overflow: hidden;

}
#rsslink22 {

height: 220px;
overflow: hidden;
margin-bottom:20px;
margin-top:-15px;
}

.new11{

width: 626px;
float: left;
overflow: hidden;
margin: 0px 0px 0px -10px;


}

.new11 a{

color: #0033cc;
text-decoration: none;
display: block;
font-size:18px;
white-space: nowrap ;
font-weight:bold;
line-height:20px;
background: url("http://livedoor.blogimg.jp/goodjob0123/imgs/c/c/cc925d54.gif") no-repeat 15px 50%;
padding: 0px 0px 0px 35px;


}


#rss_side{
/*margin: -10px ;
*/height: 500px;
overflow-y: scroll;
text-align:left;
border:none!important;
margin: 0 15px;
    overflow: hidden;

}

#rss_side li {
padding:5px 2px;
}

#rss_side li:nth-child(odd)       {
background:#f0f8ff;
}

.blogroll-channel5,
.blogroll-channel5 * {
width: auto;
height: auto;
padding: 0;
text-align: left;
font-size: 14px;　　　　　　 　　　　　　　　　　　　　　　
display:block;
white-space:normal;
border:none!important;


}
.blogroll-channel5 {
margin-bottom: 15px;
padding: 2px;
}

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

.blogroll-channel5 .blogroll-list {
list-style-type: none;
margin-bottom: 3px;
font-size: 10px;
line-height: 1.5;
　　　display:block;
}








#kotei{
 margin:0px 20px 0 0;

}


/* カテゴリ一覧 */

.widget {
  position:relative;
  margin:0px 0 10px 0;
  background: #fff;
    box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(59, 99, 155, 0.08) 0px 0px 6px 3px;
	}
.widget > h2 {
  position: relative;
  border-radius: 3px ;
 text-align:center;
  color: #fff;
  font-size: 14px;
  font-weight:bold;
  padding:10px 0;
  
 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e6dff+0,3d8aff+99 */
background: rgb(14,109,255)!important; /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(14,109,255,1) 0%, rgba(61,138,255,1) 99%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(14,109,255,1) 0%,rgba(61,138,255,1) 99%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(14,109,255,1) 0%,rgba(61,138,255,1) 99%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6dff', endColorstr='#3d8aff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */

}



#category-icons-inner {
  padding:4px 3px 3px
}
#category-icons-inner table{
    margin: 5px auto;
	}



.demo1 a{  
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));  
  margin: 2px 2px 0 0;
  width: 127px;
  margin-right:0;
  text-decoration: none;

}

.demo1 p{
  color:#000!important;
  width:148px;
  font-weight:bold;

}


.bth1 {
	width: 320px!important;
	padding: 10px 0;
  text-align:center;
	display: inline-block;
text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #FFF!important;
        font-size:24px!important;
        font-weight:bold;

	background-color:#59b1eb;
	border-radius:5px;
	border:1px solid #51a2d4;
	cursor:pointer;
	text-shadow:0px 1px 0px #2b4f66;
	letter-spacing: 4px;
}

.bth1::before,
.bth1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bth1,
.bth1::before,
.bth1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bth1:hover {
	background-color:#9BD1F5 !important;
}


.bth1 a{
  
}


.bth2 {
	width: 320px!important;
	padding: 10px 0;
  text-align:center;
	display: inline-block;
text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #FFF!important;
        font-size:24px!important;
        font-weight:bold;
       margin-top:30px;
	   border-radius:5px;
	   
	background-color:#0085de;
	border:1px solid #6690AB;
	cursor:pointer;
	text-shadow:0px 1px 0px #2a495c;
		letter-spacing: 4px;

	}



.bth2::before,
.bth2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bth2,
.bth2::before,
.bth2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bth2:hover {
	background-color: #59b1eb !important;
}


.bth2 a{
  
}


/* サイドナビゲーション */
div.side-navi {
	margin-left:1275px;
	position:fixed;
	left:auto;
	bottom:50px;
	z-index:100;
}
div.side-navi ul{
	margin:0;padding:0;
	list-style:none;
}
div.side-navi ul li{
	margin:0;padding:0;
	line-height:40px;
	text-align:center;
}
div.side-navi ul li a{
	margin:0;padding:0;
	display:block;
	width:45px;
	height:45px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
	border:solid #f0f0f0;
	border-width:0 1px 1px 1px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div.side-navi ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.side-navi ul li:first-child a{}
div.side-navi ul li:last-child a{}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
/*	height:35px;
*/	padding-top:10px;
}


div.side-navi ul li.sn-comment{
	line-height:15px;
}
div.side-navi ul li.sn-comment a{
/*	height:37px;
*/	padding-top:8px;
}
div.side-navi ul li.sn-prev a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}


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

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


.spads{
 display:none;

}




.imgUnits{
/*	    width: 305px!important;
    height: 200px!important;
*/    border:2px solid #0000CD
!important;
	border-radius: 0!important;
	     margin-left: 15px!important; 
/*     margin-right:0!important; 
*/	
}
.imgUnits img{
/*	
	    width: 305px!important;
    height: 200px!important;
*/}

.imgUnits:hover{
	opacity:0.8;
}
.textUnits{
	background:none!important;
    background: rgba(0, 0, 205,0.8)!important;
	}
	
	
.item-title {	
    font-size: 12px!important;
    font-weight: bold!important;
    line-height: 1!important;
}	
	
#blzInitWraper_rss_2892_1618{
	padding-bottom:30px;
}
.plugin-memo .side{
	margin-right:0;
	margin-left:0;
}


.article-body-inner table{
	width:100%;

}
div.popularArticlesWithImage.B div.comment, div.popularArticlesWithImage.B div.retweet, div.popularArticlesWithImage.B div.pv {
    background: #0000CD
;
	border-radius:2px;
}

.listWithImage-many div.popularArticlesWithImage.A ul li a {
		border: 2px solid #0000CD
!important;

}
.listWithImage-many div.popularArticlesWithImage.A ul li a .title{
	width:100%!important;
	height: 37px;
	background:	rgba(13, 71, 161,0.8)!important;
}

.listWithImage-many div.popularArticlesWithImage.A ul li a .pv{
background:	#0000CD
!important;
}

div[class$="_item"] {
    border: 3px solid #0000CD
!important;
    width: 228px!important;
    height: 180px!important;
    background-color: black;
}
div[class$="_item_title_inner_bg"] {
    background-color: #0000CD
!important;
}

div[class$="_item_title_inner"]{
    padding: 3px!important;
}


#rsslink2 {
    width: 690px;
    overflow: hidden;
    overflow-y: scroll;
}

.blogroll-channel .blogroll-list {
    line-height: 0.9;
	border-bottom: dotted 1px #ccc;
}


.new1{
    width: 681px;
	}
.new11 {
    width: 705px;
}	
.new a,
.new1 a,
.new11 a{
    background:none;
    display: block;
	
    padding: 8px 0px 0px 8px;
    font-size: 14px;
    white-space: normal;
    line-height: 1.2;
	}

.new a:before,
.new1 a:before,
.new11 a:before{
		font-family:FontAwesome;
	content:"\f061";
	margin-right:5px;
	color:#FFBCBC;

	
}





.sns_btn{
	
}
.sns_btn ul{
	font-size:0;
}
.sns_btn li{
	display:inline-block;
	width:25%;
	font-size:16px;
	text-align:center;
	list-style-type:none;
}

.sns_btn li a{
	display:block;
	padding:10px 0;
	
	color:#fff;
	font-weight:bold;
	border-radius:2px;
	
}
.sns_btn li:hover{
	opacity:0.7;
}
.sns_btn .tw{
	background:#0CF;
	
	
}
.sns_btn .hateb{
	background:#09F;
	
	
}
.sns_btn .fb{
	background:#06F;
	
	
}
.sns_btn .ggl{
	background:#F30;
	
	
}

.listWithImage-many div.popularArticlesWithImage.A ul li a .title {
    height: 35px;
    background: #0000CD!important;
}





.osusume .sidetitle{
	background:none;
	text-align:center;
}

.popularArticleWithImage .title{
	width:100%!important;
	
}

div.popularArticlesWithImage.A div.title {
    height: 28%;
}

.top_gazo_rss {
    margin: 15px auto 10px;
    width:1250px;
    height: 155px;
}



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

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


/*忍者ツール画像RSS(スマホ)
----------------------------------------------- */
#sp_rss{
display:none;
}