@charset "utf-8";
/**
@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".
*/

/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?*/

html {
color:#000;
background:#FFF;
}

/*TODO remove settings on BODY since we can't namespace it.*/
/*TODO test putting a class on HEAD.
- Fails on FF.*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

/*TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
font-variant:normal;
}

/* to preserve line-height and selector appearance */
sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

/*to enable resizing for IE*/
input,textarea,select {
*font-size:100%;
}

/*because legend doesn't inherit in IE */
legend {
color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


/*全体*/
body {
background: #f7f7f7;
color: #333;
font-family: Helvetica,Verdana,sans-serif;
font-size: 14px;
}

a {
color: #04c;
text-decoration: none;
}

a:hover {
color: #d2691e;
transition: 0.2s;
}

/*ブログヘッダー*/
#blog-header {
background: #fefefe;
border-top: 4px solid #ffa500;
margin-bottom: 20px;
}

.blog-header-inner {
background: #fefefe;
height: 170px;
margin: 0 auto;
width: 1168px;
}

.blog-title {
padding: 20px 0 25px 20px;
}

.blog-title a:hover img {
opacity:0.7;
transition: 0.2s;
}

/*ブログメニュー*/
#blog-nav {
padding-left: 15px;
}

.blog-nav-list {
border-left: 1px solid #ddd;
font-weight: bold;
}

.blog-nav-list li {
border-right: 1px solid #ddd;
float: left;
font-size: 18px;
}

.blog-nav-list li a {
color: #333;
display: block;
padding: 0 19px;
}

.blog-nav-list li a:hover {
color: #d2691e;
transition: 0.2s;
}

/*画像付きRTorコメントリスト*/
#header-listwithimage {
margin-left: 460px;
position: relative;
top: -140px;
}

#header-listwithimage .title{
height: 35% !important;opacity: 0.9 !important;}

#footer-listwithimage {
width: 1168px;
margin: 15px auto 0;
}

#footer-listwithimage li{
margin-bottom: 5px !important;
}

.popularArticlesWithImage.A li{
padding: 3px;border: 1px solid #cfcfcf;
}

.popularArticlesWithImage.A a{
border-width: 0 !important;
}

.popularArticlesWithImage.A a:hover{
opacity: 0.7;transition: 0.2s;
}

.popularArticlesWithImage.A .comment{
text-shadow: 0 0 0 !important;}

.popularArticlesWithImage.A{
	margin: 0 ;
}

.popularArticlesWithImage.A ul{
	margin: 0 0 10px;
}

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

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

/*メインカラム*/
#main-container {
float: left;
margin: 0 220px;
}

/*左カラム*/
#left-container {
float: left;
margin-left: -100%;
width: 205px;
}

/*右カラム*/
#right-container {
float: left;
margin-left: -205px;
width: 205px;
}

/*パンくずリスト*/
#breadcrumb{
font-size: 13px;
margin-top: -5px;
margin-bottom: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#breadcrumb li{
display: inline;
}

#breadcrumb li:last-child
{margin: 0 5px;
}
#breadcrumb li a{
margin: 0 5px;
}

/*ブログロール*/
.blogroll-wrapper {
background: #fefefe;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
height: 280px;
margin-bottom: 25px;
overflow: auto;
}

.blogroll-left {
float: left;
width: 50%;
}

.blogroll-right {
float: left;
width: 50%;
}

.blogroll-list-wrap {
padding: 2px 5px;
}

/*リストの設定*/
.blogroll-list {
border-bottom: 1px dashed #c2c2c2;
line-height: 1.3;
}

.blogroll-list a {
display: block;
padding: 3px 0 3px 15px;
}

.blogroll-list img {
float: left;
margin-top: 5px;
}

.blogroll-ad-img {
margin-top: 30px;
padding: 0 5px;
}

.blogroll-ad-default {
padding: 0 5px;
}

.blogroll-category-name {
display: none;
}

/* メッセージボード
----------------------------------------------- */
.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{
margin-bottom: 25px;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
background-color: #fefefe;
}

.article-title{
	padding: 15px;
border-top: 4px solid #ffa500;
	color: #333;
	font-weight: bold;
	font-size: 24px;
line-height:1.3;
}

.article-title a{
display: block;
color: #333;
}

.article-title a:hover{
color: #d2691e;
transition: 0.2s;
}

/*記事情報*/
.article-header-meta {
font-size: 13px;
margin-bottom: 15px;
padding: 0 15px;
}

.article-header-date{
float: left;
}
.fa-clock{
color: #777;
margin-right: 5px;
}

/*カテゴリー*/
.article-header-category{
	float: left;
margin-left:10px;
}

.fa-folder{
margin-right: 5px;
color: #777777;
}

.article-category1 , .article-category2 {
display: inline-block;
margin-right: 8px;
}

.article-header-comment {
float: left;
margin-left: 5px;
}

.article-header-social-btn {
margin-bottom: 20px;
text-align: right;
}

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

.article-body a {
text-decoration:none;
}

.eye-catch img {
border-radius: 10px;
}

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

/*続きを読む*/
.article-body-continue a {
display: block;
width: 60%;
margin: 50px auto;
padding: 10px 0;
border-radius: 10px;
background: #eaeaea;
font-weight: bold;
font-size: 26px;
text-align: center;
}

/* 記事フッター*/
.article-footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article-footer {
color: #333;
margin-bottom: 25px;
}

.article-footer-comment{
	float: left;
padding: 20px 0 15px 20px;
}

.fa-comment-alt{
color: #777777;
}

.article-footer-comment a{
color: #333333;
}

.article-footer-comment a:hover{
color: #d2691e;
transition: 0.2s;
}

.article-footer .article-social-btn{
	float: right;
}

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

/*サブリストの共通タイトル*/
.article-sub-category h3 {
border-left: 5px solid #ffa500;
color: #333;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
padding-left: 10px;
}

/*カテゴリの最新記事*/
.article-sub-category {
padding: 20px;
}

/*コメントエリア*/
#comments {
padding: 5px 20px 20px;
}

#article-options h3 {
border-left: 5px solid #ffa500;
font-size: 16px;
font-weight: bold;
margin-bottom: 30px;
padding: 5px 0 5px 10px;
}

.comment-author,.comment-date {
display: inline;
}

.comment-author {
color: #008000;
font-weight: bold;
padding-right: 5px;
}

.comment-date {
color: #666;
}

.comment-body {
color: #333;
font-size: 16px;
padding: 10px 0 35px;
}

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

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

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

/* フォーム部分共通
----------------------------------------------- */
#article-options li{
	list-style: none;
}

#article-options .article-option-title{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#article-options input.text,
#article-options textarea,
.trackback-form-url input {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#article-options input.text,
.trackback-form-url input {
	border-radius: 3px;
	height: 32px;
}
#article-options textarea {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#article-options input.text:focus,
#article-options textarea:focus {
	outline: 0;
	border: 1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#article-options button,
.trackback-form-submit input {
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#article-options button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}

/*コメント投稿フォーム*/

#comment-form dl {
	overflow: hidden;
	padding: 5px 0;
}

#comment-form dl.comment-form-body {
	overflow: visible;
}

#comment-form dd {
	margin: 0 12%;
}

#comment-form dt {
color: #555;
float: left;
line-height: 30px;
text-align: center;
width: 12%;
}

#comment-form fieldset {
	border: 0;
}

#comment-form legend {
	display: none;
}

#comment-form-tools {
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	height: 32px;
}

#comment-form-tools .facemark a {
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	padding: 6px;
}

#comment-form-tools .rating-value {
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #808080;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-top: 2px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 76px;
	padding: 0 5px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}

#comment-form-tools .rating-value > span {
	display: inline-block;
	margin-left: -3px;
}

#comment-form-tools .rating-value .caret {
	float: right;
	width: 18px;
	height: 26px;
	border-left: 1px solid #bbb;
}

#comment-form-tools .rating-value .caret span {
	display: inline-block;
	margin-top: 11px;
	margin-left: 4px;
	width: 0;
	height: 0;
	text-indent: -99999px;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "↓2193";
}

#comment-form-tools .rating-value ul {
	display: none;
	position: absolute;
	border: 1px solid #bbb;
	list-style: none;
	background-color: white;
	top: 26px;
	left: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#comment-form-tools .rating-value ul li {
	margin: 0;
	padding: 6px;
	width: 72px;
	text-align: center;
	line-height: 1px;
	border-bottom: 1px dotted #bbb;
	height:12px;
	line-height:12px;
}

#comment-form-tools .rating-value ul li:last-child {
	border-bottom: none;
}

#comment-form-tools .rating-value ul li:hover {
	background-color: #eee;
}

#comment-form-tools .rating-value > img {
	margin-top: 5px;
}

#comment-form-tools .rating-value > img.star {
	margin-top: 6px;
}

#comment-form-tools .rating-icon {
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
	background-color: #235f9f;
	background-image: -webkit-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:    -moz-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:     -ms-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:      -o-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:         linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235f9f', endColorstr='#3e96c9', GradientType=0)\9;
	border-radius: 3px;
}

#comment-form-tools .rating-icon div {
	float: left;
	cursor: pointer;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	width: 34px;
	height: 26px;
	border-radius: 3px;
	border: 1px solid #bbb;
	color: #808080;
	background-color: #fff;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}

#comment-form-tools .rating-icon .selected {
	background-color: inherit;
	background-image: inherit;
	border: none;
	color: #fff;
	height: 28px;
	line-height: 28px;
	text-shadow: 0 1px 3px #808080;
	width: 36px;
	filter: none;
}

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

#comment-form-tools .memorize {
	line-height: 28px;
	margin-right: 12px;
	color: #808080;
}

#comment-form-tools .memorize input {
	vertical-align: top;
	margin-top: 8px;
}

#comment-form-tools .memorize input,
#comment-form-tools .memorize label {
	cursor: pointer;
}

#comment-form-author,
#comment-form-email {
	width: 60%;
}

#comment-form-url,
#comment-form-textarea {
	width: 100%;
}

/* コメントユーザーを限定した時の名前 */
#comment-author-form {
	line-height: 30px;
}

/*ナビゲーション共通*/
.pager{
	padding:0 0 0 0;
	background: none;
	font-size: 14px;
margin-bottom: 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: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !important;
}

li.paging-next{
	margin: 0 5px !important;
}

li.paging-prev a:hover,
li.paging-next a:hover,
.index-navigator .paging-first a:hover,
.index-navigator .paging-last a:hover,
li.paging-number ol.paging-number li a:hover,
li.paging-number ol.paging-number li.current{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px;
	height: 32px;
	/* border: 1px solid #838383; */
	background: #484848;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
}

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

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

.index-navigator li ,
.index-navigator li a {
border-radius: 5px;
}

/*個別記事ページ送り*/
.article-pager2 {
margin-bottom: 30px;
font-size: 16px;
}

.article-pager-prev2 {
float: left;
width: 330px;
font-weight: bold;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
background-color: #fefefe;
}

.fa-angle-left {
float: left;
margin: 5px 0 0 5px;
color: #ffa500;
}

.article-pager-prev2 a {
display: block;
padding: 10px 10px 10px 25px;
}

.article-pager-next2 {
float: right;
width: 330px;
font-weight: bold;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
background-color: #fefefe;
}

.fa-angle-right {
float: right;
margin: 5px 5px 0 0;
color: #ffa500;
}

.article-pager-next2 a {
display: block;
padding: 10px 25px 10px 10px;
}

.article-pager2 a{
color: #333;
}

.article-pager2 a:hover{
color: #d2691e;
transition: 0.2s;
}

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

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




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

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

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

/*サイドカラム*/
.sidewrapper{
background-color: #fefefe;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
margin-bottom: 25px;
}

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

/*サイドカラムタイトル*/
.sidetitlebody{
border-top: 4px solid #ffa500;
font-size:15px;
font-weight: bold;
padding: 5px 0 0 10px;
}

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

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

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


/*最新記事(画像付)*/
.recent-article-image a{
display: block;
}

.recent-article-image li:hover a{
color: #d2691e;
transition: 0.2s;
}

/* 人気記事（画像付）
----------------------------------------------- */

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

/* 検索 */
.sidewrapper input.sf,
.sidewrapper input.sfbtn {
	border: 1px solid #aaa;
	font-size: 13px;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.sidewrapper 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: 75%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sidewrapper input.sfbtn {
	border-left: 0;
	border-radius: 0 10px 10px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 25%;
	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;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #2e90c5;
}

.sidewrapper input.sf {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 5px -264px no-repeat;
}

/* 人気記事 */
.side div.popular-articles table td {
	padding-bottom: 7px;
}

/* 最新記事（画像付） */
.side ul.recent-article-image li {
	margin-bottom: 7px;
}

/*月間人気記事*/
#monthly-populararticles {
height: 600px;
margin: 25px 0;
overflow-y: scroll;
border-bottom: 1px solid #d7d7d7;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
background-color: #fefefe;
}

.monthly-populararticles-inner {
padding: 10px 15px;
}

.monthly-populararticles-title h3 {
border-left: 5px solid #ffa500;
font-size: 18px;
font-weight: bold;
margin: 5px 0 10px;
padding: 3px 0 3px 10px;
}

#monthly-populararticles table tr {
border-bottom:1px solid #e5e5e5;
}

#monthly-populararticles table td {
}

#monthly-populararticles a {
display: block;
padding: 5px 0;
}

.populararticles-rank {
text-align: center;
padding-right: 10px;
}

/*タグ*/
.article-tags-wrapper{
font-size: 16px;
}

.fa-tag{
float: left;
margin-top: 5px;
color: #777;
font-size: 0.9em;
}

.article-tags{
margin-left: 22px !important;
}

.article-tags a{
margin-right: 5px;
}

/*アクセスカウンター*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.plugin-daily_count img {
margin-top: 3px;
}
}

.daily_count_free_area {
padding: 0 !important;
}

/*ナビボタン*/
#navi-button {
display: none;
position: fixed;
top: 47%;
width: 33px;
margin-left: 1183px;
font-size: 10px;
}

#navi-button a {
display: block;
}

#navi-button li {
margin-bottom: 5px;
}

#navi-button li a i {
font-size: 34px;
}

.navi-button-li a {
color: #333;
}

.navi-button-li a:hover {
color: #d2691e;
transition: 0.2s;
}

.fa-home {
font-size: 18px !important;
}

.navi-button-home a {
padding: 3px 0;
color: #ffffff;
border-radius: 5px;
background: #333;
text-align: center;
}

.navi-button-home a:hover {
background: #d2691e;
transition: 0.2s;
}

/*ブログフッター*/
#blog-footer {
background: #484848;
color: #fff;
font-size: 12px;
padding: 20px;
text-align: center;
}

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

#blog-footer a:hover {
color: #d2691e;
transition: 0.2s;
}

/*広告*/
.main-container-header-ads{
margin-bottom: 15px;
width: 728px;
}

.main-container-ads2 {
margin-bottom: 25px;
}

.matched-content-ads {
margin-bottom: 20px;
width: 728px;
}

.side-scroll-ads .side {
text-align: center;
}

/*Twitterプロフィール*/
.plugin-twitter_profile {
margin-bottom: 15px;
}

.plugin-twitter_profile .profile-header a:hover {
opacity: 1;
transition: 0.2s;
}

.plugin-twitter_profile .profile-header a:hover img {
opacity: 0.7;
transition: 0.2s;
}

/*clearfix*/
.blog-nav-list:after,
#container:after,
.article-header-meta:after,
.blogroll-wrapper:after,
.article-pager2:after,
.side:after {
display: block;
clear: both;
content: "";
}