@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_si_classicivy_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-02-03";
 :release [:revision "1.20"; :created "2014-02-03"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #F8F8F8;
 letter-spacing: 1px;
}
#wrapper {
}
#container {
	margin: 0 auto;
	width: 1120px;
}
#content {
	position: relative;
	padding: 15px 0 0;

}
#main {


}
#sidebar {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
}
body.layout-2col #main {
	width: 760px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 310px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
	float: left;
	padding: 0 40px 0 0;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;	
-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
background-color:#fff;
	padding:5px;
margin-bottom:10px;border-radius: 5px;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
	padding: 0 0 0 40px;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}






/* = recent_article_image - Plugin
=============================================== */

.side ul.recent-article-image li {

    padding-bottom: 5px;
    line-height: 1.7;
    min-height: 1px;
    text-align: left;
    margin: 0 0 7px 7px;
font-weight:bold;color: #404040;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.side ul.recent-article-image li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .side ul.recent-article-image li { height: 1%; }
*+html .side ul.recent-article-image li { height: 1%; }

.side ul.recent-article-image li img {
	border: 0;
	margin: 0 5px 5px 0;
        text-align:center;
}
.side ul.recent-article-image li img.emoji {
        float: none;
}



/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */

/* Design A(block) */
div.popularArticlesWithImage.A ul {
}
div.popularArticlesWithImage.A div.title {
text-align:left;
}




div.popularArticlesWithImage.A{
    margin: -10px 0;
}

div.popularArticlesWithImage.A ul{
    margin:0;
    padding:0;
    text-align:center;
}

div.popularArticlesWithImage.A ul li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 60px; /*デフォルト10px*/
	vertical-align: top;
	text-align:left;
	list-style-type: none;
}
div.popularArticlesWithImage.A ul li a{ 
	display: block;
	border-width: 3px;
	border-style:none;
	border-color:rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
	text-decoration: none;
	width: 250px;
	height: 112px;
}

div.popularArticlesWithImage.A li div.image img {
	border-width: 0px;
}

div.popularArticlesWithImage.A li div.image.noimage {
	background: #daf5da;
}


/* ノーマル人気記事
div.popularArticlesWithImage.A div.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 226px;
	height: 20%;
	padding: 2px;
    color: #000;
    background-color: #fff;

	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
	filter: alpha(opacity=80);
	opacity: 0.7;
	-moz-opacity:0.7;
    overflow: hidden;
}

*/

/*タイトルを画像下にしたver */
div.popularArticlesWithImage.A div.title {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 226px;
    height: 20%;
    padding: 2px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
         filter: alpha(opacity=90);
     opacity: 0.9; 
    -moz-opacity: 0.9; 
    overflow: hidden;
}



div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment,
div.popularArticlesWithImage.A div.pv{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 6px 2px 5px;
	background: #000;
	font-weight: bold;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-shadow: 0 0px 0 #000;
}

/*ホバー時透過*/
.popularArticleWithImage div a .title{	filter: alpha(opacity=80);
	opacity: 0.7;
	-moz-opacity:0.7;}
.popularArticleWithImage div a:hover .title{	filter: alpha(opacity=60);
	opacity: 0.5;
	-moz-opacity:0.5;}


/* Design B(List with Image)*/
div.popularArticlesWithImage.B{
        text-align:center;
}
div.popularArticlesWithImage.B ul {
	margin: 0;
	padding: 0;
 font-weight:bold;
}
div.popularArticlesWithImage.B ul li {
	margin-bottom: 5px;
	list-style-type: none;width:150px; display: inline-block;
}
div.popularArticlesWithImage.B ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.B ul li a:after {
	content: "";
	display: block;

}
div.popularArticlesWithImage.B div.image{
	float: left;

	margin: 0 5px 5px 0;

}
div.popularArticlesWithImage.B div.title {
	margin-bottom: 10px;
	/* font-size: 13px; */
	line-height: 1.5;position: relative ;
}
div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.B div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

/* Design C(List without Image)*/
div.popularArticlesWithImage.C{
	text-align: left;
}
div.popularArticlesWithImage.C ul {
	margin: 0;
	padding: 0;
}
div.popularArticlesWithImage.C ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
div.popularArticlesWithImage.C ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.C ul li a:after {
	content: "";
	display: block;
	clear: both;
}
div.popularArticlesWithImage.C div.title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet,
div.popularArticlesWithImage.C div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

.article-first-image {
	background-color: #f6f1f2;
	border-radius: unset;
	height: 220px;
	width: 220px;
	float: left;
}
.article-first-image a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	border-radius: unset;
	width: 220px;
	display: inline;
}


/*検索フォーム*/
#form2{
 position:relative;
}
#sbox2{
 height: 30px;
 padding: 0 10px;
 position: absolute;
 left: 0;
 top: 0;
 width:286px!important;
 border-radius:2px;
 border:solid 1px #eaeaea;
 outline: 0;

}
#sbtn2{
 height: 32px;
/* position: absolute; 
 left:250px;
 top: 0; */
 background:none;
 color:#666;
 border:none;
 font-size:20px;
 outline: 0;

}
#sbtn5:hover{
color:#7fbfff;
}

/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #404040;
font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,'Yu Gothic', Verdana, Meiryo, sans-serif; */


}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	text-decoration:none;
}
a:link {
	color: #404040;
}
a:visited {
	color: #404040;
}
a:hover {
	color: #797979;

}
a:active {
	color: #797979;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*トップページ記事内容*/
.article-description {
 letter-spacing: 1px;
font-size:15px;
color:#797979;
 /*position: absolute;
    top: 80px;*/
margin-right:15px;
    line-height: 1.7; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
z-index: 0;user-select: none;
    position: absolute;
    bottom: 55px;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background: url() repeat 0 40px;
}
#blog-header-inner {
	width: 100%;
        min-width:1200px;
	margin: 0 auto;
}
#blog-title {
	padding: 32px 0 27px;
	color: #404040;
	text-align: center;

	font-size: 35px;
	line-height: 45px;
}
#blog-title a,
#blog-title a:hover {
	color: #000;
	text-decoration: none;

}
#blog-description {
	padding-bottom: 32px;
	color: #404040;
	text-align: center;

	font-size: 16px;
	line-height: 25px;
}
#blog-description a {
	text-decoration: none;
}
#blog-description a:hover {
	text-decoration: none;
}


/* ナビ
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu {
	background: #fff;
	margin: 0 auto;
	width: 100%;
        min-width:1200px;box-shadow: 0 0 3px #7FB3D5;



}
.ldb_menu-list:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.ldb_menu-list {
	margin: 0 auto;
	width: 100%;
        min-width:1200px;
	text-align: center;
	zoom:90%;

}
.ldb_menu-list li {
	display: inline-block;
	list-style: none;
	*display: inline;
	*zoom: 1;

}
.ldb_menu-list li a{
	display: block;
	padding: 18px;
	color: #404040;
       font-weight:bold;
	font-size: 15px;
	line-height: 1;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
	background: #fff;
	text-decoration: none;
opacity:0.9;
    transition: 0.6s;

    box-shadow: inset 0px -5px 0px 0px #7FB3D5;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
	padding: 0px 0;position: relative;
margin-bottom:40px;	

-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
background-color:#fff;
padding-bottom:5px;
padding-left:5px;	
padding-top: 5px;
padding-right:5px;
border-radius: 5px;

}
/*div全体にリンク*/
.article a.link{   
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px; z-index: 0;
}
.article a.inlink{   
    position: relative; 
    z-index: 1;
}
.article-inner :hover {
    filter:alpha(opacity=85);/* IE 6,7*/
    -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
    -moz-opacity:0.85;/* FF , Netscape */
    -khtml-opacity: 0.85;/* Safari 1.x */
    opacity:0.85;
    zoom:-2;/*IE*/
}
.article-inner {
}
.article-header{
}
.article-body {
padding-left:25px;	
padding-right:25px;

}
.article-first-image {
	background-color: #f6f1f2;
	border-radius: 5px;
	height: 220px;
	width: 220px;
	float: left;
}
.article-first-image a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	border-radius: 5px;
	width: 220px;
	display: inline;
}

.article.first-article {
	border-top: 0;
	padding-top: 5px;border-radius: 5px;
}
.article.top-first-article {
	border-top: 0;
	padding-top: 46px;border-radius: 5px;
}
.article.last-article {

	border-bottom: 0;
}
.article-box {
	float: right;
	width: 510px;
}
/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 48px;
	position: relative;
}
.article-title {
margin-top:6px;
	margin-bottom: 6px;
font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; 
    white-space: normal;

}

/*個別記事タイトル*/
.article-title-individual {
margin-top:16px;
	margin-bottom: 6px;
font-weight:bold;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; 
    white-space: normal;
padding-left:15px;
}

.article-title a {
	color: #404040;
	font-size: 20px;
}
.article-title-individual a {
	color: #404040;
	font-size: 20px;
}

/* 日付 */
.article-date {
	font-color: #404040;
	font-size: 14px;
 padding-left:18px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
/*
    width: 100px;
    padding: 3px;
    text-align: center;

    background-color: #E3DECC; */
}

.article-date-individual {
	font-color: #404040;
	font-size: 14px;
 padding-left:25px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
/*
    width: 100px;
    padding: 6px;
    text-align: center;

    background-color: #E3DECC; */
}



.top-article-date {
    
color: #404040;
	font-size: 15px;
	margin-top: 6px;
	display: inline;
/*
background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
    box-shadow: 0 0 1px rgba(205,185,185,0.75);
 padding:2px;   */
}
.top-article-footer {

width: auto;

 position: absolute;

    right: 50px;
    line-height: 1.5;
    bottom: 0px;

}


.top-article-footer-time{
margin-bottom:5px;
}

/*仕切り*/
.article-footer {
margin-bottom:5px;
}

.page-article .article-footer {
	margin-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer-inner {
	zoom:100%;
}
.article-footer-inner-box {
	float: right;
}
.article-footer {
	margin-top: 1em;
}

.article-tags {
	float: left;
	margin: 0 !important;
	padding: 16px 0 !important;
	line-height: 1 !important;
}

.article-tags dd {
	margin-left: 0 !important;
	border-left: 1px solid #999;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

.article-tags dd a {
	line-height: 1;
	padding: 0 8px;

}
.article-tags dt + dd {
	border-left: none;
}

.article-meta {
	padding: 18px 0;
	float: left;
}
.article-meta li {
	margin: 0;
}

.article-category dt,
.article-comment-count dt {
	margin-left: 10px;
}

.article-social-btn {
	margin: -51px 0 0 0px;
}

/*タグの字数制限*/
.article-category dd.article-category2 {
    border-left: 1px solid #999;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
/*個別記事article-category*/
.article-category dd.article-category2kobetsu {
    border-left: 1px solid #999;

}
.article-category dd, .article-comment-count dd {
    float: left;
    line-height: 1;
    margin-top: 4px;
    padding: 0 8px;
}


/*ninja rss*/
.flick_date_share {
  visibility : hidden;
}
.flickity-viewport .ninja-recommend-article {
    block: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(61,61,61,.06) 0 1px 1px 1px !important;
    -webkit-box-shadow: rgba(61,61,61,.06) 0 1px 1px 1px !important;
    -moz-box-shadow: rgba(61,61,61,.06) 0 1px 1px 1px !important;
}
/*livedoor rss*/
.blogroll-wrapper {
	border: solid 1px #D8D8D8;
	height: 300px;
	width: 100%;
	margin-bottom: 15px;
	overflow-y: scroll;　
}
.blogroll-innner {
	width: 50%;
	float: left;
font-size:9px; /**/
}


/* 関連記事 */
.article-body .related-articles {
	padding-top: 60px;
	padding-bottom: 60px;
}
.article-body .related-articles h3 {
margin: 30px 0 15px 0;
	padding-left: 0px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
font-weight:bold;
}

.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:10px;
}
.article-body .related-articles ul li {
	margin:4px 0;
	line-height:1.3;
}
h3.recommend{
	margin: 40px 0 15px 0;
	padding-left: 0px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
font-weight:bold;
}
h3.trend{
	margin: 40px 0 35px 0;
	padding-left: 0px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
font-weight:bold;
}

h3.related{
	margin: 40px 0 15px 0;
	padding-left: 0px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
font-weight:bold;
}
.related-articles.with-image h3 {
	margin: 50px 0 25px 0;
	padding-left: 0px;
	color: #404040;
	font-weight: normal;
	font-size: 16px;
font-weight:bold;
}
/* 続きを読む */
.article-continue {
	
    position: absolute;

    right: 5px;

    bottom: -11px;


}
.article-continue a {
	padding: 9px 29px;
	background: #E3DECC;
	color: #0b0c11;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
.article-continue a:hover {
	background: #f4f1e3;
	color: #0b0c11;
	text-decoration: none;
}

/* 共通テーマ */
dl.common-theme{
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fafafa;
}

/* メッセージボード */
.message-board {
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding: 13px 15px;
	background-color: #fff;
	color: #433434;
	font-size: 15px;
	line-height: 1.6;
	-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #404040;
	font-size: 16px;
}

/*adsense*/
.ad-entry-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.article-body-inner h1{
	margin: 25px 0;
	padding-left: 35px;
	color: #404040;
	font-weight: normal;
	font-size: 22px;
}
.article-body-inner h2 {
	font-size: 18px;
	color: #404040;
	font-weight: normal;
}
.article-body-inner h3 {
	font-size: 16px;
	color: #404040;
	font-weight: normal;
}
.article-body-inner h4 {
	font-size: 16px;
	color: #404040;
	font-weight: normal;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{

	height: auto;
	margin: 1.5em 0px 1em!important; 
/*	max-width: 98.4%;　*/
border-radius: 5px;

}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    font-size: 17px;
    font-weight: bold;
    padding-left: 55px;
}

#comment-form {
	font-size: 15px;
	margin: 32px 0;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	color: #666;
	font-size: 15px;
	margin-top: 5px;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}

#comment-form dt {
	width: 8%;
}
#comment-form dd {
	margin: 0 11%;
}
div.article-option ol {
	margin: 35px 0 0 0;
}
.comment-info, .trackback-set {
	font-size: 15px;
    margin-left: 25px;    margin-right: 25px;
}
.commentEvaluation {
	float: right;
	display: block;
	margin-top: -27px;
}
/*コメント欄開閉ボタン*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;  
}

/*ボタン装飾*/
.hidden_box label#button {
    padding: 15px;
    font-weight: bold;
    border: solid 1px #D8D8D8;
    cursor :pointer;
    width: 598px;
color:#5e5e5e;
background-color:#f8f8f8;
display: inline-block; text-align: center;

}

/*ボタンホバー時*/
.hidden_box label#button:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input#label1 {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input#label1:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 40px 0 10px;
}
ul.index-navigator li, ul.index-navigator li ol {
	color: #d57572;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: none;
	color: #d57572;
}
ul.index-navigator li.current span {
	background-color: #d57572;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #d57572;
	text-decoration: none;
	color: #FFF;
}
ul.index-navigator a:visited {
	color: #d57572;
}
ul.index-navigator a:visited:hover {
	color: #FFF;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li ,
ul.archives-pager li {
	margin: 0 30px;
	padding: 20px 0 15px; 
}
ul.article-pager li a,
ul.archives-pager li a {
	font-size: 14px;
	padding: 10px 30px;
	background: rgb(227, 222, 204);
	color: #404040;

/* なんかしらんけどこれを追加すると中央揃えで綺麗*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
white-space:normal;
}
ul.article-pager, ul.archives-pager {
    list-style: none;
    text-align: center;
    padding: 20px 65px 50px 65px;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background: #f4f1e3 !important;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
margin-top:100px;
	padding: 40px 40px 0px 40px;
	color:#404040;
	font-size: 15px;
        background-color:#fff;
-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
    box-shadow: 0 0 1px rgba(205,185,185,0.75);
 min-width: 1120px;
}
#blog-footer a {
	color:#404040;
}


.f_left {

    float: left;
    margin: 0 0 0 41px;
}

.f_left_tit {
    font-size: 20px;
    color: #5b8c90;
    margin: 0 0 14px;
text-align:left;
}

.f_left_menu {
    font-size: 13px;
    padding: 0 60px 0 0;
    border-right: 1px solid #dcdcdc;
}

.f_left_menu {
    font-size: 13px;
    padding: 0 60px 0 0;
    border-right: 1px solid #dcdcdc;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.f_left_menu_list:first-child {
    margin: 0 2px 0 0;
list-style-image : url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/list.png);
}
.f_left_menu_list {
    float: left;
    width: 200px;
    margin: 0;
text-align:left;
}

.f_left_menu_list_item {
    margin: 0 0 0 10px;
list-style-image : url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/list.png);

}


#footer {
   text-align:center;
margin-top:40px;
  margin-bottom:5px;
}






/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	font-size: 13px;
}

.sidewrapper .sidetitle {
	margin-bottom: 30px;
	padding: 12px;
/*	background:#507C93; */
    color: #404040;
	font-size: 16px;
	line-height: 1.2;
        font-weight:bold;text-align:center;
    border-width: 0px 0 1px 0;
    border-style: dashed;
    border-color: #a59393;
}

.sidewrapper .sidetitle2 {
	margin-bottom: 20px;
	padding: 12px;
	background:#769360;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
        font-weight:bold;text-align:center;
}

.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 21px;
	margin: 0 0 7px 7px;
/* border-bottom: 1px dashed rgba(205,185,185,0.75); */
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/*  カテゴリ */
.category-parent ,
.category-child {
	font-size: 13px;
}
.category-parent a ,
.category-child a {
	color: #404040;
}
.category-parent:before ,
.category-child:before {
	bottom: 1px;
	content:  url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/list.png);
	left: 0;
	position: relative;
	width: 100%;
	margin-right: 5px;
	color: #333;
}
.category-child {
}

/* カレンダー */
.plugin-calendar_default {
	width: 280px;
}
.table.caltbl.calendartable{
	margin-top: 17px !important;
	margin-bottom: 0 !important;
}
table.caltbl {
	line-height: 1.8;
	margin: 10px auto;
	margin-bottom: 0 !important;
	width: 100%;
}
.calendarhead{
	font-weight: normal;
	font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
	width: 280px;
}
table.caltblwk .weekday {
	color: #000;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #000;
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 13px;
	max-width: 280px;
	font-family : Arial,sans-serif ;
	width: 280px;
}
table.caltblday .caloff {
	border: 1px solid #e4e7e8;
	background-color: #fff;
}
table.caltblday .calon {
	border: 1px solid #e4e7e8;
	background-color: #d57572;
}
table.caltblday td a {
	height: 23px;
	line-height: 23px;
	color: #fff;
}
table.caltblday td a:hover {
	text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
	max-width: 270px;
}

/*サイドバーコメント*/
.side .recent-comment .recent-comment-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;}
.side .recent-comment .recent-comment-title {
font-weight:bold;	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;}
.side .recent-comment .recent-comment-author {
    display: inline;
    margin-right: 5px;
    color: #fff;}
.side .recent-comment .recent-comment-date {
    display: inline;    color: #fff;}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding: 13px 15px;
	border-left: 15px solid #3c6382;
	background-color: #fff;
	color: #433434;
	font-size: 15px;
	line-height: 1.6;
	-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
}





/* 記事下広告 */
#ad2 {
	padding: 40px 0 35px !important;
}
#ad2 a.addescription {
	color:#000;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
	width: 100%;
}
#blog-header.show-image h1,
#blog-header.show-image #blog-description {
	margin: 0 auto;
	width: 1080px;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
		-ms-transition: opacity 0.1s linear;
		 -o-transition: opacity 0.1s linear;
			transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}
#blog-header.hide-text #blog-title a, 
#blog-header.hide-text #blog-description {
    line-height: 0;
    text-indent: -99999px;
}
/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;

}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
	 -moz-transition: opacity linear 0.1s;
	  -ms-transition: opacity linear 0.1s;
	   -o-transition: opacity linear 0.1s;
		  transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
	opacity: 0.9;
}

ul#ld-services li {
	margin: 0;
}