@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Electrolize); /* Electrolize */
/********** 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%;
  /* 2 */

  -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;
}
/**
 * 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;
}
/* ===============================================================
   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 **********/
* {
  max-height: 100%;
}
body {
  font: 15px/1.4 "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
  -webkit-text-size-adjust: 100%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
a.keyword,
.btn {
  text-decoration: none;
}
a.keyword {
  border-bottom: 1px dotted #ddd;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  background-color: #fff;
  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;
  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;
}
/* ↓サイドバー等を表示させない */
#box2,
#blog-description,
#footer {
  display: none;
}
/* #globalheader-container
------------------------------------------------------------------ */
#globalheader-container {
  background-color: #333;
  color: #fff;
  width: 100%;
}
/* #container & #container-inner
------------------------------------------------------------------ */
#container {
  width: 765px;
  margin: 0 auto;
  padding: 7px; /* カラム左にも，下記の背景右におけるmargin代わりの7pxを持たせる */
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
/* header
------------------------------------------------------------------ */
#blog-title-inner {
  width: 164px;
  height: 52px !important; /* 画像の縦 */
  margin: 45px 0px 26px 1px;
}
#title {
  margin: 0; /*
  font: 42px "ＭＳ Ｐ明朝", "MS PMincho", "平成明朝", serif; */
}
/* #content & #content-inner
------------------------------------------------------------------ */
#content {
  background-image: url(http://cdn-ak.f.st-hatena.com/images/fotolife/t/tad03p1100/20140118/20140118003820.png);
  min-height: 745px; /* 画像の高さ */
  background-position: 768px 0; /* 765px＋左のmargin代わりの3px */
  width: 828px; /* 上の768px＋画像の幅＋右のmargin代わりの7px */
  background-repeat: no-repeat;
}
#content-inner {
width: 765px;
}
.globalheader-off #container {
  padding-top: 0;
}
article.entry {
  margin: 0;
}
/* .entry-header
------------------------------------------------------------------ */
.entry-header {
  position: relative; /* 「編集する」ボタン用 */
  background-color: #eee;
  border: 1px solid;
}
.entry-title {
  margin: 0 0 0 5px; /* 上の margin: 0.67em を消す為の0 */
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
}
.date {
  margin: 0 0 2px 5px;
  padding: 5px 0 0 3px;
  border-left: 6px solid;
  line-height: 1; /* .date aだと難しい挙動をした (泣) */
}
.date a {
  font-family: "Electrolize";
  text-decoration: none;
}
.categories::before {
  content: "Tag";
  padding: 0 7px;
  background-color: #fff;
}
.categories {
  margin: 5px 5px 5px 0;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
}
/* .entry-header-menu (「編集する」ボタン)
------------------------------------------------------------------ */
.entry-header-menu { 
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-right: solid 6px;
  padding: 5px 10px;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
/* .entry-content
------------------------------------------------------------------ */
.entry-content {
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-bottom-style: dotted;
  padding: 15px 45px 15px 45px;
  line-height: 1.6;
}
/* ↓.entry-content内の書式 */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content p {
  margin: 0.75em 0;
  font-weight: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  margin-top: 1em;
}
.entry-content h1 {
  border: 1px solid;
  padding-left: 9px;
  font-size: 18px;
}
.entry-content h2 {
  border-bottom: dotted 1px;
  border-left: solid 6px;
  padding-left: 7px;
  font-size: 16px;
}
.entry-content h3 {
  border-left: solid 6px;
  padding-left: 5px;
  font-size: 15px;
}
.entry-content h4::before {
  content: "□";
  margin-right: 5px;
}
.entry-content h4::before,
.entry-content h4 {
  font-size: 15px;
}
.entry-content h5 {
  font-size: 15px;
  font-weight: bold;
}
.entry-content blockquote {
  margin: 0.75em;
  border: 1px solid;
  padding: 0 1em;
}
.entry-content code.para {
  display: block;
  margin: 0.75em 0;
  border: none;
  padding: 0;
}
.entry-content p.tsuiki {
  border-left: 7px double;
  padding-left: 7px;
}
.entry-content p.picts img {
  display: inline-block;
  width: 205px;
  margin-right: 8px;
}
.entry-content p.picts:last-child {
  margin-right: 0;
}
.entry-content table {
  margin: 15px 0;
}
.entry-content a.entry-see-more {
  display: inline-block;
  margin-bottom: 0.75em;
}
.entry-content img {
  max-width: 100%;
  vertical-align: bottom;
}
.entry-content small {
  font-size: 0.8em;
}
.entry-content code,
.entry-content code.para {
  font-size: 0.95em;
  font-family: "Courier New", "Courier";
  background-color: transparent;
}
.entry-content mark,
.entry-content .hlt1 {
  background-color: rgba(255, 255, 0, 0.35);
}
.entry-content .divider {
  display: block;
  height: 17px;
  margin: 1em 0 1em 45px;
  border: 0;
  background-image: url(http://f.st-hatena.com/images/fotolife/t/tad03p1100/20150710/20150710214207.png);
  background-repeat: no-repeat;
}
/* ↓<span>用 */
.entry-content .att {
  color: crimson;
}
.entry-content .hlt2 {
  background-color: rgba(255, 0, 0, 0.25);
}
.entry-content .hlt3 {
  background-color: rgba(0, 0, 255, 0.15);
}
.entry-content .note,
.entry-content .note a {
  border-bottom: 1px dotted;
  font-weight: normal;
  text-decoration: none;
}
.entry-content .painted,
.entry-content .painted a {
  border-bottom: none;
}
.entry-content .thick {
  font-weight: bold;
}
/* entry-footer
------------------------------------------------------------------ */
.entry-footer-section {
  display: none;
}
.hatena-star-container {
  margin: 0 !important;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 8px 0 6px 9px;
}
.social-buttons {
  margin-bottom: 26px;
  border: 1px solid;
  border-top-style: none;
  padding-left: 10px;
}
.social-button-item {
  margin-bottom: 2px !important;
}
.google-afc-image,
.google_afc_blocklink {
  margin-bottom: 4px;
}
/* #top-box (カテゴリー別ページ上部のパンくずリスト) & Pager
------------------------------------------------------------------ */
.breadcrumb,
.pager {
  margin: 5px 0 26px;
  border: 1px dashed;
  padding: 3px 10px;
}
.pager {
  text-align: center;
}
.pager .pager-next {
  margin-left: 1em;
}
/* #bottom-editarea
------------------------------------------------------------------ */
/*
<address style= "font-style: normal;">なにかありましたら <img src= "http://cdn-ak.f.st-hatena.com/images/fotolife/t/tad03p1100/20140114/20140114182607.png" alt= "Twitter：" style= "vertical-align: middle;"> <a href= "https://twitter.com/tad03p1100">F.Y. (@tad03p1100)</a>へ</address>

<p style= "margin-top: 0; margin-bottom: 0;">Copyright &copy; since 2013 F.Y. All Rights Reserved.</p>
*/
#bottom-editarea {
  margin-bottom: 19px;
  border-right: 6px solid;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.6;
  text-align: right;
}
/* .page-about
------------------------------------------------------------------ */
.page-about #content {
  background-image: none;
  min-height: 0;
}
.page-about .entry-content {
  border: none;
  padding: 0;
}
.page-about dt {
  display: inline;
  margin-right: 3px; /* 8px (全角コロン) - 5px (半角スペース) */
  font-weight: bold;
}
.page-about dt::after {
  position: absolute;
  content: "：";
  font-weight: normal;
}
.page-about dd {
  display: inline;
  margin: 0;
}
.page-about dd img {
  vertical-align: middle;
}
.page-about dd::after{
  content: "/";
  margin-left: 5px; /* 半角スペース分 */
}
.page-about dd:nth-last-of-type(1)::after {
  content: none;
}
/* .page-archive
------------------------------------------------------------------ */
.page-archive .archive-entry {
  margin-bottom: 26px;
  border-left: 3px solid;
}
.page-archive .date {
  margin: 0 0 3px 5px;
  border-left: 6px solid;
}
.page-archive .entry-title {
  margin-left: 0; /* .entry-header用の記述を上書き */
  border-left: 11px solid;
  padding-left: 3px;
}
.page-archive .categories::before,
.page-archive .social-buttons {
  display: none; /* .entry-header用の記述を上書き */
}
.page-archive .categories {
  margin: 3px 0 0 0;
}
.page-archive .categories a {
  padding: 0;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-archive .categories a::before {
  content: "[";
}
.page-archive .categories a::after {
  content: "]";
}
.page-archive .entry-thumb {
  display: none;
}
.page-archive .entry-description {
  margin: 3px 0 0 14px;
}
/* その他
------------------------------------------------------------------ */
/* ↓アクセント色 */
a {
  color: #1487bd;
}
a:hover {
  color: #0f5373;
}
a:visited {
  color: #789dae;
}
.date,
.entry-header-menu a /*「編集する」ボタン 右 */,
.entry-content h1,
.entry-content h2,
#bottom-editarea,
.page-archive .archive-entry,
.page-archive .entry-title {
  border-color: #1487bd;
}
.date a /* :hover，:visitedを上書き */,
.entry-content h1,
.entry-content h4::before,
.entry-content h4,
.page-archive .entry-title a {
  color: #1487bd;
}
.entry-header-menu a:hover {
  background-color: rgba(20, 135, 189, 0.1);
}
/* ↓基本色 */
#title a /* ブログ名 */,
.entry-title a /* 記事タイトル */,
.entry-content mark {
  color: #333;
}
.entry-content .note a {
  border-color: #454545;
}
body,
a.keyword,
.btn,
.entry-header-menu a /*「編集する」ボタン */,
.entry-content .painted a /* cf. background-color: #454545; */,
.page-archive .categories a {
  color: #454545;
}
.entry-content .painted{
  background-color: #454545;
}
.categories a,
.entry-content small,
.entry-footer-section .author,
.entry-footer-section .entry-footer-time a,
.page-archive .date a {
  color: #999;
}
.page-archive .date {
  border-color: #999;
}
.entry-content h3,
.entry-content code,
.entry-content p.tsuiki,
.page-archive #main ul li {
  border-color: #aaa;
}
body,
article.entry {
  background-color: #fff;
}
/* ↓その他　網羅していない色 */
/*
(.btn)
.entry-header {
  background-color: #eee;
}
#globalheader-container {
  background-color: #333;
  color: #fff;
}
.categories::before {
  background-color: #fff; /* body，articleとは意味あいが違う *
}
.entry-content .att {
  color: crimson;
}
*/
.no-entry .entry-content {
 border:1px solid;  
 margin-bottom:26px;

}