@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 {
	background-image: url("http://jolijoli.blog.jp/img/tower.png") ;
	font-family: 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
#container {
	margin: 0 auto;
	width: 960px;
	padding: 30px 20px 10px;
	background: #fff;
}
#content {
	position: relative;
}
#main {
	width: 960px;
}

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

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

/* 両サイドバー */
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: -280px;
}

/* 右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 {
	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 {
	color: #a5a5a5;
}
a:hover {
	text-decoration: underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
------------------------------------- */
#blog-header {
	background-color: #dfdfdf;
	min-height:180px;
	min-width: 960px;
}
#blog-header-inner {
	margin: 0 auto;
	width: 960px;
}
#blog-title {
	/* color: #fff; */
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#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;
}

#blog-header-image img {

}

/* メニューバー
------------------------------------- */
.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;
	min-height: 45px;
	padding-right: 40px;
	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;
}
.ldb_menu-list li a{
	color: #ff4040;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
	background-color: #5e5e5e;
}

/* ソーシャルアイコン */
.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: 15px;
	right: 0;
}
.social-links-inner li{
	float: left;
	list-style: none;
	margin-right: 18px;
}


/* メインカラム
------------------------------------- */
/* 記事全体 */
.article {
	padding-top: 60px;
}
.first-article {
	padding-top: 0;
}

/* 記事ヘッダー、日付、記事タイトル */
.article-header {
	margin-bottom: 45px;
	position: relative;
}
.article-title {
	margin-top: 15px;
}
.article-title a {
	font-size: 24px;
	letter-spacing: 1px;
}

/* 日付 */
.article-date {
	color: #888;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
	clear: both;
}
.article-footer a {
	color: #333;
}
.article-meta {
	padding: 16px 0;
	float: left;
}
.article-social-btn {
	margin-bottom: -1px;
	text-align: right;
	float: right;
}
#article-options{
	clear: both;
}
.article-category dt, .article-comment-count dt, .article-continue a{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) 0 0 no-repeat !important;
}
.article-category dt{
	background-position: 0 3px !important;
	height: 15px;
	width: 11px;
}
.article-comment-count dt{
	background-position: 0 -60px !important;
	height: 15px;
	width: 11px;
}
.article-category dd, .article-comment-count dd{
	padding: 0 5px;
}

/* 関連記事 */
.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;
}


/* 記事本文
------------------------------------- */
.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{
	height: 28px;
	margin-top: 70px;
	color: #b0b0b0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #b0b0b0;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 12px;
	margin: 2px;
}
ul.index-navigator li.current span {
	background-color: #333;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #333;
	color: #fff !important;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #b0b0b0;
}
ul.index-navigator .paging-last a,
ul.index-navigator .paging-next a,
ul.index-navigator .paging-prev a{
	text-indent: -9999px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png) no-repeat 0 0;
}
ul.index-navigator .paging-last a{
	background-position: 12px -179px;
	width: 9px;
}
ul.index-navigator .paging-next a{
	background-position: 5px -296px;
	background-position: 12px -293px;
	width: 5px;
}
ul.index-navigator .paging-prev a{
	background-position: 12px -352px;
	width: 5px;
}

/* 記事ページ、月別アーカイブページ */
.pager{
	clear: both;
}
ul.article-pager, ul.archives-pager {
	margin: 0;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #E8E8E8;
}
ul.article-pager li a,
ul.archives-pager li a {
	color: #333;
	padding: 0 !important;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #fff;
	text-decoration: underline;
}
ul.article-pager li.prev,ul.archives-pager li.prev{
	float: left !important;
	margin: 0;
}
ul.article-pager li.next,ul.archives-pager li.next{
	float: right;
	margin: 0;
}


/* ブログのフッター
------------------------------------- */
#blog-footer {
	background: #f0f0f0;
	color: #999;
	padding: 30px;
	margin-top: 20px;
}
#blog-footer a {
	color: #999;
}


/* ブログパーツ
------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #fcfcfc;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/sidebar.png) repeat 0 0 #666;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 10px 4px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.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;
	max-width: 280px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #333;
	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: #333;
}


/* その他のパーツ
------------------------------------- */
/* ページトップへ */
.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: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 1.8em;
	text-align: center;
	border: solid #e1e1e1;
	border-width: 1px 0 1px 0;
}
#category-header h1{
	display: inline;
	font-size: 18px;
}
.header-label{
	display: inline;
	color: #bbbbbb;
	font-size: 12px;
	padding-right: 16px;
}

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


/* 特殊機能・カスタマイズ
------------------------------------- */
/* フリーエリアのプロフィール */
.profile-text{
	color: #666;
	font-size: 13px;
	text-align: left;
}
.profile-text dl{
	line-height: 21px;
	margin: 30px 0;
}
.profile-text dt{
	color: #333;
	font-weight: bold;
}
.profile-text dt.name {
	font-size: 16px;
}
.profile-text dd.name-ruby {
	color: #b8b8b8;
}

/* 検索ブログパーツ */
.sidewrapper input.sf, .sidewrapper input.sfbtn{
	height: 35px;
}
.sidewrapper input.sf{
	background: none;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	box-shadow: none;
	width: 78%;
	padding: 10px;
}
.sidewrapper input.sfbtn{
	background: #fff;
	color: #fff;
	text-shadow: none;
	border: none;
	border-radius: 0;
	width: 20%;
}
.sidewrapper input.sfbtn:hover{
	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: 12px;
	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;
}




/* /////////////////////////////////////////////////////////////////////////////

カスタマイズ領域
ここから下を編集して配色やレイアウトを設定してください。

///////////////////////////////////////////////////////////////////////////// */

/*
レイアウトの変更方法
各HTMLテンプレートのbodyタグにclassを記述
- layout-3col sidebar-both ・・・3カラム両サイドバー
- layout-3col sidebar-left ・・・3カラム左サイドバー
- layout-3col sidebar-right ・・・3カラム右サイドバー
- layout-2col sidebar-left ・・・2カラム左サイドバー
- layout-2col sidebar-right ・・・2カラム右サイドバー
- layout-1col ・・・1カラム
その上で下のCSSで幅を調整する
*/

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

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

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

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

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

/* 2カラムレイアウト
サイドバー: 300px
カラム間のマージン: 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: #666eaf; /* 基本リンク色 */
}
a:visited {
	color: #666eaf; /* 基本既読リンク色 */
}
a:hover {
	color: #a5a5a5; /* 基本既読リンク色 */
}
/* ---- メニューバー ---------------- */
.ldb_menu-wrapper {
    background: #AB9A86; /* メニューバー背景色 */
    border-bottom: 1px solid #999;
}
.ldb_menu-list li a{
	color: #000; /* メニューバー文字色 */
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
	background-color: #E9E7E0; /* currentとhoverの背景色 */
}
.ldb_menu {
    position: relative;
    width: 900px;
    z-index: 20;
}


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

/* メインカラム
----------------------------------------------- */
/* ヘッドライン */
.headline {
    height: 330px;
    margin-bottom: 20px;
    overflow: hidden;
}
.headline-content {
    float: right;
    height: 330px;
    position: relative;
    width: 250px;
}
.headline-content.no-img {
    float: left;
    height: 330px;
    position: relative;
    width: 720px;
}
.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-article-index-body-inner {
    height: 195px;
}
.headline-content.no-img  .headline-date {
    padding: 0 0 20px;
}
.headline .headline-image {
    float: left;
    height: 330px;
    overflow: hidden;
    width: 470px;
}
.headline-content-text{
}

.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 {
	color: #999;
	font-size: 12px;
	padding: 0 0 20px 30px;
}
.headline-title {
	font-size: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 0 0 30px;
	font-weight: bold;
	max-height: 90px;
}
.headline-content-text .headline-title {
	font-size: 21px;
	margin-bottom: 20px;
}
.headline-title a{
	 color:#4a3617;
}
.headline .article-meta {
	background-color: #fffef7;
	bottom: 0;
	left: 0;
	padding: 0 0 0 30px;
	position: absolute;
	width: 220px;
}
.headline-content-text .headline-date {
	padding: 0 0 20px !important;
}
.headline-article-index-body-inner {
    height: 163px;
    overflow: hidden;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 1.5;
}
.headline-article-index-body-inner {
    line-height: 1.4;
    width: 220px;
}
.headline-article-index-body-inner p {
    margin: 0;
    line-height: 1.4 !important;
}
.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, **/
#mamablo-neta-22,
.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 .article-category a:link {
	color: #f46e4c;
}
.headline .article-category a:visited {
	color: #f46e4c;
}
.headline .article-category a:hover {
	color: #907a58;
}
.headline .article-category a:active {
	color: #907a58;
}

/* 記事index */
.article-index,
.article-index-text {
 	display: inline;
 	float: left;
 	margin: 0 30px 30px 0;
 	padding: 0;
 	width: 220px;
}
.article-index-hover {
	background:#f6f6f6;
}
.article-box {
    max-height: 340px;
    min-height: 264px;
}

.article-index-header {
	margin-bottom: 15px;
}
.article-index-image {
	margin-bottom: 15px;
}
.article-index-image img {
	position: relative;
}
.article-index-footer {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.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 {
    position: relative;
}
.headline-image a:hover img,
.article-index-image a:hover img,
.article-category dd a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
.article-index-date {
	font-size: 12px;
    margin: 20px 0;
	color: #999;
}
.article-index-title {
	color: #0d0d0d;
        font-weight: bold;
}
.article-index-title a {
    color: #0d0d0d;
    display: block;
    font-size: 12px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.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: 50px;
}
.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: #0d0d0d;
    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;
}

/* アーカイブ */
.article-archive {
	margin-bottom: 38px;
	position: relative;
}
.article-archive-main {
	float: right;
	width: 470px;
}
.article-archive-image {
	float: left;
	width: 152px;
}
.article-archive-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-archive .director-social-btn {
	position: absolute;
	bottom: 0;
	left: 170px;
}

.article-archive-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
}

.article-archive-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.article-archive-title {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	height: 56px;
	overflow: hidden;
}
.article-archive-title a {
	color: #333;
}


/* 記事全体 */
.article {
    margin: 0 30px 30px 0;
    padding: 0;
    height: 320px;
    position: relative;
}
.page-article .article {
    height: auto;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 15px;
	position: relative;
}
.article-header-content {
	margin-bottom: 10px;
}
.article-title {
	margin: 0 0 10px;
}
.article-title a {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 30px;
	color: #4a3617!important;
}
.article-title a:hover {
	text-decoration: underline;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-footer .director-social-btn {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #cecece;
}
.article-meta {
	padding: 0;
}
.article-header .article-meta {
	padding: 5px 0 16px;
}
.article-footer .article-meta {
	/* margin-bottom: 20px; */
	margin: 20px 0;
}
.article-footer .article-meta .article-category {
	border-left: 0px;
	padding-right: 10px;
}
.article-meta li {
	float: left;
	margin: 0 8px 0 0;
}
.article-meta li.article-clap {
	height: 15px;
	line-height: 15px;
}
.article-meta li.article-clap img {
	height: 15px;
	width: 15px;
}
.article-footer .article-meta li {
	margin: 0;
}
.article-footer .article-meta li.article-comment-count,
.article-footer .article-meta li.article-ping-count {
	border-left: 0;
	padding-right: 10px;
	padding-top: 6px;
}
.article-footer .article-meta li.article-comment-count a,
.article-footer .article-meta li.article-ping-count a {
	color:#333;
}
.article-archive .article-meta li {
	border-left: 1px solid #ccc;
	margin: 0;
	padding-left: 8px;
}
.article-archive .article-meta li.article-comment-count {
	border-left: 0;
	padding-left: 0;
}
.article-social-btn {
	margin-bottom: 20px;
	clear: both;
}
.article-header .director-social-btn {
	text-align: right;
}
.director-social-btn {
	list-style: none;
	margin: 0;
	padding: 0;
}
.director-social-btn li {
	display: inline;
}
.director-social-btn li.social-btn-buzzurl img {
	vertical-align: baseline;
}
.director-social-btn li.social-btn-twitter iframe {
	width: 105px !important;
}
.article-category dt {
	background-image: none;
}
.article-comment-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_comment.png) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
.article-category dd, .article-comment-count dd {
    padding: 0;
}
.article-comment-count dd {
	margin-top: 0;
}
.article-ping-count dt {
	text-indent: -9999px;
	float: left;
}
.article-ping-count dd {
	float: left;
	line-height: 1;
}
.article-category dd {
	max-width: 220px;
}
.article-category dd a {
    border: 1px solid #ff916f;
    border-radius: 3px;
    display: block;
    line-height: 15px;
    max-width: 200px;
    padding: 3px 8px 2px;
   overflow:hidden;
   text-overflow:ellipsis;
   -webkit-text-overflow:ellipsis;
   -o-text-overflow: ellipsis;
   white-space:nowrap;
   word-wrap:normal;
}
.page-index .article-category dd.article-category2 {
     margin: 0;
     border: 0 none;
}
.article-category dd.article-category2 {
     margin: 0;
     border: 0 none;
     margin: 0 2px !important;
}
.page-category .article-category dd.article-category2,
.page-monthly .article-category dd.article-category2 {
     margin: 0 4px 0 0;
     border: 0 none;
}
.article-category dd, 
.article-comment-count dd,
.article-ping-count dd {
    float: left;
    line-height: 1;
    margin: 0 2px 2px;
}
.page-article .article-category dd, 
.page-article .article-comment-count dd, 
.page-article .article-ping-count dd {
    float: left;
    line-height: 1;
    margin: 0 4px 0 0;
}
.article-category dt, .article-comment-count dt {
    display: none;
    float: none;
    height: 0;
    text-indent: -9999px;
    width: auto;
}
/* 関連記事 */
.related-articles {
	margin:4em 0;
	line-height:1.3
}
.related-articles h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}
.related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.related-articles ul li {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_talent_basis/icons.png") ;
    background-repeat: no-repeat;
    background-position: 10px -245px;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0 0 5px 20px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

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

/* メッセージボード */
.message-board {
	background-color: #fcf9e7;
	border: 1px solid #dbdbdb !important;
	color: #666;
	line-height: 1.4;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px;
	text-align: center!important;
	border-radius: 3px;
	font-size: 12px;
}
body.layout-2col .message-board {
	margin-top: 0;
}
.message-board .message_top {
	margin: 20px 0;
}

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

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

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

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

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

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

/* side-profile
----------------------------------------------- */

.side-profile {
	margin-bottom: 20px;
}
.side-profile img {
	max-width: 280px;
	height: auto;
	margin-bottom: 10px;
}
.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;
	text-align: left;
}

/* ---- かんたんタイトル画像 ------------------ */
.ldb_menu {
    position: relative;
    z-index: 20;
}
#blog-header.show-image {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    position: relative;
}
#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: 960px;
}
#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;
}

/* =========================================================
その他スタイル
========================================================= */
/* ---- 本文中の見出し ------ */
.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;
}

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

.plugin-popular_articles_with_image.sidewrapper .side {
    height:750px;
}