@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 "La siesta";
 :shortdesc "Template for livedoor Blog";
 :created "2017-12-02";
 :release [:revision "1.00"; :created "2017-12-02"];
 :page <http://blogdesign.ldblog.jp/archives/22919574.html>;
 :rights "La siesta".
*/


body{
	background: url(http://siesta.teamblog.jp/bg.jpg);
	background-attachment:fixed;
	background-size: cover;
	font-family: Helvetica,Verdana,sans-serif,FontAwesome;
}


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


/* ヘッダー タイトル,画像部分
----------------------------------------------- */
#blog-header01 .header-inner01{
	position: relative;
	margin: 0 auto;
	width: 1168px;
	border-bottom: 1px solid #000000;
	/*z-index: 1;*/
}

.header-inner01 img#blog-header-image{
	width: 100%;
}

.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

/* ヘッダー　上部
----------------------------------------------- */
#blog-header03{
	position: fixed;
	margin: 0 auto;
	width: 1168px;
	top: 0;
	*left: 0;
	opacity: 0.9;
	z-index: 9998;
}

#blog-header03 .news{
	position: absolute;
	top: 4px;
	left: 470px;
	width: 40px;
	display: inline-block;
	padding: 1px 5px;
	vertical-align: middle; /* 先行する文字列と上下中央揃え */
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;     /* アイコンの角を丸める */
	border:thin solid #0ff;
}

#blog-header03 .message-board{
	position: absolute;
	top: 0px;
	left: 530px;
	width: 600px;
	color: white;
	z-index: 9999;
	padding-top: 2px;
	
	opacity: 0;
	transition: opacity .3s linear;
}
#blog-header03 .message-board.slick-initialized{
	opacity: 1;
}

#blog-header03 .message-board a{
	color: #0ff;
	text-decoration:none;
}

#blog-header03 .message-board a:hover{
	text-decoration: underline;
}

#blog-header03 .message-board .slick-next{
    position: absolute;
    top: 14px;
	
	right: -30px;
}

#blog-header03 .message-board .slick-next:before
{
    font-family: 'FontAwesome';
	content: '\f0da';
	
    color: white;
}

/* ヘッダー　グレー部分
----------------------------------------------- */
#blog-header02{
	position: relative;
	bottom: 0px;
	*left: 0;
	/*z-index: 3;*/
}

#blog-header02 .header-inner02{
	margin: 0 auto;
	width: 1168px;
	background-color: #000000;
	background: rgba(0,0,0,1);
}

#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: #005072;
	background: rgba(0,80,114,1);
}


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

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

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

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


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

.header-sarch input.sf,
.header-sarch input.sfbtn {
	outline: 0;
	border: 1px solid #aaa;
}

.header-sarch input.sf {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	width: 225px;
	height: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	background-position: 5px -264px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	vertical-align: top;
	*width: 180px;
}

.header-sarch input.sfbtn {
	float: right;
	width: 75px;
	height: 20px;
	border-left: 0;
	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;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#wrapper{
	z-index: 0;
}


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

/* コンテンツ全体 */
#container{
	position: relative;
	margin: 0 auto;
	padding: 1px 0 30px;
	width: 1168px;
	background: #fff;
	border-top: 5px solid #ffffff;
	z-index: 0;
}

/*画像リンク半透明*/
.left-banner {
	width: 195px;
	height: 50px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
.left-banner .caption {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-left: 0px;
}
.left-banner .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	padding-left:		0px;
	background-color:	rgba(0,0,0,0.55);
	-webkit-transition:	all 0.3s ease;
	transition:		all 0.3s ease;
}
.left-banner:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-left:		20px;	/* 右にずらす */
}

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

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

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

/* コンテンツ　左側のカラム */
.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: -210px;
	width: 200px;
	
}
.right-column-inner{
	margin-right: 0px;
}

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

/* メッセージボード
----------------------------------------------- */
.message-board-outer{
	margin-bottom: 10px !important;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
}

.message-board-outer a{
	text-decoration: none;
}

.message-board-outer a:hover{
	text-decoration: underline;
}

/* 記事タイトル
----------------------------------------------- */
.article-title{
	position: relative;
	border-bottom: solid 5px #000;	
	padding: 0.4em 8px;/*文字の上下 左右の余白*/
	font-weight:bold;
	font-size:22px;
}

.article-title:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #0ff;
	bottom: -5px;
	left: 0px;
	width: 30%;
}

.article-title a{
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: bold;
}

.article-title a:hover{
	color: #00afff;
}




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

.article-header-inner {
	margin-bottom: 15px;
	padding: 3px 3px;
	zoom: 100%;
}

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

.article-header-top {
     zoom: 100%;
	 padding-left: 10px;
}

/*投稿時間 - 記事タイトル下の記事情報*/
.article-header-date{
	float: left;
	margin: 4px 10px 5px 0;
	font-size: 14px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.article-header-date i {
	font-size: 16px;
	padding-right: 3px;
	color: #666;
	
}

/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-category{
	float: right;
	margin: 4px 10px 5px 0;
	font-size: 14px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.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;
	transition: all 0.3s ease;
}

.article-header-category dd a:hover{
	color: #00afff;
}

.article-header-category i {
	font-size: 16px;
	padding-right: 3px;
	color: #666;
}

.article-header-author{
	float: left;
	margin: 4px 10px 5px 0;
	font-size: 14px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.article-header-author i {
	font-size: 16px;
	padding-right: 3px;
	color: #666;
}

.article-header-author a{
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.article-header-author a:hover{
	color: #00afff;
}

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

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


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

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

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

.article-body a:visited{
	color: #551A8B;
}

.article-body-inner h1 {
	background-color: #001;
	border-left: 10px solid #0ff;
	padding: 0.5em;
	color: #fff;
}

.article-body-inner h2 {
	padding: 0.5em;
	background-color: #001;
	color: #fff;
	font-size: 1.1em;
}
.article-body-inner h2:first-letter {
	color: #0ff;
}

.article-body-inner h3 {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000145;
	border-bottom: 1px solid #000145;
	font-size: 1.1em;
}

.article-body-inner h4{
	padding-bottom: .5em;
	border-bottom: 3px double #000145;
	font-size: 1.0em;
}

/* 引用
----------------------------------------------- */
.article-body-inner blockquote {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border: solid 3px #3ca5d4;
    border-left-width: 50px;
	z-index: 2;
}

.article-body-inner blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
	z-index: 2;
}

.article-body-inner blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.article-body-inner blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* 記事リスト
----------------------------------------------- */
.article-list{
	margin:10px 0 60px 0;
}

.article-list-title{
	position: relative;
	border-bottom: solid 5px #000;	
	padding: 0.2em 8px;/*文字の上下 左右の余白*/
	font-weight:bold;
	font-size:1.4em;
}
.article-list-title:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #0ff;
	bottom: -5px;
	left: 0px;
	width: 30%;
}
.article-list-title a{
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}
.article-list-title a:hover{
	color: #00afff;
}
/*下の小さい方*/
.article-list-trim {
	overflow: hidden;	
	float: left;
	margin: 10px;
    width: 200px;/* トリミングしたい枠の幅 */
    height: 150px;/* トリミングしたい枠の高さ */
    position: relative;	
}
.article-list-trim img{
	position: absolute;
	width: 200px;
	height: 150px;
	object-fit: cover;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.article-list-trim img:hover{
	transform: scale(1.02);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	/*opacity: 0.6;	/* 小さくするほど暗くなります */
	filter: brightness(65%);
}

/*上の大きい方*/
.article-list-trim2 {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 600px;
	max-height: 450px;
}
.article-list-trim2 img{
	display: block;
	margin: 0 auto;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.article-list-trim2 img:hover {
	transform: scale(1.02);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	/*opacity: 0.6;	/* 小さくするほど暗くなります */
	filter: brightness(65%);
}

.article-list:after{
	content : '';
	display : block;
	clear : both;
	height:0;
}

.article-list-para{
	padding: 0 20px;
}

.article-contents{
	float: right;
	padding-right: 20px;
	width: 470px;
}

.cont-link{
	float: right;
	margin:15px 20px 0 0;
	font-size:0.9em;
}
.cont-link a:link,
.cont-link a:visited{
	display:block;
	background:#002c66;
	border:solid 3px #002c66;
	width:110px;
	text-align:center;
	color:#fff;
	padding: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cont-link a:hover{
	background:#fff;
	color:#002c66;
}


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

.article-footer {
	margin-bottom: 40px;
	padding: 10px;
	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: 15px;
	padding: 3px 0 3px 10px;
	border-left: 6px solid #000145;
	border-bottom: 1px solid #000145;
	font-size: 18px;
	font-weight: bold;
}

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

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a{
	text-decoration: none;
}

.article-sub-category a:hover,
.article-sub-popular a:hover{
	text-decoration: underline;
}

.article-sub-category a:visited,
.article-sub-popular a:visited{
}

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

.article-sub-category li{
	padding: 0 0 5px 18px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomegray_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}

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




/* コメント　トラックバック
----------------------------------------------- */
.article-option-title{
	margin-bottom: 15px;
	padding: 3px 0 3px 10px;
	border-left: 6px solid #000145;
	border-bottom: 1px solid #000145;
	font-size: 18px;
	font-weight: bold;
}

#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{
	margin-right: 10px;
	font-weight: bold;
	color: #000030;
	font-size:14px;
}

.comment-author a{	
	text-decoration: none;
}

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


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

.comment-body{
	display:block;
	padding:20px 25px;
	border-radius:25px;
	-webkit-border-radius:25px;
	   -moz-border-radius:25px;
	background:#e6e6e6;
	margin:10px 0 10px 60px;
	font-size:14px;
	position:relative;
}

.comment-body:before{
	content:" ";
	white-space:pre;
	width:29px;
	height:31px;
	background:url(http://siesta.teamblog.jp/Item/CommentBallon.png) no-repeat;
	position:absolute;
	left:-28px;
	top:15px;
}

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


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

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

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

/*評価削除*/
#comment-form .comment-form-body .rating {
    display: none;
}



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

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

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

ul.index-navigator{
	margin: 0 0 7px !important;
}

li.paging-prev,
li.paging-next{
	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;
	background: #999;
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	line-height: 32px !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: 330px;
	text-align: left;
	text-indent: -7px;
	word-wrap: break-word;
}

/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	float: right;
	padding-right: 10px;
	width: 330px;
	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: 330px;
	word-wrap: break-word;
}

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

.article-pager-type2:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


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

/*アーカイブのタイトルの全体設定*/
.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 #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;*/
    font-size: 14px;
}

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

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


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

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


/*サイドカラムのタイトル*/
.sidetitlebody{
	padding:5px 10px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.sidetitlebody:first-letter{
	color: #0ff;
}

.sidetitle a{
    color: #ffffff ;
}

.sidetitle a:visited{
    color: #ffffff ;
}


/*サイドカラムのリスト*/
.sidebody{
	font-size: 13px;
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/cobaltblue/arrow.gif) no-repeat 0 4px;
}

.sidebody.category-child {
	/*padding: 10px 0 0 13px;*/
	padding-left: 30px;
}


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

.recent-article-image li a img{
	transition: all 0.3s ease;
}
.recent-article-image li a img:hover{
	filter: brightness(65%);
}


/* ギャラリー
----------------------------------------------- */
/*サムネイルのサイズは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;
}

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

div.popularArticlesWithImage{
	margin: 0 ;	
}

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

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

div.popularArticlesWithImage ul li a{
	/*	border: 2px solid #000000 !important;*/	
}

.side div.popularArticlesWithImage div.title{
	padding: 6px 4px;
	/*font-size:11px; */
	/*color: #ffffff !important;*/
}

div.popularArticlesWithImage div.retweet, 
div.popularArticlesWithImage div.comment,
div.popularArticlesWithImage div.pv{
	padding: 3px 6px 0 5px;
	color: #00ffff !important;
	text-shadow: none !important;
}

.plugin-popular_articles_with_image li{
	transition: all 0.3s ease;
}
.plugin-popular_articles_with_image li:hover img{
	filter: brightness(65%);
}

/*下に下がるアニメーション*/

.popularArticleWithImage div a .title{
	transition: all 0.3s ease;
}
.popularArticleWithImage div a:hover .title{
	height:0% !important;
}


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

/*フッターの全体設定*/
#blog-footer{
	margin-top: 0px;
	width: 1168px;
	height: 115px;
	/*background: #121212;*/
	margin: 0 auto;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #000000;
	background: rgba(0,0,0,0.9);
}


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

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

/* -----------------------------------------------
全体としての追加
----------------------------------------------- */

/* --- パンくずリスト --- */
div.page_address {
	color: #444444;
}

/* --- 水平線 --- */
hr.style1 {
    border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

hr.style2 {
    border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
}

/* --- テーブルtype01　タイトル行・列タイプ --- */
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}

table.type01 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
}
table.type01 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* --- テーブルtype02　タイトル列タイプ --- */
table.type02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
	width: 100%;
}
table.type02 th {
	width: 20%;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table.type02 tr:nth-child(1) th {
    border-top: #be1309 4px solid;
}
table.type02 td {
	width: 80%;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type02 tr:nth-child(1) td {
	border-top: #b3b3b3 4px solid;
}

/* --- プログラムソースコード表示 --- */

div.pcode {
	max-height: 500px;
	background-color: #111;
	overflow: auto;
	padding-left : 20px;
}

/* --- 小見出し --- */
.menuLineLightW {
	margin:5px 0 5px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#029EBC;
	border-style:solid;
	background:#fff;
	color:#017589;
	line-height:140%;
	font-weight:bold;
}

/* --- NEWマーク --- */
span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}

/* --- ブログメンバー --- */
ul.blog-members li a strong{
	transition: all 0.3s ease;
	color:#4d4d4d;
	text-decoration:none;
}
ul.blog-members li a strong:hover{
	color: #00afff;
}

ul.blog-members li a img{
	transition: all 0.3s ease;
}
ul.blog-members li a img:hover{
	filter: brightness(65%);
}

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