@charset "UTF-8";
/* =========================================================
Gradients
========================================================= */
/*
  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%;
}
/*
  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%;
}
@-webkit-keyframes gradientAnime {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradientAnime {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* =========================================================
resposive
========================================================= */
/* =========================================================
Font - Text - title
========================================================= */
body {
  font-size: 1rem; }

/* =========================================================
Margin - Padding
========================================================= */
.mt5 {
  margin-top: 5px; }

.pt5 {
  padding-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pb5 {
  padding-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.pl5 {
  padding-left: 5px; }

.mr5 {
  margin-right: 5px; }

.pr5 {
  padding-right: 5px; }

.m5 {
  margin: 5px; }

.p5 {
  padding: 5px; }

.mt10 {
  margin-top: 10px; }

.pt10 {
  padding-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.pl10 {
  padding-left: 10px; }

.mr10 {
  margin-right: 10px; }

.pr10 {
  padding-right: 10px; }

.m10 {
  margin: 10px; }

.p10 {
  padding: 10px; }

.mt15 {
  margin-top: 15px; }

.pt15 {
  padding-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pb15 {
  padding-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.pl15 {
  padding-left: 15px; }

.mr15 {
  margin-right: 15px; }

.pr15 {
  padding-right: 15px; }

.m15 {
  margin: 15px; }

.p15 {
  padding: 15px; }

.mt20 {
  margin-top: 20px; }

.pt20 {
  padding-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pb20 {
  padding-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.pl20 {
  padding-left: 20px; }

.mr20 {
  margin-right: 20px; }

.pr20 {
  padding-right: 20px; }

.m20 {
  margin: 20px; }

.p20 {
  padding: 20px; }

.mt25 {
  margin-top: 25px; }

.pt25 {
  padding-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.pb25 {
  padding-bottom: 25px; }

.ml25 {
  margin-left: 25px; }

.pl25 {
  padding-left: 25px; }

.mr25 {
  margin-right: 25px; }

.pr25 {
  padding-right: 25px; }

.m25 {
  margin: 25px; }

.p25 {
  padding: 25px; }

.mt30 {
  margin-top: 30px; }

.pt30 {
  padding-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pb30 {
  padding-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.pl30 {
  padding-left: 30px; }

.mr30 {
  margin-right: 30px; }

.pr30 {
  padding-right: 30px; }

.m30 {
  margin: 30px; }

.p30 {
  padding: 30px; }

/* =========================================================
For parts
========================================================= */
/* =========================================================
Flex
========================================================= */
/* =========================================================
All things
========================================================= */
/* =========================================================
Flex - style
========================================================= */
/* flex
--------------------------------------------------------- */
.flex-nowrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-nowrap-big {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 1420px) {
    .flex-nowrap-big {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-nowrap-xl {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 1200px) {
    .flex-nowrap-xl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-nowrap-lg {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 992px) {
    .flex-nowrap-lg {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-nowrap-md {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 768px) {
    .flex-nowrap-md {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-nowrap-sm {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 576px) {
    .flex-nowrap-sm {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-nowrap-no-xl {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 1200px) {
    .flex-nowrap-no-xl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block; } }

.flex-nowrap-no-lg {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 992px) {
    .flex-nowrap-no-lg {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block; } }

.flex-nowrap-no-md {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 768px) {
    .flex-nowrap-no-md {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block; } }

.flex-nowrap-no-sm {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 576px) {
    .flex-nowrap-no-sm {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: block; } }

.flex-wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-no-lg {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .flex-wrap-no-lg {
      display: block; } }

.flex-wrap-no-md {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .flex-wrap-no-md {
      display: block; } }

.flex-wrap-no-sm {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .flex-wrap-no-sm {
      display: block; } }

/* flex item
--------------------------------------------------------- */
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .flex-item.__left {
    margin-right: 6%; }
  .flex-item.__inherit {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }

/* flex basis
--------------------------------------------------------- */
.flex-basisAuto {
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.flex-basis50 {
  -ms-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
      flex-basis: 33.3333333%; }

.flex-basis33 {
  -ms-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
      flex-basis: 33.3333333%; }

.flex-basis25 {
  -ms-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
      flex-basis: 33.3333333%; }

.flex-basis20 {
  -ms-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
      flex-basis: 33.3333333%; }

/* flex column
--------------------------------------------------------- */
.flex-column3 .menu-item,
.flex-column3 .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%; }
  @media (max-width: 1200px) {
    .flex-column3 .menu-item,
    .flex-column3 .flex-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (max-width: 576px) {
    .flex-column3 .menu-item,
    .flex-column3 .flex-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
.flex-column2 .menu-item,
.flex-column2 .flex-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
.flex-column1 .menu-item,
.flex-column1 .flex-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
.flex-column5-md-3 .menu-item,
.flex-column5-md-3 .flex-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }
  @media (max-width: 768px) {
    .flex-column5-md-3 .menu-item,
    .flex-column5-md-3 .flex-item {
      -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%; } }

/* flex justify-content
--------------------------------------------------------- */
.jc-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center; }

.jc-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.jc-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.jc-end-md-start {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media (max-width: 768px) {
    .jc-end-md-start {
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start; } }

.jc-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }

.jc-between-sm-end {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 576px) {
    .jc-between-sm-end {
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -ms-flex-pack: flex-end; } }

.jc-between-xl-center {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 1200px) {
    .jc-between-xl-center {
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-pack: center; } }

.jc-between-xl-start {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 1200px) {
    .jc-between-xl-start {
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start; } }

/* flex align-items
--------------------------------------------------------- */
.ai-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ai-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ai-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/* =========================================================
l-oldsytle
========================================================= */
/* =========================================================
l-oldsytle
========================================================= */
/* <system section="theme" selected="8454420450091363061"> */
/* </system> */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* =========================================================
記事以外
============================================================*/
/* 全体 */
#container {
  overflow: hidden; }

#blog-title-inner, #content-inner, #footer-inner {
  max-width: 1253px; }

#blog-title {
  border: none; }

@media only screen and (max-width: 767px) {
  #blog-title {
    padding: 24px 0 0;
    border: none; }

  #blog-description {
    display: none; } }
/* 記事下のIDと時刻非表示*/
span.author.vcard {
  display: none; }

span.entry-footer-time {
  display: none; }

/*↓----更新日時表示----↓*/
.lastmod {
  background-color: transparent;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 15px;
  display: inline;
  margin-left: 0px;
  color: #888888; }

.lastmod::before {
  margin-right: 5px;
  margin-left: 10px;
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f01e'; }

.entry-date a {
  background-color: transparent;
  padding: 5px 0px 5px 6px;
  text-decoration: none;
  font-size: 15px;
  display: inline; }

.entry-date a::before {
  margin-right: 5px;
  padding-left: 3px; }

/*↑----更新日時表示----↑*/
/* パンくず の調整 */
#top-box {
  background-color: transparent;
  border: none; }

.page-entry .breadcrumb {
  margin: 0 auto 0;
  font-size: 10px;
  max-width: 1253px;
  padding-top: 0px;
  padding-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .page-entry .breadcrumb {
    color: #999; } }
/*  目次の調整 */
.table-of-contents li > ul {
  display: none; }

/* =========================================================
記事スタイル
============================================================*/
/* フォントサイズ */
.entry-content p {
  font-size: 16px; }

.entry-title {
  font-size: 36px; }

.entry-content h2 {
  font-size: 24px; }

.entry-content h3 {
  font-size: 22px; }

.entry-content h4 {
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .entry-content p {
    font-size: 15px; }

  .entry-title {
    font-size: 24px; }

  .entry-content h2 {
    font-size: 18px; }

  .entry-content h3 {
    font-size: 18px; }

  .entry-content h4 {
    font-size: 17px; } }
/* フォントスタイル */
.entry-content p {
  line-height: 2;
  margin: 0 0 2em; }

.entry-content a {
  color: #4eacd1; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 1px; }

.entry-title {
  line-height: 1.4; }

.entry-content h2 {
  line-height: 1.6;
  margin: 2.6em 0 1.8em;
  padding: 20px 20px;
  border-radius: 1px;
  border-left: 3px solid #333;
  background: #efefef; }

.entry-content h3 {
  position: relative;
  line-height: 1.6;
  margin: 2.4em 0 1.8em;
  padding: 16px 0px 16px;
  border-radius: 4px;
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef; }

.entry-content h3:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 48px;
  left: 0;
  top: -3px;
  background-color: #333;
  border-right: 3px solid #fff; }

.entry-content h4 {
  line-height: 1.6;
  margin: 2.4em 0 1.4em;
  padding: 0px 0px 14px;
  border-radius: 4px;
  border-bottom: 2px solid #efefef; }

@media only screen and (max-width: 767px) {
  .entry-content h2 {
    line-height: 1.4;
    padding: 16px 12px;
    margin: 2.6em -20px 1.8em; }

  .entry-content h3 {
    line-height: 1.4;
    padding: 16px 12px;
    margin: 2.6em -20px 1.8em; }

  .entry-content h4 {
    line-height: 1.4;
    padding: 12px 12px;
    margin: 2.5em -20px 1.6em; } }
/* リスト */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.8em 0;
  padding: 20px 0 20px 20px;
  border-top: 1px dashed #efefef;
  border-bottom: 1px dashed #efefef; }

.entry-content ul li,
.entry-content ol li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: bold; }

.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .entry-content ul li,
  .entry-content ol li {
    font-size: 13px; } }
/* テーブル */
.entry-content table {
  margin-bottom: 2em; }

.entry-content table th {
  background-color: #f4f4f4; }

.entry-content table th.style01 {
  background-color: #333;
  color: #fff; }

.entry-content table th,
.entry-content table td {
  font-size: 14px; }

.entry-content table td ul {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0; }

.entry-content table td ul li {
  font-weight: normal;
  font-size: 12px; }

.entry-content table .min-width01 {
  max-width: 120px;
  min-width: 120px; }

.entry-content table .min-width02 {
  max-width: 80px;
  min-width: 80px; }

.entry-content table.font-small01,
.entry-content table.font-small01 th,
.entry-content table.font-small01 td,
.entry-content table.font-small02,
.entry-content table.font-small02 th,
.entry-content table.font-small02 td {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .entry-content table th,
  .entry-content table td {
    padding: 0.8em 0.4em;
    font-size: 12px; }

  .entry-content table.font-small02,
  .entry-content table.font-small02 th,
  .entry-content table.font-small02 td {
    font-size: 11px !important; } }
/* ブロッククオート */
.entry-content blockquote p {
  font-size: 12px;
  margin-bottom: 1em; }

.entry-content blockquote p:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 2em 1em 1em; }

  .entry-content blockquote {
    font-size: 12px; }

  .entry-content blockquote:before {
    top: -16px;
    left: -8px; } }
/* リンク引用 */
iframe.embed-card.embed-webcard,
iframe.embed-card.embed-blogcard {
  max-width: 1000px !important; }

iframe.embed-card.embed-webcard + span {
  font-size: 14px; }

/* 画像1~3こ並び */
.box-cont {
  font-size: 0;
  margin-bottom: 2em; }

.box-cont .column-1 {
  text-align: center;
  display: block; }

.box-cont .column-2,
.box-cont .column-3 {
  display: inline-block;
  text-align: center; }

.box-cont .column-1 img,
.box-cont .column-2 img,
.box-cont .column-3 img {
  max-height: 320px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.box-cont .column-1 {
  width: 100%; }

.box-cont .column-2 {
  width: 50%; }

.box-cont .column-3 {
  width: 33.33%; }

@media only screen and (max-width: 560px) {
  .box-cont .column-3 {
    display: block;
    width: 100%; } }
/* 商品リンクボタン */
.intro-btn {
  font-size: 0;
  width: 80%;
  margin: 0 auto 2em; }

.intro-btn-shop {
  display: inline-block;
  width: 50%; }

.one-btn .intro-btn-shop {
  width: 100%; }

.intro-btn-shop a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 4;
  margin: 0 4px;
  display: block;
  background-color: none;
  color: #f90;
  border: 1px solid #f90;
  border-bottom: 2px solid #f90;
  border-radius: 3px; }

.intro-btn-shop a:hover {
  color: #fff;
  background-color: #f90; }

.intro-btn-shop a:before {
  content: "\f034";
  font-family: "blogicon";
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  margin-right: 10px;
  color: #fff;
  background: #f90;
  width: 18px;
  height: 18px;
  border-radius: 100%; }

.intro-btn-shop.shop-raku a {
  color: #BF0000;
  border: 1px solid #BF0000;
  border-bottom: 2px solid #BF0000; }

.intro-btn-shop.shop-raku a:hover {
  color: #fff;
  background-color: #BF0000; }

.intro-btn-shop.shop-raku a:before {
  content: "楽";
  font-size: 12px;
  line-height: 1.5;
  background: #BF0000; }

.intro-btn-shop.shop-base a {
  color: #BF0000;
  border: 1px solid #BF0000;
  border-bottom: 2px solid #BF0000; }

.intro-btn-shop.shop-base a:hover {
  color: #fff;
  background-color: #BF0000; }

.intro-btn-shop.shop-base a:before {
  content: "＞";
  font-size: 10px;
  line-height: 1.7;
  background: #BF0000; }

@media only screen and (max-width: 767px) {
  .intro-btn {
    width: 100%; }

  .intro-btn-shop {
    margin-bottom: 1em !important; }

  .intro-btn-shop a {
    font-size: 12px; } }
@media only screen and (max-width: 560px) {
  .intro-btn-shop a {
    font-size: 10px; } }
/* テキスト周り */
.txt-align-c,
.txt-align-c th,
.txt-align-c td {
  text-align: center; }

.txt-align-c td a,
.txt-align-c th a {
  display: block;
  text-align: center; }

.txt-align-r {
  text-align: right; }

.txt-align-l {
  text-align: left; }

.txt-line10 {
  line-height: 1.0; }

.txt-line11 {
  line-height: 1.1; }

.txt-line12 {
  line-height: 1.2; }

.txt-line13 {
  line-height: 1.3; }

.txt-line14 {
  line-height: 1.4; }

.txt-line15 {
  line-height: 1.5; }

.txt-red {
  color: #FD4A31; }

/* margin / padding 周り */
.mt0 {
  margin-top: 0 !important; }

.mt16 {
  margin-top: 16px !important; }

.mt32 {
  margin-top: 32px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb32 {
  margin-bottom: 32px !important; }

/* 画像周り */
.image-size01 {
  width: 120px; }

.image-size02 {
  width: 80px; }

.image-size03 {
  width: 40px; }

@media only screen and (max-width: 560px) {
  .image-size01 {
    width: 80px; }

  .image-size02 {
    width: 52px; } }
.image-maxwidth01 {
  max-width: 520px !important;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* ボタン スタイル */
.btn-style01 a {
  display: block;
  width: 90%;
  margin: auto;
  padding: 0.8em 1em;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  background: #4cb3ef;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: solid 2px #4cb3ef;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s; }

.btn-style01 a:hover {
  background: #fff;
  color: #4cb3ef; }

.btn a {
  display: block;
  width: 90%;
  margin: auto;
  padding: 0.8em 1em;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s; }

.btn a:hover {
  background: #fff; }

.btn-green a {
  background-color: #13bf00;
  border: solid 2px #13bf00; }

.btn-green a:hover {
  background: #fff;
  color: #13bf00; }

.btn-blue a {
  background: #4cb3ef;
  border: solid 2px #4cb3ef; }

.btn-blue a:hover {
  background: #fff;
  color: #4cb3ef; }

/* 本 リンク */
.bookBox {
  width: auto;
  overflow: hidden;
  padding: 24px;
  border: 2px solid #efefef;
  border-radius: 3px;
  margin-bottom: 1em; }

.bookBox_img {
  max-width: 100px;
  width: 100%;
  float: left; }

.bookBox_img a {
  display: block; }

.bookBox_img a img {
  -webkit-transition: .4s;
  transition: .4s; }

.bookBox_img a:hover img {
  opacity: 0.9; }

.bookBox_text {
  margin-left: 120px; }

.bookBox_text .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
  line-height: 1.6;
  margin: 0 0 0.5em !important;
  padding: 0 !important;
  border-radius: 0;
  border-bottom: none;
  clear: none; }

.bookBox_text .title a {
  color: #555;
  text-decoration: none; }

.bookBox_text .title a:hover {
  text-decoration: underline; }

.bookBox_text ul {
  list-style: none;
  margin: 0 0 0.5em; }

.bookBox_text ul li {
  font-size: 12px; }

.bookBox_text li.star {
  color: #FFCE00;
  margin-bottom: 0.5em; }

.bookBox_text li.star a {
  color: #4eacd1; }

.bookBox_text li.price .kindle {
  padding-left: 8px; }

.bookBox_text li.price strong {
  position: relative;
  font-size: 14px; }

.bookBox_text li.price strong:after {
  content: "";
  padding-left: 4px;
  margin: auto;
  font-size: 10px;
  opacity: 0.7;
  font-weight: normal; }

.bookBox_text li.price .normal strong:after {
  content: "(普通の本)"; }

.bookBox_text li.price .kindle strong:after {
  content: "(Kindle本)"; }

.bookBox_text .intro-btn {
  width: 100%; }

.bookBox_text .intro-btn-1 .intro-btn-shop {
  display: block;
  width: 100%; }

.bookBox_text .intro-btn-shop {
  margin-bottom: 0 !important; }

.bookBox_text .intro-btn-shop a {
  line-height: 3; }

@media only screen and (max-width: 767px) {
  .bookBox {
    padding: 16px 16px 18px; }

  .bookBox_img {
    float: none;
    margin: 0 auto 0.5em;
    max-width: 80px; }

  .bookBox_text {
    margin-left: 0; } }
.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin: 1em auto 2em; }

.youtube img {
  width: 100%; }

.youtube::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }

.youtube:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.youtube:after {
  position: absolute;
  content: "▶ クリックして再生";
  color: #fff;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer; }

.youtubeBox {
  position: relative;
  width: 100%;
  margin: 1em auto 2em;
  padding-top: 56.25%; }

.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* attention スタイル */
.attention01 {
  text-align: center;
  border: 1px solid #F00;
  border-radius: 2px;
  font-size: 10px !important;
  padding: 4px 8px;
  line-height: 1.6 !important; }

/* 比較テーブル */
.fa-circle,
.fa-caret-up {
  color: #5ED5CE;
  font-weight: bold; }

.fa-times {
  color: #FF4949; }

.triangle {
  color: #673ab7; }

.o-parts.table.__compare {
  overflow-x: auto;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: block;
  counter-reset: rank;
  border: none;
  font-size: 12px;
  border-spacing: 0; }

@media (max-width: 768px) {
  .o-parts.table.__compare {
    font-size: 10px; } }
.o-parts.table.__compare tr:nth-child(2) th {
  border-radius: 10px 10px 0 0; }

.o-parts.table.__compare tr:last-child th {
  border-radius: 0 0 10px 10px; }

.o-parts.table.__compare tr.__rank {
  counter-increment: rank; }

.o-parts.table.__compare tr.__rank td {
  position: relative; }

.o-parts.table.__compare tr.__rank td:before {
  content: counter(rank) "";
  position: absolute;
  left: 0;
  right: 0;
  border: 4px solid #fff;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: auto;
  top: -15px;
  color: #fff;
  padding-left: 2px;
  background-color: #333; }

.o-parts.table.__compare tr.__rank .__no1:before {
  background-color: #f00; }

.o-parts.table.__compare tr.__rank .__no2:before {
  background-color: #f03; }

.o-parts.table.__compare tr.__rank .__no3:before {
  background-color: #f19; }

.o-parts.table.__compare tr.__recommend td a {
  text-decoration: none; }

.o-parts.table.__compare tr.__comment td {
  position: relative;
  border-top: 0;
  border-bottom: 0;
  margin: 12px;
  background-color: #f4f4f4;
  position: relative; }

.o-parts.table.__compare tr.__comment td:after {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #f4f4f4 transparent;
  top: -8px;
  left: calc( 50% - 7px ); }

.o-parts.table.__compare tr.__comment td:after {
  content: "";
  border-style: solid;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.o-parts.table.__compare th {
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border: none;
  background-color: #333;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 24px rgba(0, 0, 0, 0.1), 0 0 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 24px rgba(0, 0, 0, 0.1), 0 0 32px rgba(0, 0, 0, 0.1); }

@media (max-width: 768px) {
  .o-parts.table.__compare th {
    font-size: 10px; } }
.o-parts.table.__compare td {
  max-width: 280px;
  min-width: 180px;
  position: relative;
  text-align: center;
  font-weight: bold;
  border: 1px solid #efefef;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff; }

.o-parts.table.__compare td.__bad {
  background-color: rgba(255, 0, 0, 0.07); }

.o-parts.table.__compare td.__great {
  background-color: rgba(195, 250, 232, 0.2); }

.o-parts.table.__compare i:before {
  margin-right: 12px; }

.o-parts.table.__compare a {
  text-decoration: underline; }

.o-parts.table.__compare a:hover {
  text-decoration: none; }

.o-parts.table.__compare tr:first-child td {
  border-top: 1px solid #333;
  border-radius: 10px 10px 0 0; }

.o-parts.table.__compare tr:last-child td {
  border-radius: 0 0 10px 10px; }

.o-parts.table.__sidescroll {
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: block;
  border: none;
  border-spacing: 0; }

.o-parts.table.__sidescroll .__sidescroll_item {
  min-width: 360px;
  max-width: 480px;
  width: 100%;
  vertical-align: top; }

@media (max-width: 768px) {
  .o-parts.table.__sidescroll .__sidescroll_item {
    min-width: 290px; } }
.u-help.nobg {
  background-color: transparent !important; }

.u-help.noshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* <system section="theme" selected="8454420450091363061"> */
/* </system> */
/* =========================================================
o-tab -  style
============================================================*/
/*タブ切り替え全体のスタイル*/
.o-tab {
  width: auto;
  margin: 0 auto 3rem;
  /*ラジオボタンを全て消す*/ }
  .o-tab.__item3 .o-tabItem {
    width: calc(100%/3); }
  .o-tab.__item4 .o-tabItem {
    width: calc(100%/4); }
  .o-tabItem {
    width: calc(100%/3);
    border: 3px solid #fff;
    background-color: #f4f4f4;
    padding: 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 32px;
    line-height: 1.4;
    opacity: 0.5;
    position: relative; }
    .o-tabItem:after {
      border-width: 6px 5px 0 5px;
      border-color: #f4f4f4 transparent transparent transparent;
      bottom: -6px;
      left: calc( 50% - 5px ); }
    .o-tabItem:after {
      content: "";
      border-style: solid;
      display: inline-block;
      height: 0;
      position: absolute;
      width: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media (max-width: 768px) {
      .o-tabItem {
        font-size: 11px;
        padding: 8px 4px;
        border: 1px solid #fff; } }
    .o-tabItem:hover {
      opacity: 0.85; }
    .o-tabItem:after {
      bottom: 0px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .o-tabItem_img {
      width: 80px;
      position: absolute;
      top: -56px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 768px) {
        .o-tabItem_img {
          width: 64px; } }
  .o-tab input[name="o-tabItem"] {
    display: none; }
  .o-tab input:checked + .o-tabItem {
    opacity: 1;
    background-color: #111;
    color: #fff; }
    .o-tab input:checked + .o-tabItem:after {
      bottom: -6px;
      border-color: #111 transparent transparent transparent; }
  .o-tabCont {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#box1:checked ~ #box1_content,
#box2:checked ~ #box2_content,
#box3:checked ~ #box3_content,
#box4:checked ~ #box4_content {
  display: block; }
