/*
  Theme: Simple
  Author: kewpiedesign
  Description:
  日常使いに適したテーマです
  Responsive: yes
*/
 
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

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

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
	margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
	font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
	font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 1.2rem;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
* Add the correct display in IE 9-.
*/

audio,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

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

/**
* Remove the border on images inside links in IE 10-.
*/

img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/

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

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

/**
* Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

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

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

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

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details, /* 1 */
menu {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
	display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
	display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
	display: none;
}

body {
    font-size: 15px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #3C4048;
}

a {
    color: #3C4048;
    text-decoration: none;
}

#wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 21px;
}

#blog-title {
    margin: 64px auto 0;
    max-width: 600px;
    padding: 0 21px;
}

#title {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 0.2em;
}

#blog-description {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.entry-header {
    margin: 0 0 40px;
}

.entry-title {
    font-size: 21px;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

.entry-date {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

.entry-categories.categories {
    text-align: right;
    font-size: 12px;
}

.entry-category-link {
    padding: 0.3em 0.5em;
    color: #c3c3c3;
}

.entry {
    margin: 64px 0;
    line-height: 1.8;
    h1 {
    font-size: 150%;
    }
    h2 {
    font-size: 140%;
    }
    h3 {
    font-size: 130%;
    }
    h4 {
    font-size: 120%;
    }
    h5 {
    font-size: 110%;
    }
    h6 {
    font-size: 100%;
    }
}

.entry-content {
    text-align: left;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content .keyword {
    text-decoration: none !important;
}
    
.entry-content blockquote {
    border: 1px solid #F7F7F7;
    margin: 2em 0;
    border-left: 4px solid #f7f7f7;
    padding: 1.4em;
    font-size: 14px;
}

.entry-content blockquote p {
    margin: 24px 32px;
}
    
.entry-content blockquote a {
    font-style: italic;
    text-decoration: underline;
    color: #000;
}

.entry-footer-section {
    display: none;
}

#box2 {
    background: #F7F7F7;
    width: 100%;
}
   
#box2-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 32px 21px;
}

.hatena-module-title {
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #3C4048;
    line-height: 1.5;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.hatena-module-body {
    margin: 0 0 2em;
    line-height: 1.6;
}

.hatena-module-search-box .search-form {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
}

.hatena-module-search-box .search-module-input {
    width: 90%;
    border: 0;
    padding: 10px;
    margin: 0;
    color: #1f1f1f;
    background-color: transparent;
    outline: none;
    font-size: 100%;
}

.hatena-module-search-box .search-module-button {
    background: url(http://f.st-hatena.com/images/fotolife/k/kewpiedesign/20160227/20160227174534.png) no-repeat right;
    background-size: 18px 18px;
    text-indent: -9999px;
    width: 25px;
    position: absolute;
    right: 10px;
    border: 0;
    padding: 8px;
    margin: 0;
}

.hatena-module-profile {
    margin: 32px 0;
}

.hatena-module-profile .id {
    padding: 0 0 0 4px;
}

.profile-icon {
    width: 32px;
    vertical-align: middle;
    border-radius: 50%;
}

.profile-about {
    display: none;
}

.hatena-urllist {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

.recent-entries-item {
    margin: 0 0 0.5em;
}

a.hatena-id-link {
    color: #000;
    text-decoration: none;
}

.urllist-with-thumbnails {
    padding: 0;
}

.urllist-with-thumbnails li {
    padding: 0 0 1em;
}

.urllist-with-thumbnails img {
    width: 80px;
}

.urllist-with-thumbnails .recent-entries-title {
    font-size: 95%;
}

.urllist-with-thumbnails .urllist-entry-body {
    display: none;
}

.pager {
    padding: 0 0 56px;
}

.pager .pager-prev .pager-arrow {
    display: none;
}

.pager .pager-next .pager-arrow {
    display: none;
}

.pager .pager-prev:before {
    content: "";
    display: inline-block;
    width: 13px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kewpiedesign/20230810/20230810231930.png) no-repeat;
    background-size: contain;
    height: 17px;
    vertical-align: middle;
}

.pager .pager-prev {
    width: 50%;
    text-align: left;
    float: left;
    line-height: 1.6;
}

.pager .pager-next:after {
    content: "";
    display: inline-block;
    width: 13px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kewpiedesign/20230810/20230810231927.png) no-repeat;
    background-size: contain;
    height: 17px;
    vertical-align: middle;
}

.pager .pager-next {
    width: 50%;
    text-align: right;
    float: right;
    line-height: 1.6;
}

#footer {
    text-align: center;
    margin: 64px 0 88px;
}

.services {
    margin: 0.1em 0 0;
    font-size: 14px;
}

.page-archive .archive-entries {
    margin: 0 0 64px;
}

.page-archive .archive-heading {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1rem;
}

.page-archive .archive-entry { 
    margin: 40px 0;
}

.page-archive .archive-entry-body { 
    line-height: 1.6;
}

.page-archive .breadcrumb { 
    display: none;
}

.page-archive .entry-title {
    font-size: 21px;
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    margin: 0.2em 0 0;
}

.page-archive .archive-date {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

.page-archive .categories {
    text-align: right;
    font-size: 12px;
}

.page-arcihve .categories .archive-category-link {
    padding: 0.3em 0.5em !important;
    color: #c3c3c3 !important;
}

.page-archive .entry-thumb { 
    width: 94px;
    height: 94px;
    margin: 18px 14px 0 0;
}

.page-about dd {
    margin: 0 0 24px;
    font-weight: bold;
}

.page-about dt {
    margin: 0;
}