/* <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="custom"> */
body{ background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/u/uniboy/20160126/20160126143845.png'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */


/* ----- 幅 ---- */
#container {
 width: 1050px;
 }
#main {
 width: 680px;
 }

#box2 {
  float: right;
  width: 270px; /* サイドバーの幅 */
}


/* ----- 上のヘッダー ---- */
#globalheader-container {
  background-color: #53764a;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}


/* ----- ブログタイトル下のスペース調整 ---- */
#blog-title{
height:100px;
}

/* -----トップ画面でのフッターを消去 ---- */
.page-index .entry-footer{
    display: none;
}


/* ----- 記事の文字サイズ ---- */
.entry-content {
font-size:16px;
color: #000000
}



/* コメント */
.comment-box {
	font-size: 93.8%;
}
.comment-box  a {
	margin: 0 4px 4px 0px;
	padding: 6px 10px;
	border: 1px solid #998c97;
	border-radius:5px;
}



/* 目次 */
article .entry-content .sectionList {
    background: #F8F8F8;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #CCC;
}
article .entry-content .sectionList h3 {
    font-size: 110%;
    margin: 0;
}
article .entry-content .sectionList ol {
    margin: 0;
    padding: 0 0 0 1.7em;
    list-style-type: decimal;
}
article .entry-content .sectionList > ol {
    margin-top: 10px;
}



/* 邪魔なキーワード下線を消す */
.keyword {
    color:inherit !important;
    text-decoration:none !important;
    border: 0 !important;
    pointer-events: none !important;
    cursor: default;
}


/* ----- 記事の行間 ---- */
div.entry-content p {
line-height: 1.7em;
margin-top: 0.1em;
margin-bottom: 0.1em;
}



/* ----- あとで読む ---- */
.head_share_bookmark{
  color: #ffffff !important;
  font-size: 15px;
  position:absolute;
  top: 3px;
  right: 5px;
  font-weight: bold;
}



/* ----- 記事タイトル ---- */
.entry-title{
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    background: #f3f3f3; 
    padding: 15px 15px; 
    box-shadow: 5px 5px #2F4F4F;
    }


/* ----- 見出し3 ---- */
.entry-content h3{
    color: #111;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 1.5em;
    border-bottom: 2px solid #006400;
    box-shadow: 0 1px 0 #aaaaaa;
    -webkit-box-shadow: 0 1px 0 #aaaaaa;
    -moz-box-shadow: 0 1px 0 #aaaaaa;
    text-shadow: #999999 0px 1px 1px;
}
 
.entry-content h3{
    font-size:2.0em;
}
    
    
/* ----- 見出し4 ---- */
 .entry-content h4{
    color: #444444;
    background: #f3f3f3;
    padding: 10px 15px; 
    border-left: 10px solid #00008B;
    font-weight: bold;

    }
    
    
/* ----- 見出し5 ---- */
.entry-content h5 {
  position: relative;
  padding: 8px 10px;
  color: #fff;
  background-color: #293b6a;
  border-radius: 4px;
}
.entry-content h5::before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  margin-top: -1px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  z-index: 2;
  content: '';
}
    
    
/* ----- 記事背景 ---- */
.background-gray{
    background: #f0f0f0;
    padding: 30px;
    margin: 5px;
}

/* ----- 記事背景 ---- */
.background-dashed{
    border: 3px dashed #444444;
    padding: 20px;
    margin: 5px;
}
    
    
/* ----- 記事背景 ---- */
.background-blue{
    background: #EAF6FD;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}


    
    
/* ----- 画像枠 ---- */
.hatena-fotolife {
    margin: 0 auto;
    display: block;
    border : 3px groove #DADADA ;
}


/* ----- 画像中央揃え ---- */
.hatena-fotolife, .http-image {
display: block;
margin: 0px auto;
}


    
/* ----- サイドバータイトル ---- */
.hatena-module-title{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
    background: #778899;
}
 
.hatena-module-title:before{
    content: "<";
    position: absolute;
    top: middle;
    left: -10px;
    width: 0;
    height: 0;
    font-size: 25px;
    line-height: 1.0;
    color: #c96;
}
 
.hatena-module-title:after{
    content: " ";
    position: absolute;
    top: -2px;
    left: -10px;
    width: 0;
    height: 130%;
    border: #600 solid 2px;
    border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
 
}
    

/* ----- サイドバーカテゴリー ---- */
div.hatena-module-category div.hatena-module-body ul li a {
    color : #ffffff;    /* 文字色 */
}
div.hatena-module-category div.hatena-module-body ul li {
    display: inline-block; /* 横並びに変更 */
    border-radius: 6px;
    line-height: 10px;
    transition: none;
    background-color: #008080; /* お好きな色に */
    margin-top: 0.5em; /* 要素の間隔調整 */
} 
div.hatena-module-category div.hatena-module-body ul li:hover {
    background-color: #20B2AA; /* お好きな色に */
}
    


/* ----- リンクの色 ---- */
.entry-content a{
     color: #0000FF;
 }
.entry-content a:hover {
     color: #28aae1;
 }    
    


/*続きを読むボタン*/
.entry-see-more {
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  position: relative;
  color: #fff;
  background:#008B8B;
  border: 2px solid #333;
  z-index:2;
  overflow: hidden;
  transition: 0.2s;
}

.entry-see-more:hover {
  color:#008B8B;
}

.entry-see-more:after {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:-100%;
  left:0;
  z-index:-1;
  transition: 0.2s;
}

.entry-see-more:hover:after {
  top:0;
  background:#fff;
}



/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:20px;
    right:50px;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#2F4F4F;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#008B8B;
}



/* プロフィールの詳細を見る */
.hatena-profile-button { 
    clear: both;
    font-size: 10px;
    height: 20px;
    margin: 4px 0px 9px 0;
    padding: 4px 10px 0px 20px;
    display: block; 
    border: 1px solid #bbb !important; 
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #555 !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%;
}


/* ----- SNSフォローボタン ---- */
.follow-btn{
    width:100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 25%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 8px;
}


/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 12px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}



/*アソシエイトカスタマイズ*/
.hatena-asin-detail a {
    color: #0000FF;
}

.hatena-asin-detail a:hover {
    color: #ff9900;
}

.hatena-asin-detail {
    position: relative;
}

.hatena-asin-detail > a,
.hatena-asin-detail > div {
    position: relative;
    z-index: 2;
}

.hatena-asin-detail::before {
    color: #ddd;
    content: "\f034";
    cursor: default;
    display: inline-block;
    font: 36px/1 blogicon;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}




/*最新記事カスタマイズ*/
.htbl_new_entries {
  height: 100%;
  width: 100%;
}
.htbl_new_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.htbl_new_entry_img { 
    position: relative; 
    top: -9px; 
    min-height: 138px;
}

.htbl_new_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(15, 15, 15, 0.55);
  width: 250px;
  height: 120px;
  margin-top: 0px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.htbl_new_entry_text:hover {
  background: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.95);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.htbl_new_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align:left; 
  height: 120px;
  font-size: 15px;
  font-weight: lighter;
}

.entry_hatebu{
  position: absolute;
  right: 5px;
  bottom: 0; 
}

.hatena-module-title a {
    position: relative;
    display: block;
    color: #fff;
    padding: 0px 0px;
}

.hatena-module-title a:hover {
    text-decoration: none;
    box-shadow: inset 0px 1px 12px #666;
    text-shadow:  0 0 3px #000;
    opacity: 0.8;
}

.hatena-module-title a:after {
    content: ">>ARCIVE";
    font-size: 60%;
    position: absolute;
    right: 10px;
    bottom: 5px;
}



/*吹き出し*/
.boxleft {
    position: relative;
    background: #fff;   /* 背景は白 */
    border: 1px solid #c8c8c8;   /* 枠線の太さ1pxで、色は黒。 */
    padding: 25px 25px;    /* 余白は上下25px、左右25px。 */
    border-radius: 10px;    /* 四隅は少し丸くする。 */
    width: 64%;    /* 吹き出しは全体幅の64%。左端には画像を差し込む予定のため。 */
    font-size: 14px;
    float: right;
    margin-right: 20px;
}

.boxleft:after,
.boxleft:before {
    top: 40px;    /* 三角の垂直位置。上から40px */
    border: solid transparent;
    content: " ";
    height: 0;   /* 最重要。ボーダーのみにするために必須。*/
    width: 0;   /* 最重要。ボーダーのみにするために必須。*/
    position: absolute;
    pointer-events: none;
    right: 100%;    /* 重要。その要素の右端を親要素の左端と揃える。親要素とは「吹き出しボックス本体」。*/
}

.boxleft:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
    border-right-color: #fff;
}

.boxleft:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
    border-right-color: #c8c8c8;
}

.imgalign{
 float: left;   /* 要素を左に寄せ、次の要素を右へ回りこませる */
}





/*人気記事*/
.hatena-urllist {
  position: relative;
  background: #ddd;
  width: 100%;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.hatena-urllist li {
  padding: 0;
  border-bottom: 0;
  line-height: 1.5;
  position: relative;
}
.hatena-urllist li a {
  text-decoration: none;
}

.urllist-item-inner.entries-access-ranking-item-inner {
height: 100%;
}

img.urllist-image.entries-access-ranking-image {
position: relative;
margin: 0;
}

a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title {
position: absolute;
top: 0%;
left: 0;
word-break: break-all;
overflow: hidden;
background: rgba(77, 77, 77, 0.42);
width: 90%;
height: 100%;
margin-top: 0;
padding: 5%;
color: rgba(255, 255, 255, 0.985);
font-size: 14px;
text-align: center;
text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
-o-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
}

a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
  text-decoration: none;
}
.urllist-date-link.entries-access-ranking-date-link a time {
position: absolute;
bottom: 0;
right: 5px;
font-size: 10px;
color: white;
text-shadow: none;
}
a.bookmark-widget-counter img {
position: absolute;
left: 0px;
bottom: 0px;
}

.urllist-categories.entries-access-ranking-categories {
position: absolute;
bottom: 15px;
right: 0px;
font-size: 10px;
padding: 0;
margin: 0;
}

a.urllist-category-link.entries-access-ranking-category-link {
color: white;
text-shadow: none;
}



/* 引用のデザイン1 */
.entry-content blockquote {
    padding: 20px 55px;
    background: rgba(245,245,245,0.8);
    color: #222;
    position: relative;
    border: solid 1px #fff;
    margin: 0.8em 0;
    font-size: 13px;
}
/* 引用のデザイン2 */
.entry-content blockquote:before {
    color: rgba(200, 200, 200, 1);
    content: "“";
    font-family: serif;
    font-size: 400%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
/* 引用のデザイン3 */
.entry-content blockquote:after {
    content: "”";
    font-family: serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 400%;
    color: rgba(200,200,200,1);
    line-height: 0;
}




/* 日付 */

.date
{
color: white; /*日付の文字色*/
background: #2F4F4F;/*日付の背景色*/
padding: 0px 10px;/*日付の文字まわりのスペース*/
}



/* 画像開いたとき */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible;
}
#cboxOverlay {
    background-color: #000;
    opacity: 0.85 !important;
}
#colorbox #cboxContent,
#colorbox #cboxContent #cboxLoadedContent {
    background-color: transparent;
    overflow: visible !important;
}
.cboxPhoto {
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}





#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #2F4F4F;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}







/************************************
** ヨメレバ　amazlet風-2(cssカスタマイズ用)
************************************/
 
.booklink-box{text-align:left;
padding-bottom:20px;
font-size:small;
zoom: 1;
overflow: hidden;
}
.booklink-image{float:left;
margin:0 15px 10px 0;
}
.booklink-info{line-height:120%;
zoom: 1;
overflow: hidden;
}
.booklink-name{margin-bottom:10px;
line-height:120%;
font-size:16px;
}
.booklink-powered-date{font-size:11px;
margin-top:5px;
font-family:verdana;
line-height:120%;
}
.booklink-detail{margin-bottom:5px;
}
.booklink-link2{margin-top:10px;
}
.shoplinkamazon{display:inline;
margin-right:5px;
padding: 10px 0px 10px 0px;
white-space: nowrap;
background:#000;
}
.shoplinkkindle{display:inline;
margin-right:5px;
padding: 10px 0px 10px 0px;
white-space: nowrap;
background:#ff8000;
}
.shoplinkrakuten{display:inline;
margin-right:5px;
padding: 10px 0px 10px 0px;
white-space: nowrap;
background:#CC0000;
}
.shoplinkamazon a,
.shoplinkkindle a{color:#FFFFFF;
text-decoration:none;
display:inline-block;
padding: 0.9em 3em;
}
.shoplinkrakuten a{color:#FFFFFF;
text-decoration:none;
display:inline-block;
padding: 0.9em 1.5em;
}
.shoplinkamazon a:hover{color:#FFFFFF; background:#b4b4b4;}
.shoplinkkindle a:hover{color:#FFFFFF; background:#ffd5aa;}
.shoplinkrakuten a:hover{color:#FFFFFF; background:#ccaaaa;}
.booklink-footer{clear:left;}




/************************************
** カエレバ
**amazlet風-2(cssカスタマイズ用)用
**ボタンっぽくしたCSS
**ヨメレバとの干渉解決済
************************************/
 
.kaerebalink-box{text-align:left;
padding-bottom:20px;
font-size:small;
zoom: 1;
overflow: hidden;
}
.kaerebalink-image{float:left;
margin:0 15px 10px 0;
}
.kaerebalink-info{line-height:120%;
zoom: 1;
overflow: hidden;
}
.kaerebalink-name{margin-bottom:10px;
line-height:120%;
font-size:16px;
}
.kaerebalink-powered-date{font-size:11px;
margin-top:5px;
font-family:verdana;
line-height:120%;
}
.kaerebalink-detail{margin-bottom:5px;}
.kaerebalink-link1{margin-top:10px;}
.kaerebalink-box div.shoplinkamazon{display:inline;
margin-right:5px;
padding: 10px 0px 10px 0px;
white-space: nowrap;
background:#000;
}
.kaerebalink-box div.shoplinkrakuten{display:inline;
margin-right:5px;
padding: 10px 0px 10px 0px;
white-space: nowrap;
background:#CC0000;
}
.kaerebalink-box div.shoplinkamazon a{color:#FFFFFF;
text-decoration:none;
display:inline-block;
padding: 0.9em 3em;
}
.kaerebalink-box div.shoplinkrakuten a{color:#FFFFFF;
text-decoration:none;
display:inline-block;
padding: 0.9em 2.5em;
}
.kaerebalink-box div.shoplinkamazon a:hover{color:#FFFFFF; background:#b4b4b4;}
.kaerebalink-box div.shoplinkrakuten a:hover{color:#FFFFFF; background:#ccaaaa;}
.booklink-footer{clear: left;}






.entry-content strong{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.entry-content em{
  background: linear-gradient(transparent 60%, #ff66ff 60%);
}