/* <system section="theme" selected="6435988827676920373"> */
@charset "utf-8";
/*
  Theme: cork
  Author: sakaki0214
  Description:
    コルクっぽい質感のテンプレートです。
    Boilerplateテーマを土台にして制作しています。

  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
 display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;/* 2 */

}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight:normal;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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;
}
* {
  word-wrap: break-word;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */

	padding: 0;/* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
	font-family: inherit;
	/* 1 */

	font-size: 100%;
	/* 2 */

	margin: 0;/* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"], 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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;/* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;/* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  import mixin */
.clearfix {
	display: block;
 *zoom: 1;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
	content: ".";
}
.inline-block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ellipsis {
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*  import variable */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud *//* Common */
html, body {
	font-family:'Avenir Next', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
	color: #554200;
	background: #e3d2c6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405094752.jpg) repeat left top;
}
a {
	color: #ce7f0f;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color: #d8993f;
}
a:visited {
	color: #cd9648;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #554200;
	text-decoration: none;
}
a.keyword,
a.keyword:visited {
	color:#554200;
	text-decoration: none;
	border-bottom: 1px dotted #d8c8bb;
}
/* Buttons */
.btn {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	line-height: 18px;
	color: #454545;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-decoration: none !important;
}
.btn:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
.btn-small {
	padding: 2px 10px !important;
	font-size: 11px !important;
}
.btn-large {
	padding: 13px 19px;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
	background-color:rgba(85,66,0,0.7);
	color: #ecdccf;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#globalheader-container {
	/background:#66551a;
	background:#66551a\9;
}

/* container */
#container {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 37px;
}
#container #content {
	display: block;
 *zoom: 1;
}
#container #content:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
	content: ".";
}
/* 2カラムレイアウト */
#main {
	background: #fff url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405094753.jpg) repeat left top;
	width: 700px;
	float: left;
}
#main-inner {
	padding: 20px;
}
#box2 {
	width: 250px;
	float: right;
}
/* header */
#blog-title {
	margin: 30px 0;
	padding: 20px 0;
	text-align:center;
}
#title {
	margin: 0;
}
#title a {
	color: #554200;
}
#blog-description {
	font-weight: normal;
	font-size: 80%;
	margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
	padding-top: 70px;
}
.header-image-enable #title, .header-image-enable #blog-description {
	padding-left: 20px;
}
.header-image-enable #blog-title #title a {
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}
.header-image-enable #blog-title #blog-description {
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
	margin: 10px auto 0;
	font-size: 90%;
}
#top-box .breadcrumb {
	padding: 10px 0;
}
/* entry */
.entry {
	position: relative;
	margin-bottom: 100px;
}
.entry-header {
	margin-bottom: 5px;
	position: relative;
}
.entry-title {
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405105425.png) no-repeat left bottom;
	padding:0 0 12px;
	margin: 0;
	line-height: 1.3;
	font-size: 160%;
}
a.entry-title {
	background:none;
	padding:0 0 12px;
	margin: 0;
	line-height: 1.3;
	font-size: 100%;
}
/* 日付 */
.date {
	margin:0 0 15px;
}
.date a {
	color: #554200;
	text-decoration: none;
	font-size: 90%;
	padding:3px;
}
/* カテゴリ */
.categories {
	margin-top: 10px;
	font-size: 80%;
	text-align:right;
}
.categories a {
	border:1px solid #d7c6b8;
	background: #e3d2c6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130406/20130406012404.jpg) repeat left top;
	color: #554200;
	text-decoration:none;
	padding:3px;
}
.categories a:hover {
	background: #e3d2c6
}
.categories.no-categories {
	margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	top: -2px;
	left: -86px;
}
.entry-header-menu a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 3px 20px;
	margin-bottom: 0;
	line-height: 18px;
	color: #554200;
	border:1px solid #d7c6b8;
	background: #e3d2c6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130406/20130406012404.jpg) repeat left top;
	text-align: center;
	vertical-align: middle;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	text-decoration: none !important;
}
.entry-header-menu a:hover {
	background-color: #f5f5f5;
	text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
	font-size: 95%;
	line-height: 1.7;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8c8bb;
}
.entry-content ul,
.entry-content ol,
.entry-content dl {
	margin:0 0 2em;
}
.entry-content ul ul,.entry-content ul ul ul,
.entry-content ol ol,.entry-content ol ol {
	margin:0;
}
.entry-content p {
	margin: 0 0 2em 0;
}
.entry-content img {
	max-width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin:0 0 0.8em 0;
	line-height: 1.5;
	font-weight:normal;
}
.entry-content h1 {
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405224304.png) no-repeat left bottom;
	font-size: 150%;
	padding:0 0 5px;
}
.entry-content h2 {
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405224305.png) no-repeat left bottom;
	font-size: 140%;
	padding:0 0 5px;
}
.entry-content h3 {
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405224304.png) no-repeat left bottom;
	font-size: 130%;
	padding:0 0 4px;
}
.entry-content h4 {
	font-size: 120%;
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405224305.png) no-repeat left bottom;
	padding:0 0 3px;
}
.entry-content h5 {
	font-size: 110%;
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405224306.png) no-repeat left bottom;
	padding:0 0 3px;
}
.entry-content h6 {
	font-size: 100%;
	border-bottom:1px solid #fff;
	padding:0 0 3px;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2em;
}
.entry-content table th, .entry-content table td {
	border: 1px solid #d8c8bb;
	padding: 5px 10px;
}
.entry-content table th {
	background: #fff;
}
.entry-content blockquote {
	border: 1px solid #d8c8bb;
	margin: 0 0 2em;
	padding: 20px;
}
.entry-content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content pre {
	border:1px solid #d7c6b8;
	background: #f6f1ed;
	color: #554200;
	margin: 0 0 2em;
	padding: 20px;
}
.entry-content pre > code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: 0;
	background: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0 5px;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
	line-height: 1.4;
}
/* entry-footer */
.entry-footer {
	margin-top: 10px;
}
.entry-footer-section {
	font-size: 80%;
	color: #66551a;
}
.entry-footer-section a {
	color: #66551a;
}
.entry-footer-section a:hover {
	opacity:0.8;
}
.social-buttons, .entry-footer-html {
	margin: 10px 0;
}
/* コメント */
.comment-box ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 90%;
}
.comment-box li {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #d8c8bb;
	position: relative;
}
.comment-box li:first-child {
	border-top: 1px solid #d8c8bb;
}
.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: auto !important;
}
.comment-user-name {
	margin: 0 0 10px 0;
}
.comment-content {
	font-size: 90%;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.comment-content p {
	margin: 0 0 10px 0;
}
.comment-metadata {
	font-size: 80%;
	color: #66551a;
	margin: 0;
}
.comment-metadata a {
	color: #999999;
}
.leave-comment-title {
	background:#fff url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130406/20130406103429.png) no-repeat 10px center;
	border:1px solid #d8c8bb;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 5px 10px 5px 40px;
	margin-bottom: 0;
	line-height: 18px;
	color: #554200;
	text-align: center;
	vertical-align: middle;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	text-decoration: none !important;
}
.leave-comment-title:hover {
	color: #554200;
	border:1px solid #554200;
	text-decoration: none !important;
}
/* sidebar */
#box2 {
	font-size: 80%;
	line-height: 1.5;
}
.hatena-module {
	margin-bottom: 30px;
}
.hatena-module-title {
	margin:0 0 5px;
	font-size: 130%;
}
.hatena-module-title a {
	color: #554200;
	text-decoration: none;
}
.hatena-module-title a:hover {
	text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
	margin: 0 0 5px;
}
.hatena-module-profile .id {
	display: block;
	font-size: 100%;
	margin-:0 0 5px;
}
.hatena-module-profile .profile-description {
	font-size: 90%;
}
.hatena-module-profile .profile-description p {
	margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.hatena-urllist li {
	background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130405/20130405231802.png) no-repeat left 0.6em;
	margin:0 0 5px;
	padding:0 0 0 10px;
	line-height: 1.5;
}
.hatena-urllist li a {
	text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
	background:rgba(242,237,233,0.4);
	border: 2px solid #f2ede9;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input {
	padding: 5px;
	color: #554200;
	background: none;
	border: none;
	outline: none;
	height: 20px;
	width: 90%;
}
.hatena-module-search-box .search-module-button {
	width: 20px;
	height: 20px;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
	border: none;
	outline: none;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 5px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	-webkit-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=50);
}
/* Pager */
.pager {
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
	font-size: 80%;
	overflow:hidden;
	/zoom:1;
}
.pager a {
	display:block;
	border:1px solid #d7c6b8;
	background: #e3d2c6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130406/20130406012404.jpg) repeat left top;
	color: #554200;
	text-decoration:none;
	padding:5px;
	-moz-box-shadow:1px 1px 2px #d7c6b8;
	-webkit-box-shadow:1px 1px 2px #d7c6b8;
	box-shadow:1px 1px 2px #d7c6b8;
}
.pager a:hover {
	background: #e3d2c6
}
.pager .pager-next {
	float:right;
	width:100px;
}
.pager .pager-prev {
	float:left;
	width:100px;
}
/* Footer */
#footer {
	padding: 30px 0;
	text-align: center;
	color: #999999;
	line-height: 1.5;
	font-size: 80%;
}
#footer p {
	margin: 0;
}
#footer a,
#footer a:visited {
	color: #554200;
}
#footer a:hover {
	color:#d8993f;
}
/* About ページ */
.page-about dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dcccbf;
	margin-bottom: 5px;
}
.page-about dd {
	margin-left: 0;
	margin-bottom: 30px;
}
/* archive ページ */
.page-archive #main section {
	margin-bottom: 30px;
}
.page-archive #main h1 {
	font-size: 100%;
	margin-bottom: 0;
	font-weight:normal;
}
.page-archive #main ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.page-archive #main ul li {
	padding: 8px 0;
	border-bottom: 1px solid #d8c8bb;
	line-height: 1.5;
}
.page-archive #main ul li a {
	text-decoration: none;
}
.page-archive #main ul li a.entry-title {
	padding:0 0 0 5px;
}
.categories a {
	border:1px solid #d7c6b8;
	background: #e3d2c6 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sakaki0214/20130406/20130406012404.jpg) repeat left top;
	color: #554200;
	text-decoration:none;
	padding:1px 3px;
}
.categories a:hover {
	background: #e3d2c6
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
.hatena-module-search-box .search-module-button {
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
	background-size: 20px 20px;
}
}
/* </system> */
.entry-content h4 {
  position: relative;
  color: #fff;
  padding: 14px 19px;
  z-index: 2;
}
.entry-content h4::before,
.entry-content h4::after {
  position: absolute;
  width: 98%;
  height: 100%;
  content: '';
}
.entry-content h4::before{
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: #2a9ca2;
}
.entry-content h4::after{
  top: 5px;
  left: 5px;
  z-index: -2;
  background-color: #111;
}
.entry-content h5 {
  position: relative;
  padding: 6px 0 6px 40px;
  color: #111;
  border-bottom: 4px solid #2a9ca2;
}
.entry-content h5::before,
.entry-content h5::after {
  position: absolute;
  background-color: #2a9ca2;
  content: '';
}
.entry-content h5::before{
  top: 0;
  left: 14px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.entry-content h5::after{
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.table-of-contents:before{
content: "もくじ";
font-size: 100%;
font-weight: bold;
}

.table-of-contents li,
.table-of-contents ul{
list-style-type: decimal;
}

ul.table-of-contents {
font-size: 90%;
background: #e5e3e3; /*背景色はここを変更*/
border-radius: 3px;
padding: 10px 10px 10px 25px;
margin: 0;
}

.table-of-contents a:link{
color:#2a9ca2; /*リンク色はここを変更*/
text-decoration: none;
}

.table-of-contents a:visited{
color: #8c6a6a; /*訪問済みリンク色はここを変更*/
}

.table-of-contents a:hover{
text-decoration:underline; /*下線をつける*/
}
/* アドセンススマホ対応 */
@media screen and (max-width: 680px) {
  .mobile{
    display: none !important;
  }
}

@media screen and (min-width: 680px) {
  .widedisplay{
    display: none !important;
  }
}

/* テーブルの線非表示,中央寄せ */
.table-css, .td-css { 
    border-style:none !important;
    margin:0 auto;
}
<style>
 
/* はてなブログをはじめようを非表示にする */
.footer-action-wrapper{
display:none;
}
 
/* はてなブログ開発ブログ等のリンクを非表示にする */
.touch-item-list{
display:none;
}
 
.guest-footer-content{
display:none;
}
/*カエレバ・ヨメレバ（PC版）*/
.kaerebalink-box, .booklink-box {
    border: 2px solid #CCCCCC;
    padding: 20px;
    width: 90%;
    max-width:680px;
    margin:0 auto;
}
.kaerebalink-image, .booklink-image {
    width:20%;
    float: left;
}
.kaerebalink-image a img,.booklink-image a img {
    width:100%;
}
.kaerebalink-info, .booklink-info {
    width:70%;
    margin-left: 2em;
    float: left;
}
.kaerebalink-name > a, .booklink-name > a {
    font-size: 16px;
    color: #256CC5;
    text-decoration: underline;
}
.kaerebalink-powered-date, .booklink-powered-date {
    font-size: 12px;
}
.kaerebalink-powered-date a, .booklink-powered-date a {
    color: #256CC5;
    text-decoration: underline;
}
.kaerebalink-link1, .booklink-link2 {
    margin-top: 1em;
}
.kaerebalink-link1 div, .booklink-link2 div {
    margin-right: 5px;
    margin-bottom:3px;
    text-align: center;
    float:left;
    width: 30%;
}
.kaerebalink-link1 div:active, .booklink-link2 div:active {
    border-top:3px solid #FFFFFF;
    margin-bottom: none;
    box-shadow:none;
}
.kaerebalink-link1 div a, .booklink-link2 div a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.shoplinkamazon {
    background: #FF9900;
    box-shadow: 0 3px #B16A00;
}
.shoplinkamazon:hover {
    background: #FFB23F;
}
.shoplinkkindle {
    background: #0079BA;
    box-shadow: 0 3px #015684;
}
.shoplinkkindle:hover {
    background: #2797D4;
}
.shoplinkrakuten {
    background: #BF0000;
    box-shadow: 0 3px #7B0101;
}
.shoplinkrakuten:hover {
    background: #DC3939;
}
.shoplinkkakakucom {
    background: #25388E;
    box-shadow: 0 3px #081658;
}
.shoplinkkakakucom:hover {
    background: #485CB7;
}
.shoplinkyahoo {
    background: #750992;
    box-shadow: 0 3px #3F0250;
}
.shoplinkyahoo:hover {
    background: #8F0FB3;
}
.booklink-footer {
    height:0;
    clear: left;
}
/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 10px auto;
    background: #444;/*７*/
}
#menu-inner{
    width: 1000px;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #444;/*８*/
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    width: 20%;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;/*3*/
    line-height: 40px;/*２*/
    background: #444;/*９*/
    color: #fff;/*10*/
    font-size: 70%;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #555;/*11*/
    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: 40px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*13*/
    color: #fff;/*14*/
    font-size: 70%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #555;/*17*/
    color: #fff;/*18*/
    font-size: 70%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６*/
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}
 .table-of-contents{
    display:none
  }

  .show-area{
    cursor: pointer;
    color: #47a1e5
  }
/* <system section="theme" selected="alpha2"> */
body{margin:0;padding:0;color:#454545;background-color:#f3f3f3;font-family:Trebuchet MS,Arial,Helvetica,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;-moz-transition:all 1s ease;-webkit-transition:all 1s ease}a{color:#256fba;text-decoration:none;-webkit-transition:.3s ease;-webkit-transition-property:opacity,border,color,background;-moz-transition:.3s ease;-moz-transition-property:opacity,border,color,background;-o-transition:.3s ease;-o-transition-property:opacity,border,color,background;transition:.3s ease;transition-property:opacity,border,color,background}a:hover{text-decoration:underline}a:visited{color:#7d9ab7}pre{padding:10px;background:#fafafa;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:inset 0 0 5px #0003}#globalheader-container{position:sticky;top:0;background-color:#f3f3f3}#container{text-align:center;margin:20px auto;width:960px;padding:0 0 30px;background:#fff}#blog-title{text-align:center;margin:0 0 50px}#blog-title h1{color:#454545;text-shadow:0 1px 0 white;font-size:34px;padding:50px 30px 5px;font-weight:700;margin:0}#blog-title h1 a{color:#454545}#blog-title h1 a:hover{color:#256fba;text-decoration:none}header h2{color:#454545;text-shadow:0 1px 0 white;font-size:13px;font-weight:700;margin:0}#top-box,#top-editarea,#bottom-editarea{text-align:left;font-size:13px}#top-editarea,#bottom-editarea{margin:0 30px}#navigation{width:1000px;margin:0 auto}#navigation ul{list-style:none;padding:0;margin:0}#navigation ul li{font-size:90%;float:left;line-height:2}#navigation ul li a{color:#454545;text-decoration:none;padding:8px 15px;border-right:1px solid #ddd}#navigation ul li a:hover{color:#fff;font-weight:700;background:-moz-linear-gradient(top,#3888da 0%,#256fba 100%)}#navigation ul:after{content:".";display:block;clear:both;height:0;visibility:hidden}#top-box{margin:20px 130px}#content{padding:0 30px 30px}#content-inner{text-align:left}#wrapper{width:720px;float:left}#main{float:right;width:560px;padding:0 30px;min-height:100px}#main:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}#box1{float:right;width:100px;-moz-transition:all 1s ease;-webkit-transition:all 1s ease}#box2{width:180px;float:left;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;text-align:left}#bottom-box{clear:both}#content:after{content:" ";display:block;height:0;visibility:hidden;clear:both}section.day{margin-bottom:40px}.entry{margin:0 0 48px;position:relative;width:100%;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;word-wrap:break-word}.entry-header{padding:0;margin:0;position:relative}.date{width:100px;border-right:1px solid #DDD;margin:0;font-size:16px;position:absolute;left:-130px;top:0;font-weight:400;height:35px;line-height:35px}.date a{color:#454545}.date-last-updated{color:#454545;font-size:13px;margin-left:-3px;display:inline-block}.entry-title{text-align:left;margin:0;font-size:120%;line-height:35px}.entry-title a{position:relative}.categories a{color:#666;font-size:11px;background:#f5f5f5;padding:3px 10px;white-space:nowrap}.categories a:hover{text-decoration:none;background:#ebebeb;color:#454545}.entry-header p{padding:0;margin:0}.entry-header-menu a{display:block;font-size:12px;font-weight:700;padding:5px 25px;background:#454545;font-size:13px;position:absolute;left:480px;top:5px;color:#f5f5f5}.entry-header-menu a:hover{background:#4486c9;text-decoration:none}.entry .entry-category-area{padding:5px 0;margin:0;color:#aaa;font-size:70%}.entry .entry-category a{color:#454545;margin-left:5px;background:#fff;padding:3px 6px;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.entry .entry-category :hover{color:#fff;text-decoration:none;background:-moz-linear-gradient(top,#3888da 0%,#256fba 100%);border:1px solid #256fba}.entry-footer{display:block;margin-top:1em;color:#454545;font-size:13px}.entry-footer .social-buttons{margin:0 0 10px}.entry-footer-section{color:#aaa;padding-bottom:8px;margin:0}.pager{display:inline;margin-right:10px}.pager a{font-size:12px;font-weight:700;padding:5px 25px;background:#bbb;font-size:13px;color:#f5f5f5;line-height:1.5;word-wrap:break-word;display:inline-block;max-width:200px}.pager a:hover{background:#4486c9;text-decoration:none}.entry-content{font-size:14px;line-height:1.9;margin:.5em 0}.entry-content img{max-width:560px}.entry-content p{margin:.8em 0}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:1em 0 .5em}.entry-content h1{font-size:160%}.entry-content h2{font-size:150%}.entry-content h3{font-size:140%}.entry-content h4{font-size:120%}.entry-content h5{font-size:110%}.entry-content h6{font-size:100%}.entry-content h1,.entry-content h2,.entry-content h3{border-bottom:1px dotted #999}.entry-content ul,.entry-content ol{margin:0 0 0 1.5em;padding:0}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.footnote-number{scroll-margin-top:56px}.entry blockquote{padding:10px;margin:1em 0;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.entry blockquote p{margin-top:0;margin-bottom:0}.entry-content table{border-collapse:collapse;border-spacing:0}.entry-content table th,.entry-content table td{border:1px solid #ddd;padding:5px 10px}.entry-content table th{background:#fafafa}a.keyword{color:#454545;text-decoration:none;border-bottom:1px solid #DEDEDE}pre.lang-aa{font-size:14px;line-height:15px}.entry-comment{border-bottom:1px solid #ddd}.entry-comment:nth-child(1){border-top:1px solid #ddd}.comment{margin:0 0 15px;padding:0;font-size:13px}.comment li{list-style:none;padding:8px 0}.comment-user-name{font-weight:700;margin:0}.comment-content p{line-height:1.7}.comment-content p{margin:.5em 0;word-wrap:break-word}.comment-metadata{display:inline}.comment-metadata,.comment-metadata a{color:#aaa}.leave-comment-title{font-size:12px;font-weight:700;padding:5px 15px;display:inline-block;*display: inline;*zoom: 1;background:#f5f5f5;border:1px solid #f5f5f5;-webkit-transition:.3s ease;-webkit-transition-property:opacity,border,color,background;-moz-transition:.3s ease;-moz-transition-property:opacity,border,color,background;-o-transition:.3s ease;-o-transition-property:opacity,border,color,background;transition:.3s ease;transition-property:opacity,border,color,background}.leave-comment-title:hover{text-decoration:none;border:1px solid #7D9AB7}.hatena-module{margin-bottom:40px;font-size:13px}.hatena-module-title,.hatena-module-title a,.hatena-module-title a:hover,.hatena-module-title a:visited{text-align:left;font-size:16px;font-weight:400;margin-bottom:5px;padding-bottom:3px;color:#454545}.hatena-module-body ul{margin:0;padding:0;list-style:none;line-height:1.5}.hatena-module-body ul li{padding:.7em 0;border-bottom:1px solid #ddd}.hatena-module-body ul li.archive{border:none}.hatena-module-profile .id{display:block;line-height:2}.profile-icon{border:1px solid #ccc}.hatena-module-profile .profile-description{margin:0 0 5px;line-height:1.5}form.search-form{margin-top:10px}form.search-form input{border:1px solid #ccc;vertical-align:middle}.search-form .search-module-input{width:130px;background:-moz-linear-gradient(top,#eee 0%,#eee 50%,#fff 100%);padding:3px 8px;margin:0;font-size:12px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px}.search-form .search-module-button{height:23px;width:23px;border:none;text-indent:-999px;margin-left:-3px;*margin-left: -5px;cursor:pointer;background:#999 url(https://cdn.blog.st-hatena.com/images/theme/search_w.png?version=237b8e98880ca02a52ddc12f01367f) 50% 50% no-repeat;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px}#footer-box{clear:both}#footer-area1,#footer-area2,#footer-area3,#footer-area4{width:220px;float:left}#footer-area1,#footer-area2,#footer-area3{margin-right:40px}#footer-area4:after{content:"";display:block;height:0;visibility:hidden;clear:both}#footer{clear:both;text-align:center;padding:10px 0;font-size:small}#footer a{color:#454545}#footer a:hover{color:#256fba;text-decoration:none}.hatena-embed.hatena-fotolife,.hatena-embed.twitpic{padding:10px 10px 30px;margin:1em 0;background:transparent;display:inline-block;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff;text-align:center}.hatena-embed.hatena-fotolife{background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-fotolife.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat right bottom}.hatena-embed.twitpic{padding:10px}.hatena-embed.hatena-fotolife .hatena-embed-image,.hatena-embed.twitpic .hatena-embed-image{display:inline-block;max-width:600px}.hatena-embed.hatena-fotolife .hatena-embed-body,.hatena-embed.hatena-fotolife .hatena-embed-body a,.hatena-embed.twitpic .hatena-embed-body,.hatena-embed.twitpic .hatena-embed-body a{text-align:center;font-family:Homemade Apple,cursive;color:#454545;font-size:16px;margin-top:10px}.hatena-embed.hatena-coco,.hatena-embed.foursquare{margin:1em 0;box-shadow:0 1px 5px #00000029}.hatena-embed.hatena-coco{border:1px solid #e2d279;padding:20px 30px;background:#faf9e6 url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-coco.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat right bottom}.hatena-embed.hatena-coco .hatena-embed-image,.hatena-embed.foursquare .hatena-embed-image{width:100px;height:100px}.hatena-embed.foursquare{border:1px solid #C1D5DB;padding:20px 30px;background:#e6eff2 url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-4sq.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat right bottom}.hatena-embed.hatena-bookmark{padding:15px 15px 15px 70px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-bookmark.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat 10px top;position:relative}.hatena-embed.hatena-bookmark a{text-decoration:underline}.hatena-embed.hatena-bookmark .hatena-embed-image{max-height:50px}.hatena-embed.hatena-haiku{padding:15px 15px 15px 70px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-haiku.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat 5px 5px}.hatena-embed.hatena-monolith{width:580px;padding:15px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-monolith.png?version=237b8e98880ca02a52ddc12f01367f) no-repeat right bottom}.hatena-embed.hatena-monolith .hatena-embed-image{display:block;float:left;max-width:98px;border:1px solid #dfdfdf}.hatena-embed.hatena-monolith .hatena-embed-body{float:left;width:470px;margin-left:10px}.hatena-embed.hatena-monolith:after{content:"";display:block;height:0;visibility:hidden;clear:both}.hatena-embed.twitter{padding:10px 0;margin:1em 0;border-bottom:1px dotted #757575;border-top:1px dotted #757575}.hatena-embed.atnd{padding:10px 0;margin:1em 0;border-bottom:1px dotted #757575;border-top:1px dotted #757575;font-family:PT Sans Caption,Helvetica,ヒラギノ角ゴ Pro W3,HiraKakuProN-W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif}.hatena-embed-detail.atnd-detail{font-size:20px;font-weight:700;color:#262626}.hatena-embed-detail.atnd-detail:hover{color:#ea1f00;text-decoration:none}.hatena-embed.atnd .content-body{font-size:12px;color:#222}.page-about dt{font-size:16px;font-weight:700}.page-about dd{margin-left:0;margin-bottom:30px}.page-about .etnry-content img.profile-icon{height:16px;width:16px}.page-archive .date{position:static;border:none}.page-archive .archive-entries .entry-title{margin:0 0 .3em;line-height:1.5}.page-archive .archive-entries section{margin-bottom:30px}.page-archive .archive-entries .categories{margin-bottom:10px}.page-archive .archive-entries p{font-size:14px;line-height:1.5}

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */

/***** ここから下を追記 ***/
@media screen and (min-width:1000px) {

#container {
  width: 1100px;
  margin: 0 auto;
}

#wrapper {
  width: 700px;
  float: left;
}

#main {
width: 800px;
}

}
.hatena-module-title{
   color: #ffffff; /*文字色*/
   background: #20b2aa; /*背景色*/
   border-radius: 5px; /*バーの角丸*/
   padding: 5px 5px; /*バーと文字間スペース*/
   font-size:20px; /*文字サイズ*/
}
/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.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 .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.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 .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}
.kakomi_waku {
background: #f0f8ff;/*背景色*/
padding: 0px;/*四方の余白*/
border-style: double;/*線の種類*/
}
.box27 {
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 3px #62c1ce;
}
.box27 .box-title {
position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
height: 25px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #62c1ce;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.box27 p {
margin: 0;
padding: 0;
} 
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #c62824;
  background-color: #fffafa;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "公式サイト";
  background-color: #c62824;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #c62824;
  border-radius: 14px;
  line-height: 27px;
  text-align: center;
  content: "\f009";
  font-size: 16px;
  font-family: "blogicon";
  color: #fff;
}
<script>
/*
* AdSense Filter v1.0.0
* Date: 2014-12-10
* Copyright (c) 2014 http://hapilaki.hateblo.jp/
* Released under the MIT license:
* http://opensource.org/licenses/mit-license.php
*/
noAdsTag="広告不要"; //広告を設置しないタグを指定
var pageTags=document.getElementsByTagName("meta");
function adsFilter(){
for(var i=0;i<pageTags.length;i++){
if( ("article:tag"==pageTags[i].getAttribute("property")) && (noAdsTag == pageTags[i].getAttribute("content") ) ){
document.write('<!--');
break;
}
}
}
adsFilter();
</script>
/* 引用のデザイン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;
}/* 引用のデザイン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;
}
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.box29 {
    margin: 2em 0;
    background: #fff8e8;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #ffc06e;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
/*****ここから会話のCSS*****/
.talk-wrap{
 display: block;
 clear: both;
 margin:0 auto 3px auto;
 }
.talk-wrap p{
 margin:0;
 }
 .left-icon{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: no-repeat;
 background-size: 180%;
 background-position: center;
 float:left;
 display:inline-block;
 box-shadow: 1px 1px 5px #aaa; /*左のアイコンの影の設定*/
 border: 3px solid #fff; /*左のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-left{
 float:right;
 position: relative;
 background: #fff; /*左の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*左の会話の影の設定*/
 margin-bottom: 10px;
 }
.talk-left:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-right-color: #666;
 position: absolute;
 left: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-left:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-right-color: #fff;
 position: absolute;
 left: -16px;
 top: 25%;
 margin-top: -8px;
}
 .right-icon{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 -webkit-border-radius:50%;
 background: no-repeat;
 background-size: 180%;
 background-position: center;
 float:right;
 display:inline-block;
 box-shadow: 1px 1px 5px #aaa; /*右のアイコンの影の設定*/
 border: 3px solid #FFF; /*右のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-right{
 float:left;
 position: relative;
 background: #fff; /*右の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 70%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*右の会話の影*/
 margin-bottom:10px;
 }
 .talk-right:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-left-color: #666;
 position: absolute;
 right: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-right:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-left-color: #fff;
 position: absolute;
 right: -16px;
 top: 25%;
 margin-top: -8px;
}
.talk-end{
 clear:both;
}
/*****レスポンシブ設定*****/
@media screen and (max-width: 480px){
 .left-icon{
 width: 80px;
 height: 80px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 80px;
 height: 80px;
 }
 .talk-right{
 width: 65%; 
 }
 }
 @media screen and (max-width: 380px){
 .left-icon{
 width: 60px;
 height: 60px;
 }
 .talk-left{
 width: 65%; 
 }
 .right-icon{
 width: 60px;
 height: 60px;
 }
 .talk-right{
 width: 65%; 
 }
 }
 /* ページトップへ戻るボタン */
#page-top {
  display:none;
  position:fixed;
  right:10px;
  bottom:20px;
  margin: 0;
  padding: 0;
  text-align:center;
}

#move-page-top{
  color:rgba(0,0,0,0.6);
  text-decoration:none;
  display:block;
  cursor:pointer;
}

/* ページトップへ戻るボタン：ホバー時 */
#move-page-top:hover{
  color:rgba(0,0,0,0.8);
}
.under {
  background: linear-gradient(transparent 70%, yellow 70%);
  }