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

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


/* 全体のレイアウト
------------------------------------- */
body {}
#wrapper {}
#container {
	margin: 0 auto;
	/*min-width: 1060px;*/
	padding-top: 60px;
}
#content {
	position: relative;
}
#main {
	width: 960px;
}

/*
	3カラムレイアウト
*/

/* 幅 */
body.layout-3col #sidebar-a {
	width: 210px;
}
body.layout-3col #sidebar-b {
	width: 230px;
}

/* 両サイドバー */
body.layout-3col.sidebar-both #main {
	float: left;
}
body.layout-3col.sidebar-both #main-inner {
	margin: 0 300px 0 200px;
}
body.layout-3col.sidebar-both #sidebar-a {
	float: left;
	margin-left: -100%;
}
body.layout-3col.sidebar-both #sidebar-b {
	float: left;
	margin-left: -210px;
}


/* 右2つサイドバー */
body.layout-3col.sidebar-right #main {
	float: left;
	margin-right: -480px;
}
body.layout-3col.sidebar-right #main-inner {
	margin-right: 500px;
}
body.layout-3col.sidebar-right #sidebar-a,
body.layout-3col.sidebar-right #sidebar-b {
	float: right;
}
body.layout-3col.sidebar-right #sidebar-b {
	margin-right: 20px;
}

/* 3カラム左2つサイドバー */
body.layout-3col.sidebar-left #main {
	float: right;
	margin-left: -480px;
}
body.layout-3col.sidebar-left #main-inner {
	margin-left: 500px;
}
body.layout-3col.sidebar-left #sidebar-a,
body.layout-3col.sidebar-left #sidebar-b {
	float: left;
}
body.layout-3col.sidebar-left #sidebar-b {
	margin-left: 20px;
}

/*
	2カラムレイアウト
*/

/* 幅 */
body.layout-2col #sidebar-a,
body.layout-2col #sidebar-b {
	width: 280px;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #main {
	float: left;
	margin-right: -280px;
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 310px;
}
body.layout-2col.sidebar-right #sidebar-a {
	float: right;
}
body.layout-2col.sidebar-right #sidebar-b {
	clear: right;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #main {
	float: right;
	margin-left: -280px;
}
body.layout-2col.sidebar-left #main-inner {
	margin-left: 310px;
}
body.layout-2col.sidebar-left #sidebar-a {
	float: left;
}
body.layout-2col.sidebar-left #sidebar-b {
	clear: left;
	float: left;
}

/*
	1カラムレイアウト
*/
body.layout-1col #sidebar-a,
body.layout-1col #sidebar-b {
	padding-top: 20px;
}
body.layout-1col .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 300px;
}


/* 全体の文字色、リンク色
------------------------------------- */
body {
        background-color:  #d6e9ca;
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	color: #333;
	text-decoration:none;
}
a:link {}
a:visited {

}
a:hover {
	text-decoration: underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
------------------------------------- */
#blog-header {
	height: 400px;
	/*padding: 38px 0 0 0;*/
	background: url('/images/bg_header.png') repeat-x center top;
	position: relative;
}

#blog-header-inner {
	padding: 0;
	background: url('/images/blog_header.png') no-repeat center top;
	text-indent: -9999px;
}
#blog-title {
	text-align: center;

}
#blog-title a {
	/* color: #fff;*/
}
#blog-description {
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}


/* メニューバー
------------------------------------- */
.ldb_menu-wrapper {
	width: 100%;
	background: #333;
}
.ldb_menu-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ldb_menu-inner{
	margin: 0 auto;
	position: relative;
	width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ldb_menu-list {
	overflow: hidden;
	list-style: none;
}
.ldb_menu-list li{
	float: left;
	padding: 10px 10px;
        height: 34px;
}
.ldb_menu-list li a{
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 10px 20px;
	text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li a:hover {
	border-bottom: dotted 2px #fff;
        font-size: 12px;
}

/* ソーシャルアイコン */
.ldb_menu-list li.ldb_menu-item-twitter,
.ldb_menu-list li.ldb_menu-item-facebook,
.ldb_menu-list li.ldb_menu-item-flickr,
.ldb_menu-list li.ldb_menu-item-instagram {
	float: right;
	margin: 20px 18px 19px 0;
}
.ldb_menu-list li.ldb_menu-item-twitter a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/twitter.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-facebook a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/facebook.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-flickr a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/flickr.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-instagram a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/instagram.png) no-repeat;
	text-indent: -9999px;
	width: 26px;
	height: 21px;
	padding: 0;
}
.ldb_menu-list li.ldb_menu-item-twitter a:hover,
.ldb_menu-list li.ldb_menu-item-facebook a:hover,
.ldb_menu-list li.ldb_menu-item-flickr a:hover,
.ldb_menu-list li.ldb_menu-item-instagram a:hover {
	background-color: transparent;
}
.social-links{
	position: absolute;
	top: 10px;
	right: 0;
}
.social-links-inner li {
    float: left;
    list-style: none outside none;
    margin-left: 20px;
}
.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe {
    margin: 0; 
}

/* メインカラム
------------------------------------- */
/* 記事全体 */
.article {
	padding-top: 60px;
}
.first-article {
	padding-top: 0;
}
.id-183074, .id-183075, .id-183076, .id-183078, .id-183079, .id-183080, .id-183081, .id-183082, .id-183083, .id-183084, .id-183085, .id-183087, .id-183088, .id-183091, .id-183092, .id-183093, .id-183094, .id-183095, .id-183096, .id-183097, .id-183099, .id-183100, .id-183103, .id-183114, .id-183121, .id-183123, .id-183124, .id-183126, .id-183129, .id-183130, .id-183136, .id-183137, .id-183139, .id-183140, .id-183146, .id-183148, .id-183149, .id-183152, .id-183154, .id-183159, .id-183170 {
	padding: 60px 18px 40px 18px;
        background-color: #b2ffaf;
}
.id-394611 {
	padding: 60px 18px 40px 18px;
        background-color: #96d8ff;
}
.id-396351 {
	padding: 60px 18px 40px 18px;
        background-color: #fff721;
}
/* 記事ヘッダー、日付、記事タイトル */
.article-header {
	margin-bottom: 25px;
	position: relative;
}
.article-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    color: #375218;
}
.article-title a {
	font-size: 24px;
	letter-spacing: 1px;
}
.article-box {
	color: #888;
	font-size: 12px;
}
.article-item {
         overflow: hidden;
	margin-bottom: 30px;
}

.article-date {
    margin-bottom: 5px;
}
.article-date,
.article-category a,
.article-comment {
	color: #888;
	font-size: 12px;
}
.article-category a:hover,
.article-comment a:hover {
	color: #888;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 1em;
}
.article-meta {
  /*padding: 16px 0;*/
}
.article-social-btn {}

/* 関連記事 */
.article-body .related-articles {
  margin:4em 0;
  line-height:1.3
}
.article-body .related-articles h3 {
  font-size: 14px;
  font-weight: bold;
}
.article-body .related-articles ul {
  list-style: none;
  margin:0;
  padding-left:0;
}
.article-body .related-articles ul li {
  margin:4px 0;
  padding-left: 16px;
}
.category .article-meta li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 0;
}
/* カテゴリ、コメント */
.article-category dt,
.article-comment-count dt {
  display: none;
}
.article-category dd, .article-comment-count dd {
    display: inline;
    float: none;
    line-height: 1;
    margin-top: 4px;
    padding: 0 8px;
}
.article-category dl:before {
  font-family: 'FontAwesome';
  content:"\f07b";
}
.article-comment-count dl:before {
  font-family: 'FontAwesome';
  content:"\f075";
}
.article-category dl,
.article-category dl a,
.article-comment-count dl,
.article-comment-count dl a {
  color: darkgray;
}
/* 関連記事 */
.article-body .related-articles {
	margin: 4em 0;
	line-height: 1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.article-body .related-articles ul li {
	margin: 4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue{
	border-top: 1px solid #E8E8E8;
	padding-top: 20px;
	margin: 30px 0 0;
}
.article-continue a {
	color: #666;
	background-position: 8px -122px !important;
	padding-left: 24px;
	font-weight: normal;
}

/* ブログネタ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-top: 0!important;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

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

/* ヘッドライン */
.headline {
    margin-bottom: 30px;
    /*background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0 30px 0;
    overflow: hidden;*/
}
.headline-content,
.first-article {
    float: right;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ece3cc;
   padding: 30px 20px 30px;
}
.headline-image {
    width: 460px;
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
    background: url("/images/bg_noimage.gif") no-repeat top center;
    text-align: center;
}
.headline-image a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.headline-image img {
     max-width: 460px;
}
.headline-content-text{
   /* height: 200px;
    margin-top: 10px;*/
}
.headline-image-text{
 	height: 330px;
 	overflow: hidden;
}
.headline-image-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
	display: block;
	height: 330px;
	width: 470px;
}
.headline-date {
	font-size: 12px;
	padding: 0 0 20px 0;
}
.headline-title {
    font-size: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
   font-weight: bold;
}

.headline-title a{
    color:#375218;
}
.headline-title a:hover{
    color:#375218;
    text-decoration: underline;
}
.headline .article-meta {
    float: left;
    padding-top: 4pximportant;
}
.headline-content .headline-date,
.headline-content-text .headline-date {
    color: #000;
    float: left;
    width: 80px;
    margin-top: 25px;
}
.headline-article-index-body-inner {
   font-size: 14px;
   margin: 30px 0 40px 0;
   line-height: 24px;
   overflow: hidden;
}
.headline-article-index-body-inner .article-body-inner {
    line-height: 1.4;
    width: 220px;
}
.headline-article-index-body-inner .article-body-inner p {
    margin: 0;
    line-height: 1.4 !important;
}
.article-body-inner img {
	max-width: 460px;
}

.headline-article-index-body-inner span {
    font-size: 12px !important;
}
/** .headline-article-index-body-inner br,
.article-index-body-inner br,
.article-body-inner p br, **/
.headline-article-index-body-inner img,
.headline-article-index-body-inner p img,
.article-index-body-inner iframe{
    display:none!important;
    overflow: hidden;
}
.headline .article-category dt {
}

/* ヘッドライン　画像がないとき */
.headline-content.no-img {
    float: left;
    position: relative;
}
.headline-content.no-img .headline-title,
.headline-content.no-img .headline-date,
.headline-content.no-img .headline-article-index-body-inner,
.headline-content.no-img .article-meta {
    padding: 0;
}
.headline-content.no-img   .headline-meta {
    position: relative;
    top: 24px;
    width: 350px;
}
.headline-content.no-img  .headline-date {
    padding: 0;
    clear: both;
}
.headline-content.no-img .headline-article-index-body-inner{
    float: left;
    position: relative;
    height: 120px;
    overflow: hidden;
}

/* indexページ
----------------------------------------------- */
.article-index,
.article-index-text {
 	display: inline;
 	float: left;
 	margin: 0 0px 0 0;
 	padding: 0;
 	*width: 630px;
}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-header {
	margin-bottom: 15px;
    width: 460px;
}
.article-index-image {
    float: left;
    height: 140px;
    margin: 0 20px 0 0;
    width: 200px;
}
.article-index-image img {
    height: 140px;
    position: relative;
    width: 200px;
}
.article-index-footer {
    bottom: 0;
    float: left;
    padding: 0;
    position: absolute;
    right: 0;
}
.headline-content-text .headline-title,
.headline-content-text .article-meta,
.headline-content-text .headline-date,
.headline-content-text .headline-article-index-body-inner {
    padding: 0;
}
.headline-content-text .article-meta,
.headline-content-text .headline-date,
.headline-content-text .headline-article-index-body-inner {
    padding: 0;
}
.headline-content-text .article-meta {
    margin-top: 22px;
}
.headline-image a:hover img,
.article-index-image a:hover img,
.recent-article-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
.article-category dd a:hover{
	text-decoration: underline;
}
.article-index-date {
    color:#000;
    font-size: 12px;
    position: relative;
    top: 56px;
}
.article-index-title {
    color: #0d0d0d;
    overflow: hidden;
    margin-bottom: 10px;

}
.article-index-title a {
    color: #375218;
    display: block;
    font-size: 22px;
    line-height: 43px;
    overflow: hidden;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 1.5;
    font-weight: bold;
}
    .article-index-title a:hover{
    opacity: 0.7;
    font-family: 'Quattrocento Sans', sans-serif;
    text-decoration: none;
}
.article-index-body {
    display: none;
    overflow: hidden;
    text-indent: -9999px;
}
/*
.article-index-text .article-index-body {
    display: block;
    overflow: hidden;
    text-indent: 0;
    line-height: 1.5;
    height: 150px;
}
*/
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	color: #333 !important;
	display: inline;
	text-align: left !important;
}
.page-category .article-index-body-inner #ad2,
.page-monthly .article-index-body-inner #ad2 {
    display:none!important;
    overflow: hidden;
}
.article-index-body img {
	display: none;
}
.article-index-body b,
.article-index-body strong {
	font-weight: normal;
}
.ranking {
	float:left;
	margin: 0 !important;
}
.ranking-text {
    color: #8eb849;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 10px !important;
}
.ranking a {
	font-size: 12px;
	text-align: center;
	line-height:31px;
}
.ranking a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.ranking a img {
	height:31px;
	margin-right: 20px;
}

/* 記事index 　画像なし*/
.article.article-index-text  {
    height: auto;
}
.article-index-text .article-box .article-index-header .article-index-title{
    color: #0d0d0d;
    /*height: 80px;*/
    overflow: hidden;
}
.article-index-text .article-box .article-index-text .article-index-body {
    display: none;
    overflow: hidden;
}
.article-index-text .article-box .article-index-text  .article-index-date {
    font-size: 12px;
    margin-left: 290px;
    position: relative;
    top: 56px;
}

.article-box {
   background-color: #fff;
   padding: 30px 20px 30px;
  margin: 0 0 30px;
  position: relative;
   border-radius: 8px;
}
.article-box .index-more a {
  margin-top: 16px;
}
.index-more a {
  border: 2px solid #cc9966;
  border-radius: 5px;
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 100px;
}

/* 記事本文
------------------------------------- */
.article-body {
	color: #333;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	height: auto;
	margin: 15px 0;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}
.comment-info, .trackback-set{
	border-bottom: 1px dashed #dbdbdb;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
  color: #555;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
  border: none;
  color: #375218;
   border-radius: 8px;
}
}
ul.index-navigator li.current span {
  color: #3752183;
  text-shadow: none;
   border-radius: 8px;
}
ul.index-navigator a:hover {
  text-decoration: none;
  text-shadow: none;
}
ul.index-navigator a:visited {
  color: #375218;
}
ul.index-navigator .paging-first,
ul.index-navigator .paging-prev,
ul.index-navigator .paging-next,
ul.index-navigator .paging-last {
  font-family: sans-serif;
}
/* 記事ページ、月別アーカイブページ */
.pager{
	clear: both;
}
ul.article-pager, ul.archives-pager {
	margin: 0;
	overflow: hidden;
	padding: 40px;
}
ul.article-pager li a,
ul.archives-pager li a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}


/* ブログのフッター
------------------------------------- */
#blog-footer {
    position: relative;
    background: #375218;
    color: #fff;
    padding: 20px;
    margin-top: 80px;
}
#blog-footer a {
	color: #fff;
}
.to-pagetop {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/* ブログパーツ
------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper .sidetitle {
    color: #375218;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0px 0 10px 0;
    border-bottom: dotted 2px #375218;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.plugin-recent_articles .side .sidebody {
    line-height: 1.5;
    margin: 0 0 10px 0;
}
div.popularArticlesWithImage.C div.title {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #777;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #777;
}
table.caltblwk, table.caltblday {
    max-width: 280px;
}


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
        float: right;
}
.btReadmore a {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img {
	visibility: hidden;
}
.headline-content .btReadmore,
.article .btReadmore,
.article-box .btReadmore {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.headline-content .btReadmore a,
.article .btReadmore a,
.article-box .btReadmore a {
    padding: 10px 30px;
    background-color: #375218;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}
.article-box .btReadmore a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/* ページトップへ */
.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;
	transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
	opacity: 0.9;
}

/* アーカイブヘッダ */
/* アーカイブヘッダ */
.archives-header {
  color: #375218;
  margin-bottom: 40px;
  padding-bottom: 8px;
  padding: 0px 0 6px 0;
  border-bottom: dotted 2px #375218;
}
.archives-header h1 {
  font-size: 17px;
  font-weight: bold;
}
.archives-header h1 a {
  color: #375218;
    font-size: 17px;
}
#category-header h1{
	display: inline;
	font-size: 14px;
}
.header-label{
	color: #375218;
	font-size: 12px;
	padding-right: 16px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
------------------------------------- */
/* フリーエリアのプロフィール */
.imgProfile {
	margin: 0 0 20px 0;
}
.imgProfile img {
    max-width: 240px;
}
.profileArea {
        padding-bottom: 0;
}
.profileArea .txtName {
	color: #375218;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: normal;
}
.profileArea .txtDetail {
	text-align: left;
        line-height: 1.7;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
.profileArea .profile-icons {
  text-align: center;
  margin-top: 20px;
}
.profileArea .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.profileArea .profile-icons li a {
  color: #000;
  font-size: 28px;
}
.profileArea .profile-icons li a:hover {
  opacity: 0.8;
}
.profileArea .profile-icons li.line {
  position: relative;
  top: 2px;
}
.profileArea .profile-icons li.twitter a {
  color: #64a8dc;
}
.profileArea .profile-icons li.facebook a {
  color: #3b5998;
}
.profileArea .profile-icons li.instagram a {
  color: #333;
}
.profileArea .profile-icons li.pinterest a {
  color: #c1101a;
}
.profileArea .profile-icons li.gplus a {
  color: #dc4e41;
}
.profileArea .profile-icons li.youtube a {
  color: #e22f28;
}
.profileArea .profile-icons li.email a {
  font-size: 32px;
  position: relative;
  top: -3px;
}
.bunner {
    text-align: center; 
}
.bunner .title  {
    margin: 30px 0 10px;
    font-weight: bold;
}
.rank  {
    padding: 0 0 0 25px;
}
/*記事検索*/
.sidewrapper input.sf {
    background-color: #fff;
    background-position: 4px -264px;
    border-radius: 8px;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 21px;
    vertical-align: top;
    width: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
}
.sidewrapper input.sfbtn {
    float: right;
    text-shadow: none;
    width: 45px;
    background: #375218;
    margin: 0;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.sidewrapper input.sfbtn:hover, .sidewrapper input.sfbtn:focus {
    color: #fff;
}

/* 最新記事 */
.side ul.recent-article-image li img{
	margin: 0 15px 0 0;
}
.side ul.recent-article-image li a{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 21px;
}

/* 月別アーカイブパーツ */
.sidebody .year{
	font-size: 13px;
	/*padding-left: 12px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 0 -245px;*/
}
.sidebody .month a{
	font-size: 13px;
	padding-left: 21px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 10px -245px;
}
.sidebody .month div{
	padding-top: 4px;
}
/*広告*/
.imgAdvertisement {
    margin-bottom: 30px;
}
.imgAdvertisement img {
   max-width: 240px;
}

/* 参加バナー */
.sidebanner{
display: block;
margin-bottom: 10px;
}


/* =========================================================
画像設定
========================================================= */

/* ブログヘッダーの背景画像（メイン画像はHTMLに記述）
------------------------------------- */
/*#blog-header {
	background: url(http://livedoor.blogimg.jp/hayashibanaoko/imgs/8/3/834d14ac.jpg) center top;
}*/

/* =========================================================
横幅の設定
- メインカラム幅は指定しない。全体幅からサイドバーとマージンの幅を引いたものになる。
========================================================= */

/* 全体の幅
各カラムの幅とマージンを合計した値になるようにする
------------------------------------- */
#container,
#main,
.ldb_menu-inner{
	width: 960px; /* 全体の幅 */
}
#blog-header {
	/*min-width: 1080px;*/ /* 全体の幅 */
}

/* 3カラムレイアウト
サイドバーA: 210px
サイドバーB: 210px
カラム間のマージン: 10px
------------------------------------- */
body.layout-3col #sidebar-a {
	width: 210px; /* サイドバーA幅 */
}
body.layout-3col #sidebar-b {
	width: 210px; /* サイドバーB幅 */
}
body.layout-3col.sidebar-both #sidebar-b {
	margin-left: -210px; /* サイドバーB幅 */
}
body.layout-3col.sidebar-both #main-inner {
	margin-left: 220px; /* サイドバーA＋マージン */
	margin-right: 220px; /* サイドバーB＋マージン */
}
body.layout-3col.sidebar-left #main {
	margin-left: -430px; /* サイドバーA＋サイドバーB＋マージン1つ */
}
body.layout-3col.sidebar-right #main {
	margin-right: -430px; /* サイドバーA＋サイドバーB＋マージン1つ */
}
body.layout-3col.sidebar-left #main-inner {
	margin-left: 440px; /* サイドバーA＋サイドバーB＋マージン2つ */
}
body.layout-3col.sidebar-right #main-inner {
	margin-right: 440px; /* サイドバーA＋サイドバーB＋マージン2つ */
}
body.layout-3col.sidebar-left #sidebar-b {
	margin-left: 10px; /* マージン */
}
body.layout-3col.sidebar-right #sidebar-b {
	margin-right: 10px; /* マージン */
}

/* 2カラムレイアウト
サイドバー: 280px
カラム間のマージン: 30px
------------------------------------- */
body.layout-2col #sidebar-a,
body.layout-2col #sidebar-b {
	width: 300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-left #main {
	margin-left: -300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-right #main {
	margin-right: -300px; /* サイドバー幅 */
}
body.layout-2col.sidebar-left #main-inner {
	margin-left: 330px; /* サイドバー幅＋マージン */
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 330px; /* サイドバー幅＋マージン */
}

/* 1カラムレイアウト
------------------------------------- */
body.layout-1col .sidewrapper {
	margin: 0 10px; /* ブログパーツの横マージン */
	width: 300px; /* ブログパーツの幅 */
}


/* =========================================================
色の設定
========================================================= */

/* ---- 全体の文字色、リンク色 ------ */
body {
	color: #333; /* 基本文字色 */
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited,
ul.article-pager li a,
ul.archives-pager li a {
	color: #333; /* 基本リンク色 */
}
a:visited {
	/*color: #333;*/ /* 基本既読リンク色 */
}
a:hover {
	color: #333; /* 基本既読リンク色 */
}
/* ---- メニューバー ---------------- */
.ldb_menu-wrapper {
    background: #438F11; /* メニューバー背景色 */
    border-bottom: 2px solid #b2b5ad;
}
.ldb_menu-list li a{
	color: #fff; /* メニューバー文字色 */
	font-weight: bold;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list .ldb_menu-item-current a {
    background-color: #438F11; /* currentとhoverの背景色 */
    color: #fff;
    font-size: 12px;
}
.ldb_menu {
    position: relative;
    width: 820px;
    z-index: 20;
}


/* ---- メッセージボード ------------ */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	color: #333;
}

/* ---- 記事本文 -------------------- */
.article-body,
.article-footer a {
	color: #333; /* 本文文字色 */
}

/* ---- ページ送り（トップページ）--- */
ul.index-navigator,
ul.index-navigator li.current span,
ul.index-navigator a:visited {
	color: #375218; /* 通常文字色 */
        border-radius: 8px;
}
ul.index-navigator li.current span,
ul.index-navigator .paging-number  a:hover {
	background-color: #375218; /* current,hoverの背景色 */
	color: #fff !important; /* current,hoverの文字色 */
        border-radius: 8px;
}

/* ---- ブログパーツ共通 ------------ */
/*.sidewrapper .sidetitle {
	background-color: #EEDAB9; /* ブログパーツタイトルの背景色 */
}*/
.sidewrapper .sidetitle,
.sidewrapper .sidetitle a {
	color: #333; /* ブログパーツタイトルの文字色 */
}

/* ---- カレンダー ------------------ */
table.caltblday {
	color: #8d8d8d; /* 記事のない日の文字色 */
}
table.caltblday .caloff {
	background-color: #fff; /* 記事のない日の背景色 */
}
table.caltblday .calon {
	background-color: #777; /* 記事のある日の文字色 */
}
table.caltblday td a {
	color: #fff; /* 記事のある日の文字色 */
}
table.caltblday td a:hover {
	background-color: #777; /* 記事のある日をhoverした時の背景色 */
}

/* ---- プロフィール ------------------ */
.prof_name{
    font-size: 16px;
    margin:10px 0;
}
.prof_txt{
    line-height: 1.5;
    text-align: left;
}

/* ---- かんたんタイトル画像 ------------------ */
.ldb_menu {
    position: relative;
    z-index: 20;
}
#blog-header.show-image {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    min-width: 960px;
    height: 360px;
    position: relative;
    overflow: hidden;
    background-color:  #d6e9ca;
}
#blog-header.show-image img#blog-header-image {
    position: absolute;
    left: 50%;
    width: 2600px;
    height: 350px;
    margin-left: -1300px;
}
#blog-header.show-image #blog-header-inner {
    width: 100%;
}
#blog-header.show-image hgroup, #blog-header.show-image #blog-header-inner {
    position: absolute;
}
#blog-header.show-image h1, #blog-header.show-image #blog-description {
    margin: 0 auto;
    width: 480px;
}
/*#blog-header-inner {
    margin: 0 auto;
    width: 980px;
   background: url('/images/blog_header.png') no-repeat center top;
}*/
/*#blog-title {
    font-size: 36px;
    line-height: 1.2;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding-top: 160px;
    text-align: left;
    font-weight: normal;
    padding-right: 480px;
}*/
#blog-title a {
    color: #555 !important;
}
#blog-title a:hover {
    opacity: 0.15;
}
/* =========================================================
その他スタイル
========================================================= */
/* ---- 本文中の見出し ------ */
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #518cae;
}
.article-body-inner h4 {
	border-bottom:1px solid #518cae;
}
/* ---- トラックバック ------ */
#trackback-form .trackback-form-submit input {
     font-size: 10px;
}
/* side-profile
----------------------------------------------- */

.side-profile {
	margin-bottom: 30px;
	text-align: center;
}
.side-profile img {
	max-width: 240px;
	height: auto;
	margin-bottom: 20px;
}
.side-profile dl dt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.side-profile dl dd {
	margin-left: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: left;
}
.article-body-inner table th, .article-body-inner table td {
    border: none;
    padding: 4px 8px;
}
/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px; }
.google-user-ad-side { margin:0px; }
.ad-center { text-align:center; }

/* clearfix
----------------------------------------------- */
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-box:before,
.article-box:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.article-comment,
.gnavInner:after,
.ldb_menu-list:after,
.article-box:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
.article-box
.clearfix {
	zoom:1;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px auto;  }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }