@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_yk_slidemenu_1c";
 :shortdesc "ver06_yk_slidemenu_1c for livedoor Blog";
 :created "2013-04-19";
 :release [:revision "1.00"; :created "2013-04-19"];
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #f5f5f5;
}
#wrapper {
	position: relative; /* for header-wrap */
}
#container {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 0;
}
#sidebar {
	height: 0;
	overflow: auto;
	position: relative;
	background: #fff;
}
#sidebar-inner {
	width: 900px;
	padding: 10px 15px 0 25px;
	margin: 0 auto;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 15px;
	width: 270px;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
	font: 14px/1.2 Verdana,sans-serif;
}
a{
	color: #3366cc;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #036;
}
a:hover {
	color: #0099ff;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#header-wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#header-nav {
	height: 45px;
	background: #fff;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.header-link {
	overflow: hidden;
	padding: 8px 10px 7px;
	list-style: none;
	margin: 0;
}
.header-link li {
	float: left;
	width: 30px;
	margin: 0 15px 0 0;
}
.header-link li.link-mn {
	float: right;
	margin: 0;
}
.header-link li a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_slidemenu_1c/btn.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.header-link li.link-tw a {background-position: 0 0;}
.header-link li.link-fb a {background-position: 0 -30px;}
.header-link li.link-ab a {background-position: 0 -60px;}
.header-link li.link-ex a {background-position: 0 -90px;}
.header-link li.link-mn a {background-position: 0 -120px;}
.header-link li.link-tw a:hover {background-position: -30px 0;}
.header-link li.link-fb a:hover {background-position: -30px -30px;}
.header-link li.link-ab a:hover {background-position: -30px -60px;}
.header-link li.link-ex a:hover {background-position: -30px -90px;}
.header-link li.link-mn a:hover,.header-link li.link-mn a.link-menu-open {background-position: -30px -120px;}

#blog-header {
	margin: 47px 0 30px;
}
#blog-header.show-image {
	margin-top: 77px;
}
#blog-header hgroup {
	padding: 58px 0 0;
}
#blog-header.show-image hgroup {
	padding: 58px 30px 0;
}
#blog-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 30px;
	text-shadow: 1px 1px 1px #fff;
	color: #333;
}
#blog-title a {
	color: #333;
}
#blog-description {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 1px 1px 1px #fff;
}
#blog-description a {
	color: #333;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-list-wrap {
	overflow: hidden;
}
.article {
	padding: 30px;
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	width: 393px;
	float: left;
}
.first-article {
	width: 878px;
	float: none;
}
.page-index .even-article {
	margin-right: 30px;
}
.page-category .odd-article,
.page-monthly .odd-article {
	margin-right: 30px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-title {
	margin: 8px 0 4px;
	font-size: 21px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	letter-spacing: 1px;
	font-weight: bold;
}
.page-article .article-title {
	display: inline-block;
}
.page-article .article-rating img {
	vertical-align: baseline;
}
.article-title a {
	color: #333;
}
.first-article .article-title {
	height: auto;
}
.article-category {
	font-size: 11px;
	height: 17px;
	clear: left;
}
.article-category dt {
	background: none;
	width: 0;
	height: 0;
}
.article-category dd {
	padding: 0 5px 0 0;
	line-height: 1.2;
}
.article-category dd.article-category2 {
	padding: 0 0 0 5px;
}
.article-category dd a {
	text-decoration: underline !important;
}

/* 日付 */
.article-date {
	color: #333;
	font-size: 11px;
display:none;}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.article-meta-wrap {
	overflow: hidden;
	padding-bottom: 14px;
}
.article-meta {
	padding: 16px 0;
	float: left;
	width: 30%;
}
.article-meta li {
	float: left;
	margin: 0 8px 0 0;
}
.article-comment-count dt {
	background: none;
	width: 0;
	height: 0;
}
.article-comment-count dd {
	padding: 0;
}
.article-comment-count a {
	text-decoration: underline;
}

.article-social-btn {
	float: right;
	width: 70%;
	text-align: right;
}
dl.article-tags {
	margin: 30px 10px;
	font-size: 12px;
}
dl.article-tags a {
	text-decoration: underline;
}

/* 関連記事 */
.related-articles {
	margin:0 0 30px;
	line-height:1.3;
	border-top: 1px solid #e4e4e4;
	padding: 30px 10px 0;
}
.related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
	font-size: 12px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_slidemenu_1c/list.png) no-repeat 8px 8px;
}

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

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

/* メッセージボード */
.message-board {
	background-color: #eee;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
	box-shadow: 0 0 1px 1px #fff inset;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.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;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}

.article-body-inner .article-first-image img {
	border: 2px solid #ccc;
}

/* index box */
.article-body-box {
	overflow: hidden;
	position: relative;
	height: 144px;
}
.article-first-image {
	width: 180px;
	float: left;
}
.article-body-lead {
	width: 183px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
}
.first-article .article-body-box {
	height: 164px;
}
.first-article .article-first-image {
	width: 296px;
}
.first-article .article-body-lead {
	width: 552px;
/*	height: 178px;*/
}
.first-article .article-body-no-image {
	padding-bottom: 50px;
	height: auto;
}
.article-body-no-image .article-body-lead {
	width: auto !important;
	float: none !important;
}
.first-article .article-body-no-image .article-body-lead {
	height: auto !important;
}

.article-body-lead img {
	display: none;
}
/*
.article-body-lead * {
	font-weight: normal !important;
	font-size: 14px !important;
	color: #333 !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 22px !important;
	text-align: left !important;
}
*/
.article-more {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.article-more a {
	background: #36c;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	line-height: 1;
}
.article-more a:hover {
	background: #09f;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options{
	margin: 0 10px;
}

.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #666;
}
.comment-body {
	margin-left: 16px;
	color: #333;
}
.ping-excerpt {
	color: #333;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 30px 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #e7e7e7;
	color: #666;
	font-weight: normal;
}
ul.index-navigator li.current span {
	background-color: #ccc;
	color: #333;
}
ul.index-navigator a:visited {
	color: #666;
}
ul.index-navigator a:hover {
	color: #999;
	background-color: #eee;
	text-decoration: none;
}

/* 記事ページ、月別アーカイブページ */
ul.archives-pager {
	padding: 30px 0;
}
ul.archives-pager li a {
	color: #666;
	background-color: #e7e7e7;
}
ul.archives-pager li a:hover {
	color: #999;
	background-color: #e7e7e7;
}


.page-article .pager {
	padding: 30px 10px;
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
}

ul.article-pager {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -99px;/** 1px余白（下部） */
padding-bottom: 100px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
	background: transparent none !important;
	padding: 0 20px;
}

ul.article-pager li.prev a {
	margin: 0 10px 0 0;
}
ul.article-pager li.next a {
	margin: 0 0 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #e4e4e4;
}

div.article-pager-outer {
	height: 1%;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 10px 0 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
.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: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon a {
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 2px solid #ccc;
	color: #333;
	font-size: 14px;
	margin: 15px 0;
	padding-left: 10px;
}

/* 記事下広告 */
#ad2,
#ad_rs {
	margin: 0 auto 30px;
	width: 400px;
	text-align: center;
	padding: 0;
}
a.adtitle {
	color: #36c;
}
a.addescription {
	color:#666;
}
.adhover a.adtitle:hover,
.adhover a.adurl:hover,
.adhover a.addescription:hover,
.adhover a.adld:hover { color:#09f; }

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

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px;
}
#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;
}