/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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"],
[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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

html {
  font-size: 16x;
  font-family: 'Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #00acdf; }
  a:hover, a:active {
    color: #00acdf;
    text-decoration: underline; }

html {
  height: 100%;
  word-break: break-all; }

body {
  line-height: 1.8;
  color: #454545;
  text-align: justify;
  min-height: 100%;
  background-image: url(/images/az_subtle.png);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 128px; }

code {
  padding: .1rem;
  border-radius: 2px;
  background-color: #efefef;
  border: 1px solid #dedede;
  box-sizing: border-box;
  font-size: .9rem; }

p {
  word-wrap: break-word; }

.highlight {
  border-radius: 3px;
  overflow-x: auto; }
  .highlight pre {
    padding: .8rem;
    tab-size: 8 !important;
    -moz-tab-size: 8 !important; }
    .highlight pre code {
      padding: 0;
      background-color: unset;
      border: unset; }

.article-image {
  display: block;
  max-width: 100%;
  border: 1px solid lightgray;
  padding: 8px; }

iframe {
  margin: 16px 0; }

blockquote {
  margin: 16px 0;
  padding-left: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-left: 4px solid lightgray; }
  blockquote cite {
    text-decoration: italic; }

table {
  border-collapse: collapse;
  margin: 1rem 0 2rem; }
  table th {
    text-align: center; }
  table td, table th {
    padding: .5rem 1rem;
    border: 1px solid #ddd; }
  table tr:nth-child(even) {
    background: #f1f6f6; }

kbd {
  font-size: 90%;
  background-color: #fafafa;
  padding: .1rem .2rem;
  margin: .1rem .2rem;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  box-shadow: 0 1px 0 #b0b0b0; }

.header {
  text-align: center;
  padding: 24px;
  background-color: white;
  border-bottom: 1px solid #e8e8e8; }
  .header h1 {
    font-size: 3.2rem;
    margin-bottom: 0rem;
    font-family: 'Galindo', cursive; }
    .header h1 a {
      color: #454545;
      text-decoration: none; }
  .header h2 {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: 'Galindo', cursive;
    margin: 0 1rem; }
  @media screen and (max-width: 960px) {
    .header {
      padding: 12px 0 0; }
      .header h1 {
        margin: .5rem;
        font-size: 3rem;
        line-height: 1; }
      .header .service-icons .service-icon {
        display: none; } }

.footer {
  text-align: center;
  padding: 24px;
  background-color: #333;
  border-top: 1px solid #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer .service-icons .service-icon a {
    border: 1px solid #222; }
  .footer .service-icons .service-icon a:link svg path, .footer .service-icons .service-icon a:visited svg path {
    fill: #888; }
  .footer .service-icons .service-icon a:hover svg path, .footer .service-icons .service-icon a:active svg path {
    fill: white; }

.service-icons {
  list-style: none;
  margin: 12px 0;
  padding: 0; }
  .service-icons .service-icon {
    display: inline-block;
    margin: 0 4px; }
    .service-icons .service-icon a {
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 32px;
      border-radius: 16px;
      border: 1px solid #eee;
      box-sizing: border-box; }
      .service-icons .service-icon a svg {
        width: 24px;
        height: 24px;
        vertical-align: middle; }
        .service-icons .service-icon a svg path {
          fill: #ccc; }
    .service-icons .service-icon a:hover, .service-icons .service-icon a:active {
      border-color: transparent; }
      .service-icons .service-icon a:hover.twitter, .service-icons .service-icon a:active.twitter {
        background-color: #55acee; }
      .service-icons .service-icon a:hover.github, .service-icons .service-icon a:active.github {
        background-color: #231f20; }
      .service-icons .service-icon a:hover.qiita, .service-icons .service-icon a:active.qiita {
        background-color: #59bb0c; }
      .service-icons .service-icon a:hover path, .service-icons .service-icon a:active path {
        fill: white; }

.external-link-github {
  display: block;
  border: 1px solid lightgray;
  padding: 8px;
  max-width: 24rem; }
  .external-link-github .external-link-github-avatar {
    float: left;
    height: 80px;
    margin-right: 8px; }
  .external-link-github .external-link-github-title {
    display: block;
    font-size: 1.5rem;
    margin-left: 96px; }
  .external-link-github .external-link-github-description {
    display: block;
    font-size: .8rem;
    margin-left: 96px; }
  .external-link-github .external-link-github-service {
    display: block;
    font-size: .8rem;
    font-weight: bold;
    text-align: right;
    line-height: 16px;
    margin-top: 1rem; }
    .external-link-github .external-link-github-service:before {
      content: '';
      background-image: url(/images/github_16x16.png);
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      margin: 4px; }
  .external-link-github:link, .external-link-github:visited, .external-link-github:hover, .external-link-github:active {
    color: #454545;
    text-decoration: none; }
  .external-link-github:hover .external-link-github-title, .external-link-github:active .external-link-github-title {
    text-decoration: underline; }
  .external-link-github:after {
    content: '';
    clear: both;
    display: block; }

.main-container {
  display: table;
  padding: 16px 16px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .main-container {
      display: block;
      padding: 0px 0; } }

.articles {
  display: table-cell;
  vertical-align: top;
  max-width: 1024px;
  min-width: 640px; }
  @media screen and (max-width: 960px) {
    .articles {
      display: block; } }
  @media screen and (max-width: 960px) {
    .articles {
      max-width: unset;
      min-width: unset; } }

.article {
  background-color: white;
  padding: 16px;
  border: 1px solid #e8e8e8;
  margin: 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    .article {
      margin: 8px 0; } }
  .article .date {
    line-height: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem; }
  .article .article-header {
    border-bottom-color: #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .article .article-header h1 {
      font-size: 2rem;
      margin: 0; }
      .article .article-header h1 a {
        color: #454545; }
    .article .article-header .tags {
      margin: 0;
      font-size: .8rem; }
  .article h2 {
    margin-top: 12px;
    margin-bottom: 12px; }
  .article .article-footer {
    border-top-color: #eee;
    border-top-width: 1px;
    border-top-style: solid;
    padding: 16px 0 32px;
    min-height: 32px; }
    .article .article-footer .social-buttons {
      margin-bottom: 16px; }
      .article .article-footer .social-buttons .share-button {
        display: inline-block;
        border-radius: 4px;
        width: 32px;
        height: 32px; }
    .article .article-footer .next-article {
      float: left;
      max-width: 45%; }
    .article .article-footer .prev-article {
      float: right;
      max-width: 45%; }

.summaries {
  background-color: white;
  padding: 16px;
  border: 1px solid #e8e8e8;
  margin: 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    .summaries {
      margin: 8px 0; } }
  .summaries .summary-items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .summaries .summary-items li {
      padding: 8px 0;
      border-bottom: 1px solid #efefef; }
    .summaries .summary-items li:last-child {
      border-bottom: 0; }
    .summaries .summary-items .summary-item .date {
      line-height: 1rem;
      margin-top: 0;
      margin-bottom: 0;
      font-size: .8rem; }
    .summaries .summary-items .summary-item .title {
      font-size: 1.8rem;
      line-height: 2rem;
      margin-top: 4px;
      margin-bottom: 4px; }
      .summaries .summary-items .summary-item .title a {
        color: #454545; }
    .summaries .summary-items .summary-item .body {
      margin-top: 0; }

.asides {
  display: table-cell;
  vertical-align: top; }
  @media screen and (max-width: 960px) {
    .asides {
      display: block; } }

.aside {
  background-color: white;
  padding: 16px;
  border: 1px solid #e8e8e8;
  margin: 8px;
  box-sizing: border-box;
  width: 320px; }
  @media screen and (max-width: 960px) {
    .aside {
      margin: 8px 0; } }
  .aside h2 {
    font-size: 1rem; }
  @media screen and (max-width: 960px) {
    .aside {
      width: unset; } }

.profile_img {
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 2px gray; }

.recent-articles {
  list-style: none;
  margin: 0;
  padding: 0; }
  .recent-articles li {
    padding: 8px 0;
    border-bottom: 1px solid #efefef; }
  .recent-articles li:last-child {
    border-bottom: 0; }
  .recent-articles .recent-article .recent-article-date {
    margin: 0;
    font-size: .8rem;
    margin-bottom: 6px; }
  .recent-articles .recent-article .recent-article-title {
    margin: 0;
    padding: 0;
    line-height: 1; }

.category-items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .category-items li {
    padding: 8px 0;
    border-bottom: 1px solid #efefef; }
  .category-items li:last-child {
    border-bottom: 0; }

.pager-block {
  background-color: white;
  padding: 16px;
  border: 1px solid #e8e8e8;
  margin: 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    .pager-block {
      margin: 8px 0; } }

.pager {
  text-align: center; }
  .pager .pager-link {
    width: 96px;
    display: inline-block; }
  .pager .pager-status {
    width: 96px;
    display: inline-block; }

.external-service-frame {
  width: 320px;
  height: 96px;
  border: 1px solid lightgray; }

.hljs {
  padding: 16px; }
