@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
@import url(http://blogroll.livedoor.net/css/default2.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);

/**
@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".
*/

/* template_6thgen.css 初期化 */
.side div.popular-articles table td {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    line-height: 1.5;
}

html {
    color: #333;
}

body{

    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;

background: url(http://livedoor.blogimg.jp/gameblogm/imgs/f/6/f686d28b.jpg);

}

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

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

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

.ninja_onebutton.ninja_titletop {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
    padding: 0;
}

.article-header-top .ninja_onebutton_output > div {
    padding: 0 1px 1px 0 !important;
}


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


.header-inner01 hgroup{
	display: block;
	width: 1153px;
}

header#blog-header {
background: url(http://livedoor.blogimg.jp/gameblogm/imgs/4/6/460af448.png);
}

#blog-title {
    position: absolute;
    top: 7px;
    left: 0px;
}


#blog-title a img {
    width: 450px;
    height: auto;
}

.header-inner01 hgroup h1{
	display:block;
}


.header-inner01 hgroup #blog-title a{
	color: #FFEB3B;
	text-decoration: none;
	font-size: 37px;
	line-height: 1.2;
	font-weight: bold;

}

.header-inner01 hgroup h2{
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    top: 62px;
    left: 0;
}


/* かんたんタイトル画像
----------------------------------------------- */
.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: 1068px;

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

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


/* ヘッダー　ナビ部分
----------------------------------------------- */
.header-inner02 ul.header-menu{
	float: left;
	width: 730px;
	height: auto;
	border-left: 1px solid #000000 ;
}

ul.header-menu li{
	float: left;
	border-top: 1px solid #323232;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	color: #ffffff;
	list-style: none;
	font-size: 18px;
}

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

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

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


/* ヘッダー　Twitter,RSS,検索窓
----------------------------------------------- */
.header-sarch{
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0;
    padding: 0;
}

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

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	background-color: #EEE;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;

    border: none;
}

.header-sarch input.sfbtn {
display: none;
/*
	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;
}


.nav-site-list:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.nav-site-item {
    float: left;
    margin-left: 20px;
       list-style: none;
}

.nav-site-item a {

    text-decoration: none;
    color: #333;
    font-weight: bold;

}
	
nav.nav-header-top {
    position: absolute;
    top: 30px;
    right: 265px;
}

/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#wrapper{
}


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

/* コンテンツ全体 */
#container{
	position: relative;
	margin: 0 auto;
	padding: 10px 0 30px;
	width: 1068px;
	/*
	background: #f3f3f3;
	*/
}

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

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

.main-column-inner{
	margin: 0 340px 0 0;
}

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

/* コンテンツ　右側のカラム */
.right-container{
	display: inline;
	float: left;
	margin-left: -300px;
	width: 300px;
}
.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;*/
}

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

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

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




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

.rss-blogroll{
	margin: 10px 0;
	padding: 3px 0;
	border: 2px solid #b0b0b0;
    zoom: 100%;
}

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

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

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

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

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

.blogroll-category-name {
    font-size: 15px;
    background: #4c4c4c;
    color: #fff;
    padding: 10px;
}

/* 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{
}


.top_imglink_outer {

	background-color: #91b0d9;
	    margin-bottom: 10px;

}
.top_imglink_ttl {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 3px;
}


.top_imglink_inner {
	padding: 20px 0 30px 0;
	width: 1068px;
	margin: 0 auto;
}

.article-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;

}

time {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #888;
    display: block;
    font-weight: 500;
        margin-bottom: 5px;
}

.article-title a {
    text-decoration: none;
    color: #1F3C62;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 13px;
    font-weight: bold;

	/*
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	*/
}

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

article.article {
    background: #FFF;
/*
    border: 1px solid #dadada;
*/

    border: 1px solid #dedede;


    padding: 20px;
    margin: 0 0 20px 0;



}



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

.article-header-inner {
}

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

.article-header-top {
    background: #EEE;
    padding: 0 5px;
	position:relative;
}


/*投稿時間 - 記事タイトル下の記事情報*/
.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: 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;
    height: 25px;
    line-height: 25px;
}

.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-header-top .ninja_onebutton {
    position: absolute;
    top: 2px;
    right: -7px;
}


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

.article-body a{

	text-decoration:none;
}

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

.article-body-inner-cat {
color: #FFF;
}

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

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



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

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


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



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

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {

    margin-bottom: 5px;
font-size: 11px;

}

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

.related-articles a {
    color: #333;
}


/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.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: 0 10px;
}

.article-sub-category li{
	padding: 0 0 0 27px;

    background: url(http://livedoor.blogimg.jp/gameblogm/imgs/3/8/3832d8ae.png) no-repeat 0 center;
	list-style: none;
line-height: 2.2;

width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-wrap: normal; 
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow:    ellipsis;
-webkit-text-overflow: ellipsis;
}

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


}




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

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

/*コメントのセット,トラックバックのセット*/
.comment-set{
	padding: 0;
	border-top: 1px dashed #cccccc;
	color: #333333;
	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{
	font-weight: bold;
    color: green;
}

.comment-author a{

	text-decoration: none;
    color: green;
	font-weight: bold;
}

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


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

.comment-body{
	padding-bottom: 0;
	color: #333333;
	font-size: 16px;
}


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


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

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

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




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

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

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

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;
	background: #484848;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

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

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

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



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

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

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

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

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

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

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




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

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

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




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

/* サイドカラム共通設定
----------------------------------------------- */
.sidewrapper{
    margin-bottom: 10px;
/*
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
*/
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 13px;
background: #FFF;
}

.sidetitle {
    border-bottom: 1px solid #4a4a4a;
    font-size: 14px;
    margin-right: 2px;
    padding: 8px 0 4px 0;
}

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

/*サイドカラムのリンク色*/
.sidewrapper a{
	color: #333333;
	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: 10px 0;
	zoom: 100%;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding: 0 10px 5px 10px
}

.sidetitle a{
    color: #ffffff ;
}


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

.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;
}
/*
.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 {
	width: 300px;
}

.plugin-popular_articles_with_image li:hover{
	opacity: 0.6;
}

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

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

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




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

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


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

/*フッターの全体設定*/
#blog-footer{
	margin-top: 30px;
	min-height: 80px;
	background: #4380d3;

}

#blog-footer:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

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

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


/*トップへ戻る*/
.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;
}



/* 追加
----------------------------------------------- */

.pict_area img {
	width: 300px;
	height: auto;
}

.pict_area {
	padding: 5px;
	background: #efefef;
}

.sidebody.category-parent a {
	font-size: 11px;
}
.sidebody.category-parent {
	margin: 5px 0 0 !important;
	padding: 5px 0 0 !important;
}

.description_text {
	font-size: 12px;
	margin-bottom: 15px;
}
.article_description_wrap {
	margin-bottom: 25px;
	line-height: 1.4;
	font-size: 14px;
}

span.insert_sg {
	display: none;
}

/* サイトについて問い合わせ
----------------------------------------------- */

.about_contact  form input[type="text"] {
	width: 280px;
}

.about_contact  form textarea {
	width: 100%;
	height: 200px;
}

.page_msg {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	background: #FFEB3B;
	text-align: center;
}


/* パンくず
----------------------------------------------- */

#breadcrump{
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 10px;
}

#breadcrump:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

#breadcrump ol li {
float: left;
line-height:110%; 
list-style-type:none;
}

#breadcrump ol li a {
margin-right:5px; 
padding-right:10px; 
background:url(http://livedoor.blogimg.jp/gameblogm/imgs/b/d/bddd2535.png) no-repeat right center;
color: #333;
}

#breadcrumb ol li a:hover{
color:#40c0f0;
text-decoration:none;
}




/* ブログロール
----------------------------------------------- */

div.ar_blog_roll_wrap {
	margin-bottom: 10px;
}

div.ar_blog_roll_wrap ul.ar_blog_roll_ul {

    background: #FFF;
/*
    border: 1px solid #dadada;
    */
    border: 1px solid #dedede;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	margin: 0 0 15px 0;
}
div.ar_blog_roll_wrap ul.ar_blog_roll_ul li.ar_blog_roll_li {
	width: 100%;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow:    ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.4;
	padding: 6px 0;
}
/*
div.ar_blog_roll_wrap ul.ar_blog_roll_ul li.ar_blog_roll_li:first-child {
	border-top: 1px dotted #ccc;
}
*/
div.ar_blog_roll_wrap ul.ar_blog_roll_ul li.ar_blog_roll_li a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 0 10px 0 5px;
	color: #333;
	font-size: 14px;
}



li.ar_blog_roll_li:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
    color: #91b0d9;
}


/* タグリンク
----------------------------------------------- */


ul.tags_aggregation_outer {
	list-style:none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	font-size: 11px;
	padding: 5px;
	height: 67px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.tags_aggregation_outer li {
	float: left;
}
.tags_aggregation_outer li a {
	text-decoration: none;
	margin-right: 8px;
	font-size: 11px;
	color: #AAA;
}
.tags_aggregation_outer:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}









.pending_link_content_ttl {
    padding: 5px 10px;
    background: #484848;
    color: #ffffff;
    font-size: 14px;
}

.pending_link_content {
	height: 190px; /** 高さを変更 **/
}
.acp_feeds li {
	background: #FFF; /** 背景色を変更 **/
}
.pending_link_content {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
    margin-bottom: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 14px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.acp_feeds {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	list-style:none;
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
}
.acp_feeds li {
	position:relative;
	height: 48px;
	padding: 7px 5px;
	border-bottom: 1px dashed #AAA;
	overflow: hidden;
}
.acp_feeds li span.acp_feed_img {
	display: block;
	position:absolute;
	top: 7px;
	left: 10px;
	height: 44px;
	width: 96px;
	overflow: hidden;
	border: 2px solid #eee;
}
.acp_feeds li span.acp_feed_img img {
	width: 100%;
	height: auto;
	position:absolute;
}
.acp_feeds li span.acp_feed_txt {
	display: block;
	position: absolute;
	top: 7px;
	left: 115px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.12em;
}
#apif {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 95;
	width: 100%;
}

/*
.pending_link_content,
.inner_imagelinks_outer,
.ar_inst_blog_roll_wrap,
.ar_blog_roll_wrap,
.blogranking_imagelinks_outer,
#quotation_url,
#quotation_url a {
display: none;
}
*/
.t_h {
    font-size: 10px;
}
.t_b img {
    margin: 10px 0 5px 0;
}

.minnano_rev {
    margin-bottom: 20px;
    padding: 3px 7px 3px 7px;
    /*
    background: #EEE url(http://livedoor.blogimg.jp/gameblogm/imgs/8/1/81c21284.png) no-repeat 5px center;
	*/
    background: #91b0d9;
        font-size: 13px;
    border-top: 3px solid #1F3C62;
color: #FFF;
}

.minnano_rev:before {
    content: "\f27b";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #1F3C62;
}

.minnano_cm_box {
font-size: 15px;
/*
margin-bottom: 30px;
*/
margin-left: 230px;
}

.article_box:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.article_thumb {
    overflow: hidden;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    width: 210px;
    height: 145px;

float: left;

border: 3px solid #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);

}

.article_box {
    padding: 0 10px;
    margin-bottom: 30px;
    line-height: 2;
}

.article_cm {
    margin-left: 230px;
}

.more_wrap {
    text-align: center;
}


.more_wrap a {
    display: block;
 
    width: 500px;
    margin: 0 auto;

    background-color: #1F3C62;
    color: #fff;
    line-height: 2;
    padding: 5px 0;
    font-size: 14px;
}
.arrow_box {
	position: relative;
}

.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 74, 85, 0);
	border-bottom-color: #1F3C62;
	border-width: 10px;
	margin-left: -10px;
}



span.face_icon {
    background: url(http://livedoor.blogimg.jp/gameblogm/imgs/4/6/4611e6e1.png) no-repeat 0 center;
    padding-left: 28px;
}

.article_thumb_box {
text-align: center;
}
.article_thumb_box img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    padding: 4px;
}

div#quotation_url a,
div#quotation_url {
    font-size: 10px;
color: #AAA;
}


.message-box input[type="text"],
.side div.message-box dl.message-detail textarea {
    border: 1px solid #ddd;

}

.ldb_menu {
  background-color: #4380d3;
     border-top: 1px solid #ddd;

    position: relative;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 7px 0 rgba(56, 56, 56, 0.41);
    -moz-box-shadow: 0 1px 7px 0 rgba(56, 56, 56, 0.41);
    box-shadow: 0 1px 7px 0 rgba(56, 56, 56, 0.41);
    z-index: 10;

}

.ldb_menu-list {
	
	width: 1068px;
	margin: 0 auto;


    
  overflow: hidden;
}
.ldb_menu-list li {
  float: left;
  list-style: none;
}
.ldb_menu-list li a {
	
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 18px;
  text-decoration: none;
     text-align: center;
    font-weight: bold;
    
    padding: 10px 25px;
    margin: 10px 0;
    
    border-right: 1px dotted #2f5c98;

    
}

.ldb_menu-list li:first-child > a {
    
   border-left: 1px dotted #2f5c98;
}

.side ul.recent-article-image li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
    line-height: 1.5;
}

.side ul.recent-article-image li a {
   font-weight: bold;
}

.popularArticleWithImage:first-child,
.side ul.recent-article-image li:first-child {
    padding: 0 !important;
    border-top: none !important;
}


.side ul.recent-article-image li img {
    margin: 3px 5px 0 0;
}


div.popularArticlesWithImage.B div.title {
    margin: 0 !important;
    font-size: 12px !important;
font-weight: bold !important;
}

.popularArticleWithImage {
    margin: 10px 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid #e5e5e5;
    line-height: 1.5;
}

.popularArticleWithImage .image {
margin-bottom: 5px !important;
}

div.popularArticlesWithImage.B div.image {
  float: left !important;
    margin: 3px 5px 0 0;
}
div.popularArticlesWithImage.B div.image img {
}

div.popularArticlesWithImage.A div.title {
	font-size: 16px !important;
	height: 28% !important;
}

/* 最新コメント */

.recent-comment-author {
    display: none !important;
}

.side .recent-comment .recent-comment-body {
    max-height: 77px;
    text-overflow: clip !important;
    white-space: normal !important;
}
