@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: #eff0eb;
}
#header2 {
    min-width:1058px;
}
#wrapper {
	width:100%;
	min-width: 1058px;
	padding-top: 0;
	background-color: #faf6ed;
}
#container {
	width: 1058px;
	border-radius:4px;
	margin: 40px auto 0;
}
#content {
	width: 100%;
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 20px 0px;
}
#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: 30px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 728px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 20px 0;
	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;
	margin-bottom: 100px;
}

/* 左サイドバー */
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 'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #333;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
        color: rgb(236, 109, 113);
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 0px 0 0 0;
	background-image: url("/ekss_london/reimg/bg_header.png");
	background-repeat: repeat-x;
	position: relative;
	min-width: 1058px;
}

#blog-header-inner {
	padding: 0;
}
#blog-title {
	text-align: center;
}
#blog-title img{
	width : 100%;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	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;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	background-color: #9c8564;
	margin: 0px 0;
	min-width: 1058px;
}
.gnavInner {
	width: 1058px;
	margin: 0 auto;
}
.ldb_menu {
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
}
.ldb_menu-list li a {
	display: inline-block;
	padding: 16px 22px;
	color: #fff;
	font: 16px/1.0;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	background-color: #fff;
	border-right: 1px solid rgba(195,175,145,0.3);
	padding: 40px 30px;
	position: relative;
    overflow: hidden;
}
.article:last-child{
	border-bottom: 1px solid rgba(195,175,145,0.3);
}
.first-article {
	padding: 40px 30px 100px;
	margin: 40px 0;
	border-right: 1px solid rgba(195,175,145,0.3);
	border-bottom: 1px solid rgba(195,175,145,0.3);
}
.page-article .first-article {
	padding: 40px 30px;
}
.article .cover-image {
  float: left;
  width: 240px;
  height: 180px;
  border: solid 3px #000000;
  overflow: hidden;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.article .thumbBlock {
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
	margin-right: 30px;
}
.article .thumbBlock img {
	position: relative;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	max-width: 240px;
}

.article-header {
	position: relative;
}
.first-article .article-header,
.page-article .first-article .article-header {
	min-height: 75px;
	margin-bottom: 25px;
	background: url("/ekss_london/reimg/img-ttl-bg.png") no-repeat right bottom;
}

.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
	overflow: hidden;
}

.first-article .thumbBlockFirst img {
	max-width: 330px;
	position: relative;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.article-title {
	position: relative;
}
.article-title a {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #ec6d71 !important;
	display: block;
	max-height: 3.2em;
	overflow: hidden;
}

.first-article .article-title,
.page-article .first-article .article-title {
	width: 100%;
}
.first-article .article-title a,
.page-article .first-article .article-title a {
	width: 100%;
	padding: 0 225px 20px 0;
	font-size: 22px;
	box-sizing: border-box;
	max-height: 100%;
	overflow: inherit;
}
.page-article .first-article .article-title a {
	text-decoration: none;
}

.article-meta.top {
	margin-bottom: 16px;
	padding: 0;
	display: inline-block;
}
.article-meta.top li.article-category {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	list-style: none;
}
.article-meta.top .article-category dt {
	display: none;
}
.article-meta.top .article-category dd.article-category1,
.article-meta.top .article-category dd.article-category2 {
	margin: 0;
	padding: 0;
	float: left;
	border-left: none;
}
.article-meta.top .article-category dd.article-category2 {
	padding: 0 0 0 5px;
	position: relative;
}
.article-meta.top .article-category dd.article-category2:before {
    color: #665747;
    content: '| ';
}
.article-meta.top .article-category dd a {
	color: #665747;
	font-size: 12px;
	display: inline-block;
}
.article-meta.top .article-category dd a:hover{
        color: rgb(236, 109, 113);
}

/* 日付 */
.article-date {
	color: #665747;
	font-size: 12px;
    margin-bottom: 5px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-meta {
	padding: 16px 0;
}
.article-footer .article-category dt {
     display: none;
}
.article-social-btn {
	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;
}
.related-articles.with-image .related-article-title {
        width: auto;
}
/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
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 {
	color: #080000;
	font-size: 14px;
}
.article-body-inner a {
    text-decoration: underline;
    color: rgb(236, 109, 113);
}
.article-body-inner a:hover {
    color: rgb(227, 54, 60);
    text-decoration: underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #e6e6e6;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #e6e6e6;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#e6e6e6;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	font-size: 6em;
}
.article-body-inner img.pict{
	height: auto;
	max-width: 100%;
}
.article-body img {
	max-width: 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 li a,
ul.index-navigator li.current span {
	color: #000;
}
ul.index-navigator li.current span {
	background-color: #b39c6b;
	color: #000;
	border-radius: 4px;
}
ul.index-navigator a:hover {
	background-color: #b39c6b;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border-radius: 4px;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
.pager {
	margin-top: 50px;
}

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


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #000;
	padding: 2px 11px 0 11px;
	font-weight: initial;
}
ul.index-navigator li.current span {
	background-color: #b39c6b;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #b39c6b;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/ekss_london/reimg/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("/ekss_london/reimg/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("/ekss_london/reimg/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("/ekss_london/reimg/ico_pager_last.png") no-repeat center center;
}
.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;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
	padding: 38px;
	background-color: #fff;
	min-width: 1058px;
	box-sizing: border-box;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	line-height:24px;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
	background: url("/ekss_london/reimg/img-sidettl-bg.png") bottom no-repeat;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.sidewrapper .side .sidebody.category-parent {
	margin: 0 0 2px 0;
}

.plugin-monthly.sidewrapper .side .sidebody {
	margin: 0 0 2px 0;
}

.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.sidetitlebody{
	margin-bottom: 20px;
}

.side div.popular-articles table td{
padding-bottom: 12px;
}

/* プロフィール */
.imgProfile {
	margin: 0px 0 18px 0;
}
.imgProfile.sec {
	margin: 10px 0 18px 0;
}
.profileArea .txtName {
	color: #4c2a00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 18px 0;
	line-height: normal;
}
.profileArea .txtDetail {
	text-align: left;
}
.profileArea .txtDetail.sec {
	margin-bottom: 25px;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}


/* プロフィール */
.linkArea .imgLink {
    margin: 0 0 10px 0;
}
.linkArea .txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}


/* 最新の記事 */
.plugin-recent_articles .sidebody a:before {
	 content: "■";
}

/* 人気記事 */
.plugin-popular_articles a:before {
	 content: "■";
}


/* カレンダー */
.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: rgb(236, 109, 113);
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	opacity: .7;
}


/* ギャラリー */
.plugin-recent_images .galleryThumbnail {
    display: table;
	letter-spacing: -0.5em;
}
.plugin-recent_images .galleryThumbnail li {
	width: 95px;
	height: 95px;
	margin: 0 6px 0 0;
    display: inline-block;
}
ul.galleryThumbnail li img {
	margin-bottom: 0;
    border: none;
    border-radius: 0;
	vertical-align: text-bottom;
}
.plugin-recent_images .galleryThumbnail li:nth-child(3n-3) {
	margin: 0;
}


/* 記事検索 */
.sidewrapper input.sf {
	background-image: none;
	background-color: #fff;
	border-radius: 0 0 0 0;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 249px;
	height: 40px;
	text-indent: 5px;
}
.sidewrapper input.sfbtn {
	background: #e3cba3;
	border-radius: 0 0 0 0;
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 40px;
	height: 40px;
	border: none;
	background: #9c8564 url("/ekss_london/reimg/ico_search.png") no-repeat 10px 9px;
   text-indent: -9999px;
   margin-right: 5px;
	border-radius: 4px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	text-align: right;
	position: absolute;
	bottom: 46px;
	right: 30px;
}

.first-article .btReadmore {
	bottom: 25px;
}

.article:nth-of-type(6n+1) .btReadmore {
	background: url("/ekss_london/reimg/img-rm01.png"),
				url("/ekss_london/reimg/img-rm01_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+1) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm01_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.article:nth-of-type(6n+2) .btReadmore {
	background: url("/ekss_london/reimg/img-rm02.png"),
				url("/ekss_london/reimg/img-rm02_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+2) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm02_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.article:nth-of-type(6n+3) .btReadmore {
	background: url("/ekss_london/reimg/img-rm03.png"),
				url("/ekss_london/reimg/img-rm03_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+3) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm03_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.article:nth-of-type(6n+4) .btReadmore {
	background: url("/ekss_london/reimg/img-rm04.png"),
				url("/ekss_london/reimg/img-rm04_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+4) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm04_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.article:nth-of-type(6n+5) .btReadmore {
	background: url("/ekss_london/reimg/img-rm05.png"),
				url("/ekss_london/reimg/img-rm05_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+5) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm05_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.article:nth-of-type(6n+6) .btReadmore {
	background: url("/ekss_london/reimg/img-rm06.png"),
				url("/ekss_london/reimg/img-rm06_ov.png");
	background-repeat: no-repeat, no-repeat;
	background-position:  top center, top center;
}

.article:nth-of-type(6n+6) .btReadmore:hover {
	background: url("/ekss_london/reimg/img-rm06_ov.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.btReadmore a {
	display: inline-block;
	width: 138px;
	height: 42px;
}

.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}

/* アーカイブヘッダ */
.archives-header {
	background: #fff;
	color: #333;
	font-size: 18px;
	margin: 20px 0;
	padding: 22px 30px 18px;
	border-bottom: 1px solid rgba(195,175,145,0.3);
	border-right: 1px solid rgba(195,175,145,0.3);
	font-weight: bold;
}

/* 記事下広告 */
#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 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.9;
  -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.6;
}

.to-pagetop {
    bottom: 60px;
}

#blog-description {display: none;}

/* clearfix
----------------------------------------------- */
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/** ---------- 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; }