/* <system section="theme" selected="8454420450091363061"> */
/*
  Theme: Blank
  Author: waitingmoon
  Description: シンプルな2カラムテーマ
  Responsive: yes
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
	color: #555;
	background-color: #fff;
	font-size: 16px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.625em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.375em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: .875em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #999;
}
p {
	margin: 0 0 1.6em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-content .hatena-image-left {
	margin: 0 1.6em 1.6em 0;
}
.entry-content .hatena-image-right {
	margin: 0 0 1.6em 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.6em 1.5em;
}
.table-of-contents {
	margin-left: 0;
}
table{
	border-top: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
	margin: 0 0 1.7em;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #e4e4e4;
	padding: 0.8em;
}
th {
	font-weight: 700;
}
pre {
	background-color: #333;
	color: #eee;
	font-size: 93.8%;
	line-height: 1.4;
	padding: 1.7em;
	margin: 0 0 1.7em;
	max-width: 100%;
	word-wrap: normal;
}
blockquote {
	padding: 1.6em 1.6em 1.6em 5.2em;
	margin: 0 0 1.6em;
	background-color: #f8f8f8;
	font-style: italic;
	position: relative;
}
blockquote *:last-child {
	margin-bottom: 0;
}
blockquote:before {
	color: #ccc;
	content: "“";
	font: 80px/1 Georgia,serif;
	position: absolute;
	top: 22px;
	left: 28px;
}
hr {
	background-color: #e4e4e4;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
	margin: 0 0 1.7em;
	padding: 1.7em;
	border: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
	overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
	margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
	margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
	.hatena-asin-detail-image,
	.itunes-embed-image{
		width: 64px;
	}
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
	content: "";
	display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
	color: #fff;
	background-color: #333;
}
#container {
	margin: 0 auto;
}
#blog-title {
	padding: 48px 0;
	border-bottom: 1px solid #e4e4e4;
}
#content {
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #fff;
}
#footer {
	padding: 24px 0;
	text-align: center;
	color: #fff;
	background-color: #333;
}
#blog-title-inner,
#content-inner,
#footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 656px;
}
#wrapper {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
}
@media screen and (min-width: 480px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	#globalheader-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#container {
		margin-top: 37px;
	}
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		max-width: 1053px;
	}
	#wrapper {
		width: 100%;
		margin-right: -348px;
		padding-right: 348px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	#main {
		padding-right: 48px;
		border-right: 1px solid #e4e4e4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box2 {
		width: 300px;
		float: right;
	}
}

/* for Pro */
.globalheader-off #container {
	margin-top: 0;
}

/* ヘッダー
   ========================================================================= */

/* ブログタイトル */
#title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	display: inline-block;
}

/* ブログ概要 */
#blog-description {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 93.8%;
	font-weight: 400;
}

/* 記事
   ========================================================================= */

.entry{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.entry-header {
	position: relative;
}

.entry-content {
	margin-bottom: 24px;
}

/* 記事タイトル */
.entry-title {
	font-size: 1.625em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 32px;
}

/* 日付 */
.date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
.date a {
}
.date a:before{
	content: "\f043";
	font: 16px/1 blogicon;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/* カテゴリー */
.categories {
	margin-top: -16px;
	margin-bottom: 28px;
}
.categories a {
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	float: left;
}
.categories a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: -72px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	line-height: 1;
}
.entry-header-menu a{
	font-size: 0;
}
.entry-header-menu a:before{
	content: "\f010";
	font: 16px/48px blogicon;
	margin-left: 2px;
}
@media screen and (max-width: 959px){
	.entry-header-menu{
		display: none!important;
	}
}

/* 続きを読む */
.entry-content .entry-see-more {
	margin: 8px 0 24px;
	padding: 10px 16px;
	color: #eee;
	background-color: #333;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}
.entry-content .entry-see-more:hover{
	color: #eee;
	background-color: #555;
}

/* 記事フッター */
.entry-footer {
	margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
	margin-bottom: 16px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
	margin-bottom: 32px;
}

/* コメント */
.comment-box {
	font-size: 93.8%;
}
.comment-box ul {
	list-style: none;
	margin: 1.7em 0;
	padding: 0;
}
.comment-user-name{
	padding-left: 64px;
	margin-bottom: 8px;
	position: relative;
}
.comment-user-name .hatena-id-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
	margin-left: 64px;
}
.comment-box .comment-content a {
	text-decoration: underline;
}
.leave-comment-title {
	padding: 10px 16px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	display: inline-block;
}
.leave-comment-title:hover {
	color: #555;
	text-decoration: none;
	background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
	margin-bottom: 48px;
}
.pager-prev{
	width: 48%;
	float: left;
	text-align: left;
}
.pager-next {
	width: 48%;
	float: right;
	text-align: right;
}
.pager-prev a,
.pager-next a{
	font-size: 93.8%;
	text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
	padding-bottom: 48px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.page-archive .entry-thumb {
	margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}
.breadcrumb {
	margin: 0 auto;
	padding: 24px 20px;
	font-size: 87.5%;
	max-width: 656px;
}
@media screen and (min-width: 480px) {
	.breadcrumb {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	.breadcrumb {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	.breadcrumb {
		max-width: 1053px;
	}
}


/* サイドバー
   ========================================================================= */

.hatena-module {
	font-size: 93.8%;
	line-height: 1.6;
	margin-bottom: 48px;
}
.hatena-module-title {
	letter-spacing: -0.01em;
	margin-top: 0;
	margin-bottom: 16px;
}
.hatena-module ul {
	margin-bottom: 0;
}
.hatena-urllist {
	list-style: outside none none;
	padding-left: 0;
	margin-left: 0;
}
.hatena-urllist li:first-child {
	border-top: none;
}
.hatena-urllist li {
	border-top: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.4;
}
.urllist-with-thumbnails li {
	padding-top: 16px;
	padding-bottom: 16px;
}
.urllist-with-thumbnails li .urllist-image {
	margin: 0 16px 0 0;
}
.urllist-title-link {
	font-size: inherit;
	overflow: hidden;
}
.urllist-date-link {
	font-size: 86.7%;
	overflow: hidden;
	margin-bottom: 2px;
}
.urllist-entry-body {
	margin-top: 2px;
	color: #777;
	font-size: 86.7%;
	overflow: hidden;
}
.urllist-categories {
	margin-top: 2px;
	overflow: hidden;
}
.urllist-category-link {
	font-size: 86.7%;
	margin-right: 4px;
}

/* プロフィール */
.profile-icon {
	margin: 0 16px 16px 0;
	border-radius: 4px;
	float: left;
	overflow: hidden;
}
.profile-description {
	margin-top: 6px;
	font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
	vertical-align: middle;
	margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
	font-size: 86.7%;
	line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
	padding: 0;
	text-align: center;
}
.archive-module-calendar th {
	padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
	text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
	margin: 0 4px 4px 0;
	padding: 0;
	border: none;
	float: left;
}
.hatena-module-category .hatena-urllist li a {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 6px 10px;
	font-size: 86.7%;
	display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
	position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input{
	border: 1px solid #e4e4e4;
	padding: 8px 32px 8px 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 0.4;
	text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.7;
}

/* フッター
   ========================================================================= */

#footer p {
	margin: 0;
}
#footer a{
	color: #ccc;
}
#footer a:hover{
	color: #eee;
}
#footer p,
#footer address {
	font-size: 87.5%;
}
/* </system> */

.star-container {  
display:none;
}

/*テーマ特有の設定=====>>>>>*/
#title {
    font-size: 42px;
}

#content {
	background-color: #FFFFFF;/*背景色*/
}

#content-inner {
	background-color: white;/*記事背景色*/
}

body {
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700; 
}


h2 {
  position: relative;
  text-align: center;
  font-size: 130%;
}
h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: white;
  text-align: left;
}
h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}



h3 {
  color: #494949;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #d7d7d7;/*上線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

h4 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #d7d7d7;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

h5 {
    /*線の種類（実線） 太さ 色*/
  border-bottom: solid 1px black;
  font-size: 120%
}



/* ヘッダー対策 */
@media (max-width:480px) {
.header-image-only #blog-title {
height: 95px;
}
.header-image-only #blog-title #blog-title-inner {
background-size: cover;
height: 95px;
}
}


/*テーマ特有の設定=====<<<<<*/




/*目次*/
.table-of-contents:before{
    content: "目次";
    font-size: 120%;
    font-weight: bold;
}

.table-of-contents{
    border: 1px solid;
    border-color: #A7ABAC;
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: white;/*背景色はここから変更*/
    font-size: 90%;
}

.table-of-contents li,
.table-of-contents ul{
    list-style-type: decimal;
}



#blog-title {
    margin: 0 auto;
    padding: 0;
}



/*サイドバーフォローボタン ===================>*/
.sidebar-follow-buttons{
    text-align: center;
    width:100%;
    letter-spacing: -.40em;
}
.sidebar-follow-buttons a {
    display: inline-block;
    letter-spacing: normal;
    width:48%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding:6% 0;
    margin:1%;
}
.sidebar-follow-buttons .inner-text {
    font-size:16px;
}
.sidebar-follow-buttons .hatena {
    color: #ffffff;
    background: #38393C;
}
.sidebar-follow-buttons .hatena:hover {
    background: #5F6063;
}
.sidebar-follow-buttons .facebook {
    background: #305097;
    color: #ffffff;
}
.sidebar-follow-buttons .facebook:hover {
    background: #5A77B7;
}
.sidebar-follow-buttons .twitter {
    background: #55acee;
    color: #ffffff;
}
.sidebar-follow-buttons .twitter:hover {
    background: #89C7F7;
}
.sidebar-follow-buttons .instagram {
    background: #3f729b;
    color: #ffffff;
}
.sidebar-follow-buttons .instagram:hover {
    background: #7AA5C7;
}
.sidebar-follow-buttons .feedly {
    background: #6cc655;
    color: #ffffff;
}
.sidebar-follow-buttons .feedly:hover {
    background: #8EDC7A;
}
.sidebar-follow-buttons .googleplus {
    background: #db4a39;
    color: #ffffff;
}
.sidebar-follow-buttons .googleplus:hover {
    background: #e47365;
}

/*サイドバーフォローボタン <===================*/

/* カエレバ・ヨメレバ・ポチレバリンク （https://open-cage.com/kaereba-css-sample/）*/
.kaerebalink-box,
.booklink-box,
.pochireba{
    background: #f9f9f9;
    margin: 1em 0;
    padding: 1em;
    min-height: 160px;
    border: 5px #eee solid;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0 25px #f1f1f1 inset;
    -moz-box-shadow: 0 0 25px #ddd inset;
    -o-box-shadow: 0 0 25px #f1f1f1 inset;
    box-shadow: 0 0 25px #f1f1f1 inset;
}
.kaerebalink-image,
.booklink-image,
.pochireba img{
    width:30%;
    float:left;
    margin:0 1em 0 0;
    text-align: center;
}
/* リンクテキスト */
.kaerebalink-name a,
.booklink-name a,
.pochi_name a{
    font-weight:bold;
    font-size:1.2em;
    text-decoration: none;
}
.pochi_name a{
    margin-bottom: 0.8em;
    display: block;
}
.kaerebalink-powered-date,
.kaerebalink-detail,
.booklink-powered-date,
.booklink-detail,
.pochi_seller,
.pochi_time,
.pochi_post{
    font-size:0.6em;
}
.kaerebalink-link1,
.booklink-link2{
    margin-top:0.5em;
}
.kaerebalink-link1 div,
.booklink-link2 div{
    display: inline-block!important;
    font-size:0.8em!important;
    margin-right:0.2em!important;
}
.kaerebalink-link1 div a,
.booklink-link2 div a{
    display: block;
    text-align: center;
    width: 10em; /*ギリギリ*/
    font-size: 1.3em;
    background: #888;
    color: #fff;
    border-bottom: 5px #777 solid;
    border-radius: 0.3em;
    padding: 0.2em 0.7em;
    text-decoration: none;
    margin: 0 0.2em 0.7em 0;
    line-height: 1.8;
}
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover{
    border-bottom-width: 3px;
    color:#fff;
    text-decoration: none;
    position: relative;
    bottom: -2px;
    opacity: 0.6; 
    filter: alpha(opacity=60);
}
/* Amazon ボタン */
.booklink-link2 .shoplinkamazon a,
.booklink-link2 .shoplinkkindle a,
.kaerebalink-link1 .shoplinkamazon a{
    background: #E47911;
    border-bottom-color: #C26A15;
}
/* 楽天ボタン */
.booklink-link2 .shoplinkrakuten a,
.kaerebalink-link1 .shoplinkrakuten a{
    background: #bf0000;
    border-bottom-color: #800000;
}
/* yahooボタン */
.booklink-link2 .shoplinkyahoo a,
.kaerebalink-link1 .shoplinkyahoo a{
    background: #4287f5;
    border-bottom-color: #1d488c;
}

.kaerebalink-link1 div a img{
    margin:0;
}
.cstmreba .kaerebalink-link1 div img,
.cstmreba .booklink-link2 div img,
.cstmreba .tomarebalink-link1 div img {
    display: none !important;
}
.pochireba-footer,.booklink-footer{
    clear:left;
}
@media screen and (max-width: 640px){
.kaerebalink-box,.booklink-box,.pochireba{
    min-height:100px;
}
}

/* トマレバリンク +++++++++++++++++++++++++++++++++++*/
/* tomarebalink 親ボックス */
.tomarebalink-box {
	position: relative;
	margin-bottom: 14px;
	padding: 8px;
	border: 3px #eee solid;
	background: #f9f9f9;
}

/* 情報ボックス */
.tomarebalink-info {
	margin: 0 4px 0 98px;
}
.tomarebalink-info a {
	/* 情報ボックス内のリンク下線をなくす */
	text-decoration: none;
}
.tomarebalink-name {
	color: #444;
}
/* ホテル名 リンク */
.tomarebalink-name>a {
	border-bottom: 1px dotted #a5a5a5;
	font-size: 16px;
	color: #174E80;
}
/* ホテル名 リンク ホバー時 */
.tomarebalink-name>a:hover {
	color: #722031;
}
/* powered by・住所 の文字サイズ */
.tomarebalink-powered-date,
.tomarebalink-address {
	font-size: 10px;
}
/* powered by */
.tomarebalink-powered-date {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* powered by のリンクカラー */
.tomarebalink-powered-date a {
	color: #406d82;
}
/* 住所 */
.tomarebalink-address {
	margin-bottom: 4px;
}
/* 各サービスへのリンクボックスを横並びに */
.tomarebalink-link1>div {
	float: left;
	width: auto;
	margin: 0 8px 0 0;
}
.tomarebalink-link1 a {
	display: block;
	margin: 0 0 4px;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 12px;
	color: #fff;
	background-color: #aaa;/* 基本カラー */
}
.tomarebalink-link1 a:hover {
	text-decoration: underline;
}
/*ボタン背景カラー */
.tomarebalink-link1 .shoplinkrakuten a { background-color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background-color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background-color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { background-color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background-color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background-color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background-color: #ff0033; }/* Yahoo!トラベル */
.booklink-footer {
	visibility: hidden;
}
/* トマレバリンク +++++++++++++++++++++++++++++++++++*/





/*自前サムネイルリンク ============>>*/
.sumlink_area {
    padding-bottom:1em;
}

.sumlink {
  display: inline-block;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
  padding-bottom:5px;
  text-align:center;
  color: #000000;
  text-decoration :none;
  background: white; /*背景色*/
  border-color: #888;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);   /* 影指定 */
  border-radius: 3px;                             /* 角丸指定 */
  transition: .3s;
  
  background-image: linear-gradient(135deg, #888 15px, transparent 0),
                    linear-gradient(-45deg, #888 15px, transparent 0)
}




.sumlink:hover {
  opacity: 0.6;;
}


.sumlink_img {
    margin:.2em;
    height:auto;
    width:40%;
    
}

.sumlink_title {
    overflow:hidden;
    display:inline-block;
    font-size: 100%;
    text-align:left

}

.tabemono_link {
    table-layout: fixed;
    width: 100%;
}


/*まとめページタイル ===================>*/
.matome_card.card {
  display: flex;
  flex-wrap: wrap;
}

.matome_card .card_item {
  width: calc(50% - 20px);
  margin:0 15px 15px 0;
  /*background: #f5f4f2;*/
  background: #ffffff;
  border: 1px solid;
  border-color: #e4e4e4;
}

.matome_card .card_item:nth-child(2n) {
  margin-right: 0;
}

.matome_card img {
  width: calc(100% - 10px);
}



/*イメージリンクだけをタイルで*/

.card_item {
  text-align:center;
  border: none;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold; 
}



.card_item_img img {
  width: 98%;
  height: 200px;
  object-fit: fit;
  
  -webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
  -o-filter: grayscale(75%);
  -ms-filter: grayscale(75%);
  filter: grayscale(75%);
  transition: 0.2s linear;

}

.card_item_img img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}



/*マガジンの最新記事用デザイン*/
.new-entry-list-body {
    padding-left: 1px;
    padding-right: 10px;
    margin: 1em 0;
    color: #000000;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #000000;/*左線*/
    border-right: double 7px #000000;/*右線*/
}

.new-entry-list-body urllist-with-thumbnails{
    padding-inline-start:0px
}

/* 記事一覧カード化 */
.page-index .archive-entries{
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-justify-content: space-between;
     justify-content: space-between;
}
.page-index .archive-entry{
     width: 49%;
     padding: 200px 0 0 0;
     position: relative;
}
.page-index .entry-thumb{
     display: none;
}
.page-index .entry-thumb-link{
     display: block;
     width: 90%;
     height: 180px;
     background-position: center center;
     background-size: cover;
     position: absolute;
     top: 0;
     left: 0;
}
.entry-title-link {
    font-size: 80%;
    font-weight: normal;
}
.page-index .date{
     display: none;
}

.page-index .entry-title{
     display:none;
}
.page-index .entry-description{
  display:none;
}

.page-index .categories{
  display:none;
}

.page-index .autopagerize_insert_before{
  display:none;
}

/* アーカイブページ */
.page-archive .archive-entry {
	padding-bottom: 1px;
	border-bottom: none;
	margin-bottom: 1px;
}



/* スマホの場合の表示 */
@media only screen and (max-width: 750px) {
    .card_item_img img {
    width: 100%;
    height: 100px;
    object-fit: fit;
    }
    .page-index .archive-entry{
        width: 99%;
        padding: 200px 0 0 0;
        position: relative;
    }
}


/*グローバルメニュー*/ ==========

ul.navi-top, navi-top_sp, ul.navi-top a, navi-top_sp a {
        color:white;/*文字の色*/
        background-color:black;/*メニューバーの背景色*/}

ul.navi-top a:hover, ul.navi-top_sp a:hover {
        color:white;/*マウスオーバーの時の文字の色*/
        background-color:black;/*マウスオーバーの時の背景色*/}

ul.navi-top {
	position:fixed;
	left:0;
	top:0;
   	margin: 0;
   	padding:0;
	font-size:14px;
	width:100%;
	text-align:center;
	z-index:50;
	background:white;
	}/*重なり順*/
	
ul.navi-top_sp {
   	margin: 0;
   	padding:0;
	font-size:14px;
	width:100%;
	text-align:center;
	z-index:50;
	}/*重なり順*/

/*1階層目*/
ul.navi-top li {
	width: 125px;/*１階層目の幅*/
   	display: inline-block;
   	list-style-type: none;
   	position: relative;
}
   	
ul.navi-top_sp li {
	width: 100px;/*１階層目の幅*/
   	display: inline-block;
   	list-style-type: none;
   	position: relative;
}

ul.navi-top a, ul.navi-top_sp a {
   	line-height: 36px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:2px;
   	text-decoration: none;
   	display: block;
   	background:white;}

/*２階層目*/
ul.navi-top ul, ul.navi-top_sp ul {
       display: none;
       margin:0px;
       padding:0px; 
       z-index:51;
       position: absolute;}

ul.navi-top ul a{
       width:115px;/*PC２階層目の幅*/}
       
ul.navi-top_sp ul a{
       width:95px;/*スマホ２階層目の幅*/}
       
       
ul.navi-top li:hover ul, ul.navi-top_sp li:hover ul {
       display: block;}

/*スマホの時は上部グローバルメニューは表示しない*/
@media(max-width: 767px){
    .navi-top{display:none; }
}

/*PCの時はspグローバルメニューは表示しない*/
@media screen and (min-width:480px){
    .navi-top_sp{display:none; }
}


/*グローバルメニュー*/==========>>


.other_btn {
 img{text-align:center;}
}


Responsive: yes


