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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#header2 {
    min-width:960px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
    min-width:960px;
	position: relative;
}
#content {
	width:960px;
	margin: 0 auto;
	padding:60px 0;
	position: relative;
}
#main {}
#sidebar {}

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

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}

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


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #666;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
body.page-article .article-title a:visited {
	color: #1a1a1a;
	text-decoration:none;
}
a:link,
a:visited {
	color: #ae9ce1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 100%;
	min-width:960px;
	background: url(/images/bg_header.png) repeat center center;
	position: relative;
}
#blog-header-inner {}
#blog-title {
	width:960px;
	margin: 0 auto;
}
#blog-title a {
	width: 960px;
	height: 332px;
	background: url(/images/title_header01.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
}
#blog-title a span {
    width: 436px;
    height: 355px;
    background: url(/images/title_header02.png) left top no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 33px;
}
#blog-description {
	display:none;
}
#blog-description a {}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	min-width:960px;
	background: url(/images/bg_dot01.png) repeat 0 0;
	border-top: #060001 solid 1px;
}

.gnavInner {
	width:960px;
	margin:0 auto;
	position:relative;
}
.ldb_menu {
	width:auto;
 }
.ldb_menu-list {
	text-align:center;
	display:table;
 }
.ldb_menu-list li {
	width:auto;
	display:inline;
}
.ldb_menu-list li a {
	width:auto;
	padding:20px 40px;
	color:#000;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	display:inline-block;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.ldb_menu-list li a:hover {
	color:#c6b2ff;
	text-decoration:none;
	background-color: rgba(153,153,153,0.15);
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 100%;
	margin: 60px 0 0;
	padding: 60px 0 0;
	border-top: #b3b3b3 solid 1px;
	box-sizing: border-box;	
	position: relative;
}
.first-article {
	margin: 0;
	padding: 0;
	border-top: none;
}

/* 記事イメージ*/
.article .thumbImg {
	float: left;
	width: 250px;
	height:200px;
	background: url(/images/img_noimage.png) no-repeat center center;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.article .thumbImg a img {
	width: 325px;
	position: relative;
	top: -5%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	vertical-align: text-bottom;
}

.article .txtContBlock {
	width: 320px;
	min-height: 200px;
	padding-bottom: 50px;
	float: right;
	position: relative;
	box-sizing: border-box;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {
    margin-bottom: 20px;
	max-height: 6.0em;
	overflow: hidden;
}
.page-article .article-title {
	max-height: auto;
	overflow: inherit;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
	text-decoration: none;
}
.article-title a:hover {
	color: #a7a7a7;
}

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

/* タグ */
.taglist {
	height: 2.6em;
	overflow: hidden;
}
.page-article .taglist {
	height: auto;
}
.taglist .article-tags {
	margin: 5px 0 0;
	color: #808080;
	font-size: 12px;
}
.taglist .article-tags dt {
	width: auto;
	margin-right: 5px;
	background: none;
	text-indent: 0;
}
.taglist .article-tags dd {
    border-right: #808080 solid 1px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 0;
}
.taglist .article-tags dd a {
	color: #808080;
	font-size: 12px;
}

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

/* 関連記事 */
.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 .btReadmore {
	position: absolute;
	left: 0;
	bottom: 0;
}
.article .btReadmore a {
	padding: 10px;
	font-size: 14px;
	color: #1a1a1a;
	background-color: #f4f4e9;
	display:inline-block;
	text-decoration: none;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
	position: relative;
}
.article .btReadmore a:hover {
	color: #c6b2ff;
	background: url(/images/bg_dot02.png) repeat left top;
}
.article .btReadmore a:hover:after {
	content: "";
	width: 33px;
	height: 34px;
	background: url(/images/img_cate_r.png) no-repeat left top;
	position: absolute;
	bottom: 0;
	right: -43px;
}

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

/* メッセージボード */
.message-board {
	margin: 0 0 60px !important;
	padding: 10px 15px;
	line-height: 1.6;
	border: #ccc solid 1px;
	overflow: hidden;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	padding-top: 30px;
	color: #666;
	font-size: 14px;
}
.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #ccc;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#ccc;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	font-size: 6em;
}
.article-body-inner img,
.article-body-inner img.pict {
	height: auto;
	max-width: 100%;
}
.article-body-inner iframe {
	max-width: 100%;
	max-height: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    height: auto;
	color: #1a1a1a;
}
.pager02 ul.index-navigator {
     margin: 60px 0 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	color: #1a1a1a;
	font-weight:bold;
	line-height:1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	box-sizing: border-box;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #bcaaf2;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: url(/images/ico_pager_prev.png) no-repeat 50% 50%;
}
ul.index-navigator .paging-next a {
	background: url(/images/ico_pager_next.png) no-repeat 50% 50%;
}
ul.index-navigator .paging-first a {
	background: url(/images/ico_pager_first.png) no-repeat 50% 50%;
}
ul.index-navigator .paging-last a {
	background: url(/images/ico_pager_last.png) no-repeat 50% 50%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	text-indent: -9999px;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	width: 100%;
	min-width:960px;
	padding: 30px 0;
	font-size: 12px;
	color:#1a1a1a;
	background-color: #f4f4e9;
	box-sizing: border-box;
}
#blog-footer a {
	color:#1a1a1a;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	width: 100%;
	margin: 0 0 60px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.sidewrapper .sidetitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}
.sidewrapper .sidetitle a {
	color: #000;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
	position: relative;
}
.sidewrapper .side a,
.sidewrapper .side .sidebody a {
	color: #000;
}
.sidewrapper .side a:hover,
.sidewrapper .side .sidebody a:hover {
	text-decoration: underline;
}
.sidewrapper .side .sidebody.category-child {}

/* プロフィール */
.profileArea {
	width: 100%;
	margin-bottom: 60px;
	box-sizing: border-box;
}
.profileArea .imgProfile {
	text-align:center;
	margin-bottom: 15px;
}
.profileArea .txtName {
	margin-bottom: 20px;
	text-align:center;
	font-size: 20px;
	font-weight:bold;
	color: #000;
}
.profileArea .txt {
	margin-bottom: 20px;
	text-align:center;
}
.profileArea .snsList {
	width:auto;
	margin: 0 auto;
	display: table;
}
.profileArea .snsList li {
	padding: 0 5px;
	display: table-cell;
}
.profileArea .snsList li a {
	font-size: 33px;
}
.profileArea .snsList li.twitter a {
  color: #64a8dc;
}
.profileArea .snsList li a:hover {
	opacity:0.7;
}

/* 人気記事 */
div.popularArticlesWithImage div.title {
    margin-bottom: 25px !important;
	padding-left: 15px;
	font-size: 14px !important;
}
div.popularArticlesWithImage div.title:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #4d4d4d;
    position: absolute;
    top: 0.2em;
    left: 0;
}

/* 記事検索 */
.plugin-search_internal.sidewrapper .side {
	width: 100%;
	display: inline-block;
}
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	width: 250px;
	height: 40px;
	float: none;
	border: none;
	border-radius:0;
	background: #dbdbd1;
	box-shadow:none;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:0;
	float:none;
	text-indent: -9999px;
	background: #f4f4e9 url(/images/ico_search.png) no-repeat center center;
	width:40px;
	height:40px;
    position: absolute;
    top: 0;
    right: 0;
}
.sidewrapper input.sfbtn:hover {
	opacity:0.5;
}

/* カレンダー */
.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: #666;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background: #bcaaf2;
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	opacity:0.7;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 10px;
	background: url(/images/bg_dot02.png) repeat left top;
	text-align: center;
	box-sizing: border-box;
}
.archives-header h1 {
	width: auto;
	padding: 15px 45px;
	color: #c6b2ff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.archives-header h1:before,
.archives-header h1:after {
	content: "";
	width: 33px;
	height: 34px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transition: translateY(-50%);
	-ms-transition: translateY(-50%);
	transform: translateY(-50%);
}
.archives-header h1:before {
	background: url(/images/img_cate_l.png) no-repeat left top;
	left: 0;
}
.archives-header h1:after {
	background: url(/images/img_cate_r.png) no-repeat left top;
	right: 0;
}

.archives-header h1 a {
	color: #c6b2ff;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#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 {
    bottom: 20px;
    position: absolute;
    right: 0;
}
.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:hover {
  opacity: 0.7;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}


/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
