@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;
}
/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#header2 {
    min-width:960px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
    min-width:960px;
	position: relative;
}
#container:after {
	content: "";
}
#content {
	width:960px;
	margin: 0 auto;
	padding: 60px 20px 60px;
	position: relative;
}
.page-article #content{
	width:960px;
	margin: 0 auto;
	padding: 0px 0 60px;
	position: relative;
}

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

/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #000000;
	font: 14px/1.2 AXIS, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #000000;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	text-decoration:underline;
}
a:active {}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	height: 60px;
	min-width:1000px;
	box-sizing: border-box;
    z-index: 100;
    background-color: #000;
}
.gnavInner {
	width:960px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.ldb_menu {
	width: auto;
 }
.ldb_menu-list {
	width: auto;
	display:inline-block;
 	letter-spacing: -0.5em;
}
.ldb_menu-list li {
	width:auto;
	padding-right: 13px;
	display:inline-block;
	letter-spacing: normal;
}
.ldb_menu-list li:last-child {
	padding-right: 0;
}
.ldb_menu-list li a {
	width:auto;
	height: 60px;
	padding: 23px 11px 0;
	color:#fff;
	font-size: 12px;
    font-weight: bold;
	text-decoration:none;
	display:inline-block;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {
	color: #000;
	background: #fff;
	border-bottom: 5px solid #000;
	text-decoration:none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/* 検索窓 */
.gnavArea .naviSearch {
	width: 273px;
	position: absolute;
	top: 15px;
	right: 10px;
}
.gnavArea .naviSearch input.sf {
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px 5px 5px 35px;
	width: 273px;
	height: 32px;
	background: #cccccc url(/reimages/ico-search.png) no-repeat 10px center;
	border: none;
	border-radius: 0px;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 100%;
	min-width:1000px;
	background: url(/reimages/img-main.jpg) no-repeat center top;
}
#blog-title {
	width:960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#blog-title a {
	width: 100%;
	height: 490px;
	display: inline-block;
	text-indent: -9999px;
}
#blog-description {
	display:none;
}

/* POPULAR
----------------------------------------------- */
.popular-area {
    width: 960px;
    padding: 40px 0;
    margin: 0 auto;
    border: solid 1px #000;
}
.popular-area .flexslider {   
    margin: 0 0 60px;
    position: relative;
}
.popular-area div.popularArticlesWithImage.A {
    margin: 0;
    padding: 0 30px;
    opacity: 0;
    height:335px;
    transition: opacity 0.3s ease;
}
.popular-area div.popularArticlesWithImage.A.is-show {
  opacity: 1;
}
.popular-area .flex-viewport {
    height: 280px;
}  
.popular-area .popularArticlesWithImage.A ul {
    height: 280px;
}
.popular-area .popularArticlesWithImage.A ul li {
    position: relative;
    width: 290px;
    height: 280px !important;
    margin-bottom: 0;
}
.popular-area .popularArticlesWithImage.A ul li div{
    position: absolute;
    top:0;
}
.popular-area .popularArticlesWithImage.A ul li a {
    display: block;
    border: none;    
    width: 290px;
    height: 280px;
    position: absolute;
    top: 0;
}
.popular-area .popularArticlesWithImage.A ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 290px;
    height: 218px;
}
.popular-area .popularArticlesWithImage.A ul li a:hover:after {
    background: rgba(255,255,255,0.4);
}
.popular-area .popularArticlesWithImage.A ul li a:hover div.title {
    color: #999999 !important;
}
.popular-area > div.popularArticlesWithImage.A li div.image {
    width: 290px;
    height: 218px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.popular-area > div.popularArticlesWithImage.A li div.image img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 218px;
    width: auto;
}
.popular-area > div.popularArticlesWithImage.A li div.image.noimage {
    background:url(/reimages/noimage-s.png) no-repeat center center;
}
.popular-area > div.popularArticlesWithImage.A div.title {
    background: none !important;
    width: 100% !important;
    height: 46px !important;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 23px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    position: absolute;
    top:235px;
}

/*flex-slider*/
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.carousel li {
  margin-right: 5px;
}
.popular-area .popularArticlesWithImage.A ul.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}

.popular-area .popularArticlesWithImage.A ul li.flex-nav-prev {
    width: 30px !important;
    height: 30px !important;
    background: url(/reimages/btn-slider-prev.png) no-repeat center;
    position: absolute;
    top:100px;
    left: 10px;
}

.popular-area .popularArticlesWithImage.A ul li a.flex-prev {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top:0px;
    left:0px;
}
.popular-area .popularArticlesWithImage.A ul li.flex-nav-next {
    width: 30px !important;
    height: 30px !important;
    background: url(/reimages/btn-slider-next.png) no-repeat center;  
    position: absolute;
    top:100px;
    right: 10px;        
}

.popular-area .popularArticlesWithImage.A ul li a.flex-next {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top:0px;
    right: 0px;        
}

.flex-control-nav {
  text-align: center;
  margin-top:50px; 
  height: 5px;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 5px;
  height: 5px;
  display: block;
  background: #fff;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #000;

}
.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*flex-slider_end*/

/* 記事エリア
----------------------------------------------- */
.top .article-area .cont-ttl,
.archives .article-area .cont-ttl {
    padding-right: 15px; 
}
.top .article-area,
.archives .article-area {
    margin-right: -24px;
    margin-bottom: 50px; 
    width: 984px;
}
.top .article,
.archives .article {
    float: left;
    width: 304px;
    height: 365px;
    margin: 0 24px 24px 0;
    position: relative;
}

/*サムネイル*/
.top .article .thumbimg,
.archives .article .thumbimg {
    width: 304px;
    height: 228px;
    background: url(/reimages/noimage-s.png) no-repeat center center;    

}
.top .article .thumbimgbox,
.archives .article .thumbimgbox {
    width: 304px;
    height: 298px;
    margin: 0 0 10px 0;
    border-bottom: dotted 1px #bfbfbf;
}
.top .article .thumbimgbox a.thumb-link,
.archives .article .thumbimgbox a.thumb-link {
    display: block;
    width: 304px;
    height: 228px;
}
.top .article .thumbimgbox a:after,
.archives .article .thumbimgbox a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 304px;
    height: 228px;
}
.top .article .thumbimgbox a:hover:after,
.archives .article .thumbimgbox a:hover:after {
    background: rgba(255,255,255,0.4);
}

/*記事タイトル*/
.top .article-title,
.archives .article-title{    width: 304px;
    margin:10px 0; 
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 52px;
    overflow: hidden;
}
.top .article-header .article-title,
.archives .article-header .article-title {
    display: none;
}
.top .article .thumbimgbox a.title-link:hover,
.archives .article .thumbimgbox a.title-link:hover {
    text-decoration: none;
    color: #999999;
}
.top .article-header,
.archives .article-header {
    width: 304px;
}
.top .article-header-inner,
.archives .article-header-inner {
    position: relative;
    display: block;
}


/*記事本文*/
.top .article .headline-article-index-body-inner,
.archives .article .headline-article-index-body-inner {    display: none;
}

/*最初の記事*/
.top .first-article,
.archives .first-article {
    width: 960px;
    height: 362px;
    margin: 0 0 25px 0;
    position: relative;
}
.top .first-article .first-thumbimgbox,
.archives .first-article .first-thumbimgbox {
    width: 480px;
    height: 362px;
    margin: 0 25px 0 0;
    float: left;
    background: url(/reimages/noimage-l.png) no-repeat center center;    
}
.top .first-article .thumbimgbox,
.archives .first-article .thumbimgbox {
    display: none;
}
.top .first-article .first-thumbimgbox a.thumb-link,
.archives .first-article .first-thumbimgbox a.thumb-link {
    display: block;
    width: 480px;
    height: 362px;
}
.top .first-article a.thumb-link:after,
.archives .first-article a.thumb-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 480px;
    height: 362px;
}
.top .first-article a.thumb-link:hover:after,
.archives .first-article a.thumb-link:hover:after {
    background: rgba(255,255,255,0.4);
}
.top .first-article a.title-link:hover,
.archives .first-article a.title-link:hover {
    text-decoration: none;
    color: #999999;
}
.top .first-article .article-header,
.archives .first-article .article-header,
.top .first-article .archives-header,
.archives .first-article .archives-header {
    float: left;
    width: 455px;
}
.top .first-article .article-footer,
.archives .first-article .article-footer {
    border-top: dotted 1px #bfbfbf;
    width: 455px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top .first-article .article-footer .article-date,
.archives .first-article .article-footer .article-date {
    margin: 0;
}
.top .first-article .article-category,
.archives .first-article .article-category{
    padding: 10px 0 0;
}
.top .first-article .article-title,
.archives .first-article .article-title {
    width: 455px;
    height: auto;
    max-height: 112px;
    overflow: hidden;
    margin: 0 0 18px 0;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    border: none;
}
.top .first-article .article-title.first-article,
.archives .first-article .article-title.first-article {
    display: block;
}
.top .first-article .headline-article-index-body-inner,
.archives .first-article .headline-article-index-body-inner {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	color: #333;
	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 #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%;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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: #000;
    margin: 0 0 80px 0 !important;
}
.pager02 ul.index-navigator {
     margin: 0;
}
.page-index .pager02 ul.index-navigator {
     margin-top: -30px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 26px;
	height: 26px;
	margin: 0 5px;
	padding: 0;
	color: #000;
	font-weight: bold;
	border-bottom: #fff solid 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;

}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	border-bottom: #000 solid 5px;
	text-decoration: none;
}
ul.index-navigator a:visited {}
ul.index-navigator .paging-prev a {
	background: url(/reimages/ico-pager-prev.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: url(/reimages/ico-pager-next.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: url(/reimages/ico-pager-first.png) no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: url(/reimages/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;
}

/*book-image*/
.book-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.book-image a {
  margin: 0 10px;
}
.book-image a:hover {
    opacity: .5;
}

/*INFORMATION*/
.info-area {
	border:solid 1px #000;
	padding:40px 0;
	margin-bottom: 80px;
}
.info-area figure {
	float: left;
	padding-left: 190px;
}
.info-area .text-p {
    float: left;
    position: relative;
    height: 240px;
}
.info-area .text {
	font-size: 14px;
	line-height: 24px;
	width: 300px;
	margin-left: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
}

/*column2-area*/
.column2-left {
	width: 480px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.column2-right {
	width: 480px;	
	float: left;
	text-align: center;
}


/*PROFILE*/
.profile-area .text h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 30px;
}
.profile-area .text .p1 {
    font-size: 14px;
    line-height: 24px;  
    margin-bottom: 20px;  
}
.profile-area .text .p2 {
    font-size: 12px;
    line-height: 20px;    
    margin-bottom: 30px;
}
.profile-area .text .p3 {
    font-size: 12px;
    line-height: 22px;
    color: #999999;    
}
.profile-area .right-line-area {
    border-right: dotted 1px #bfbfbf;
}

/*BOOKS*/
.books-area {
    margin-bottom: 80px;
    text-align: center;
}
.books-area figure {
    margin-bottom: 20px;
}
.books-area a.btn-detail {
    display: inline-block;
    width: 232px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: solid 1px #000;
}
.books-area a.btn-detail:hover {
    color: #999;
    border: solid 1px #999;
    text-decoration: none;
}

/*SNS*/
.insta-area-inner {
    margin: 0 auto;
    width: 100px;
}

.insta-area .insta-img {
    display: block;
    width: 21px;
    height: 21px;
    margin-right:10px;
    float: left;
    background: url(/reimages/ico-instagram_ov.png) no-repeat;    
}

.insta-area img {
    width: 21px;
}
.insta-area p {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    float: left;
}

.insta-area a:hover p{
    color: #999999;
    text-decoration: underline;
}
.insta-area a:hover img {
    display: none;
}


/* 個別記事エリア
----------------------------------------------- */
.detail .article {
    width: 960px;
    margin: 80px auto;
}

/*記事タイトル*/
.detail .article-title-area {
    width: 960px;
    padding: 0 0 10px 0;
    border-bottom: dotted 1px #bfbfbf;
}
.detail .article-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding: 0;
}
.detail .article a.title-link:hover {
    text-decoration: none;
    color: #999999;
}
.detail .article-date {
    margin: 0;
}
.detail .article-category{
    padding: 10px 0 0;
}
.detail .article-header {
    margin-bottom: 30px;
}
.detail .related-articles h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.detail .related-articles a:hover {
    color: #999999;
    text-decoration: underline;
}


/* 共通テーマ 
----------------------------------------------- */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}
.cont-ttl {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica Neue, 'AXIS', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;    
    letter-spacing: 5px;
}
.archives {
    margin-top: 20px;
}
/* 日付 */
.article-date {
    color: #999999;
    font-size: 14px;
    height: 18px;
    margin: 0 0 10px 0;
}
/* カテゴリ */
.article-category {
    color: #999999;
    font-size: 14px;
    display: inline-block;
}
.article-category dt {
    display: none;
}
.article-category dd {
    margin: 5px 0 5px 0;
    padding: 0;
}
.article-category dd.article-category2:before {
    content:" , ";
}
.article-category a:link,
.article-category a:hover,
.article-category a:visited,
.article-category a:active {
    color: #999999;
}
.article-category a:hover {
    text-decoration: underline;
}
.article-category dd.article-category2 {
    border: none;
}

/*前の記事、次の記事*/
ul.article-pager li a, 
ul.archives-pager li a {
    padding: 10px 30px;
    color: #000;
    background-color: #fff;
    border: #000 solid 1px;
}
ul.article-pager li a:hover, 
ul.archives-pager li a:hover {
    padding: 10px 30px;
    color: #999999;
    background-color: #fff;    
    border: #999999 solid 1px;
}

/*アーカイブヘッダー*/
.archives-header {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: 5px;
}
.archives-header h1 {
    font-weight: bold;
}
.archives-header a:hover {
    color: #999;
    text-decoration: underline;
}

/* メッセージボード */
.message-board {
    margin: 0 0 30px !important;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    border: #e5e6e9 solid 1px;
    overflow: hidden;
}

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


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	width: 100%;
	min-width:1000px;
	height: 918px;
	background: url(/reimages/img-footer.jpg) no-repeat center center;
	background-size: cover;
  position: relative;

}

#blog-footer .ftParts a {
    text-align: left;
}

#blog-footer .ftParts a:hover {
    color: #999999;
    text-decoration: underline;
}

#blog-footer .ftPartsInner01 {
    margin: 0 0 70px 0;
}


#blog-footer .ftPartsInner .ftPartsInnerArea {
    width: 960px;
    margin: 0px auto;
    padding-top: 80px;
    padding-bottom: 110px;
    position: relative;
}

#blog-footer .ftPartsInner .ftPartsInnerArea .ftColumn01 {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

#blog-footer .ftPartsInner .ftPartsInnerArea .ftColumn02 {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

#blog-footer .ftPartsInner .ftPartsInnerArea .ftColumn03 {
    float: left;
    width: 300px;
}

#blog-footer .ftPartsInner .ftPartsInnerArea .ftColumn02 .sidewrapper {
    margin: 0 0 50px 0;
}

.sidewrapper .sidetitle {
    color: #4c4c4c;
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 34px;
    text-align: left;
    border-bottom: dotted 1px #b6b7b7;
    font-weight: bold;
}

.sidewrapper .side a {
    color: #4c4c4c;
    line-height: 1.8;
}

.sidewrapper .side a:visited,
.sidewrapper .side a:active,
.sidewrapper .side a:link {
    color: #4c4c4c;
}


.sidewrapper .side a:hover {
    color: #4c4c4c;
    text-decoration: underline;
}

/*ギャラリー*/
.plugin-recent_images .galleryThumbnail {
}
.plugin-recent_images .galleryThumbnail li {
    width: 95px !important;
    height: 95px !important;
    display: inline-block;
    margin: 0 2px 3px 0 !important;
}

.plugin-recent_images .galleryThumbnail li:nth-child(3n) {
    margin: 0 0 4px 0 !important;    
}

.plugin-recent_images .galleryThumbnail li img {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-sizing: border-box;
}

/*livedoor Blogロゴ*/
.footer-logo {
    margin-top:50px;
}

/*ページ最下部*/
#footer p {
    color: #4d4d4d;
    text-align: center;
    font-size: 12px; 
    border-top: solid 1px #e6e6e6; 
    height: 72px;
    line-height: 72px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* 共通 */
.newArea,
.popular-area {
	margin-bottom: 80px;
}
.ad-area {
    width: 300px;
    height: 250px;
    float: left;  
}

/* 記事下広告 */
#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: -35px;
    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: 0;}
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }
.googlemargin{display:inline-block;margin: 5px;}

.google-box {
  display: flex;
  margin-bottom: 10px;
}
.google-box .google-user-ad-side {
  margin: 10px;
}