/*
Theme Name: Minimalism
Theme URI: http://blog.hatena.ne.jp/-/store/theme/8599973812270629022
Description: *���̃e�[�}�̓��� �f�U�C����ŏ����܂ō킬�����A��������ő���ɕ\�������e�[�}�B*�g�����E���ӎ������e�[�}�𓱓�����ۂ͕K�����̋L����ǂ݂��������B[http://hitsuzi.hatenablog.com/entry/minimalism]*�f���T�C�g[http://minimalism-theme.hatenablog.com/]*�X�V����-2017/06/18�@ver0.1(����) ���J
Author: codomisu
Author URI: http://blog.hatena.ne.jp/codomisu/
*/
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
�ŏ����̃f�U�C���ōő���́u���v������o��


���R�[�h�𐮗����ĂȂ����ߌ��ɂ����ł��@2017/06/18

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | 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.
*/

/* Responsive:yes */

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,
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: 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: 1.5em;/*sara*/
  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"],
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;
}
/*  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;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N  Medium', meiryo, sans-serif;
  color: #454545;
  background-color: #fafafa;/*sara*/
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
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: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* 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;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  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;
}
/* �w�b�_�i�O���[�o���w�b�_�j
�O���[�o���w�b�_�̒���iframe�ł����A
#globalheader-container �ɔw�i�F�╶���F��w�肷�邱�Ƃ�iframe�̒��ɂ�F�����f����܂��B
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2�J�������C�A�E�g */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1�J�����ɂ������ꍇ�͉��L�̃R�����g�A�E�g��O���Ă������� ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1�J���� */
/* header */
#blog-title {
  /*
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
  */
  font-family: 'Stylish', sans-serif;
  text-align: center;
  margin:0 !important;/*sara*/
  padding: 0px 0 2px;/*sara*/
  background-color: #333;/*sara*/
}
#title {
  margin: 0;
  padding: 0;
}
#title a {
  color: #fff;
  text-shadow: 0 0 10px #fff;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  color: #aaa;
  margin: 0;/*sara*/
}
/* �w�b�_�摜��ݒ肵���Ƃ� */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* �p�������i�J�e�S���[�y�[�W�ŕ\������܂��j */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}
/* ���t */
.date {
  display: none;/*sara*/
  font-weight: bold;
  margin-bottom: 10px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* �J�e�S�� */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #999999;
}
.categories.no-categories {
  margin: 0;
}
/* �u�ҏW����v�{�^�� */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  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;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  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;
}
.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 #dddddd;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 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: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.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 {
  visibility: hidden;/*sara*/
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* �R�����g */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.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: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  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;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  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;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
  clear: both;
}
.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
�����N�E�ŐV�L���E�ŋ߂̃R�����g�E���ʃA�[�J�C�u�E�J�e�S�����W���[���� .hatena-urllist �Ƃ������ʂ� class ���U���܂�
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  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?version=fd637a5acde109c33d4bff4bfc7c27) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About �y�[�W */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive �y�[�W */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}

.shrbtn{
  padding:4px;
  margin:15px -15px;
  background:#ECEEF1;
  text-align:center;
}


.share_btn:hover {
  opacity: 0.5 ;
}

.share_btn{
  display: inline-block;
  text-decoration: none;
  width: 40px;
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#fff !important;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .3s;
  /*border:1px solid #464646;*/
  background:#616161;
}
.share_btn .fa {line-height:40px}


/* ### �X���C�h���j���[ ### */
#gnav {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #464646;
  font-size: 11px;
  font-weight: 500;
  text-decoration:none;
  padding: 11px 9px 0px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  
}

#gnav .gnav-inner {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### �X���C�h���j���[������ς��ɍL���� ### */
#top-editarea .section {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  
}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #454545;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #ECEEF1;
  padding: 45px 10px 15px 35px !important;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 10px;
  left: 50%;
  margin-left: -1em;
  font-size: 18px;
  font-weight: 700;
  content: '�ڎ�';
  z-index: 2;
}

.table-of-contents li a {
  text-decoration: none;
}

.archive-heading{
  display: none;
}

.footer{
  background:#454545;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 769px){
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=fd637a5acde109c33d4bff4bfc7c27) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 1.5em 5%;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #454545;
    text-decoration: none;
    font-size: 15px !important;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  .hatena-module-title {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
  }
  
  .hatena-module-title:before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #454545;
  }
  .page-archive .entry-thumb {
    border-radius: 8px;
  }
  #box2 .urllist-image {
    border-radius: 8px;
  }
  
  .urllist-date-link time {
    color: #454545;
    text-decoration: none;
    font-size: 14px !important;
    padding: 1px;
  }
  
  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
    font-size: 19px;
  }
  
  .shrbtn{
    background:none !important;
  }
  .share_btn{
    width:17% !important;
  }
  #box2{
    margin-top: 15px;
  }
  
  .categories a{
    color: #454545;
    text-decoration: none;
    padding: 2px 7px;
    background: #ECEEF1;
    border-radius: 2px;
    font-size:10px;
    margin: 0 2px;
  }
  
  .archive-entries .entry-title {
    font-size: 19px !important;
  }
  
  .hatena-urllist li a {
    color:#454545;
  }
  #gnav .menu a {
    padding: 11px 15px 0px !important;
  }

  .header-image{
    position: relative;
    width:1140px;
    height:800px;
    /*
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sara_pezzini/20180416/20180416221236.jpg");
    background-repeat: no-repeat;
    background-attachment: center;
    background-size:1140px auto;
    */
  }
}

div .header-image-inner img{
    width: 100%;
}
/* Media Queries - Tablet */
@media screen and (max-width: 768px){
  #blog-title{
    padding: 0px 0 5px;
    font-size: 2.5vw;
  }
  h1{
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  #container {
    width: 100% !important;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% !important;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #454545;
    text-decoration: none;
    font-size: 15px !important;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  .hatena-module-title {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
  }
  
  .hatena-module-title:before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #454545;
  }
  .page-archive .entry-thumb {
    border-radius: 8px;
  }
  #box2 .urllist-image {
    border-radius: 8px;
  }
  
  .urllist-date-link time {
    color: #454545;
    text-decoration: none;
    font-size: 14px !important;
    padding: 1px;
  }
  
  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  .shrbtn{
    background:none !important;
  }
  .share_btn{
    width:17% !important;
  }
  .hatena-urllist li a {
    color:#454545;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #454545;
    text-decoration: none;
    padding: 2px 7px;
    background: #ECEEF1;
    border-radius: 2px;
    margin: 0 2px;
  }
  .archive-entries .entry-title {
    font-size: 18px !important;
  }
  
}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
 #globalheader-container {
    position: static;
  }
  #blog-title #title{
    /*
    font-size: 30px !important;
    */
    font-weight:900;
    /*
    font-family: 'Nunito', sans-serif;
    */
    font-size: 1em!important;
    letter-spacing: 0.01em;
  }
  #blog-description {
    font-size:10px !important;
  }
  #container {
    width: 100% !important;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% !important;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px) ;
    width: calc(100% - 90px);
    float: right;
  }
  .archive-entries .entry-title{
    font-size:13px !important;
    line-height: 20px;
    font-weight: 500;
    margin:0 !important;
  }
  .archive-entries .entry-description{
    font-size:12px !important;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #454545;
    background-size: 100%;
    float:left;
    border-radius: 5px;
  }
  
  .page-archive .categories{
    display: none;
  }
  .archive-entry{
    margin-bottom: 0.7em !important;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #dddddd;
  }
  .date a {
    color: #454545;
    text-decoration: none;
    font-size: 12px !important;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  
  .page-archive .social-buttons{
    display: none;
  }
  
  #blog-title {
    font-size: 4vw;
    text-align: center;
    padding: 0px 0 2px;/*sara*/
    margin:0;
  }
  
  .entry .entry-title{
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '��S�V�b�N Medium', meiryo, sans-serif;
  }
  
  .entry .entry-header{
    padding: 0 0 0 0 !important;
    border:none !important;
  }
  
  .hatena-module-title {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
  }
  
  .hatena-module-title:before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #454545;
  }
  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    border: 1px solid #454545;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }
  
  .hatena-urllist li a {
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 500;
    color: #454545;
    text-decoration: none;
  }
  
  .archive-module-year{
    border:none !important;
  }
  
  .urllist-date-link time {
    color: #454545;
    text-decoration: none;
    font-size: 12px !important;
    padding: 1px;
  }
  
  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% !important;
    top: 0;
    color: #454545;
  }
  .archive-entries{
    margin:0 0 40px;
  }
  
  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #454545;
  }
  
  .categories a{
    color: #454545;
    text-decoration: none;
    padding: 2px 7px;
    background: #ECEEF1;
    border-radius: 2px;
    margin: 0 2px;
    font-size: 11px;
  }
  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .share_btn{
    width: 40px !important;
  }
  .shrbtn{
    background:#ECEEF1 !important;
  }
  .related-entries .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none !important;
    text-align: center !important;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #666666;
    color: #454545;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */


/*インデックス*/
#container{
  background-color: #ffffff;
}

.index-h{
  display: block;
  background-color: #f7f7f7;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 8px 15px 4px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #eee;
}

.entry-title:first-letter{
  font-size: 2.5em;
  color: #6e0000;
}

.index-box{
  padding:5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 6px;
  margin-bottom: 1em;
  height: 7.6em;
}

.index-title{
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.4em;
}

.index-img{
  float: left;
  width: 100px;
  display: inline-block;
  margin-right:10px ;
}


.index-arasuji{
  margin-bottom: 0.25em; 
}

.index-caption{
  font-size: 0.9em;
  line-height: 1.8em;
  /*
  display: inline-block;
  */
}


/*ギャラリー*/
.gallery-h{
    display: block;
    background-color: #f7f7f7;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.02em;
    padding: 8px 15px 4px;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #eee;
  }

  
/*お知らせ*/
.item-index-box {
  display: block;
  border: 1px solid #a0a0a0;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  text-align: left !important;
  margin-bottom: 2em;
}
.item-head {
  display: block;
  font-size: 1.8em;
  padding: 0;
  line-height: 1.1;
  color: rgb(88, 88, 88);
  margin-bottom: 0px;
  border-bottom: 3px solid #ececec;
}
.news-innner {
  overflow-y: auto;
  height: 100px;
  clear: both;
}
.news-innner .news-date {
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: -0.06em;
  padding: 10 0 0 !important;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}
.news-innner .news-coment {
  border-bottom: 1px dashed #aaa;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 0.2em 0.2em 1.2em 1em !important;
  margin-bottom: 0.5em !important;
}

/*サイドバー索引*/
.footer-index-box{
    text-align: center;
    width: 100%;
    margin-top:0;
}
.footer-index-inner{
    display: inline-block;
    margin:0px;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: left;
}
.footer-index-box h5{
    font-size: 110%;
    border-bottom: 1px dashed #ccc;/*sara*/
}

/*フッタ*/
.hr001{
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
    margin:50px 20px;
}
.footer-box{
  text-align: center;
}
.footer-copy{
  font-size: 0.8em;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.2em;
}
.footer-img{
  width:90%;
}

/*テーブル見出し*/
.midashi-table{
    width:20px;
    background-color: #fafafa;
    
}

/*サイドバー自己紹介*/
.intro-img{
  float: left;
  margin-right:10px;
  margin-bottom: 20px; 
  width:50%;
  border-radius: 3px;
}
.intro-button{
  display:inline-block;
  margin-top:-5px;
  padding: 6px 15px;
  background-color: #1487bd;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  font-size: 85%;
  letter-spacing: 0.1em;
  clear: both;
}
.footer-index-inner ul{
  margin: 10px 10px 10px 20px;
  padding: 0;
}

.footer-index-inner ul li{
  line-height: 1.2em;
  margin-top:10px;
  margin-bottom:20px;
  font-weight: 600;
}

/* ページトップへ戻るボタン */
#page-top-area {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#page-top-button {
  color: rgba(0,0,0,0.6);
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#page-top-button:hover {
  color: rgba(0,0,0,0.95);
}

/*****グローバルメニュー****/
#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;
}
#menu-content > li > a{
  position: relative;
  display: block;
  height: 100%;
  padding-left: 15px;/*３*/
  padding-right: 15px;/*３*/
  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;}
}



/*読者登録ボタン*/
.reader-3d{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#content .reader-3d-inner a {
  color: #fff;
  position: relative;
  padding: 15px 30px 13px;
  display: inline-block;
  line-height: 1em;
  border-radius: 8px;
  font-size: 23px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
}
#content .reader-3d-inner a:hover {
color: #fff;
text-shadow: 0 0 7px #fff;
text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  animation: rum 0.12s linear infinite;

}
.reader-3d .reader-button{
  background: #375;
  box-shadow: 0 3px #153;
}
.reader-3d a:active{
  top: 3px;
  box-shadow: none;
}
.reader-3d .reader-button:active{
  background: #042;
}
