@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".
*/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

body{
    font-size: 13px;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #f7f9fd;
font-weight: 500;
}
/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}

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

/* ヘッダー タイトル,画像部分
----------------------------------------------- */
#blog-header {
    background: linear-gradient(to bottom, #edefff, #f7f9fd);
}

#blog-header01 .header-inner01{
	position: relative;
	margin: 0 auto;
    width: 1060px;
    background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/f/7/f738ecb5.png) repeat-y 50% 0;
}

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

.header-inner01 hgroup{
	display: block;
	overflow: hidden;
	margin: 0px 0 0 0px;
}

.header-inner01 hgroup h1{
text-indent: -9999px;
float: left;
margin: 0px 0 0 -5px;
}

.header-inner01 hgroup h1 a{
    width: 1042px;
    display: block;
    background: transparent url(http://newsplusalpha.net/CSS/jo.png) no-repeat;
    margin: 0px 0 0px 14px;
    height: 150px;
}

.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{
	bottom: 0;
	*left: 0;
background: #fff;
    box-shadow: 0 6px 5px -3px #eee, 0 -6px 5px -3px #eee;
line-height: 30px;
color: #fff;
margin:3px;
}
#blog-header02 a {
    color: #8479de;
text-decoration:none;
font-size: 14px;
}

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

#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;
	color: #ffffff;
	list-style: none;
	font-size: 13px;
}

ul.header-menu li a{
	display: block;
	padding: 0 22px;
	color: #fff;
	text-decoration: none;
line-height: 30px;
border-bottom: solid 3px transparent;
}
ul.header-menu li a:hover {
border-bottom:solid 3px #8479de;
}

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

}
span.pankuzu {
white-space: nowrap !important;
    width: 400px;
    display: inline-block;
}

/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
	float: right;
	padding-top: 5px;
    margin-right: 15px;
}

.header-sarch img{
	margin-top: -2px;
}

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

.header-sarch li{
	float: left;
	margin-left: 20px;
	list-style: none;
}


/* 検索 */
.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: 190px;
	height: 20px;
	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;
	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 15px;
	width: 1060px;
    background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/f/7/f738ecb5.png) repeat-y 50% 0;
}

#left-container,
.main-container,
.right-container{
	display: inline;
	width: 726px;
float: left;
    margin: 9px 0px 0px 9px;
}

/* コンテンツ　中央メインのカラム */
#main-container{
	display: inline;
	width: 726px;
float: left;
    margin: 9px 0px 0px 9px;
}

.main-column-inner{

}

/* コンテンツ　左側のカラム */
#left-container{
    display: inline;
    float: right;
    width: 299px;
    margin: 9px;
}
.left-column-inner{
}

/* コンテンツ　右側のカラム */
#right-container{
	display: inline;
	float: right;
    width: 299px;
    margin: 10px  9px 0 0px;
}
.right-column-inner{
width: 301px;
}

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

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

div.popularArticlesWithImage.B ul li {
    margin: 0 -10px 0 -10px;
}
div.popularArticlesWithImage.A ul li a{
/*	border: 2px solid #000000 !important;*/
}
div.popularArticlesWithImage.B ul li a:hover{
    background: rgba(255,255,255, 1.0) !important;
box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;

}

li.popularArticleWithImage a:hover{
	opacity: 0.8;
}

div.popularArticlesWithImage.A div.title{
padding: 0px 4px 10px 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{
width: 726px;
font-size: 12px;
height: 400px;
overflow-y: scroll;
margin-bottom: 15px;
box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;
width:728px;
float:right;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	float: left;
	width: 335px !important;
	height: 180px !important;
	font-size: 12px;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	font-size: 15px;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	display: block;
	padding-left:10px;
	line-height:2.5;
	border-bottom: dotted 1px #bbb;
	border-top:dotted 1px #fff;
}

.rss-blogroll .blogroll-channel .blogroll-list a:hover{
text-decoration:underline;
text-shadow: 0px 0px 60px #000;
}

/*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 #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;
    color: #2e0c9e;
    font-size: 20px;
    border-bottom: 1px dotted #bbb;
    line-height: 1.2;
position: relative;
    font-weight: 500;
}

.article-title:after {
position: absolute;
content: " ";
display: block;
border-top: solid 3px #3d6bc8;
top: -3px;
width: 250px;
}

.article-title a{
	color: #000;
	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: 3px;
    padding: 0px 0 0 10px;
	zoom: 100%;
background:#fff;
display: flex;
}

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

.article-header-top {

}


/*投稿時間 - 記事タイトル下の記事情報*/
.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-comment{
	float: left;
	margin: 4px 10px 5px 0;

	font-size: 12px;
	line-height: 1.3;
}
.article-header-comment li{
	list-style: none;
	*height:14px;
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: left;
	padding-left: 16px;
	margin: 4px 10px 5px 0;
	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 li a{
text-decoration:none;
	color: #424242;
} 
.article-header-category dt{

}

.article-header-category dd{
	float: left;
	padding: 0 5px;
}

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

.article-header-category dd a:hover{
	text-decoration: underline;
}
span.article-category2 {
margin-left:5px;
}

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

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


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

.article {
    box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;
}

.article-body{
	margin-bottom: 16px;
}

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

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


.article-body-inner img.pict {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px dashed #bbb;
    margin: 0 0 10px 0;
}
.article-body-inner img.pict: hover {
    border: 1px dashed #ff0000;
}

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

/*続きを読む*/
.article-body-continue{
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}
.article-body-continue a {
display:block;
    border: 1px solid #ccc;
    padding: 17px 22px;

}
.article-body-continue a:hover {
    border: 1px solid #bbb;
    background: #fdfdfd;
text-decoration:none;
}

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

.article-footer {
	margin-bottom: 40px;
	padding: 10px;
	background: #efefef;
	color: #424242;
	zoom: 100%;
}


/* コメント - 記事下の記事情報
----------------------------------------------- */
.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: #424242;
	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 {

}

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

/*カテゴリの最新記事 , 人気記事ランキング */
.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;
}




/* コメント　トラックバック
----------------------------------------------- */
.article-option {

}
.article-option-title{
    margin: 0 0 15px 45px;
	padding: 10px 0 10px 10px;
	color: #2e0c9e;
	font-size: 16px;
}

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

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

#trackbacks .comment-set{
	padding: 10px 0;
}

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

.comment-info, .trackback-set {
	margin: 10px 0;
}

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

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

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

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


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

.comment-body{
    margin: 0 50px 20px 22px;
	color: #424242;
	font-size: 16px;
font-weight:bold;
}


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


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

#comment-form{
margin: 0px;
	padding: 20px 0;
background: #F7F7FF;cle-pager-type2 .article-pager .pre
}

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




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

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

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

ul.index-navigator{
height: 15px;
}

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: #F1F1FF;
	color: #424242;
	text-decoration: none;
	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: #3d6bc8;
	color: #fff;
	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;
font-weight: normal;
}
ul.index-navigator li a,
ul.index-navigator li.current a:hover {
font-weight: normal !important;;
}

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



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

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

}

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

/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	width: 344px;
	text-align: left;
	text-indent: -7px;
	word-wrap: break-word;
float: left;
margin-top: 10px;

}
.article-pager-type2 .article-pager .prev a {
display: block;
text-align: leftr;
overflow: hidden;
height: 86px;
padding: 7px 27px 7px 27px;
border: #bbb 1px solid;
background: url('http://newsplusalpha.net/CSS/navi.png') no-repeat scroll 0px -200px #fdfdfd;
	font-size: 14px;
}

.article-pager-type2 .article-pager .prev a:hover {
background: url('http://newsplusalpha.net/CSS/navi.png') no-repeat scroll 0px 0px #3d6bc8;
color:#fff;
}

/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	float: right;
	width: 344px;
	text-align: right;
	word-wrap: break-word;
float: right;
margin-top: 10px;
}
.article-pager-type2 .article-pager .next a {
display: block;
text-align: leftr;
overflow: hidden;
height: 86px;
padding: 7px 27px 7px 27px;
border: #bbb 1px solid;
background: url('http://newsplusalpha.net/CSS/navi.png') no-repeat scroll 322px -300px #fdfdfd;
	font-size: 14px;
}
.article-pager-type2 .article-pager .next a:hover {
background: url('http://newsplusalpha.net/CSS/navi.png') no-repeat scroll 322px -100px #3d6bc8;
color:#fff;l.archives-pager li
}


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


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

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

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




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

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;
    font-size: 14px;
margin-bottom: 15px;
box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;
}

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

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


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

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


/*サイドカラムのタイトル*/
.sidetitlebody{
    font-size: 13px;
    font-weight: bold;
    background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/8/2/82e301d9.png) no-repeat scroll 0px 0px;
    padding: 3px 0 3px 10px;
    border-bottom: dotted 1px #bbb;
    color: #2e0c9e;
}

/*サイドカラムのリスト*/
.sidebody{
    color: #424242;
    text-decoration: none;
    display: block;
border-top: 1px solid #ddd;
padding: 5px 20px 5px 20px;
}
#sidebar li a:hover {
text-decoration:underline;
text-shadow: 0px 0px 60px #000;
}

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

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


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



/*カレンダーの体裁*/
.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: #424242!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;
}

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


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

/*フッターの全体設定*/
#blog-footer{
background:#fff;
}


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

#blog-footer #footer a{
    color: #8267ef;
}
#footer-top{
    line-height: 40px;
	color: #424242;
}

#footer-bottom {
    line-height: 40px;
	color: #424242;
}
.footer-bottom-inner {
width: 1075px;
    margin: 0 auto;
}
/*トップへ戻る*/
.to-pagetop {
	position: absolute;
	right: -5px;
	bottom: -105px;
}




/* -----------------------------------------------
リセット　他の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;
}

.t_b {
    margin: 10px 20px 90px 60px;
	font-size: 16px;
	line-height:1.3;

color: #0b0b0b;
}
.t_b a {
	font-size: 10px;
}
.t_h {
    border-top: 1px dotted #DDDCFD;
font-size: 12px;
padding: 5px 0px 0 40px;
}
.t_h.t_i {
    font-size: 12px;
    border: none;
}

.rss_title {
position: relative;
padding: 3px 0 0 35px;
color: #2e0c9e;
font-size: 14px;
border-bottom: 1px dotted #bbb;
background: url(http://newsplusalpha.net/CSS/antenna.png) no-repeat 3px 0px transparent;
background-size: 25px 25px;
}


.rss_title2 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
color: #2e0c9e;
border-bottom: 1px dotted #bbb;
}
.rss_title2:before{
font-family: FontAwesome;/*忘れずに*/
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}
.article-bottom-link {
padding:0 30px 0 30px;
margin-bottom:20px;
}
.article-bottom-link li{
list-style: none;
}
.article-bottom-link li a {
display:block;
    font-size: 16px;
    text-decoration: none;
    color: #520aa0;
padding: 10px 0 0px 0;
}
.article-bottom-link li a:hover {
text-decoration: underline;
}

.rss2 {
	overflow:hidden;
	padding: 15px;
}
.rss2_inner{
	overflow:hidden;
	margin:0 0 0 -750px;
}
.rss3 {
	overflow:hidden;
	margin-bottom: 30px;
padding: 15px !important;
}
.rss3_inner{
	overflow:hidden;
	margin:0 0 0 -1750px;
}


.i_link {
	position:relative;
	margin-top:3px;
	width:270px;
	background:#000;
    border: solid 5px transparent;
}
.i_link:hover {
border: solid 5px #6277c3;
}
.t_link {
	width:270px;
	text-align:left;
color: #fff;
    text-shadow: 1px 2px 1px #000;
	font-size:17px;
	line-height:1.2;
	bottom:0px;
	position:absolute;
	padding-top:2px;
	padding-bottom:2px;
background: url('http://livedoor.blogimg.jp/newsplusalpha/imgs/4/7/475046ec.png') repeat scroll 0px 0px transparent;
}
.li_contain {
	width:270px;
	height:200px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.i_foot {
width: 716px;
    padding-left: 10px;
    height: 350px;
}
.if_link {
	float:left;
	width:230px;
	height:150px;
	position:relative;
	border:1px solid transparent;
	margin:3px;
}
.if_link:hover {
	opacity:0.9;
}
.fi_contain {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
    width: 230px;
    height: 150px;
}

.tf_link {
	font-size: 13px;
	text-align: left;
	line-height:1,6px;
	color:#fff;
	width:230px;
	position: absolute; 
	bottom: 0px;
background: url('http://livedoor.blogimg.jp/newsplusalpha/imgs/4/7/475046ec.png') repeat scroll 0px 0px transparent;
}
.share_top {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.share_top ul 
{margin : 0;
    padding : 0;
    list-style : none;
}
.share_top li {
float: left;
    margin: 5px 5px 5px 0px;
}
.share_top li a {
display: block;
    padding: 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    width: 22px;
}
.share_top li a:hover {
opacity :0.8;
    color : #fff;
}

.article-fotter-share {
overflow: hidden;
}
.article-fotter-share i {

}
.article-fotter-share ul 
{margin : 0;
    padding : 0;
    list-style : none;
}
.article-fotter-share li {float : left;
    width : 160px;
    margin: 5px 3px 10px 15px;
}
.article-fotter-share li a {display : block;
    padding : 10px 0;
    text-align : center;
    color : #fff;
    text-decoration : none;
    font-size : 12px;
font-weight:bold;
}
.article-fotter-share li a:hover {
opacity :0.8;
    color : #fff;
}

.share {
overflow: hidden;
}
.share i {

}
.share ul 
{margin : 0;
    padding : 0;
    list-style : none;
}
.share li {float : left;
    width : 25%;
    margin : 5px 0 5px 0;
}
.share li a {display : block;
    padding : 10px 0;
    text-align : center;
    color : #fff;
    text-decoration : none;
    font-size : 12px;
font-weight:bold;
}
.share li a:hover {
opacity :0.8;
    color : #fff;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
margin-right: 10px;
}

.rss_title a{background-color : #55acee;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
.hatebu a{background-color : #008fde;}

.comment-form-email {
display:none;
}
.comment-form-url {
display:none;
}
#comment-form-tools .memorize {
    line-height: 28px;
    margin-right: 12px;
    color: #808080;
    display: none !important;
}

#comment-form-tools .submit, #comment-form-tools .memorize {
float: left;
margin: 2px 0 0 12px;
}


#article-options button, .trackback-form-submit input {
    width: 520px;
}
#comment-form-tools .rating-value {
    display: none !important;
}
#comment-form-tools .rating-value > span {
    display: none !important;
}
#comment-form-tools .facemark a {
    display: none !important;
}
#comment-form-tools .rating-icon div {
    display: none !important;}

.submit span {
width:100%
}
#article-options li {
padding: 5px 0px 0 15px;
}

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

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

.footer-article {
width: 1075px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
div.popularArticlesWithImage.A ul {
    margin: 0 !important;
}

.related-articles.with-image .related-article-image, .related-articles.with-image .related-article-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
padding:5px;
}
.related-articles.with-image ul li a:hover {
background:#3d6bc8 !important;
color:#fff !important;
text-decoration:none !important;
}
.related-articles.with-image .related-article-image img {
    height: 100px;
}

.rss {
box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;
width:726px;
margin-bottom: 15px;
}
.mt-box {
    background: #f7f9fd;
    border: 1px dashed #f2f2f2;
    margin-bottom: 10px;
    padding: 15px 40px 15px 40px;
}
.mt-tweetimg-multi {
    width: 90% !important;
}
img, input[type="image"] {
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    max-width: 640px;
}
.articles {
    position: relative;
    width: 350px;
background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/8/5/85f8c836.jpg) repeat scroll 0px 0px transparent;
    height: 280px;
    float: left;
    margin: 3px 0px 6px 9px;
}

.articles-title {
bottom: 0px;
    position: absolute;
    padding-top: 2px;
    width: 100%;
background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/4/7/475046ec.png) repeat scroll 0px 0px transparent;
}
.articles-title a {
    text-align: left;
    color: #fff;
    text-shadow: 1px 2px 1px #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px;
text-decoration:none;
display:block;
}
.articles a:hover {
	opacity:0.95;
}

.articles-header-inner {
    padding: 0px 0 0 10px;
    zoom: 100%;
    background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/4/7/475046ec.png) repeat scroll 0px 0px transparent;    display: flex;
color:#fff;
    text-shadow: 1px 2px 1px #000;
    top: 0px;
    width: 340px;
    position: absolute;
}
.articles-header-inner {
	margin-bottom: 3px;
    padding: 0px 0 0 10px;
	zoom: 100%;
display: flex;
}

.articles-header-category dd {
    float: left;
    padding: 0 5px;
    color: #fff !important;
}

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

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

.articles-header-category dd{
	float: left;
	padding: 0 5px;
}

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

.articles-header-category dd a {
	color: #fff;
	text-decoration: none;
}
.article-firstimage-top {
float:left;
background: url(http://livedoor.blogimg.jp/newsplusalpha/imgs/f/5/f58dca96.jpg) repeat scroll 0px 0px transparent;
    height: 155px;
width:220px;;
    padding: 2px;

  position: relative;
}
.article-firstimage-top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(221,220,253,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.article-firstimage-top:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.article-top {
    box-shadow: 0 9px 5px -3px #eee, 0 -9px 5px -3px #eee;
    margin-bottom: 15px;
    position: relative;
}
.article-top-title{
padding: 10px;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    margin-left: 225px;
    min-height: 45px;
}

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

.article-top-title a:hover{
color:#3d6bc8;
}

.articles-header-top {
    padding: 5px;
}

.articles-header-top {
    padding: 5px;
}

.article-header-top-inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-header-top-inner {
	margin-bottom: 3px;
    padding: 0px 0 0 10px;
	zoom: 100%;
display: flex;
}

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

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

/*投稿時間 - 記事タイトル下の記事情報*/

.article-header-top-date span {

}

.article-header-top-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-top-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-top-category li{
	list-style: none;
	*height:14px;
}

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

.article-header-top-category dd{
	float: left;
	padding: 0 5px;
}

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

.article-header-top-category dd a:hover{
	text-decoration: underline;
}
.article-header-top-inner {
    margin-bottom: 3px;
    padding: 0px 0 0 10px;
    zoom: 100%;
    display: flex;
}

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

div.google-2ad {
 margin: 20px 10px 10px 0px;
 height:280px;
}
div.google-2ad-h {
 margin:10px 10px 15px; 
 height:280px;
}
div.google-2ad-m {
 margin:10px 40px 30px; 
 height:280px;
}
div.google-2ad-b {
 margin:10px 30px 30px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left: 2px;
}
div.g-ad2 {
 float:left;
 margin-left:30px; 
}

#blog-header-articles {
    margin: 3px 0 10px 0px;
position: absolute;
    right: 20px;
}
.plugin-memo {
margin: 0 0 0px 0;
}