@charset "UTF-8";
/**************************************************
   Stylesheet for codecrafthouse.jp

     :Auther:  t-hanya
     :Date:    2016-12-18
     :Version: 0.3

***************************************************/
/* parameters */
/* size range definition */
/* color theme */
/* reset */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* base style */
/* font */
html {
  line-height: 1.6em;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* font-size */
body {
  font-size: 15px; }

/* image */
img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

/* layout */
#header {
  padding: 24px 0;
  background-color: #EEE; }

#header a img {
  display: block;
  margin: 0 auto;
  height: 36px; }

#menu {
  padding: 6px;
  text-align: center;
  background-color: #DDD; }

#menu li {
  display: inline-block;
  padding: 5px 16px; }

#menu li a {
  color: #888; }

#footer {
  padding: 0 0 20px;
  text-align: center;
  background-color: #EEE;
  color: #888; }

#footer a {
  color: #888;
  text-decoration: underline; }

#footer address {
  margin-top: 12px;
  font-size: 10px; }

.stage {
  max-width: 840px;
  margin: 0 auto;
  padding: 0; }

/* style for article content */
.article-content,
.page-content {
  padding: 10px 10px; }
  .article-content img,
  .page-content img {
    margin: 20px 0; }
  .article-content a,
  .page-content a {
    color: #4188c6; }
  .article-content a:hover,
  .page-content a:hover {
    color: #7cadd8; }
  .article-content li a:hover,
  .page-content li a:hover {
    border-bottom: dotted 1px gray; }
  .article-content hr,
  .page-content hr {
    border: none;
    margin: 20px 20px; }
  .article-content em,
  .page-content em {
    font-weight: bold; }
  .article-content strong,
  .page-content strong {
    font-weight: bold;
    color: #DA5367; }
  .article-content cite,
  .page-content cite {
    font-style: italic; }
  .article-content .docutils.literal,
  .page-content .docutils.literal {
    background-color: #F1F1F1;
    color: #333;
    padding: 1px 3px;
    font-family: Courier;
    border-radius: 2px; }
  .article-content table.field-list,
  .page-content table.field-list {
    font-size: 1.0em;
    margin: 17px 10px; }
  .article-content table.field-list th,
  .article-content table.field-list td,
  .page-content table.field-list th,
  .page-content table.field-list td {
    border: none;
    padding: 5px 8px; }
  .article-content table.field-list th,
  .page-content table.field-list th {
    text-align: right; }
  .article-content #contents,
  .page-content #contents {
    padding: 5px 5px;
    margin: 30px 10px;
    border-top: solid 2px #CCC;
    border-bottom: solid 2px #CCC; }
    .article-content #contents .topic-title,
    .page-content #contents .topic-title {
      font-size: 1.1em;
      line-height: 2em; }
    .article-content #contents a,
    .page-content #contents a {
      text-decoration: none; }
  .article-content p,
  .page-content p {
    line-height: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .article-content p + p,
  .page-content p + p {
    margin-top: 1em; }
  .article-content blockquote,
  .page-content blockquote {
    border: solid 1px #DDD;
    background-color: #EEE;
    line-height: 1.6em;
    padding: 15px 10px 8px; }
    .article-content blockquote p:first-child:before,
    .page-content blockquote p:first-child:before {
      content: "”";
      font-size: 3em;
      color: #CCC; }
    .article-content blockquote .attribution,
    .page-content blockquote .attribution {
      font-style: italic;
      text-align: right; }
  .article-content h1,
  .page-content h1 {
    font-size: 2.2em;
    line-height: 1.6em;
    margin-top: 1.2em;
    margin-bottom: 0.8em; }
    .article-content h1 a,
    .page-content h1 a {
      color: #333; }
    .article-content h1 a:hover,
    .page-content h1 a:hover {
      color: #555; }
  .article-content h2,
  .page-content h2 {
    font-size: 1.8em;
    line-height: 1.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em; }
    .article-content h2 a,
    .page-content h2 a {
      color: #333; }
    .article-content h2 a:hover,
    .page-content h2 a:hover {
      color: #555; }
  .article-content h3,
  .page-content h3 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em; }
    .article-content h3 a,
    .page-content h3 a {
      color: #333; }
    .article-content h3 a:hover,
    .page-content h3 a:hover {
      color: #555; }
  .article-content h4,
  .page-content h4 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em; }
    .article-content h4 a,
    .page-content h4 a {
      color: #333; }
    .article-content h4 a:hover,
    .page-content h4 a:hover {
      color: #555; }
  .article-content h5,
  .page-content h5 {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em; }
    .article-content h5 a,
    .page-content h5 a {
      color: #333; }
    .article-content h5 a:hover,
    .page-content h5 a:hover {
      color: #555; }
  .article-content h6,
  .page-content h6 {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 2.0em;
    margin-bottom: 1.0em; }
    .article-content h6 a,
    .page-content h6 a {
      color: #333; }
    .article-content h6 a:hover,
    .page-content h6 a:hover {
      color: #555; }
  .article-content h2,
  .page-content h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #DDD; }
  .article-content ul,
  .page-content ul {
    list-style: circle;
    margin-left: 2em; }
  .article-content ol,
  .page-content ol {
    list-style: decimal;
    margin-left: 2em; }
  .article-content dd,
  .page-content dd {
    margin-left: 2em; }
  .article-content dd > ul,
  .article-content dd > ol,
  .page-content dd > ul,
  .page-content dd > ol {
    margin-left: 0; }
  .article-content li,
  .article-content dd,
  .page-content li,
  .page-content dd {
    line-height: 1.5em; }
  .article-content dt,
  .page-content dt {
    line-height: 1.7em; }
  .article-content ul,
  .page-content ul {
    padding-bottom: 5px;
    margin-top: 5px; }
  .article-content ol,
  .page-content ol {
    padding-bottom: 5px;
    margin-top: 5px; }
  .article-content p + ul,
  .page-content p + ul {
    margin-top: 8px;
    margin-bottom: 8px; }
  .article-content p + ol,
  .page-content p + ol {
    margin-top: 8px;
    margin-bottom: 8px; }
  .article-content table,
  .page-content table {
    margin-bottom: 5px; }
  .article-content table th,
  .article-content table td,
  .page-content table th,
  .page-content table td {
    border: solid 1px #DDD;
    padding: 6px 10px; }
  .article-content table th,
  .page-content table th {
    font-weight: bold;
    background-color: #EEE; }
  .article-content .highlight, .article-content .literal-block,
  .page-content .highlight,
  .page-content .literal-block {
    word-wrap: break-word;
    font-size: 14px;
    font-family: Courier !important;
    margin: 8px 8px 15px;
    padding: 10px 15px;
    line-height: 1.5em; }
  .article-content .literal-block,
  .page-content .literal-block {
    border: none;
    background-color: white; }
  .article-content .code.literal-block,
  .page-content .code.literal-block {
    border: solid 1px #DDD;
    border-radius: 6px;
    background-color: #EEE; }
  .article-content .highlight,
  .page-content .highlight {
    background-color: #EEE; }
  .article-content .highlighttable,
  .page-content .highlighttable {
    margin: 0;
    padding: 0; }
    .article-content .highlighttable tr, .article-content .highlighttable td,
    .page-content .highlighttable tr,
    .page-content .highlighttable td {
      padding: 0;
      border: none; }
    .article-content .highlighttable td.linenos,
    .page-content .highlighttable td.linenos {
      padding-top: 10px;
      color: #888;
      text-align: right;
      font-size: 14px;
      line-height: 1.5em; }
    .article-content .highlighttable td.code,
    .page-content .highlighttable td.code {
      width: 100%; }
  .article-content table.footnote td,
  .page-content table.footnote td {
    border: none;
    padding: 5px; }
  .article-content .admonition,
  .page-content .admonition {
    border-left: solid 3px #DDD;
    background-color: #EEE;
    padding: 6px 16px 12px;
    margin: 14px 10px;
    line-height: 1.5em; }
  .article-content .admonition-title,
  .page-content .admonition-title {
    color: #AAA;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 0.9em; }
  .article-content .admonition.hint,
  .article-content .admonition.tip,
  .page-content .admonition.hint,
  .page-content .admonition.tip {
    background-color: #F3F3F3;
    border-color: #5594CC; }
  .article-content .admonition.note,
  .page-content .admonition.note {
    background-color: #F3F3F3;
    border-color: #5594CC; }
  .article-content .admonition.warning,
  .page-content .admonition.warning {
    background-color: #F3F3F3;
    border-color: #DFA940; }
  .article-content .admonition.danger,
  .article-content .admonition.error,
  .page-content .admonition.danger,
  .page-content .admonition.error {
    background-color: #F3F3F3;
    border-color: #DA5367; }
  .article-content .hint .admonition-title,
  .article-content .tip .admonition-title,
  .page-content .hint .admonition-title,
  .page-content .tip .admonition-title {
    color: #5594CC; }
  .article-content .note .admonition-title,
  .page-content .note .admonition-title {
    color: #5594CC; }
  .article-content .warning .admonition-title,
  .page-content .warning .admonition-title {
    color: #DFA940; }
  .article-content .danger .admonition-title,
  .article-content .error .admonition-title,
  .page-content .danger .admonition-title,
  .page-content .error .admonition-title {
    color: #DA5367; }
  .article-content .modindextable tr, .article-content .modindextable th, .article-content .modindextable td,
  .page-content .modindextable tr,
  .page-content .modindextable th,
  .page-content .modindextable td {
    border: none; }

/* each component */
.hentry {
  margin: 18px 0;
  padding: 10px; }
  .hentry img {
    max-height: 240px;
    padding: 16px 0; }
  .hentry .inner {
    padding-left: 20px;
    border-left: solid 4px #EEE; }
  .hentry a {
    color: #5594CC; }
  .hentry a:hover {
    color: #7cadd8; }

.entry-title {
  padding: 15px 0;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold; }
  .entry-title a {
    color: #555; }
  .entry-title a:hover {
    color: #888; }

.entry-content {
  padding: 10px 0;
  line-height: 1.6em; }
  .entry-content a {
    color: #5594CC; }

.readmore a {
  display: inline-block;
  padding: 7px; }

.post-info ol, .post-info ul {
  margin: 0; }
.post-info li {
  display: inline-block;
  list-style: none; }
.post-info a {
  color: #5594CC; }
.post-info a:hover {
  border-bottom: dotted 1px #AAA; }
.post-info .icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 22px;
  padding: 0;
  margin: 0; }
.post-info .post-info__tag {
  margin: 0;
  padding: 0; }
  .post-info .post-info__tag li + li:before {
    content: ", "; }
.post-info .post-info__calendar,
.post-info .post-info__category,
.post-info .post-info__tag {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #555; }

.tag-header {
  text-align: center;
  background-color: #84b2da;
  color: #f2f7fb; }
  .tag-header a {
    color: #f2f7fb; }
  .tag-header .tag-name {
    font-weight: bold; }
  .tag-header .tag-header-title {
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle; }
  .tag-header .tag-header-icon {
    display: inline-block;
    height: 1.4em;
    vertical-align: middle; }

.category-header {
  text-align: center;
  background-color: #84b2da;
  color: #f2f7fb; }
  .category-header a {
    color: #f2f7fb; }
  .category-header .category-name {
    font-weight: bold; }
  .category-header .category-header-title {
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle; }
  .category-header .category-header-icon {
    display: inline-block;
    height: 1.4em;
    vertical-align: middle; }

.calendar-header {
  text-align: center;
  background-color: #84b2da;
  color: #f2f7fb; }
  .calendar-header a {
    color: #f2f7fb; }
  .calendar-header .calendar-name {
    font-weight: bold; }
  .calendar-header .calendar-header-title {
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle; }
  .calendar-header .calendar-header-icon {
    display: inline-block;
    height: 1.4em;
    vertical-align: middle; }

.index-title-only {
  padding: 20px 0;
  line-height: 1.6em; }
  .index-title-only li {
    list-style: none; }
  .index-title-only a {
    color: #5594CC; }

.paginator {
  text-align: center;
  padding: 20px 0; }
  .paginator a {
    padding: 0 8px;
    font-weight: bold;
    color: #DDD; }
  .paginator a:hover {
    color: #DA5367; }

.footer-tile-frame {
  font-size: 0.9em;
  background-color: #EEE;
  color: #888;
  text-align: left;
  padding: 18px 0 10px; }
  .footer-tile-frame .footer-tile {
    width: 33%;
    float: left; }
    @media only screen and (max-width: 640px) {
      .footer-tile-frame .footer-tile {
        width: 100%;
        margin-bottom: 30px; } }
  .footer-tile-frame .footer-tile-icon {
    display: inline-block;
    height: 1em; }
  .footer-tile-frame .footer-tile-title {
    display: inline-block; }
  .footer-tile-frame .footer-tile-list,
  .footer-tile-frame .footer-tile-taglist {
    padding: 10px 0; }
  .footer-tile-frame .footer-tile-taglist li {
    float: left; }
    .footer-tile-frame .footer-tile-taglist li a {
      display: block;
      padding: 4px;
      margin: 2px;
      border-radius: 3px;
      background-color: #E5E5E5;
      text-decoration: none;
      color: #888; }
    .footer-tile-frame .footer-tile-taglist li a:hover {
      background-color: #DDD; }
  .footer-tile-frame .footer-tile-list li {
    list-style: square;
    margin-left: 2em;
    line-height: 1.6em; }
    .footer-tile-frame .footer-tile-list li a {
      color: #888; }
    .footer-tile-frame .footer-tile-list li a:hover {
      color: #999; }
  .footer-tile-frame .footer-tile-about {
    padding: 15px; }
    .footer-tile-frame .footer-tile-about img {
      width: 60px;
      height: 60px;
      border-radius: 30px; }
    .footer-tile-frame .footer-tile-about p {
      padding: 10px; }
    .footer-tile-frame .footer-tile-about img, .footer-tile-frame .footer-tile-about p {
      display: inline-block;
      vertical-align: middle; }

.footer-about {
  padding: 15px;
  color: #888;
  text-align: center; }
  .footer-about .footer-about-icon {
    width: 70px;
    height: 70px;
    border-radius: 35px; }
  .footer-about h2 {
    padding: 10px; }

/* utility */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*# sourceMappingURL=style.css.map */
