/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: https://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: https://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20170922
 *   Version: 2.00
 *   Template Version: 2
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/


/**
------------------------------------
 html タグの共通設定
------------------------------------ */
a {
	color: #666;
}
a:hover {
	color: #f69;
}
a:hover, .term img,
a:hover, .term img:hover {
	transition: all .1s ease-in-out;
}
hr {
	border-style: inherit;
}

/*
------------------------------------
 Global Navigation
------------------------------------ */
#gnavi li a {
	transition: 0.1s ease 0s;
}

/*
------------------------------------
 HEADER
------------------------------------ */
/* タイトル */
@font-face {
	font-family: "moacrieFont";
	src: url("fonts/moacrie-logo.eot?") format('eot'),
	     url("fonts/moacrie-logo.woff") format('woff');
}
.sitename {
	font-family: "moacrieFont";
	color: #999;
	line-height: 1;
	letter-spacing: .3em;
}
.sitename a:hover {
	color: #666;
	opacity: 1;
}

/*
------------------------------------
 Common to thumbnail (List, Related, New Post)
------------------------------------ */
/* Thumbnail */
.term img {
	border-radius: 3px;
}
.term img:hover {
	border-color: #f69;
}

/*
------------------------------------
 Common to thumbnail (List, Related, New Post)
------------------------------------ */
/* Read More */
.read-more-link,
.read-more-link i {
	text-decoration: none;
}

/*
------------------------------------
 List Pages
------------------------------------ */
/* Read More */
#list .read-more,
#list .excerpt .read-more {
	clear: both;
	line-height: 1.0;
	margin: 35px 0 30px 0;
	text-align: right;
}
#list .read-more {
	margin: 0;
}

/* 記事を読むリンクをボタン風に変更 */
.read-more-link {
	display: block;
	clear: both;
	margin-top: 1.5em;
	padding: 15px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: inherit;
	font-size: 16px; font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.read-more-link,
.read-more-link i {
	text-decoration: none;
}
a:hover.read-more-link,
a:hover.read-more-link i {
	text-decoration: none;
	background: #f5f5f5;
}


/* Meta Information */
.meta {
	color: #333;
	border-top: none;
	margin-bottom: 5px;
	padding: 16px 0;
}
.post .meta {
	color: #333;
	border-top: 1px solid #ddd;
	margin-bottom: 35px;
	padding: 16px 0;
}
.meta a {
	color: #666;
	text-decoration: none;
}
.meta a:hover {
	text-decoration: underline;
}
.meta-box {
	margin: 1.5em 0;
}



/*
------------------------------------
 Pagination
------------------------------------ */
.pagination > li > a,
.pagination > li > span {
	background: #ddd;
	border-color: #ccc;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > .not-allow:first-child > span:hover {
	border-color: #ccc;
}
.pagination > .active > span {
	color: #fff;
	background: #555;
}
.pagination > li > a:hover {
	color: #fff;
	background: #777;
}
.pagination > .active > span:hover {
	color: #fff;
	cursor: text;
}
.pagination > .not-allow > span:hover {
	color: #666;
	cursor: text;
}


/*
------------------------------------
 Post
------------------------------------ */
.post h2:first-child,
.post h3:first-child {
	margin-top: 3em;
}
.post h2 {
	font-size: 22px; font-size: 2.2rem;
	margin: 5em 0 1em;
	padding: 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
}
.post h3 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 1;
	margin: 3em 0 1em 0;
	padding: 0;
	border-left: none;
}
.post h4 {
	font-size: 18px; font-size: 1.8rem;
	padding: 0 12px;
	border: 0;
	border-left: solid 12px #999;
}

.post img {
	margin-bottom: .5em;
}

.post ul {
	margin: 0 0 1.3em 1em;
}
.post ul li {
	margin: 0 0 .5em 0;
	list-style: outside disc;
	font-size: 16px; font-size: 1.6rem;
}

.post blockquote {
	border-left: none;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 2em 2em 1em;
	position: relative;
	margin: 0 0 2em 0;
}
.post blockquote:before {
	content: "“";
	font-size: 500%;
	line-height: 1em;
	color: #ddd;
	position: absolute;
	left: 5px;
	top: 0;
}
.post blockquote:after {
	content: "”";
	font-size: 500%;
	line-height: 0;
	color: #ddd;
	position: absolute;
	right: 5px;
	bottom: 0;
}

a.blogcard-href:hover {
	color: #f69;
}

/* 記事中AdSense */
.postAd1 {
	max-width: 336px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.postAd1 p {
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: .8em;
}

/* 動画 */
.postVideo {
	margin: 0 0 1.5em 0;
}
.postVideo iframe {
}
.postVideoNicoinfo {
	max-width: 100%;
	margin: 0 auto 1.5em;
	text-align: center;
	overflow: hidden;
}
.VideoNico {
	text-align: center;
	margin: 0 0 1.3em 0;
}
/* 旧・写真DIV */
.post .photo img {
	margin: 0 10px 15px 0 !important;
}

/* 商品リンク */
.postAmazon {
	margin: 3em 0 2em 0;
	padding: 2em 0 0 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
.postAmazon img {
	padding: 0 !important;
	border: none;
}

/* ブログランキング */
.postRanking {
	margin: 0;
	text-align: center;
}
.postRanking img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.posts-under-1 {
	padding: 2em 0
}


/* カエレバ */
.kaerebalink-box {
	width: 100%;
	margin: 0 0 2.5em 0;
	padding: 15px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	display: -webkit-flex;
	display: flex;
}
.kaerebalink-image {
	width:150px;
	margin: 0;
	padding: 0;
	text-align: center;
	display:block;
}
.kaerebalink-info {
	width: 100%;
	margin: 0;
	padding: 0 0 0 14px;
	overflow:hidden;
}
.kaerebalink-name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.kaerebalink-powered-date {
	margin-top: -1rem;
	font-size: 1rem;
	font-weight: normal;
}
.kaerebalink-powered-date a {
	color: #666;
}
.kaerebalink-detail {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.kaerebalink-link1>div {
	width: 31%;
	min-width: 140px;
	margin: 1%;
	border-radius: 5px;
	float: left;
}
.kaerebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	border-radius: 3px;
}
.shoplinkamazon {
	background: #ff9901; border: 2px solid #ff9901;
}
.shoplinkrakuten {
	background: #bf0000; border: 2px solid #bf0000;
}
.shoplinkyahoo {
	background: #ff0033; border: 2px solid #ff0033;
}
.kaerebalink-link1 a:hover {
	background: #fff;
}
.shoplinkamazon a:hover {
	color: #ff9901;
}
.shoplinkrakuten a:hover {
	color: #bf0000;
}
.shoplinkyahoo a:hover {
	color: #ff0033;
}
.booklink-footer {
	clear:both;
}

/* AMP */
.ampPostBottom {
	font-size: .9em;
	text-align: center;
	line-height: 0;
	padding: 10px 0 5px;
}


/* 猫にダメなもの ****************************/

/* Menu */
.postIndex {
	margin: 0 0 1em 0;
	padding: 20px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	display: inline-block;
}
.postIndex ul {
	margin: 0;
}
.postIndex ul li {
	position: relative;
	list-style: none;
	margin: 0 0 .5em 0;
	font-size: 15px;
	line-height: 1.4;
}
.postIndex ul li:last-child {
	margin-bottom: 0;
}
.postIndex ul li:before {
	display: block;
	position: absolute;
	top: .2em;
	left: -1em;
	line-height: 1;
	font-family: FontAwesome;
	content: '\f0da';
	color: #666;
}
.postIndex ul li a {
	text-decoration: none;
	display: block;
}

/* 猫にダメな食べもの・見出し */
.postDameH2 {
	margin: 3em 0 1em !important;
	padding: 3em 0 0 0 !important;
	border-top: 1px solid #ddd;
	border-bottom: none !important;
	border-left: none;
}
.postDameH3 {
	margin: 2em 0 1em 0 !important;
	line-height: 1.4 !important;
}
.postReadMark {
	margin: 0 10px 0 3px;
	padding: 8px 10px !important;
	line-height: 0;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
}


/* 2カラム・コンテナ */
.post2columnBox {
	margin: 0 0 20px 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.post2columnBoxLeft {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}
.post2columnBoxRight {
	margin-bottom: 0;
}
.post2columnBoxRight p:last-child {
	margin-bottom: 0;
}


/* アフィリンク・コンテナ */
.postLinkBox {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.postLinkBox h3 {
	margin: 5px 0 15px 0 !important;
	padding: 0;
	font-size: 18px;
	line-height: 0;
}
.postLinkBoxInner>div {
	width: 100%;
	min-width: 140px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	float: none;
}
.postLinkBoxInner a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	border-radius: 3px;
}
.postLinkBoxInner .shoplinkamazon {
	background: #ff9901; border: 2px solid #ff9901;
}
.postLinkBoxInner .shoplinkrakuten {
	background: #bf0000; border: 2px solid #bf0000;
}
.postLinkBoxInner .shoplinkyahoo {
	background: #ff0033; border: 2px solid #ff0033;
}
.postLinkBoxInner a:hover {
	background: #fff;
}
.postLinkBoxInner .shoplinkamazon a:hover {
	color: #ff9901;
}
.postLinkBoxInner .shoplinkrakuten a:hover {
	color: #bf0000;
}
.postLinkBoxInner .shoplinkyahoo a:hover {
	color: #ff0033;
}
.clearboth {
	clear:both;
}

@media all and (min-width: 768px) {
.post2columnBox {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.post2columnBoxLeft {
	min-width: 300px;
	margin: 0 20px 0 0;
}
.postLinkBoxInner>div {
	width: 32%;
	min-width: 140px;
	margin: 0.5%;
	border-radius: 5px;
	float: left;
}
}


/* 猫のリンク集 */
.nekolinkmenu {
	padding: .5em;
	margin-bottom: 3em;
	background-color: #f5f5f5;
	display: inline-block;
	border: 1px solid #ddd;
}
.nekolinkmenu ul {
	margin: 0;
	padding-top: .5em;
	padding-right: 1em;
}
.nekolinkmenu li {
	position: relative;
	list-style: none !important;
	margin: 0 0 1em 0;
	font-size: 15px;
	line-height: 1.4;
}
.nekolinkmenu li:before {
	display: block;
	position: absolute;
	top: .2em;
	left: -.8em;
	line-height: 1;
	font-family: FontAwesome;
	content: '\f0da';
	color: #666;
}



/*
------------------------------------
 Entry Title
------------------------------------ */
.entry-title a:hover {
	color: #f69;
}

/*
------------------------------------
 Next / Prev Navigation
------------------------------------ */
#pnavi img {
	border: 1px solid #ddd;
	border-radius: 0;
}

#pnavi a:hover {
	color: #f69;
}
#pnavi a > img,
#pnavi a:hover > img {
	transition: all .1s ease-in-out;
}
#pnavi a:hover > img {
	border-color: #f69;
}

/*
------------------------------------
 Related Post, Discussion
------------------------------------ */
.related,
.discussion,
.tb {
	font-size: 20px; font-size: 2rem;
}

/* YARPP */
.postRelated {
}
.yarppRelated {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}
div.yarppPost {
	width: 135px;
	margin-bottom: 1em;
}
.yarppThumbnail {
}
.yarppThumbnail img {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.yarppTitle {
	font-size: 1.1em;
}
.yarppDate {
	font-size: .9em;
}
a:hover .yarppThumbnail img {
	border-color: #f69;
}

@media all and (max-width: 560px) {
.yarppRelated {
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
}



/* 固定ページ ******************************************************************************************************/

/* about */
.profileColumn {
}
.profileColumnL {
	text-align: center;
}
.profileNameL {
	display: block;
}
.profileColumnR {
	margin-top: -30px;
}
.profileNameR {
	display: none;
}

@media all and (min-width: 560px) {
.profileColumn {
	margin-bottom: 2em;
	clear: both;
}
.profileColumnL {
	margin-right: 20px;
	float: left;
}
.profileNameL {
	display: none;
}
.profileColumnR {
	margin-top: 0;
	float: left;
}
.profileNameR {
	display: inherit;
	margin: 0 0 1em 0;
}
}


/* Like */
.pageLike {
}
.post .pageLike h3:first-child {
	margin-top: 3em;
}
.post .pageLike h3 {
	margin: 2em 0 1em 0;
	padding: 1em 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
}
.pageLike ul li {
  list-style: none;
}
.pageLike .cmnt {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
.pageLike .item {
	max-width: 300px;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.pageLike .link {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.pageLike .link:last-child {
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}


/*
------------------------------------
 猫にダメなもの
------------------------------------ */

/* Menu */
.postDame .dameNav {
	margin: 0;
	padding: 0 0 1.5em 0;
}
.postDame .dameNav li {
	position: relative;
	list-style: none;
	margin: 0 0 1em 0;
	font-size: 15px;
	line-height: 1.4;
}
.postDame .dameNav li:before {
	display: block;
	position: absolute;
	top: .2em;
	left: -.8em;
	line-height: 1;
	font-family: FontAwesome;
	content: '\f0da';
	color: #666;
}

/* post */
.postDame h2 {
	margin: 2em 0 1em 0;
	padding: 7px 12px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
}
.postDame .caption {
	margin: 0 0 3em 0;
	padding: 0;
}
.postDame .box1 {
	margin: 0 0 3em 0;
	padding: 0 0 3em 0;
	border-bottom: 1px solid #ddd;
}
.postDame .box1 p:last-child {
	margin-bottom: 0;
}
.postDame .box1 h3 {
	margin: 0 0 1.5em 0;
	line-height: 1.2;
	border: none;
}
.postDame .box2 {
	margin: 0 0 3em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.postDame .box3 {
}
.postDame .box3l {
	margin-bottom: 1em;
	text-align: center;
}
.postDame .box3r {
}
.postDame .kaerebalink-box {
	width: 100%;
	margin: 0 0 15px 0;
}

@media all and (min-width: 768px) {
.postDame .box3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.postDame .box3l {
	min-width: 300px;
	margin: 0 20px 0 0;
}
.postDame .box3r {
}
}



/*
------------------------------------
 Comment Form
------------------------------------ */
#comments input[type="submit"]:hover {
	background: #888;
}

/*
------------------------------------
 Search Result Title
------------------------------------ */
#list-title {
	font-size: 20px; font-size: 2rem;
}


/*
------------------------------------
 Sidebar
------------------------------------ */

/* About & Profile */
.sideProfile {
	margin: 20px 0 1em 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sideProfileInner1,
.sideProfileInner2 {
	margin: 0;
	box-sizing: border-box;
}
.sideProfileInner1 {
	padding: 0 8px 0 0;
}
.sideProfileInner2 {
	padding: 0 0 0 8px;
}
.sideProfileInner3 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.sideProfileInner3 img {
	margin-right: 10px;
}
.sideProfileTxt1 {
	font-size: 1rem;
	color: #aaa;
}
.sideProfileTxt2 {
}

/* 関連リンク */
.sideLink {
	width: 100%;
	margin: 0;
	padding: 0 0 1em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
.sideLink li {
	margin: 0;
}
.sideLink a {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(images/sns.png);
	background-repeat: no-repeat;
}
.sideLink a:hover {
	opacity: .75;
}
.tweeter a {
	background-position: 0px 0px;
}
.facebook a {
	background-position: -50px 0px;
}
.googleplus a {
	background-position: -100px 0px;
}
.feedly a {
	background-position: -150px 0px;
}
.youtube a {
	background-position: -200px 0px;
}
.nico a {
	background-position: -250px 0px;
}
.instagram a {
	background-position: -300px 0px;
}
.vine a {
	background-position: -350px 0px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
.sideLink a {
	background-image: url(images/sns.png);
	background-size: 400px 250px;
}
.tweeter a {
	background-position: 0px -50px;
}
.facebook a {
	background-position: -50px -50px;
}
.googleplus a {
	background-position: -100px -50px;
}
.feedly a {
	background-position: -150px -50px;
}
.youtube a {
	background-position: -200px -50px;
}
.nico a {
	background-position: -250px -50px;
}
.instagram a {
	background-position: -300px -50px;
}
.vine a {
	background-position: -350px -50px;
}
}
@media print, (max-width: 991px) {
	.sideLink {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
}
}
@media print, (max-width: 380px) {
	.sideLink {
		width: 260px;
	margin: 0;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
	.sideLink a {
		margin: 0 10px 15px 10px;
	}
}

/* Twitter */
.sideTwitter {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	border-left: 1px solid #e3e9ed;
	line-height: 0;
}

/* 検索 */
.sideSearch {
	margin-bottom: 30px;
}
.search-field {
	line-height: 1;
}
.search-submit {
}

/* アーカイブ */
.sideArchive {
	margin-bottom: 30px;
}

/* タグ */
.sideTag {
	margin-top: -10px;
}

/* 外部リンク */
.sideLink2 {
}

/* 矢印付きリンク */
.xxxxx ul li {
  list-style: none;
  margin-left: 1em;
  position: relative;
}
.xxxxx ul li:before {
    position: absolute;
    left: -.7em;
    font-family:'FontAwesome';
    content: "\f0da";
    color: #ccc;
}


/* Wordpress Popular Posts */
.popular-posts {
}
.wpp-no-data {
}
.sideWpp {
}
.sideWpp li {
	overflow: hidden;
	float: none;
	clear: both;
	margin: 0 0 5px 0 !important;
	padding: 10px 0 5px 0 !important;
	border-bottom: 1px solid #eee;
	line-height: 1.4 !important;
}
.wpp-thumbnail {
	display: inline;
	float: left;
	margin: -10px 10px 0 0;
	border: 1px solid #ddd;
}
a:hover .wpp-thumbnail {
	border-color: #f69;
}
.wpp-post-title {
}
.wpp-excerpt {
}
.post-stats {
	display: block;
	font-size: 1rem;
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
}
.wpp-date {
	font-size: 1.2rem;
	color: #999;
}
.wpp-category {
}
.wpp-rating {
}

/* Amazon Link */
.sideAmazon {
	font-size: .9em;
	margin: 0 auto;
	text-align:center;
}
.sideAmazon h3 {
	text-align: center;
}
.sideAmazon img {
	margin-bottom: 5px;
}

/* Goods */
.sideGoods {
	text-align: center;
}

/* モアクリのLike */
.sideLike {
	text-align: center;
}
.sideLike .cmnt {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.4;
}
.sideLike .item {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

/* スクロール追従 */
#side-scroll {
	margin-top: 15px;
}

/*
------------------------------------
 Footer
------------------------------------ */


/*
------------------------------------
 Other
------------------------------------ */
/* external icon */
.ext_icon::after {
	color: #666;
}

/* Adsense */
#adsense .ad-label,
.ad-label {
	text-align: center;
	color: #666;
	font-size: .9em !important;
}


/*
------------------------------------
 Responsive Style
------------------------------------ */

/* 991px and under (サイドバーが下に来た時の調整) */
@media print, (max-width: 991px) {
	.container {
		padding: 0 10px 0 10px;
	}
}

/* 540px and under (より小さなデバイス向けの調整) */
@media (max-width: 540px) {
	.container {
		padding: 0 10px 0 10px;
	}
	.grid, #side .widget, #col3 .widget {
		padding-left: 10px;
		padding-right: 10px;
	}
}