@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;
	width: 960px;
	padding-top: 60px;
}
#content {
	position: relative;
}
#main {
	width: 960px;
}

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

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

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

/* 右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: 300px;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #main {
	float: left;
	margin-right: -300px;
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 360px;
}
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: -300px;
}
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 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: #000;
	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: #000;
}
#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;
	min-height: 60px;
	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: #fff;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 22px 20px;
	text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
	background-color: rgba(255, 255, 255, 0.3); 
}

/* ソーシャルアイコン */
.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: 20px;
	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: 120px;
}
#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;
}
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: #bbbbbb;
	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: 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;
}




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

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

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

/*
レイアウトの変更方法
各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-color: #fff;
}

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

/* 全体の幅
各カラムの幅とマージンを合計した値になるようにする
------------------------------------- */
#container,
#main,
#blog-header-inner,
.ldb_menu-inner{
	width: 960px; /* 全体の幅 */
}
#blog-header {
	min-width: 960px; /* 全体の幅 */
}
#container{
	padding-top: 0;
}
/* 3カラムレイアウト
サイドバーA: 180px
サイドバーB: 300px
カラム間のマージン: 20px
------------------------------------- */
body.layout-3col #sidebar-a {
	width: 180px; /* サイドバーA幅 */
}
body.layout-3col #sidebar-b {
	width: 300px; /* サイドバーB幅 */
}
body.layout-3col.sidebar-both #sidebar-b {
	margin-left: -300px; /* サイドバー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: 310px; /* サイドバー幅＋マージン */
}
body.layout-2col.sidebar-right #main-inner {
	margin-right: 360px; /* サイドバー幅＋マージン */
}

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


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

/* ---- 全体の文字色、リンク色 ------ */
body {
	font-family: "Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Verdana,Arial,sans-serif !important;
	color: #838181;/* 基本文字色 */
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited,
ul.article-pager li a,
ul.archives-pager li a {
	color: #444  !important; /* 基本リンク色 */
}
a:hover {
	color: #298da9 !important; /* hoverの文字色 */
}
a:visited {
	color: #444 !important; /* 基本既読リンク色 */
}

/* ---- ブログタイトル ---------------- */
#blog-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    padding: 20px;
    text-shadow: none;
}
#blog-description {
    padding: 0 20px;
    color: #838181;
    display: block;
    text-shadow: none;
}

/**
.show-image #blog-header-inner {
    background-image: url("http://blog.livedoor.jp/sample_design-2colum/parts/fukidashi.png");
    height: 239px;
    margin: 0 auto;
    width: 464px !important;
}
**/

.show-image.hide-text #blog-header-inner {
    background-image: none;
}
/* ---- メニューバー ---------------- */
.ldb_menu-wrapper {
    background-color: rgba(0, 0, 0, 0)!important; 
    border-top: 1px dashed #fff;
    margin: auto;
    position: relative;
    top: -64px;
    width: 960px;
}
.ldb_menu-list li a{
    color: #474747; /* メニューバー文字色 */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
	background-image: url("http://blog.livedoor.jp/sample_design-2colum/parts/opacity_w_80.png") ; 
}
.ldb_menu-list li a:hover {
	text-decoration: none;
	background-image: url("http://blog.livedoor.jp/sample_design-2colum/parts/opacity_w_80.png") ; 
}
.ldb_menu-inner {
	padding-right: 130px;
        background-color: rgba(255, 255, 255, 0.41);
}

/* ---- メッセージボード ------------ */
.message-board {
    background-image: url("http://blog.livedoor.jp/sample_design-2colum/parts/message.png") ; 
    background-color:none !important;
    background-size:300px 50px; 
    background-repeat:no-repeat; 
    background-color: #e7fbf5;
    border: 0 none;
    border-radius: 0;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0 !important;
    font-size:12px;
    padding-top: 60px !important;
}

/* ---- 記事本文 -------------------- */
.article-body,
.article-footer a {
	color: #666 /* 本文文字色 */
}
.article-title {
    margin-top: 0;
    font-weight: bold;
}
.article-title a {
    font-size: 20px;
    letter-spacing: 1px;
}

/* ---- 記事下-------------------- */
.article-footer {
    border-top: 0 none;
}

/* ---- ページ送り（トップページ）--- */
ul.index-navigator,
ul.index-navigator li a,
ul.index-navigator li.current span,
ul.index-navigator a:visited {
	color: #333; /* 通常文字色 */
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #444; /* current,hoverの背景色 */
	color: #fff !important; /* current,hoverの文字色 */
}
ul.index-navigator {
    height: 36px;
    margin-top: 70px;
}
ul.index-navigator li, ul.index-navigator li ol {
    display: inline-block;
    height: 36px;
    margin: 0 !important;
    padding-right: 10px;
}
ul.index-navigator li.current span, ul.index-navigator a:hover {
    border-radius: 36px;
    color: #fff !important;
    line-height: 36px;
    margin: 0;
    padding: 0;
    width: 36px;
}
ul.index-navigator li a, ul.index-navigator li.current span {
    color: #b0b0b0;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 0;
    transition: none 0s ease 0s ;
    width: 36px;
}
ul.index-navigator .paging-prev a {
    background-position: 12px -348px;
    line-height: 36px;
    width: 36px;
}
ul.index-navigator .paging-next a {
    background-position: 15px -288px;
    line-height: 36px;
    width: 36px;
}

/* ---- ページ送り（個別、アーカイブ）--- */
ul.article-pager li a:hover, ul.archives-pager li a:hover {
    color: #298da9 !important; /* current,hoverの文字色 */
}
ul.article-pager, ul.archives-pager {
    border-top: 0 none;
}
/* ---- ブログパーツ共通 ------------ */
#sidebar {
    margin-left:655px;
}

.sidewrapper .sidetitle {
    border-bottom: 2px dashed #c8caca;
    margin-bottom: 5px;
    padding: 0px 4px 5px;
}
.sidetitlebody {
    padding-bottom: 5px;
}
.sidewrapper {
    border-bottom: 0 none;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px;
}
.sidewrapper .sidetitle {
	background-color: #fff; /* ブログパーツタイトルの背景色 */
}
.sidewrapper .sidebody a {
	color: #474747; /* ブログパーツタイトルの文字色 */
}
.sidewrapper .sidebody a:hover {
	color: #298da9 !important; /* ブログパーツタイトルの文字色 */
}
.sidewrapper .side {
	margin-top: 15px;
	text-align: center;
}

/* ---- プロフィール（フリーエリア） ------------------ */
.side .prof{
	background-image: url("http://blog.livedoor.jp/sample_design-2colum/parts/opacity_w_80.png") ; 
	background-repeat:repeat; 
	color: #474747;
	position: absolute;
	text-align: center;
	top: 65px;
        left: 10px;
	padding: 10px;
}
.side .prof_name{
	font-size:14px;
	font-weight:bold;
	margin: 10px 0;
}
.side .prof_txt{
	font-size:12px;
	font-weight:normal;
}

/* ---- カレンダー ------------------ */
.calendarhead {
    color: #444!important;
}
table.caltblwk td, table.caltblday td {
    height: 30px;
    text-align: center;
}
table.caltblday .caloff {
    border: 0 none;
}
table.caltblday {
	color: #444!important; /* 記事のない日の文字色 */
}
table.caltblday .caloff {
	background-color: #fff; /* 記事のない日の背景色 */
}
table.caltblday .calon {
	background-color: #333; /* 記事のある日の文字色 */
	border-radius: 20px;
}
table.caltblday td a {
	color: #fff!important; /* 記事のある日の文字色 */
	text-shadow:0 0 0 rgba(0, 0, 0, 0);
	height: 30px;
	line-height: 30px;
}
table.caltblday td a:hover {
	color: #fff!important; /* 記事のある日の文字色 */
	background-color: #666; /* 記事のある日をhoverした時の背景色 */
	border-radius: 20px;
}

/* ---- ギャラリー画像 ------------ */
ul.galleryThumbnail li img {
    border-radius: 0;
    border: 0 none;
}

/* ---- かんたんタイトル画像 ------------------ */
#blog-header {
    margin: auto;
    width: 960px;
}
#blog-header.show-image #blog-header-image {
    height: auto;
    width: 960px;
}

/* ---- ソーシャルボタン------------------ */
.social-links {
    position: absolute;
    right: 0;
    top: 15px;
}
.social-links .social-links-inner {
    height: 32px;
    padding-right: 30px;
}
.social-links .social-links-inner a {
    background-image: url("http://blog.livedoor.jp/sample_design-dog/parts/sprite.png") ;
    background-repeat:no-repeat; 
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
}
.social-links .social-links-inner li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.social-links .social-links-inner .share_tw a {
    background-position: 0 0;
}
.social-links .social-links-inner .share_fb a {
    background-position: -40px 0;
}
.social-links .social-links-inner .share_feed a {
    background-position: -80px 0;
}
.social-links .social-links-inner .share_google a {
    background-position: -120px 0;
    margin-right: 30px;
}
.social-links .social-links-inner .share_tw a:hover {
    background-position: 0 -40px;
}
.social-links .social-links-inner .share_fb a:hover {
    background-position: -40px -40px;
}
.social-links .social-links-inner .share_feed a:hover {
    background-position: -80px -40px;
}
.social-links .social-links-inner .share_google a:hover {
    background-position: -120px -40px;
}

/* ---- 画像枠 ------ */
.article-body-inner img.pict {
    border: 0 none;
    margin: 15px 0 0;
}
/* ---- ld-services ------ */
ul#ld-services {
    clear: none;
}

/* ---- フッター ------ */
#blog-footer {
    background-color: #fff;
}

/* =========================================================
その他スタイル
========================================================= */
/* ---- 本文中の見出し ------ */
.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;
}
.article-date,
.article-body .related-articles h3,
.article-option-title {
	color: #333;
}