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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :shortdesc "Design Template for livedoor Blog";
 :release [:revision "1.00"; :created "2014-11-26"];
 :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;
}
/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}


/* 全体のレイアウト
----------------------------------------------- */
body {
	width:100%;
	background-color: #fff;
}
#header2 {
	display:none;
}
#wrapper {
	width:100%;
}
#container {}
#content {
	position: relative;
}
.page-category #main,
.page-monthly #main {
	width:100%;
	min-width: 1080px;
}
#sidebar {}

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

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

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

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


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


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #362e08;
	font: 14px/1.4  'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
}
a {
	color: #362e08;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	text-decoration:underline;
}
a:active {}
a:focus, *:focus {
    outline:none;
}

.page-article .article-body-inner a {
    color: #1111cc!important;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width:100%;
	min-width:1080px;
}
#blog-header-inner {}
#blog-title {
	width:100%;
	min-width: 1080px;
	height: 490px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/reimages/bg_header.jpg) no-repeat center top;
	background-attachment: fixed;
	position: relative;
	box-sizing: border-box;
}
#blog-title a {
	width: 1080px;
	height: 490px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	background: url(/reimages/title_header.png) no-repeat center top;
}
#blog-description {
	display:none;
}
#blog-description a {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	min-width: 1080px;
	height: 60px;
	background-color: #fff;
}
.gnavArea.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.gnavInner {
	width:1080px;
	margin:0 auto;
	padding: 0 310px 0 0;
	box-sizing: border-box;
	position: relative;
}
.ldb_menu {
	width:auto;
	display:table;
 }
.ldb_menu-list li {
	width:auto;
	display:table-cell;
}
.ldb_menu-list li a {
	width:auto;
	height:60px;
	padding: 0 20px;
	line-height:60px;
	text-align:center;
	color:#362e08;
	font-weight: bold;
	letter-spacing: 0.1em;
	display:inline-block;
	box-sizing:border-box;
}
.ldb_menu-list li a:hover {
	text-decoration: none;
	border-bottom:#362e08 solid 1px;
}
.ldb_menu-list li:first-child a {
	width: 25px;
	background: url(/reimages/ico_home.png) no-repeat center 19px;
	text-indent: -9999px;
}

/* 検索窓 */
.gnavArea .naviSearch {
	width: 287px;
	position: absolute;
	top: 18px;
	right: 10px;
}
.gnavArea .naviSearch input.sf {
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 260px;
	height: 30px;
	background: #fff;
	border:#362e08 solid 1px;
}
.gnavArea .naviSearch input.sfbtn {
	background: url(/reimages/ico_search.png) no-repeat center center;
	border-radius: 0;
	text-shadow: none;
	transition: none;
	width: 19px;
	height: 20px;
	padding: 0;
	border: none;
	font-size: 0;
}


/* 記事囲み */
.page-index #main-inner,
.page-category #main-inner,
.page-monthly #main-inner,
.pageArea .pageArea-inner,
.pageAreaMore .pageAreaMore-inner,
.innerBox,
#btParts-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}

/* 個別記事 */
.pageArea {
	width: 100%;
	min-width: 1080px;
	padding: 90px 0 30px;
	background-color: #f3f6eb;
	box-sizing: border-box;
}
.pageAreaMore {
	width: 100%;
	min-width: 1080px;
	padding: 70px 0 30px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.page-article .pageAreaMore:before {
	content: "";
	width: 299px;
	height: 65px;
	margin: auto;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
    background: url(/reimages/bg_mei.png) no-repeat center center;
}
.pageArea-inner,
.pageAreaMore-inner {
	padding: 0 220px 0 160px !important;
	box-sizing: border-box;
	position: relative;
}


/* メインカラム
----------------------------------------------- */
.page-index .articleBox {
	height: auto;
	margin-left: 0;
	padding: 40px 0 0 0;
	overflow: visible;
	display: inline-block;
    -moz-transition: height 0.5s linear;
    -webkit-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
.first-cont.page-index .articleBox {
	height: 350px;
	margin-left: -27px;
	padding: 40px 0 0 27px;
	overflow: hidden;
}
.first-cont.page-index .articleBox.is-open {
	height: 2050px;
}

/* 続きを読む */
.article-continue a {}

.page-index .moreLink {
	display: none;
}
.first-cont.page-index .moreLink {
	text-align: center;
	display: block;
}
.first-cont.page-index .moreLink a.is-open {
	display: none;
	opacity: 1;
    -moz-transition: display 0.5s linear, opacity 0.25s linear;
    -webkit-transition: display 0.5s linear, opacity 0.25s linear;
    -ms-transition: display 0.5s linear, opacity 0.25s linear;
    transition: display 0.5s linear, opacity 0.25s linear;
}
.first-cont.page-index .moreLink a:hover {
	opacity: 0.7;
}

/* 記事全体 */
.article {
	width: 310px;
	padding: 0 70px 60px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.article:nth-of-type(3n) {
	padding: 0 0 60px 0;
}

.page-article .article {
	width: 100%;
	padding: 0 0 60px 0;
}

.article .thumbBlock {
	width: auto;
	display: inline-block;
	position: relative;
}

/* NEWmark */
.first-cont.page-index .first-article .thumbBlock:before,
.first-cont.page-category .first-article .thumbBlock:before,
.first-cont.page-monthly .first-article .thumbBlock:before,
.booksArea .mList li:first-child dl:before {
	content: "";
	width: 99px;
	height: 79px;
	background: url(/reimages/ico_new.png) no-repeat center center;
	position: absolute;
	top: -23px;
	left: -25px;
	z-index: 100;
}
.booksArea .mList li:first-child dl:before {
	top: -60px;
	left: -50px;
}

/* 記事画像 */
.article .thumbImg {
	width: 310px;
	height:200px;
	background: url(/reimages/img_noimage.png) no-repeat center center;
	position: relative;
}

/* 記事ヘッダー、記事タイトル */
.page-index .article-header,
.page-category .article-header,
.page-monthly .article-header {
	width: 310px;
	height:200px;
	padding: 0 20px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
    -moz-transition: visibility 0.1s linear, opacity 0.1s linear;
    -webkit-transition: visibility 0.1s linear, opacity 0.1s linear;
    -ms-transition: visibility 0.1s linear, opacity 0.1s linear;
    transition: visibility 0.1s linear, opacity 0.1s linear;
}
.page-article .article-header {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	display: table;
	border-bottom: #362e08 solid 1px;
	box-sizing: border-box;
}
.page-article .article-header a:hover {
	text-decoration: none;
}
.page-index a:hover .article-header,
.page-category a:hover .article-header,
.page-monthly a:hover .article-header {
	visibility: visible;
	opacity: 1;
}

.article-title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.7;
}
.page-article .article-title {
	padding: 0 0 0 20px;
	font-size: 21px;
	vertical-align: top;
}
.article-title span {
	width: 100%;
	max-height: 3.5em;
	overflow: hidden;
	display: inline-block;
}

/* 記事 */
.article .article-descript {
	max-height: 2.7em;
	margin: 20px 0 10px;
	overflow: hidden;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 10px;
}
.article-footer .article-date {
    width: auto;
    display: inline-block;
	float: left;
}

.page-article .article-date.top {
	width: 80px;
	height: 80px;
	padding: 6px 0 0;
	background-color: #babaa6;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.page-article .article-date.top .month {
	font-size: 13px;
	line-height: 1.6;
}
.page-article .article-date.top .day {
	font-size: 32px;
	line-height: 1;
}
.page-article .article-date.top .year {
	font-size: 13px;
	line-height: 1;
}

/* 個別記事ページ内リンクボタン*/
.pageArea-inner .btnTop,
.pageAreaMore-inner .btnBot {
	width: 154px;
	height: 154px;
	position: absolute;
	right: 0;
 }
.pageArea-inner .btnTop {
	top: 80px;
 }
.pageAreaMore-inner .btnBot {
	top: 0;
 }


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */

/* 個別記事フッター */
.pageAreafooter {
	width: 1080px;
	margin: auto;
	padding: 0 220px 0 160px;
	box-sizing: border-box;
}

.article-footer {
	margin-top: 1em;
	padding-bottom: 16px;
	border-bottom: 1px dotted #cecece;
}
.article-social-btn {
	border-top: 1px dotted #cecece;
}

/* topカテゴリ */
.article-meta.top {
	padding: 5px 0 30px;
}
.article-meta.top li {
    float: none;
    font-size: 10px;
    line-height: 1;
    margin: 0;
}

/* 個別記事カテゴリ */
.article-meta.bottom {
	padding-left: 1em;
    float: left;
	position: relative;
}
.article-meta.bottom:before {
	content: "｜";
	font-size: 11px;
	color: #808080;
	position: absolute;
	left: 0;
}
.article-meta.bottom li.article-category {
    float: none;
	margin: 0;
	padding: 2px 0 0;
    font-size: 10px;
    line-height: 1em;
    list-style: none;
 }

.article-meta .article-category dt {
	display: none;
}
.article-meta .article-category dd a {
	color: #649103;
}
.article-meta .article-category dd.article-category1,
.article-meta .article-category dd.article-category2 {
    margin: 0;
	padding: 0;
	border-left: none;
}
.article-meta.top .article-category dd.article-category1 a,
.article-meta.top .article-category dd.article-category2 a {
	height: 20px;
	display: inline-block;
	box-sizing: border-box;
}
.article-meta.top .article-category dd.article-category1 a,
.article-meta.top .article-category dd.article-category2 a {
	height: 20px;
	display: inline-block;
	box-sizing: border-box;
}
.article-meta.top .article-category dd.article-category1 a {
	padding: 5px 1px 0 17px;
	background: url(/reimages/ico_leaf.png) no-repeat left top;
}
.article-meta.top .article-category dd.article-category2 a {
    padding: 5px 0 0 17px;
	background: url(/reimages/ico_leaf.png) no-repeat left top;
}
.article-meta .article-category dd.article-category2:before {
	content: ",";
   padding: 5px 5px 0 0;
	color: #649103;
}

/* 関連記事 */
.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: url(/reimages/bg_green02.png) repeat left top;
	color: #000;
	line-height: 1.6;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #362e08;
	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 {
	margin: 20px 0 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 26px;
	height: 26px;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
	border-bottom: #649103 solid 1px;
	box-sizing: border-box;
	color: #649103;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	color: #362e08;
	border-bottom: none;
}
ul.index-navigator .paging-prev a {
	background: url("/reimages/ico_pager_prev.png") no-repeat center 9px;
}
ul.index-navigator .paging-next a {
	background: url("/reimages/ico_pager_next.png") no-repeat center 9px;
}
ul.index-navigator .paging-first a {
	background: url("/reimages/ico_pager_first.png") no-repeat center 9px;
}
ul.index-navigator .paging-last a {
	background: url("/reimages/ico_pager_last.png") no-repeat center 9px;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	border-bottom: #649103 solid 1px;
}
.paging-prev a:hover, .paging-next a:hover, .paging-first a:hover, .paging-last a:hover {
	border-bottom: none;
}

/* 記事ページ */
ul.article-pager li a {
	width: 155px;
	height: 45px;
    border: none;
    border-radius: 0;
    background-color: none;
    box-shadow: 0;
	display: inline-block;
	text-indent: -9999px;
}
ul.article-pager li.prev a {
	background: url("/reimages/btn_pageback.png") no-repeat center center;
}
ul.article-pager li.next a {
	background: url("/reimages/btn_pagenext.png") no-repeat center center;
}
ul.article-pager li.prev a:hover {
	background: url("/reimages/btn_pageback_ov.png") no-repeat center center;
}
ul.article-pager li.next a:hover {
	background: url("/reimages/btn_pagenext_ov.png") no-repeat center center;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	width: 100%;
	min-width: 1080px;
	padding: 50px 0;
	color:#649103;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#blog-footer a {
	color:#649103;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	position: relative;
}
.sidewrapper .sidetitle {
	color: #6b6854;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
}
.sidewrapper .sidetitle a {
	color: #6b6854;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
}

/* 共通パーツタイトル */
.particlesArea .contTtl,
.pcateArea .contTtl,
.galleryArea .cookingCont .contTtl,
.galleryArea .meiCont .contTtl,
.movieArea .contTtl,
.booksArea .contTtl {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	text-indent: -9999px;
}
.particlesArea .contTtl {
	height: 49px;
	background: url("/reimages/ttl_populararticles.png") no-repeat center center;
}
.pcateArea .contTtl {
	height: 49px;
	background: url("/reimages/ttl_popularcategories.png") no-repeat center center;
}
.galleryArea .cookingCont .contTtl {
	height: 37px;
	background: url("/reimages/ttl_cooking.png") no-repeat center center;
}
.galleryArea .meiCont .contTtl {
	height: 37px;
	background: url("/reimages/ttl_mei.png") no-repeat center center;
}
.galleryArea .sidetitle {
	display: none;
}
.movieArea .contTtl {
	height: 36px;
	background: url("/reimages/ttl_movie.png") no-repeat center center;
}
.booksArea .contTtl {
	height: 40px;
	background: url("/reimages/ttl_books.png") no-repeat center center;
}


/*-- 共通top --------*/
.topParts {
	width: 100%;
	min-width: 1080px;
}

/* popular articles */
.page-index .particlesArea .innerBox {
	padding: 60px 0 80px;
}
div.popularArticlesWithImage.tag.A {
	margin: 0;
}
div.popularArticlesWithImage.tag.A ul {
	display:table;
}
div.popularArticlesWithImage.A ul li {
	width: 168px;
	padding-right: 55px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
div.popularArticlesWithImage.A ul li:last-child {
	padding-right: 0;
}
div.popularArticlesWithImage.A ul li a {
    width: 168px;
    height: auto;
    border: none;
}
div.popularArticlesWithImage.A li div.image {
	width: 168px;
	height: 168px;
	overflow: hidden;
	position: relative;
}
div.popularArticlesWithImage.A li:nth-child(1) div.image:before,
div.popularArticlesWithImage.A li:nth-child(2) div.image:before,
div.popularArticlesWithImage.A li:nth-child(3) div.image:before,
div.popularArticlesWithImage.A li:nth-child(4) div.image:before,
div.popularArticlesWithImage.A li:nth-child(5) div.image:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
div.popularArticlesWithImage.A li:nth-child(1) div.image:before {
  background: url(/reimages/ico_no1.png) no-repeat center center;
}
div.popularArticlesWithImage.A li:nth-child(2) div.image:before {
  background: url(/reimages/ico_no2.png) no-repeat center center;
}
div.popularArticlesWithImage.A li:nth-child(3) div.image:before {
  background: url(/reimages/ico_no3.png) no-repeat center center;
}
div.popularArticlesWithImage.A li:nth-child(4) div.image:before {
  background: url(/reimages/ico_no4.png) no-repeat center center;
}
div.popularArticlesWithImage.A li:nth-child(5) div.image:before {
  background: url(/reimages/ico_no5.png) no-repeat center center;
}
div.popularArticlesWithImage.A li div.image.noimage {
  background: url(/reimages/img_noimage.png) no-repeat center center;
}
div.popularArticlesWithImage.A li:nth-child(1) a:hover div.image:before,
div.popularArticlesWithImage.A li:nth-child(2) a:hover div.image:before,
div.popularArticlesWithImage.A li:nth-child(3) a:hover div.image:before,
div.popularArticlesWithImage.A li:nth-child(4) a:hover div.image:before,
div.popularArticlesWithImage.A li:nth-child(5) a:hover div.image:before {
	opacity: 0.6;
}
div.popularArticlesWithImage.A li:nth-child(1) div.image:after,
div.popularArticlesWithImage.A li:nth-child(2) div.image:after,
div.popularArticlesWithImage.A li:nth-child(3) div.image:after,
div.popularArticlesWithImage.A li:nth-child(4) div.image:after,
div.popularArticlesWithImage.A li:nth-child(5) div.image:after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color: #fff;
}
div.popularArticlesWithImage.A li div.image img {
	width: 168px;
    vertical-align: bottom;
    -moz-transition: -moz-transform 0.25s linear, opacity 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear, opacity 0.25s linear;
    -ms-transition: -ms-transform 0.25s linear, opacity 0.25s linear;
    transition: transform 0.25s linear, opacity 0.25s linear;
}
div.popularArticlesWithImage.A li a:hover div.image img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
	opacity: 0.7;
}
div.popularArticlesWithImage.A div.title {
	width: 168px !important;
    position: inherit;
    height: 3.3em;
    padding: 20px 0 0;
    background: none !important;
    color: #362e08 !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    opacity: 1;
    overflow: hidden;
}
div.popularArticlesWithImage.A a:hover div.title {
	text-decoration: underline;
}

/* popular categories */
.page-article .pcateArea .innerBox,
.page-category .pcateArea .innerBox,
.page-monthly .pcateArea .innerBox {
    padding: 0 0 60px;
}
.pcateArea .pcateList {
	display:table;
}
.pcateArea .pcateList li {
	width: 168px;
	padding-right: 55px;
	display: inline-block;
	vertical-align: top;
}
.pcateArea .pcateList li:last-child {
	padding-right: 0;
}
.pcateArea .pcateList li dt {
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: table-cell;
	vertical-align: bottom;
	box-sizing: border-box;
}
.pcateArea .pcateList li dt img {
	width: 168px;
	vertical-align: bottom;
	opacity: 1;
    -moz-transition: -moz-transform 0.25s linear, opacity 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear, opacity 0.25s linear;
    -ms-transition: -ms-transform 0.25s linear, opacity 0.25s linear;
    transition: transform 0.25s linear, opacity 0.25s linear;
}
.pcateArea .pcateList li a:hover dt img {
	opacity: 0.7;
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
.pcateArea .pcateList li dd {
	padding-top: 20px;
	line-height: 1.7;
}

/* gallery */
.galleryArea {
    height: 100%;
	min-width: 1080px;
	background: url(/reimages/bg_green01.png) repeat 0 0;
	z-index: 0;
    position: relative;
}
.galleryArea:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	background: url(/reimages/bg_green02.png) repeat 0 0;
	z-index: -1;
}
.galleryArea .innerBox {
	display: table;
}
.galleryArea .cookingCont,
.galleryArea .meiCont {
	width: 50%;
	display: table-cell;
	box-sizing: border-box;
}
.galleryArea .galleryThumbnail {
	width: 362px;
	margin: 0 auto;
	text-align: center;
}
.galleryArea ul.galleryThumbnail li {
	width: 120px;
	height: 120px;
	float: left;
	background-color: #fff;
	display: inline-block;
}
.galleryArea ul.galleryThumbnail li a {
	overflow: hidden;
	display: inline-block;
}
.galleryArea ul.galleryThumbnail li a img {
	width: 120px;
	margin: 0;
    border: none;
    border-radius: 0;
	vertical-align: bottom;
    -moz-transition: -moz-transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
    -ms-transition: -ms-transform 0.25s linear;
    transition: transform 0.25s linear;
}

.galleryArea ul.galleryThumbnail li a:hover img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

/* movie */
.movieArea .innerBox {
	overflow: hidden;
}
.movieArea .swiper-container {
	overflow: visible;
	padding: 72px 0 62px;
}

.movieArea .swiper-slide {
    -moz-transition: -moz-transform 1s ease, -moz-transform-origin 1s ease;
    -webkit-transition: -webkit-transform 1s ease, -webkit-transform-origin 1s ease;
    -ms-transition: -ms-transform 1s ease, -ms-transform-origin 1s ease;
    transition: transform 1s ease, transform-origin 1s ease;
}
.movieArea .swiper-slide:not(.swiper-slide-next){
    cursor: default;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-transform: scale(0.7225);
    -moz-transform: scale(0.7225);
    -ms-transform: scale(0.7225);
    transform: scale(0.7225);
}
.movieArea .swiper-slide.swiper-slide-active + .swiper-slide {
    -webkit-transform: scale(1.56);
    -moz-transform: scale(1.56);
    -ms-transform: scale(1.56);
    transform: scale(1.56);
}
.movieArea .swiper-slide.swiper-slide-active{
	transform-origin: left center;
}
.movieArea .swiper-slide.swiper-slide-next + .swiper-slide{
	transform-origin: right center;
}
.movieArea .swiper-button-prev {
	width: 40px;
	height: 40px;
	background:#fff url(/reimages/slider_bt_prev.png) no-repeat center center / 30px 30px;
	left: 0;
}
.movieArea .swiper-button-next {
	width: 40px;
	height: 40px;
	background:#fff url(/reimages/slider_bt_next.png) no-repeat center center / 30px 30px;
	right: 0;
}

/* books */
.booksArea .innerBox {
	padding: 0 0 60px;
}
.booksArea .mList {
	display:table;
}
.booksArea .mList li {
	width: 165px;
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.booksArea .mList li a {
	width: 100%;
	padding: 21px 0;
	display: inline-block;
	box-sizing: border-box;
}
.booksArea .mList li a:hover {
	background: url("/reimages/bg_green02.png") repeat 0 0;
	text-decoration: none;
}
.booksArea .mList li dl {
	width: 136px;
	margin: auto;
	position: relative;
}
.booksArea .mList li dt {
	width: 100%;
	height: 185px;
	display: table-cell;
	vertical-align: bottom;
	box-sizing: border-box;
}
.booksArea .mList li dt img {
	width: 136px;
	vertical-align: bottom;
}
.booksArea .mList li a:hover dt img {
	opacity:0.5;
}
.booksArea .mList li dd {
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.7;
}
.booksArea .linkMore {
	text-align: center;
}
.booksArea .linkMore a:hover {
	opacity: 0.7;
}

/* profile＆historyview */
.profileArea {
    height: 100%;
	min-width: 1080px;
	background: url(/reimages/bg_green01.png) repeat 0 0;
	z-index: 0;
    position: relative;
}
.profileArea:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	background: url(/reimages/bg_green02.png) repeat 0 0;
	z-index: -1;
}
.profileArea .innerBox {
	padding: 0;
	display: table;
}
.profileArea .imgProfile {
	width: 615px;
	text-align: right;
	display:table-cell;
	vertical-align: top;
}
.profileArea .imgProfile img {
	vertical-align: bottom;
}
.profileArea .paBox {
	width: 415px;
	padding: 47px 0 0 50px;
	display:table-cell;
	vertical-align: top;
}
.profileArea .paBox .txt {
	line-height: 1.7;
}
.profileArea .paBox .txt {
	line-height: 1.7;
}
.profileArea .paBox .snsList {
	margin-top: 50px;
	display: table;
}
.profileArea .paBox .snsList li {
	padding: 0 15px 0 0;
	display: table-cell;
}
.profileArea .paBox .snsList li a {
	font-size: 28px;
}
.profileArea .paBox .snsList li a:hover {
	opacity:0.7;
}
.profileArea .paBox .txtName {
	margin-top: 10px;
}
.profileArea .paBox .bt_historyview {
	width: 240px;
	height: 56px;
	margin-top: 30px;
}
.profileArea .paBox .bt_historyview a {
	height: 100%;
	display: block;
	text-indent: -9999px;
	background:url(/reimages/btn_historyview.png) no-repeat 0 0;
}
.profileArea .paBox .bt_historyview a:hover {
	background:url(/reimages/btn_historyview_ov.png) no-repeat 0 0;
}


/*-- 共通bottom ----------*/
.btParts {
	width: 100%;
	min-width: 1080px;
	background:#f3f6eb url("/reimages/bg_footer.jpg") no-repeat center bottom;
	display: table;
}
.btParts #btParts-inner {
	padding: 60px 0 0;
}
.btParts .sidewrapper {
	padding-bottom: 75px;
}
.btParts .bottomArea {
	width: 300px;
	padding-right: 90px;
	display: table-cell;
	vertical-align: top;
}
.btParts .bottomArea.box3 {
	padding-right: 0;
}

/* 共通bottom 　最新記事 */
.btParts .plugin-recent_articles .side .sidebody {
	margin-bottom: 15px;
}
.btParts .plugin-recent_articles .side .sidebody:last-of-type {
	margin-bottom: 0;
}

/* 共通bottom 　カテゴリ */
.btParts .plugin-categorize .side .sidebody {
	margin-bottom: 10px;
}
.btParts .plugin-categorize .side .sidebody:last-of-type {
	margin-bottom: 0;
}

/* 共通bottom 　人気記事 */
.btParts .popularArticlesWithImage.plugin.B {
	margin-left: 10px;
}

/* バナー */
.btParts .bnrArea .bnrList li {
	margin-bottom: 30px;
}
.btParts .bnrArea .bnrList li:last-of-type {
	margin-bottom: 0;
}
.btParts .bnrArea .bnrList li a:hover {
	opacity: 0.7;
}

/* ブログロゴ */
ul#ld-services {
	width: 300px;
	padding: 0;
}
ul#ld-services li {
    margin: 0;
	padding: 0
}

/* カレンダー */
.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: #b5cb87;
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	color: #8d8d8d;
	background-color: #e2ead0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	width: 730px;
	margin: 0 auto 40px;
	padding: 0 100px 30px;
	background: url("/reimages/bg_catettl.png") no-repeat center bottom;
	font-size: 30px;
	font-weight: bold;
	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 {
    width: 63px;
	height: 63px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -32px;
	bottom: inherit !important;
    display: inline-block;
}
.to-pagetop a {
  background:url(/reimages/btn_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 63px;
  height: 63px;
  text-indent:-9999px;
}
.to-pagetop a {
  -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.7;
}

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