@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".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #e8f5fc;
}
#wrapper {
}
#container02 {
	min-width: 1000px;
	 margin: 60px auto 0;
padding: 0 20px ;
}
#content {
	width: 960px;
    position: relative;
    margin: 0 auto;
}
#main {
	width: 600px;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	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 {
	margin: 0 auto;
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}

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


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


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background: #fff url("/images/blog_header.png") no-repeat top center;
	position: relative;
	min-width: 1000px;
	padding: 0 20px 0 20px;
}
#blog-header-inner {
	width: 960px;
	height: 350px;
	margin: 0 auto 0 auto;
	position: relative;
}
#blog-title {
	position: absolute;
	bottom: 0;
	left: 0;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	display: none;
}
#blog-description a {
	color: #fff;
}
.headerBookLink {
  position: absolute;
  top: 230px;
  left: 890px;
  right: 0;
  width: 86px;
  margin: auto;
  bottom: 0;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
min-width: 1000px;
    padding: 0 20px;
    height: 50px;
background-color: #5d2870;
}

.gnavInner {
    width: 960px;
    margin: 0 auto;
    position: relative;
height: 50px;
background: url("/images/bg-gnav.png") no-repeat;
}

.gnavInner .home {
    float: left;    
    height: 74px;   
    width: 40px; 
    position: relative;   
    left: 134px;
}
.gnavInner .home a {
    width: 24px;
    height: 26px;    
    position: relative;
    top: 44px;
    left: 8px;
    padding-bottom: 2px;
}
.gnavInner:hover{
    text-decoration: none;
    border-bottom: none;
}

.ldb_menu {
    float: left;
    display: block;
    position: relative;
    /* left: 355px; */
    left: 260px;
}

.ldb_menu-list {
    list-style: none;
}

.ldb_menu-list li {
    float: left;
    text-align: center;
    height: 50px;
}

.ldb_menu-list li a {
    display: block;
    position: relative;
    top:20px;
    color: #fff;
    padding: 0 20px;
}
.ldb_menu-list li:hover {
    text-decoration: none;
    border-bottom: none;
    background: url("/images/nav_ov.png") 4px 3px no-repeat;
}




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

/* flexArea */
ul.flexArea {
    margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:600px;
}
ul.flexArea li{
    margin:0;
    padding:0;
    list-style:none;
    position: relative;
}
ul.flexArea li:first-child{
    width:248px;
    margin-right: 20px;
}

/* 記事ヘッダー、記事タイトル */
.first-article .thumbBlock,
.first-article .btReadmore,
.first-article .article-header .article-social-btn {
	display: none;
}
.article .thumbBlock {
	float: left;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin-right: 20px;
	background: url("/images/bg_image.png") no-repeat top center;
    border: 4px solid #000;
}
.article .thumbBlock img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 240px;
}

.article-header {
	margin-bottom: 40px;
        padding: 0 0 40px;
	position: relative;
	overflow: hidden;
}
.article-title {
	margin: 0 0 27px 0;
}
.article-title a {
	font-size: 18px;
	letter-spacing: 1px;
        display: block;
        text-align: justify;
}
.article-title a:hover {
opacity: 0.5;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 10px;
}
.individual .article-date {
	color: #808080;
	font-size: 10px;
margin-bottom: 10px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	/* border-bottom: 1px solid #cecece; */
}
.article-meta {
	padding: 16px 0;
}
.article-comment-count {
	font-size: 10px;
	margin-top: 5px;
	height: 15px;
letter-spacing: 0.08em;
}

.article-comment-count dd {
	margin-top: 0;
	line-height: 1.2;
}
.article-comment-count dt {
display: none;
}
.article-comment-count dd a {
	color: #f33781;
 text-decoration: underline;
}

.article-category {
	font-size: 10px;
	margin-top: 5px;
	height: 15px;
letter-spacing: 0.08em;
}
.article-category dt {
	display: none;
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	color: #9a9a9a;
}
.article-category dd {
	margin-top: 0;
	line-height: 1.2;
}
.article-category dd.article-category1 {
	padding: 0 3px 0 0;
}
.article-category dd.article-category2 {
color: #f33781;
border-left: none;
padding: 0;
}
.article-category dd a {
	color: #f33781;
 text-decoration: underline;
}
.article-social-btn {
display: none;
}
.individual .article-social-btn {
display: block;
}

/* 関連記事 */
.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 a {
	color:#333;
}

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


/* 共通テーマ */
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-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	display: none;
}
.individual .article-body {
display: block;
}
.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 {
	max-width: 600px;
	height: auto !important;
}

.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%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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 li {
       color: #596fab;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;	
       color: #000;
	padding: 0 5px;
border: 2px solid #000;
line-height: 22px;
font-weight: normal;
margin: 0 3px;
}
ul.index-navigator li.current span {
	background-color: #000;
	color: #fff;
border: 2px solid #000;
}
ul.index-navigator a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/images/ico_pager_prev.png") no-repeat  center;
border: none;
}
ul.index-navigator .paging-next a {
	background: url("/images/ico_pager_next.png") no-repeat  center;
border: none;
}
ul.index-navigator .paging-first a {
	background: url("/images/ico_pager_first.png") no-repeat  center;
border: none;
}
ul.index-navigator .paging-last a {
	background: url("/images/ico_pager_last.png") no-repeat  center;
border: none;
}
.pager .pager-inner ul.index-navigator li.paging-prev,
.pager .pager-inner ul.index-navigator li.paging-next,
.pager .pager-inner ul.index-navigator li.paging-first,
.pager .pager-inner ul.index-navigator li.paging-last {
    padding: 3px 0px 3px 0px;
    margin: 2px !important;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.pager .pager-inner ul.index-navigator li.paging-prev:hover,
.pager .pager-inner ul.index-navigator li.paging-next:hover,
.pager .pager-inner ul.index-navigator li.paging-first:hover,
.pager .pager-inner ul.index-navigator li.paging-last:hover {
   padding: 3px 0px 3px 0px;
    margin: 2px !important;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	height: 9px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}

/* 記事ページ、月別アーカイブページ */
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 {
min-width: 1000px;
    padding: 0 20px;
	background-color: #5d2870;
	color: #fff;
height: 75px;
}
#blog-footer a {
	color:#fff;
}
#footer {
    width: 960px;
    margin: 0 auto;
padding: 30px;
background: url(images/bg-footer.png) no-repeat top center;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.sidewrapper a {
color: #4c4c4c;
}
.sidewrapper a:hover {
color: #9aa0a4;
}
.sidewrapper .sidetitle {
  font-size: 14px;
  margin-bottom: 18px;
  background: url("/images/sidetitle_bg.png") no-repeat left 3px;
    padding: 0px 0px 26px 18px;
    color: #f33781;

}
.sidewrapper .side .sidebody {
  line-height: 1.5;
  margin: 0 0 25px 0;
}

/* 月別アーカイブ */
.plugin-monthly .month {
  padding-left: 1em;
}
.plugin-monthly .month div {
  margin: 4px 0;
}
.plugin-monthly .month div:before {
  content: '- ';
  color: #999;
}

/* カテゴリアーカイブ */
.plugin-categorize .category-child:before {
  content: '└ ';
  color: #999;
  margin-left: 8px;
}


/* プロフィール */
.officialblog-profile .profile-image {
  margin-bottom: 30px;
text-align: center; 
}
.officialblog-profile .profile-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
    color: #f33781;
}
.officialblog-profile .profile-text {
  font-size: 14px;
  line-height: 42px;
  text-align: center;
    color: #4c4c4c;
    letter-spacing: 2px;
}
.officialblog-profile .profile-icons {
  text-align: center;
  margin-top: 8px;
}
.officialblog-profile .snsList {
	text-align: center;
	margin: 28px 0 25px 0;
}
.officialblog-profile .snsList li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px 0 0;
}

/* 登場人物 */
.introduce {
margin: 0 0 60px 0;
}
.introduceArea {
overflow: hidden;
margin-bottom: 20px;
}

.introduceArea .introduce-image {
float: left;
margin: 0 15px 0 0;
}
.introduceTextarea {
float: left;
}
.introduceArea .introduce-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
    color: #f33781;
}
.introduceArea .introduce-text {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
    color: #4c4c4c;
    letter-spacing: 2px;
}

/* 記事検索 */
.sidewrapper input.sf {
  background-color: #fff;
  border-radius: 0 0 0 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 5px;
  width: 260px;
  height: 35px;
    border: 2px solid #000;
    background-image: none;
}
.sidewrapper input.sfbtn {
  border-radius: 0 0 0 0;
  text-shadow: none;
  transition: none;
  width: 35px;
  height: 35px;
  border: none;
  background: url("/images/ico_search.png") no-repeat center ;
  text-indent: -9999px;
}
.sidewrapper input.sfbtn:hover {
  opacity: 0.7;
}

/* カレンダー */
.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 {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	background: url("/images/btn_readmore_ov.png") no-repeat top center;
}
.btReadmore a {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img {
	visibility: hidden;
}
.article .btReadmore {
	background: url("images/btn_readmore_ov.png") no-repeat top right;
	text-align: right;
        bottom: 0;
        margin: 30px 0 0;
        position: absolute;
        right: 0;
}

/* アーカイブヘッダ */
.archives-header {
  color: #f33781;
  background: url("/images/aichive_title_bg.png") no-repeat center ;
  width: 570px;
  height: 126px;
margin: 0 0 60px;
}
.archives-header a {
  color: #f33781;
}
.archives-header a:hover {
  opacity: 0.5;
}
.archives-header h1 {
text-align: center;
}

/* 記事下広告 */
#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: 10px;
    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 {
  opacity: 0.6;
  -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;
}
.to-pagetop a:hover {
  opacity: 0.9;
}

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