@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 "matomeblue";
 :shortdesc "Design template for livedoor Blog";
 :created "2012-12-18";
 :release [:revision "1.04"; :created "2013-02-15"];
 :page <http://blogdesign.ldblog.jp/archives/21370311.html>;
 :rights "LINE Corporation".
*/


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.center { text-align: center;}

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


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

#blog-header01{
	border-bottom: 1px solid #0294df;
	background: #5a9ef3; /* Old browsers */
/*	background: -moz-linear-gradient(top,  #5a9ef3 0%, #026acb 100%);  FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a9ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #5a9ef3 0%,#026acb 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  #5a9ef3 0%,#026acb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}

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

/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:11px;
	width:372px;
	*width:362px;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	float: left;
}
hgroup h1{
	width:372px;
	*width:362px;
}
hgroup h1 a{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:372px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

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

/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	zoom:100%;
	background: #026acb; /* Old browsers */
 /*	background: -moz-linear-gradient(top,  #292929 0%, #343434 100%); /* FF3.6+ */
 /*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#343434)); /* Chrome,Safari4+ */
 /*	background: -webkit-linear-gradient(top,  #292929 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
 /*	background: -o-linear-gradient(top,  #292929 0%,#343434 100%); /* Opera 11.10+ */
 /*	background: -ms-linear-gradient(top,  #292929 0%,#343434 100%); /* IE10+ */
 /*	background: linear-gradient(to bottom,  #292929 0%,#343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}

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

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

/* ヘッダー　メニュー
----------------------------------------------- */
.header-inner02 ul.header-menu{
	width:694px;
	border-left:1px solid #DDD;
	height:auto;
	float:left;
}

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

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

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

ul.header-menu li a:hover{
	background: #181818; /* Old browsers */
	background: -moz-linear-gradient(top,  #181818 0%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181818), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #181818 0%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #181818 0%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #181818 0%,#202020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #181818 0%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}


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

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

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


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

#wrapper{
	padding-top: 20px;
	background-color: #EDEDED;
}


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

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

/* コンテンツ　左側のカラム */
.left-container{
	width:350px;
	float:left;
	background: #FFF;
	box-shadow: 0 0 5px 0 #bababa;
}
.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}

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

/* コンテンツ　右側のカラム */
.right-container{
	width:300px;
	float:left;
	background: #FFF;
	box-shadow: 0 0 5px 0 #bababa;
}


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

/*画像付きRTorコメントリスト*/
#blog-header01 .listWithImage .popularArticlesWithImage.A li div a .noimage {
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/noimage_bg.gif) no-repeat 50% 50%;
	height: 150px;
}
#container .left-container .side .popularArticlesWithImage.A li div a .noimage {
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/noimage_bg.gif) no-repeat 50% 50%;
	height: 120px;
}
#container .article-sub-popular .listWithImage .popularArticlesWithImage.A li div a .noimage {
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/noimage_bg.gif) no-repeat 50% 50%;
	height: 148px;
}
#container .left-container .side .popularArticlesWithImage.B li div a .noimage {
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/noimage_bg_s.gif) no-repeat 50% 50%;
	width: 60px;
	height: 60px;
}
.listWithImage{
/*	margin-left:-5px;*/
}
.header-inner01 .listWithImage{
	float: right;
}
.header-inner01 .listWithImage .popularArticlesWithImage{
	height: 156px;
}
.listWithImage li{
	margin-bottom:0;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage .popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}
.listWithImage .popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage .popularArticlesWithImage.A .title{
	color: #333333 !important;
	padding: 2px 3px 6px 3px;
	font-size: 13px;
	line-height: 1.5;
	word-break: break-all;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container .popularArticlesWithImage.A .title{
	padding-bottom: 0px;
}
.popularArticlesWithImage.A .retweet,
.popularArticlesWithImage.A .comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage .popularArticlesWithImage.A .retweet,
.listWithImage .popularArticlesWithImage.A .comment{
	background:#ffffff !important;
}


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

/*BlogRoll*/

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

.article-footer .bottom-archive .blogroll-channel{
	height:150px;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left:5px;
	width:789px;
	height:324px;
	overflow: auto;
	float: left;
	font-size: 10px;
	padding:0 0 0 0;
	margin-bottom:0;
	background-color: #FFF;
	overflow-x: hidden;
}

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

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

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

footer.article-footer .rss-blogroll {
	border: 0px;
}


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

/* 記事共通 */
article.article{
	background-color:#FFF;
	box-shadow: 0 0 5px 0 #bababa;
	margin-bottom:17px;
}
/*記事ヘッダー*/
header.article-header {
	margin-bottom: 30px;
}

/*記事タイトル*/
.article-title{
	padding:15px 15px 15px 20px;
	color:#4B8DC0;
	font-weight:bold;
	font-size:22px;
	line-height:1.2;
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/h_left_top.png) no-repeat 4px 5px #FFF;
/*	border-left:5px solid #000000;*/
/*	background: #589ef3; /* Old browsers */
/*	background: -moz-linear-gradient(top,  #589ef3 0%, #026acb 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ef3), color-stop(100%,#026acb)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #589ef3 0%,#026acb 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  #589ef3 0%,#026acb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ef3', endColorstr='#026acb',GradientType=0 ); /* IE6-9 */
}
.article-title a{
	color:#4B8DC0;
	font-weight:bold;
	text-decoration:none;
	word-break: break-all;
}
.article-title a:hover{
	text-decoration:underline;
}

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

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

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

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

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

.article-social-btn li {
	display: inline;
}

.article-social-btn li a.twitter, .article-social-btn li a.facebook, .article-social-btn li a.google, .article-social-btn li a.hatena {
	width: 20px;
	text-indent: 21px;
	display: inline-block;
	overflow: hidden;
	height: 20px;
	background-size: 100%;
	-moz-background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.article-social-btn li a.twitter {
background-image: url(http://yurukuyaru.com/common_images/icon-tw.png);
}

.article-social-btn li a.facebook {
background-image: url(http://yurukuyaru.com/common_images/icon-fb.png);
}

.article-social-btn li a.google {
background-image: url(http://yurukuyaru.com/common_images/icon-gp.png);
}

.article-social-btn li a.hatena {
background-image: url(http://yurukuyaru.com/common_images/icon-hb.png);
}


/*タグ - 記事タイトル下の記事情報*/
dl.article-tags{
	font-size: 12px;
}

/*記事本文*/
.article-body{
	margin-bottom:40px;
	padding: 0 20px;
	}
.article-body a{
	color:#4B8DC0;
	text-decoration:none;
}
.article-body a:hover{
	text-decoration:underline;
}
.article-body a:visited{
	color:#4B8DC0;
}

/*見出し*/
.article-body-inner h3{
	border-left: 3px solid #5a9ef3;
	background-color: #F6F6F6;
	padding:4px 0px 2px 5px;
}

/*引用*/
.article-body-inner blockquote, .article-body-continue blockquote, .article-body-more blockquote{
	background: #efefef;
	padding:15px;
	border: #000000 1px solid;
	overflow: hidden;
	word-break: break-all;
}
.article-body-inner blockquote:before{
	display:none;
}

/*続きを読む*/
.article-body-continue-anchor{
	margin:30px 0 0;
	padding:2px;
	display:block;
	border:1px solid #DDD;
}
.article-body-continue-anchor,
.article-body-continue-anchor:visited{
	color:#0033c7;
}
.article-body-continue-anchor:hover{
	color:#FFF;
	text-decoration:none !important;
}
span.article-body-continue{
	padding:4px 22px 3px;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	background:#c0d9f7;
	display:block;
	text-align:center;
}

span.article-body-continue:hover{
	background-color: #666;
	color: #FFF;
}



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

.article-bottom {
width:610px;
margin:0 auto;
}

.article-bottom .gad {
float: left;
margin-top: 10px;
}

.article-bottom ul {
display: inline-block;
margin-left: 20px;
list-style: none;
width:250px;
}

.article-bottom ul li {
margin-bottom:5px;
background-color:#FFF;
}

.article-bottom ul li a {
height: 69px;
display: block;
line-height: 69px;
font-size: 16px;
padding: 0px 5px 0px 70px;
border: 1px solid #CCC;
color:#4B8DC0;
text-decoration:none;
}

.article-bottom a:hover {text-decoration:underline;}
.article-bottom a:visited {color:#4B8DC0;}


.article-bottom ul li a.social-tw-link {
background: url(http://yurukuyaru.com/common_images/icon-tw-l.png) no-repeat 0px 3px;}
.article-bottom ul li a.social-fb-link {
background: url(http://yurukuyaru.com/common_images/icon-fb-l.png) no-repeat 0px 3px;}
.article-bottom ul li a.social-hb-link {
background: url(http://yurukuyaru.com/common_images/icon-hb-l.png) no-repeat 0px 3px;}
.article-bottom ul li a.social-line-link {
background: url(http://yurukuyaru.com/common_images/icon-line-l.png) no-repeat 0px 3px;}
.article-bottom ul li a.social-gp-link {
background: url(http://yurukuyaru.com/common_images/icon-gp-l.png) no-repeat 0px 3px;}

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

/*記事内画像中央寄り設定*/
/*article.article img { display:block; margin:0 auto;}*/


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

/*サブリストの共通タイトル*/
.article-sub-popular h2 ,
.article-sub-category h3 ,
.article-sub-popular h3 ,
.rss-blogroll h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #000000;
}


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


.related-article-title {
	font-size:120%;
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	color:#4B8DC0;
	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{
	color:#4B8DC0;
}


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

.article-sub-category li{
	padding: 0 10px 5px 18px;
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/arrow_right.png) no-repeat left 4px;
	list-style: none;
}


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



/* コメント　トラックバック
----------------------------------------------- */

/*タイトル - コメント/トラックバック共通*/
.article-option-title{
	margin-bottom: 15px;
	padding:10px 0 10px 10px;
	color: #FFF;
	font-size: 16px;
/*	border-left: 5px solid #000000;*/
	background: #589ef3;
}
#article-options h3.article-option-title, #article-options h3.comment-form-title {
	display: block;
}


/* コメント トラックバック　共通利用
----------------------------------------------- */

/*コメントエリア　トラックバックエリア*/
#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 18px;
}


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


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


/*コメント主の名前　トラックバックのブログタイトル*/
.comment-author{
	color: #227a22;
	margin-right: 10px;
	font-weight: normal;
}
.comment-author a{
	color: #0132cc;
	text-decoration: none;
}
.comment-author a:hover{
	color: #0132cc;
}


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

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


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


/* コメントフォーム
----------------------------------------------- */

.comment-form-title{
	font-weight: bold;
}

#comment-form{
	margin-top: 5px;
	background: #FFF;
	padding: 20px 0;
}
/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}



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

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

/*ナビゲーション共通*/
.pager{
	font-size:17px;
}

/*数字の色*/
.pager a{
	color:#ffffff;
}
ol.paging-number li.current span{
	color:#ffffff;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	background:#7191f4;
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px;
}


/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
	background:#0033cc;
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ul.index-navigator li.current span{
	margin: 0 0 0 0px;
	padding:0 6px;
	line-height: 34px;
}
ul.index-navigator{
	height:34px;
	margin:0 0 10px 0;
}

ul.index-navigator li.paging-number{
	margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px !important;
}



/* 個別記事ページ
----------------------------------------------- */
.article-pager-outer{
	margin: 20px 0;
}

/*ナビゲーション全体*/
.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-body-inner table th, .article-body-inner table td{
	border: 0px;
}


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


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


/*文字について - 前の記事*/
.article-pager-type2 ul.article-pager li.prev a,
.article-pager-type2 ul.archives-pager li.prev a{
	padding: 5px 15px ;
	width: 250px;
	font-size: 13px;
	height: 100px;
	color: #666666;
	word-wrap:break-word;
	display: block;
	margin-left: 20px;
	background-color: #FFF;
}
/*文字について - 前の記事*/
.article-pager-type2 ul.article-pager li.next a,
.article-pager-type2 ul.archives-pager li.next a{
	padding: 5px 15px ;
	width: 250px;
	font-size: 13px;
	height: 100px;
	text-align: left;
	color: #666666;
	word-wrap:break-word;
	display: block;
	margin-right: 20px;
	background-color: #FFF;
	line-height:1.5;
}
/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}


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

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

.archives-header a {
	color: #4B8DC0;
	text-decoration: none;
}

.archives-header a:hover {
	text-decoration: underline;
}

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




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

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

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

.sidewrapper{
	font-size:14px;
}

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

/* plugin全体への設定 */
.side:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.side {
	zoom:100%;
	margin:10px 0;
	padding: 0 10px;
}


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:11px 16px 10px;
	background: url(http://blog.livedoor.jp/yurukuyaru/common_images/h_left_top.png) no-repeat 4px 5px #FFF;
	color:#484848;
	font-weight:bold;
	border-bottom: 1px solid #A8A8A8;
}
.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}

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


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

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


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


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

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

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

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

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


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

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

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

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

/*リンク背景*/
table.caltblday td a{
	color:#ffffff;
	background:#0033cc;
}
table.caltblday td a:hover{
	text-decoration:underline;
}
table.caltblday td a:visited{
	color:#ffffff;
}

/*曜日*/
.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;
}
.popularArticlesWithImage.B:hover a,
.popularArticlesWithImage.C:hover a{
	text-decoration:none !important;
}

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

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

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

/* 相互RSS
----------------------------------------------- */

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

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


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

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


/*フッターのコピーライト部分*/
#blog-footer #footer{
	height:30px;
	color:#ffffff;
	line-height:20px;
}
#blog-footer #footer a{
	color:#ffffff;
}
#blog-footer #copyright{
	color: #ffffff;
	padding-top: 30px;
	font-style:normal;
}
#blog-footer #copyright a{
	color: #ffffff;
}


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


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

/* reset for template_6thgen.css
----------------------------------------------- */

body.layout-2col .message-board{
	margin-top:0;
}


/* reset for template.css
----------------------------------------------- */

.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe{
	margin: 0 ;
}


/* comment popup script css */
.ref-comment {
font-size: 80%;
margin: 20px 0 10px;
color: #999;
}

.comment-body a { text-decoration: none;}
.comment-body a:hover { text-decoration: underline;}
.tooltip {
	display:none;
	position:fixed;
	padding:8px 12px;
	margin-top: 0px;
	width:480px;
	background:#FFF;
	border:1px solid #000000;
	color: #000;
	word-break: break-all;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	font-size: 80%;
}

/*広告設定
　PC版のスペース非表示*/
/*span#kauli_yad_js_1 {
  display: none !important;
}*/

.sp_ad_area {
  display: none !important;
}