	/* <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> */


/* <system section="background" selected="383838"> */
body{background:#234;}
/* </system> */

/*インナー左右ヨハク */
#blog-title-inner, #content-inner, #footer-inner{
    padding:0;
}

/* 記事一覧時「続きを読む」下余白 */
.entry-content{
    margin-bottom: 20px;
}

.entry {
    border-bottom: 2px dotted #e7e7e7;
    margin-bottom: 15px;
}


/* テキストリンク */
#content a{
    color: #666;
}
#content a:hover {
    color: #abc;
    text-decoration: underline;
    text-shadow: 0 0 10px #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    animation: rum 0.12s linear infinite;
}


/* 右カラムカテゴリテキストリンク */
#content .urllist-categories a {
    font-size: 60%;
    color: #7D9ABD;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 1px 5px;
    margin:2px 5px 5px;
}

#content .urllist-categories a:hover {
    color: #fff;
    background-color: #357;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    animation: rum 0.12s linear infinite;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* カテゴリ説明 */
.category-page{
    font-size:14px;
    padding: 10px 30px 10px;
    margin: 0px 0 60px 0;
    border: 2px  solid #eee;
    border-radius: 8px;
    text-align: left;
    background:#f8f8f8;
}
.category-page ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.category-page ul a{
    font-size: 16px;
    text-decoration: underline;
    font-weight:bold;
}
.category-page ul a:hover{
    font-size: 16px;
    text-decoration: underline;
}


/* アーカイブ一覧 */
.page-archive .archive-entry {
    padding-bottom: 48px;
    border-bottom: 2px dotted #e7e7e7;
    margin-bottom: 20px;
}

/* 強調 */
.entry-content strong{
   /*color: #d32f2f;*/
    background: linear-gradient(transparent 60%, #DAEBF5 40%)!important;
    font-weight: normal;
}


/* 詳細プロフィールボタン */
.hatena-profile-button {
    clear: both;
    font-size: 16px;
    width:90%;
    margin: 0px 0px 15px 0;
    padding: 4px 10px 4px 20px;
    display: block;
    border: 2px solid #ccc !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    text-decoration: none;
    color: #666 !important;
    float: left;
    background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/b/bulldra/20141025/20141025215841.png') no-repeat 0 0, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background-position: 0% 50%;
}


/* ドロップキャップ */
.txt{
    overflow: hidden;
    zoom:1;
}
.txt:first-letter{
    color: #666;
    float: left;
    line-height: 1;
    font-size: 150%;
    padding: 4px 1px 0px 0px;
    font-weight: bold;
}


#content{
    padding:24px;
}


/* トップ画面でのフッターを消去 */
.page-index .entry-footer{
    display: none;
}


/* パンクズ */
.entry-categories categories{
    margin:20px 0px 20px
}


/* TOPに戻るボタン */
#fixedTop {
    opacity: 0.85;
    right: 10px;
    bottom: -60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #304356;
    position: fixed;
    z-index: 100;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    color: #fff;
    text-shadow: 0 0 8px #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    animation: rum 0.12s linear infinite;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
}


/* ブログタイトル */
#blog-title {
    text-align: left;
    margin: 0 0 0 0;
    padding:0px 10px 0px 10px;
    background: #234;
    border-bottom: 0px solid #e4e4e4;
}

#blog-title h1 {
    background: -webkit-linear-gradient(#fff, #68a /* #4af */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #efefff;
    font-size: 34px;
    font-weight: normal;
    padding: 0 0 0 0;
    margin-top: 40px;
    letter-spacing: -0.08em;
	font-family: 'Syncopate', sans-serif;
    }
@media screen and (max-width: 768px) {
#blog-title h1 { font-size: 6.7vw; }
}

#blog-title h1 a {
    color: #efefff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
/*	font-family: 'Syncopate', sans-serif;*/

}
#blog-title h1 a:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff;
    text-decoration: none;
/*	font-family: 'Syncopate', sans-serif;*/

}


/* ブログ説明 */
h2#blog-description{
    font-size: 11px;
    color: #678;
    padding: 0px 0px 20px 0px;
    letter-spacing: 0.05em;
}


/* 日付 */
.date{
  	font-family: 'Syncopate', sans-serif;/* 2016/04/20追加 */
    margin-bottom: 0px;
    font-size: 13px;
    text-shadow: 0 1px 1px #ddd;
    font-weight: normal;
}




/* カテゴリ名 */
.breadcrumb{
    padding:3px 10px;
}

.categories{
    margin-top: -10px;
    margin-bottom: 0px;
}

#content .categories a{
    border-radius: 5px;
    font-size: 12px;
    padding:0px 5px;
    color: #7D9ABD;
}

#content .categories a:hover {
    color: #fff;
    background-color: #357;
}

#content .hatena-module-category .hatena-urllist li a:hover {
    color: #fff;
    background-color: #357;
}

.hatena-urllist li{
    border-top: 2px dotted #e7e7e7;
}

/* 段落 */
.entry-content p{
    font-size:16px;
    padding:0;
    margin:0px 0px 2.5em 0px;
    letter-spacing: 0.02em;
    color: #666;
    line-height: 2.0em;
}


/* 続きを読む */
#content .entry-content .entry-see-more{
    color: #fff;
    font-size:14px;
    font-weight:bold;
    padding:5px 20px;
    border-radius:8px;
    border:5px solid #eee;
    background-color:#ddd;
    margin: 0px 0 30px;
}

#content .entry-content a:hover
 {
    color: #fff;
    background-color:#357;
}


/* 右カラムコンテンツタイトル */
.hatena-module-title{
   	font-family: 'Syncopate', sans-serif;/* 2016/04/20追加 */
    font-size:15px;
    letter-spacing: -0.05em;
    padding-bottom:0px;
    border-bottom: 6px solid #e5e5e5;
    text-shadow: 1px 1px 0px  #d5d5d5; 
    margin-bottom: 8px;
/*    line-height: 1.4em;*/

}
.hatena-module-title:first-letter{
  	font-family: 'Syncopate', sans-serif;/* 2016/04/20追加 */
    float: left;
    line-height: 1;
    font-size: 195%;
    margin: -6px -1px 0 0;
    padding: 0;
    font-weight: normal;
    text-shadow: 1px 1px 0px  #d5d5d5; 
}

.urllist-with-thumbnails li {
    padding-top: 5px;
    padding-bottom: 16px;
}


/* 右カラム記事タイトル */
.urllist-item-inner a{
    font-size:12px; /* フォントの大きさ */
    font-weight: normal;
    text-shadow: 0 1px 1px #ddd;
}


/* 右カラム連載記事イメージ */
.rensai-entries{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

.rensai-entries-item{
    padding: 2px 0px;
    margin: 4px 0;
    line-height: 1.5;
    font-size: 100%;
}

.rensai-entries-item-inner a{
    display: block;
    color: #7D9ABD;
    font-size: 14px;
    font-weight: bold;
}
.rensai-entries-item-inner a:visited{
    color: #7D9ABD;
}

.rensai-entries-image-link{
    margin: 0 .7em .7em 0;
}


/* 右カラムサムネイルイメージ */
#box2 img,
.page-archive .entry-thumb {
    border-radius: 8px;
    border:4px solid #eee;
}


/* 右カラムプロフィール本文 */
.profile-description p{
    color: #777;
    font-siza:18px;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}


/* 見出し */
.entry-title a{
    color: #666;
    font-size:28px;
    font-weight:normal;
    line-height: 1.2em;
    margin: 0px;
    padding:15px 0px 25px 0px;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 0px #ddd;
}
/*
.entry-title a::before {
    font-family: 'FontAwesome';
    content: "\f013";
    margin-top: -4px;
    margin-right: 10px;
    margin-left: : 5px;
    display: inline-block;
    font-family: blogicon;
    font-size:80%;
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}*/


.entry-content h3 {
/*    color: #fff;
    padding: 7px 12px;

    line-height: 1.3em;
    font-weight: normal;
    font-size:135%;
    letter-spacing: 0.04em;
    background: #357;
    border-radius: 4px;
    position: relative;
    display: block;*/
    position: relative;
    margin:100px 0px 15px;
    border-bottom: 6px solid #e5e5e5;
    text-shadow: 1px 1px 0px  #d5d5d5; 
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 175%;
    font-weight: normal;
}
/*
.entry-footer h3{
    color: #454545;
    font-weight:normal;
    font-size: 15px;
    line-height: 1.2em;
    border-left:7px solid #357;
    margin: 30px 0px 10px 0px;
    padding:7px 7px 7px 7px;
}
*/

.entry-content h4 {
/*    color: #666;*/
    position: relative;
    font-size:155%;
    font-weight:normal;
    letter-spacing: 0.04em;
    line-height: 1.3em;
/*    border-left:7px solid #357;*/
    margin: 80px 0px 15px;
/*    padding:7px 7px;*/
}
h4:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
}
.entry-content h5 {
    color: #666;
    position: relative;
    font-size:105%;
    font-weight:bold;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    border-left:3px solid #357;
    margin: 50px 0px 10px 0px;
    padding:4px 7px;
}


/*読者登録ボタン*/
.reader-3d{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#content .reader-3d-inner a {
    color: #fff;
    position: relative;
    padding: 15px 25px 13px;
    display: inline-block;
    line-height: 1em;
    border-radius: 4px;
    font-size: 25px;
    font-weight:normal;
    text-align: center;
    text-decoration: none;
}
#content .reader-3d-inner a:hover {
  color: #fff;
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0-.3s;
    animation: rum 0.12s linear infinite;

}
.reader-3d .reader-button{
    background: #357;
    box-shadow: 0 3px #135;
}
.reader-3d a:active{
    top: 3px;
    box-shadow: none;
}
.reader-3d .reader-button:active{
    background: #024;
}


/*シェアボタン*/
.share-3d{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
#content .share-3d-inner a {
  position: relative;
  padding-top: 5px;
  display: inline-block;
  width: 18%;
  line-height: 20px;
  border-radius: 4px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
#content .share-3d-inner a:hover {
  color: #fff;
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.share-3d .small-text{
  font-size: 11px;
  font-weight: normal;
}
.share-3d .hatena-bookmark-button{
  background: #1792ae;
  box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
  background: #5c9fc4;
  box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
  background: #9e3533;
  box-shadow: 0 3px #8d1a0d;
}
.share-3d .facebook-button{
  background: #445c8a;
  box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
  background: #EE4256;
  box-shadow: 0 3px 0 #c24d64;
}
.share-3d a:active{
  top: 3px;
  box-shadow: none;
  text-shadow: 0 0 5px #fff;
  color: #fff;/*16*/
}
.share-3d .hatena-bookmark-button:active{
  background: #43638b;
}
.share-3d .twitter-button:active{
  background: #0092ca;
}
.share-3d .googleplus-button:active{
  background: #ad3a2d;
}
.share-3d .facebook-button:active{
  background: #2c4373;
}
.share-3d .pocket-button:active{
  background: #c0392b;
}


.share-3d-top{
  margin-top: -60px;
  margin-bottom: 30px;
  text-align: right;
}

#content .share-3d-inner-top a{
  position: relative;
  padding: 1px 2px;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;  
}


#content .share-3d-inner-top .hatena-bookmark-button:hover {
  color: #1792ae;
}
#content .share-3d-inner-top .facebook-button:hover {
  color: #445c8a;
}
#content .share-3d-inner-top .twitter-button:hover {
  color: #5c9fc4;
}
#content .share-3d-inner-top .googleplus-button:hover {
  color: #9e3533;
}

#content .share-3d-inner-top .pocket-button:hover {
  color: #EE4256;
}


/* フッタメニュー */
#foot_menus{
    color: #aaa;
    text-align: center;
    background-color: #304356 ; 
    padding: 20px 10px;
    font-size: 12px;
    font-weight:normal ;
    letter-spacing: 0.025em;
}
#foot_menus a{
    color: #fff;
}
#foot_menus a:hover{
    color: #fff;
    text-shadow: 0 0 5px #fff;
}


#foot_menu_title{
	font-family: 'Syncopate', sans-serif;
 	font-size: 1.0em;
	padding: 10px 10px 0;
	line-height: 1.5em;    
}

/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 0px 0px 0px 0px ;
    background: #304356;/*７*/
}
#menu-inner{
    width: 1053px;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #304356;/*８*/
}
#menu-btn{display: none;}
#menu-content{
/*    padding:0px 5px 0px;*/
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
/*    padding-left: 5;*/
    width: 12.5%;
}
#menu-content > li > a{
    position: relative;
/*    padding:0px 10px 0px;*/
    display: block;
    height: 100%;
    width: 100%;/*3*/
    line-height: 45px;/*２*/
    background: #304356;/*９*/
    color: #999;/*10*/
    font-size: 90%;
    text-decoration: none;
    z-index: 2;
   	font-family: 'Syncopate', sans-serif;/* 2016/04/20追加 */

}
#menu-content > li > a:hover{
    background: #36495c;/*11*/
    text-shadow: 0 0 5px #fff;
    color: #fff;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 30px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 30px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #304356;/*13*/
    color: #fff;/*14*/
    font-size: 70%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #506070;/*11*/
  text-shadow: 0 0 5px #fff;
    color: #fff;/*16*/
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
.globalheader-off #container{
    margin-top: 41px;
}
#menu-inner{
    text-align: center;
    position: fixed;
    top: 0;
    padding:0px 5px 0px;
    z-index: 2;
    width: 100%;
    height: auto;
    opacity: 0.95;
    box-shadow: 0 0px 10px rgba(0,0,0,0.8);
    z-index: 99999;
}

#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    line-height: 40px;/*５*/
    /*padding: 0px 10px;*/
    margin: 0px 20px auto;
    cursor: pointer;
    background: #304356;/*17*/
    color: #fff;/*18*/
    font-size: 80%;
   	font-family: 'Syncopate', sans-serif;/* 2016/04/20追加 */
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 50%;
    margin: 0;
    height: 40px;/*６*/
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６*/
    padding:0px;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}




/*関連記事*/
.js-htnpsne-awasete-module {
	padding: 2em 0;
}

.js-htnpsne-awasete-control {
	float: right;
}

	.js-htnpsne-awasete-control:after {
		content: '';
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

	.js-htnpsne-awasete-control > a {
		font-size: 1.2em;
		text-decoration: none;
	}

span.js-htnpsne-awasete-title {
	font-size: 1.2em;
	padding-left: 0.3em;
	border-left: solid 3px #888;
}

.js-htnpsne-awasete-control select {
	margin: 0 1px;
	border-width: 0 0 1px 0;
}

.js-htnpsne-awasete-control button {
	background: #FFFFFF;
	border: solid 1px #D8D8D8;
	border-radius: 3px;
	margin: 0 1px;
	padding: 2px .6em;
}

.js-htnpsne-awasete-control i {
	font-size: 85%;
}

	.js-htnpsne-awasete-control i:after {
		padding-left: 0.3em;
	}


.js-htnpsne-awasete-entrys ul {
	padding: .5em;
}

.js-htnpsne-awasete-entrys li {
	padding: .2em;
	list-style: none;
	border-bottom: solid 1px;
}

	.js-htnpsne-awasete-entrys li:first-child {
		border-top: solid 1px;
	}

	.js-htnpsne-awasete-entrys li a {
		text-decoration: none;
	}

.js-htnpsne-awasete-entrys .bookmark-count {
	vertical-align: text-bottom;
}



/* カレンダー本体 */
.archive-module-calendar .calendar-day {
	/* カレンダー本体 */
	color: #919191;
}

.archive-module-calendar .calendar-day a {
	/* カレンダー本体 a */
	text-decoration:none;
}

.archive-module-calendar .calendar-day .archive-module-calendar-highlight {
	/* カレンダー本体 平日 a span (背景部分) */
    color: #256fba;
	background-color: #DADADA;
	display: inline-block;
    width: 100%;
}

.archive-module-calendar .calendar-day:nth-child(7) {
	/* カレンダー本体 土曜日 */
	color: #AAF;
}

.archive-module-calendar .calendar-day:nth-child(7) .archive-module-calendar-highlight {
	/* カレンダー本体 土曜日 a span (背景部分) */
	color: #FFF;
	background-color: #4D4DFF;
}

.archive-module-calendar .calendar-day:first-child {
	/* カレンダー本体 日曜日 */
	color: #FAA;
}

.archive-module-calendar .calendar-day:first-child .archive-module-calendar-highlight{
	/* カレンダー本体 日曜日 a span (背景部分) */
	color: #FFF;
    background-color: #FF4A4A;
}

/* カレンダー */
.archive-module-calendar .calendar-sunday {
	color: #F66;
}
.archive-module-calendar .calendar-saturday {
	color: #66F;
}


/* 次のページ */
.pager-next , .pager-prev{
    font-size:13px;
    font-weight:bold;
}

/* 引用 */
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #eee;
  border-right: 2px solid #eee;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #eee;
  -webkit-box-shadow: 2px 2px 15px #eee;
  box-shadow: 2px 2px 15px #eee;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #eee;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}


.hatena-module-category .hatena-urllist li a {
    border-radius: 5px;
 }
 
 
 .btn1-icon:before{
 content: "\f000";
 display: inline-block;
 font-family: blogicon;
}

/*あまぞん*/
#content .hatena-asin-detail a {
    color: #e47911;
    font-size: 90%;
}

#content .hatena-asin-detail a:hover {
    color: #fff;
    background-color: #ff9900
}


.hatena-asin-detail {
    position: relative;
    border-radius: 8px;
    background-color: #fffcf8

}

.hatena-asin-detail > a,
.hatena-asin-detail > div {
    position: relative;
    z-index: 2;
}

.hatena-asin-detail::before {
    color: #f8f1e7;
    content: "\f034";
    cursor: default;
    display: inline-block;
    font: 120px/1 blogicon;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 4px;
    z-index: 1;
}

.hatena-asin-detail .hatena-asin-detail-image{
    border-radius: 5%;
    border:2px solid #ffebcc;
}

.hatena-asin-detail ul {
    font-size: 75%;
}

.hatena-asin-detail .hatena-asin-detail-title{
    line-height:1.0em;
}


/*タイトルアニメーション*/
/*#blog-title{
    display:none;
}
a {
	outline: none;
	color: #304356;
	text-decoration: none;
}

a:hover {
	color: #1e1a1b;
}

 a:focus {
 	outline: none;
 }

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
*/

/* Grid */
/*.grid__item {
	padding: 30px 0px;
	z-index: 1;
	position: relative;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: translate3d(0,0,0); 
}
*/
/*.color-4 { background: #aaa; }*/

/* General link styles */
/*.link {
	outline: none;
	text-decoration: none;
	position: relative;
	line-height: 1;
	color: #9e9ba4;
	display: inline-block;
}
*/
/* Kumya */
/*.link--kumya {
	font-family: 'Syncopate', sans-serif;
	font-size: 4.2em;
	overflow: hidden;
	padding: 10px 10px 0;
	line-height: 1em;
	color: #304356;
}
*/
/*.link--kumya:hover {
	color: #79b;
}*/
/*
.link--kumya::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #304356;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
*/
/*.link--kumya:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
*/
/*.link--kumya span {
	display: block;
	position: relative;
}
*/
/*.link--kumya span::before {
	content: attr(data-letters);
	position: absolute;
	color: #fff;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
*/
/*.link--kumya:hover span::before {
	width: 100%;
}
*/
/*
@media screen and (max-width: 768px) {
	.link--kumya { font-size: 6.0vw; }
    .grid__item {padding: 0.5em 0;}
}
*/

/*広告センター*/
.center{
  text-align: center;
  margin:0 0 100px;
}


/*youtube軽量化*/
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
}

.youtube::before {
	position: absolute;
	content: "Play Movie";
	font-family: 'Syncopate', sans-serif;
    color: #ddd;
    text-shadow: 0 0 10px #000;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
  	color: #fff;
	transition: all 0.3s;
    text-shadow: 0 0 5px #000;
}

@media screen and (max-width: 500px) {
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 140px;}
.youtube::before {
	line-height: 140px;}
}

/*左回り込み*/
#left{
    float:left;
    padding:0 25px 0px 0px;
}


/*右回り込み*/
#right{
    float:right;
    padding:0 25px 0px 0px;
}

/*記事所要時間*/
#estimated-area {
    color: #7D9ABD;
    font-size: 12px;
    margin-bottom: 30px;
}
#estimated-area span {
    font-size: 20px;
    font-weight: bold;
    padding: 0 3px;
}

/*目次*/
.table-of-contents li,
.table-of-contents ul{
    list-style-type: decimal;
}
.table-of-contents:before{
   	font-family: 'Syncopate', sans-serif;
    content: "contents index";
    font-size: 90%;
}
.table-of-contents{
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: #fafafa;
    border-radius: 8px;
    border: 3px dotted #ddd;

}
.table-of-contents ul{
    font-size: 85%;
}
.table-of-contents  ul{
    margin-left: 25px;
}

@media screen and (max-width: 500px) {
.table-of-contents ul{
    display: none;
}}