@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{
        /*background-color: #FBFCD7;*/
        background-color: #ffffff;
	background-attachment:fixed;
	font-family: Helvetica,Verdana,sans-serif;
}
/* font-family: Helvetica,Verdana,sans-serif; */

/* カテゴリー・月別アーカイブで利用 */
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ff8c00; }
a:active { color: #ff00ff; }


.fixed { position: fixed; 
	top: 0px; }


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


/*見出しレベルh2　409da1*/
/*
h2 {
border-bottom: dashed 2px #332c16;
}
*/

h2 a{
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
font-family:  "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
h2 a:link { color: #332c16; }
h2 a:visited { color: #332c16; }
h2 a:hover { color: #ff8c00; }
h2 a:active { color: #6666ff; }

/*見出しレベルh3*/
h3 {
color: #ffffff;/*文字色*/
font-weight:bold;
border: solid 3px #ffffff;/*線色*/
padding: 0.3em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

/*見出しレベルh5*/
h5 {
  position: relative;
  left:5px;
  width: 30%;
  text-align: center;
  font-weight:bold;
  padding: 0px 7px;
  margin-bottom: 5px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;/*左側の角を丸く*/
}

h5:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 5px solid #ffffff;
width: 0;
height: 0;
}

/*見出しレベルh6*/
h6 {
  position: relative;
  left:10px;
  width: 20%;
  text-align: center;
  color:#ffffff;
  font-weight:bold;
  padding: 3px 20px;
  margin-bottom: 5px;
  background: #409da1;
  border-radius: 7px 7px 7px 7px;/*左側の角を丸く*/
}

h6:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #409da1;
width: 0;
height: 0;
}

/* -----------------------------------------------
Googleカスタム検索の横幅
----------------------------------------------- */
#search {
width: 248px;
margin: 10px 0px 0px 5px;
}


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


/* ヘッダー　イエローのエリア 
----------------------------------------------- */
#blog-header01{
	background:repeating-linear-gradient(0deg,#ffa500 0, #ffa500 14px, #fffacd 14px, #fffacd 28px);
	border-top: 3px solid #ffa500;
	border-bottom: 3px solid #ffa500;
}

#blog-header01 .header-inner01{
	margin:0 auto;
	width:1080px;
	display:table;
	padding:0px 0;
}

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


.header-inner01 hgroup{
	margin-right:11px;
	width:700px;
	*width:690px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

.header-inner01 hgroup h1{
	width:700px;
	*width:690px;
}

.header-inner01 hgroup h1 a{
	display: none;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}

.header-inner01 hgroup h2{
	display: none;
	width:700px;
	margin:10px 0 0 3px;
	color:#333333;
}


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


/* ヘッダー　タイトル
----------------------------------------------- */
hgroup{
	margin-right:11px;
	width:700px;
	*width:690px;
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
hgroup h1{
	width:700px;
	*width:690px;
	text-shadow: 0 1px 6px #ff8000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=3)";
	display:block;
}
hgroup h1 a{
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
hgroup h2{
	width:700px;
	margin:10px 0 0 3px;
	color:#ffffff;
}

/* ヘッダー　広告
----------------------------------------------- */
.header-inner01 .ads01{
	width:380px;
	text-align: right;
	display:table-cell;
	vertical-align:bottom;
	*display:inline;
	*zoom:1;
	background: #FFC466; 
}

/* ヘッダー　グレーのエリア
----------------------------------------------- */
#blog-header02{
	width:100%;
	background: #332c16;
	border-bottom: 6px solid #ffa500;
}

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

	background:#332c16;
}

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

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

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

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

ul.header-menu li img{
  vertical-align:middle;
}

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

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


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

#wrapper{
}


/* コンテンツのカラム幅
・コンテンツ全体：#container
・その中に（左側）#innercontainerと（右側）.right-container
・#innercontainerの中に（左側）.left-containerと（右側）.main-container
----------------------------------------------- */

/* コンテンツ全体 */
#container{
	width:1080px;
	margin:0 auto;
        padding: 5px 0px 0px 0px;
	position: relative;
        background-color:rgba(255,255,255,0.8);

 /*        background-color:#ffffff;コンテンツ部分の背景色（白#ffffff）過去の配色 #FBFCD7 #FCF7D7 #ffffe0　#fdfee9*/
}


/* コンテンツ左2列 */
#innercontainer{
	width:1080px;
	margin: 5px 5px 5px 0px;
	float:left;
}


/* コンテンツ　中央左側のカラム */
.left-container{
	width:300px;
	margin: 0px 3px 0px 15px;
	float:left;
}

.left-container:after {
	content: "."; 
	display: block; 
	visibility:hidden;
}


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

/* コンテンツ　右側のカラム */
.right-container{
	width:0px;
}


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

/*画像付き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;*/
}


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

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


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

/* BlogRoll css 3改Ver2

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

.rss-blogroll{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
        zoom: 100%;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	float: left;
	overflow:auto;
	overflow-y: hidden;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0;
	width: 348px !important;
	height: 270px !important;
	font-size: 13px;
}

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

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
	/*font-weight:bold;*/
	overflow:hidden;
	color: #333333;
}

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

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

/* BlogRoll


/* ----------------------------------------------- */
/*

      BlogRoll css 6：中央1行（スクロールなし）
	※スクロール時はoverflow-y: hidden;をscrollへ
*/
/* ----------------------------------------------- */

.blogroll-channel2 {
        background: #ffffff;
/*
	border: solid 1px #bbac71;
        border-radius: 3px;/*角の丸み*/
*/
        width: 694px;
	height: 500px;
	margin-bottom: 15px;
	overflow-y: hidden;
	font-size: 14px;
}

.blogroll-channel2 .blogroll-list {
	padding: 1px 0;
	padding-top: 0;
	border-bottom: 1px dotted #bbac71;
	list-style-type: none;
	font-size: 14px;
	font-weight:bold;
	line-height: 2.0;
}

/*テキスト部分の設定*/
.blogroll-channel2 .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
	font-weight:bold;
	overflow:hidden;
	color: #333333;
}

.blogroll-channel2 .blogroll-list a:hover{
	text-decoration: underline;
	color: #ff8000;
}


/*メッセージボード*/
.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-header-inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-header-inner {
        margin-top:7px; /*box内の余白*/
	margin-bottom:2px; /*box内の余白*/
	padding:5px 15px;
	zoom:100%;
}


table {
    table-layout: fixed;
}
.titlewidth{
    width: 480px;
}


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

/*投稿時間 - 記事タイトル下の記事情報*/
.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{
	padding-left:14px;
	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{
	list-style:none;
}
.article-header-category dt{
	display:none;
}
.article-header-category dd{
	padding: 0 5px;
	float:left;
}
.article-header-category dd a {
	color:#333333;
	text-decoration:none;
}
.article-header-category dd a:hover{
	text-decoration:underline;
}

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

/*タグ*/
.article-header-article-tag{
	padding-left:0px;
	margin:0px 10px 0px 0;
	font-size:12px;
	line-height: 1.0;
	float: left;
}
.article-header-article-tag a{
	color: #333333;
        background: #ffff66;
	text-decoration: none;
}
.article-header-article-tag a:hover{
	text-decoration: underline;
}


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

/*写真部分　位置決め・マウスオーバー時透過*/
.photo {
}
.photo img{
        margin: 10px 35px 11px 20px;
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
}
.photo img:hover{
        -webkit-transform: rotate(5deg) scale(1);
        transform: rotate(5deg) scale(1);
}
/*
.photo img:hover{
        opacity: 0.7 ;
        transition: 0.2s ;
}*/

/*記事部分の囲み*/
.box {
    padding: 1px 0px 0px 0px;
    margin: 10px 0;
    background: #ffffff;
    box-shadow:5px 5px 20px #6c5e2e;	
    border: solid 0px #332c16;/*線*/
    border-radius: 0px;/*角の丸み　以前は10px*/
}

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



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


/*コメント - 記事下の記事情報*/
.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: #333333;
	text-decoration: none;
}
.article-footer .article-footer-comment a:hover{
	text-decoration: underline;
}

/*ソーシャルボタン - 記事下の記事情報*/
.article-footer .article-social-btn{
	float:right;
}
.article-footer .article-social-btn a{
	color: #333333;
	text-decoration: none;
}
.article-footer .article-social-btn a:hover{
	text-decoration: underline;
}


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

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #bbac71;
        background: #332c16;
}


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

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


/*カテゴリの最新記事*/
.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_matomeblue_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}


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



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

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


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

/*コメントエリア　トラックバックエリア*/
#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: #333333;
	text-decoration: none;
}
.comment-author a:hover{
	color: #333333;
}


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

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


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


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

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

#comment-form{
	margin-top: 5px;
	background: #efefef;
	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:#bbac71;
	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:#6c5e2e;
}


/* ページング幅調節 */
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-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_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	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 right 3px;
}


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

/*マウスオーバーについて*/
.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: #332c16;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}


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




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

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

/*サイド左上広告*/
.left-container-ads{
	margin-bottom: 8px;
}

.sidewrapper{
	font-size:12px;

}



/*サイドカラムのリンク色*/
.sidewrapper a{
	color:#333333;
	text-decoration:none;
}
.sidewrapper a:visited{
	color:#333333;
}
.sidewrapper a:hover{
        color: #409da1;
	text-decoration: underline;
}
.sidewrapper a:active{
	color:#6666ff;
}

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


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:5px 10px;
	background:#332c16;
	color:#ffffff;
	border-bottom: 5px solid #ffa500;
}
.sidetitle a{
	color: #ffffff ;
}
.sidetitle a:visited{
	color: #ffffff ;
}

/*サイドカラムのリスト*/
.sidebody{
	padding: 0px 10px 10px;/*上・左右・下*/
     /*border-top:1px solid #e5e5e5;　行間ボーダーライン*/
	line-height:1.0; /*行間の広さ*/
}
.sidebody:first-child{
	border-top:none;
}
.sidebody.category-child{
	padding-left:13px;
}


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

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


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


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

.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{
	color: #333333 !important;
	line-height: 1.1 !important;
	background:#EBEBEB !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{
	background:none !important;
	margin:10px 0 0 10px;
}
div.popularArticlesWithImage.C div.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:15px;
	height:84px;
	background:repeating-linear-gradient(0deg,#ffa500 0, #ffa500 14px, #fffacd 14px, #fffacd 28px);
}


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


/*トップへ戻る*/
.to-pagetop {
	bottom: 15px;
	position: fixed;
	right: 30px;
}

/*トップへ戻る（デフォルト）
.to-pagetop {
	bottom: -662px;
	position: absolute;
	right: -5px;
}*/



/* -----------------------------------------------
フッター上の情報掲示
----------------------------------------------- */
#footer-ex{
color: #ffffff;
height: 515px;
width: 1080px;
background-color: #332c16;
	position: relative;
	margin: 0 auto;
	border-bottom: 5px solid #ffa500;
}

#footer-ex a{ color:#ffffff;	text-decoration: none;}
#footer-ex a:link { color: #ffffff; }
#footer-ex a:visited { color: #ffffff; }
#footer-ex a:hover { color: #ff8c00; text-decoration: underline;}
#footer-ex a:active { color: #ff00ff; text-decoration: underline;}


#footercontainer{
margin: 0 auto;
width: 1080px;
}

#footer-ex .contents-ex1{
float: left;
width: 310px;
margin: 0px 15px 0px 20px;
}

#footer-ex .contents-ex2{
float: left;
width: 195px;
margin: 0px 15px;
}

#footer-ex .contents-ex3{
float: left;
width: 195px;
margin: 0px 15px;
}

#footer-ex .contents-ex4{
float: left;
width: 250px;
margin: 0px 20px 0px 15px;
}


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