@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_kh_gallery10th_1c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-08-20";
 :release [:revision "1.01"; :created "2013-09-27"];
 :page <http://blogdesign.ldblog.jp/archives/30944347.html>;
 :rights "LINE Corporation".
*/


@media screen and (max-width: 1000px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 25%;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 20%;
	}
}
@media screen and (min-width: 1601px) and (max-width: 2000px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 15%;
	}
}
@media screen and (min-width: 2001px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 13%;
	}
}



/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/footer_bg.jpg) repeat 0 0 #000!important;
}
#wrapper {
	position: relative;
	min-width: 960px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
}
body.layout-1col #main {
	background: #222;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}
body.layout-1col #main-inner {
	zoom: 1;
	overflow: hidden;
}
body.layout-1col #main-inner:after {
	content: "";
	display: block;
	clear: both;
}
body.layout-1col.page-article #main {
	padding-top: 40px;
	border: none;
}
body.layout-1col.page-article #main-inner {
	width: 1000px;
	margin: 0 auto;
}
.autopagerize_page_element {
	margin-right: -40px;
}
body.layout-1col .sidebar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	overflow: hidden;
}
body.layout-1col .sidebar-wrap-inner {
	padding: 40px 0;
}
body.layout-1col #sidebar {
	color: #333;
	width: 965px;
	height: 340px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.layout-1col #sidebar a {
	color: #333;
}
body.layout-1col #sidebar-inner2 {
	margin-right: -100px;
}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 30px 0;
	margin-right: 60px;
	width: 270px;
}
body.layout-1col .sidebar-wrap-btn a {
	position: absolute;
	top: 3px;
	right: 0;
	width: 73px;
	height: 37px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}
body.layout-1col .sidebar-wrap-btn .sidebar-wrap-btn-open {
	background-position: -160px 0;
}
body.layout-1col .sidebar-wrap-btn .sidebar-wrap-btn-close {
	display: none;
	background-position: -160px -40px;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #fff;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	text-decoration:none;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 20px;
	background: #111!important;
}
#blog-header-inner {
	position: static!important;
	margin-right: 230px;
}
#blog-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
}
#blog-description {
	padding-top: 15px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#blog-header .blog-header-share {
	position: absolute;
	bottom: 20px;
	right: 74px;
}
#blog-header .blog-header-share li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 5px;
}
#blog-header .blog-header-share a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}
#blog-header .blog-header-share span {
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
#blog-header .blog-header-share .share_tw a { background-position: 0 0; }
#blog-header .blog-header-share .share_fb a { background-position: -40px 0; }
#blog-header .blog-header-share .share_feed a { background-position: -80px 0; }
#blog-header .blog-header-share .share_google a { background-position: -120px 0; }
#blog-header .blog-header-share .share_tw a:hover { background-position: 0 -40px; }
#blog-header .blog-header-share .share_fb a:hover { background-position: -40px -40px; }
#blog-header .blog-header-share .share_feed a:hover { background-position: -80px -40px; }
#blog-header .blog-header-share .share_google a:hover { background-position: -120px -40px; }

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.page-index .article,
.page-category .article,
.page-monthly .article,
.page-category .category,
.page-monthly .monthly {
	display: none;
	float: left;
	height: 180px;
	border: 1px solid #444;
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-category .category-inner {
	width: 100%;
	padding: 60px 0 0;
	font-weight: bold;
	text-align: center;
}
.page-monthly .monthly-inner {
	width: 100%;
	padding: 75px 0 0;
	font-weight: bold;
	text-align: center;
}
.page-category .category p,
.page-monthly .monthly p {
	font-size: 13px;
	margin-bottom: 5px;
}
.page-category .category h1,
.page-monthly .monthly h1 {
	font-size: 14px;
}
.page-index .article-body a,
.page-category .article-body a,
.page-monthly .article-body a {
	display: block;
}
.page-index .article-body a:hover .article-body-txt,
.page-category .article-body a:hover .article-body-txt,
.page-monthly .article-body a:hover .article-body-txt {
	opacity: 1;
}

.page-article .article {
	position: relative;
	padding-right: 300px;
}

/* 記事ヘッダー、記事タイトル */
.page-index .article-body-txt,
.page-category .article-body-txt,
.page-monthly .article-body-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.1s linear,background-color 0.1s linear;
	-moz-transition: opacity 0.1s linear,background-color 0.1s linear;
	-ms-transition: opacity 0.1s linear,background-color 0.1s linear;
	-o-transition: opacity 0.1s linear,background-color 0.1s linear;
	transition: opacity 0.1s linear,background-color 0.1s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-index .article-body-img,
.page-category .article-body-img,
.page-monthly .article-body-img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-index .article-body-img img,
.page-category .article-body-img img,
.page-monthly .article-body-img img {
	width: 100%;
}
.page-index .article-title,
.page-category .article-title,
.page-monthly .article-title {
	width: 100%;
	margin: 0;
	padding: 50px 0 0;
	border: none;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

.page-article .article-header {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
}
.page-article .article-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.3;
}
.page-article .article-header dt {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.page-article .article-header dd {
	margin-bottom: 14px;
	padding-bottom: 16px;
	font-size: 12px;
	color: #ccc;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/dot.png) repeat-x left bottom;
}
.page-article .article-header dd a {
	color: #ccc;
}
dl.article-tags {
	margin: 0;
}
dl.article-tags dd {
	margin: 0 0 0 5px!important;
	padding: 0!important;
	background: none!important;
	line-height: 16px;
}


/* 日付 */
.page-index .article-date,
.page-category .article-date,
.page-monthly .article-date {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	line-height: 1;
}
.page-article .article-date {
	color: #8c8c8c;
	text-align: right;
	margin-bottom: 20px;
}

/* カテゴリ */
.page-index .article-category,
.page-category .article-category,
.page-monthly .article-category {
	color: #fff;
	margin-top: -14px;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin: 1em 0 0;
}
.article-meta {
	padding: 16px 0;
}
..article-social-btn {
	
}

/* 関連記事 */
.article-body .related-articles {
	margin: 35px 0;
}
.article-body .related-articles h3 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin-bottom: 5px;
	padding-left: 23px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow.png) 10px center no-repeat;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
}

/* メッセージボード */
.message-board-outer {
	background-color: #333;
	color: #ccc;
	line-height: 1.6;
	font-size: 13px;
	margin-bottom: -1px;
	padding: 15px 20px;
	border-top: 1px solid #444;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
}
.article-body-inner h1 {
	font-size: 24px;
}
.article-body-inner h2 {
	font-size: 20px;
}
.article-body-inner h3 {
	font-size: 18px;
}
.article-body-inner blockquote {
	background-color:#333;
	border: 1px solid #444;
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
}
.article-body-inner blockquote:before {
	color: #444;
	font-size: 90px;
	line-height: 1.15!important;
}
.article-body-inner img.pict{
	height: auto;
	margin: 1em 10px 1.5em 0!important;
	max-width: 98.4%;
	text-align: center;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
	margin-bottom: 10px;
}
.comment-info,
.trackback-set {
	margin: 0 0 9px;
	padding-bottom: 11px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/dot.png) repeat-x left bottom;
}
.comment-body,
.ping-excerpt {
	padding-bottom: 0;
}
.ping-excerpt {
	margin-left: 16px;
}
#comment-form {
	margin: 35px 0px 140px 0px;
}
#comment-form dt {
	color: #fff;
}
#comment-form-tools .rating-value {
	z-index: 1;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #111;
	border: 1px solid #444;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 13px;
}
ul.index-navigator li.current span {
	background-color: #fff;
	color: #000;
}
ul.index-navigator a:hover {
	background-color: #666;
	text-decoration: none;
}

/* 記事ページ、月別アーカイブページ */
.pager {
	clear: both;
	padding: 0 0 23px;
}
.page-article .pager {
	padding-bottom: 8px;
}
.page-article .article-pager {
	padding: 0;
	text-align: left;
}
ul.article-pager li,
ul.archives-pager li {
	margin: 0;
}
ul.article-pager li.next,
ul.archives-pager li.next {
	margin-left: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
	padding: 0 17px;
	border: 1px solid #444;
	background-color: #000;
	color: #fff;
	line-height: 35px;
	text-indent: -9999px;
}
ul.article-pager li.prev a,
ul.archives-pager li.prev a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_left.png) no-repeat center center;
}
ul.article-pager li.next a,
ul.archives-pager li.next a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_right.png) no-repeat center center;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #666;
	text-decoration: none;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	position: relative;
	padding: 45px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	margin-bottom: 4px;
	padding-bottom: 6px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/dot.png) repeat-x left bottom;
	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 {
	margin-left: 1em;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
	color: #333;
}
table.caltbl {
	width: 195px;
}
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 #ccc;
}
table.caltblday .calon {
	background-color: #ee6557;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #f5a097;
}

ul.galleryThumbnail li {
	display: inline-block;
	overflow: hidden;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 10px solid #54bdc9;
	border-bottom: 1px solid #54bdc9;
	color: #666;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 15px 10px 14px;
}
.archives-header h1 {
	font-weight: bold;
}
.archives-header a {
	color: #666;
}
.archives-header a:hover {
	color: #999;
	text-decoration: none;
}

/* 記事下広告 */
#ad2 {
	clear: both;
}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header-image {
	margin-bottom: 30px;
}
#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;
}

/* ページトップへ */
.to-pagetop {
	right: 10px;
	bottom: auto;
	top: 45px;
}

.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_top.png) center center no-repeat #111;
  display: block;
  width: 45px;
  height: 45px;
  text-indent:-9999px;
	border: 1px solid #444;
  -webkit-transition: background linear 0.1s;
     -moz-transition: background linear 0.1s;
      -ms-transition: background linear 0.1s;
       -o-transition: background linear 0.1s;
          transition: background linear 0.1s;
}
.to-pagetop a:hover {
  background:url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_top.png) center center no-repeat #666;
}