* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
td,
th,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
}
body {
  background-color: #eee;
  color: #606060;
  font-family: sans-serif, serif;
  font-size: 1.1rem;
}
ul {
  margin: 0;
}
a {
  color: #424546;
  text-decoration: none;
}
a:hover {
  color: #808080;
}
.row {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.gutter-right {
  margin-right: 10px;
}
.gutter-left {
  margin-left: 10px;
}
.gutter-horizontal {
  margin-right: 10px;
  margin-left: 10px;
}
.gutter-top- {
  margin-top: 10px;
}
.gutter-bottom {
  margin-bottom: 10px;
}
.gutter-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
figure.img {
  max-width: 90%;
  margin: auto;
}
figcaption {
  font-size: 1em;
  margin-bottom: 3rem;
}
.content pre,
.content .highlight {
  font-size: 0.8rem;
  text-shadow: none;
  background: #1d1f21;
  margin: 1.7 -30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 5px;
  border-style: solid;
  border-color: color-border;
  border-width: 1px 0;
  overflow: auto;
  color: #c5c8c6;
  line-height: 1.1rem;
}
.content .highlight .gutter pre,
.content .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
pre .comment,
pre .preprocessor {
  color: #969896;
}
pre .tag {
  color: #c5c8c6;
}
pre .title,
pre .variable,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c66;
}
pre .number,
pre .built_in,
pre .literal,
pre .constant {
  color: #b294bb;
}
pre .params {
  color: #de935f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute,
pre .attribute {
  color: #b5bd68;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #f0c674;
}
pre .css .hexcolor {
  color: #8abeb7;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #81a2be;
}
pre .keyword,
pre .javascript .function {
  color: #81a2be;
}
.content pre,
.content code {
  font-family: "Liberation Mono", monospace;
}
.content code {
  background: #f0f0f0;
  text-shadow: 0 1px #fff;
  font-size: 0.85em;
  padding: 0.2em 0.3em 0em;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.content pre code {
  background: none;
  text-shadow: none;
  padding: 0;
  border: none;
}
.content .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.content .highlight table {
  margin: 0;
  width: auto;
}
.content .highlight td {
  border: none;
  padding: 0;
}
.content .highlight figcaption {
  font-size: 0.85em;
  color: #969896;
  line-height: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.content .highlight figcaption a {
  float: right;
}
.content .highlight .gutter pre {
  text-align: right;
}
.content .highlight .line {
  height: 1.2rem;
  padding-left: 20px;
}
.content .gist {
  margin: 0 -30px;
  border-style: solid;
  border-color: color-border;
  border-width: 1px 0;
  background: #1d1f21;
  padding: 15px 30px 15px 0;
}
.content .gist .gist-file {
  border: none;
  font-family: "Liberation Mono", monospace;
  margin: 0;
}
.content .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.content .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.content .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.content .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.content .gist .gist-file .gist-meta {
  background: #1d1f21;
  color: #969896;
  font: 0.85em sans-serif;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 30px;
}
.content .gist .gist-file .gist-meta a {
  color: color-link;
  font-weight: normal;
}
.content .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
.layout-logo {
  background-color: #fff;
}
.panel-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-logo {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.img-logo {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  border-radius: 200px;
}
.box-main-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 90%;
}
.box-sub-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
}
.layout-header {
  position: fixed;
  left: 0;
  bottom: 0;
  right: auto;
  top: 0;
  z-index: 999;
  width: 300px;
  background-color: #424546;
  -webkit-box-shadow: 0 3px 12px 3px #8e927e;
  -moz-box-shadow: 0 3px 12px 3px #8e927e;
  box-shadow: 0 3px 12px 3px #8e927e;
}
@media screen and (max-width: 700px) {
  .layout-header {
    display: none;
  }
}
.menu-list {
  margin: 0 auto;
  width: 80%;
  line-height: 2rem;
}
.layout-menu-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #424546;
}
.layout-menu {
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .layout-menu {
    margin: 0 auto;
  }
}
.layout-menu ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 700px) {
  .layout-menu ul li {
    margin: 20px;
    display: inline;
  }
}
.layout-menu-footer {
  display: none;
}
@media screen and (max-width: 700px) {
  .layout-menu-footer {
    display: inherit;
  }
}
.menu-group {
  margin-bottom: 30px;
}
.menu-item {
  font-size: 1.3rem;
  margin-top: 5px;
}
.menu-item i {
  width: 1rem;
}
.menu-item a {
  color: #fff;
}
.menu-item a:hover {
  color: #d4d4d4;
}
.deflinks .menu-list {
  margin: 0 auto;
  width: 90%;
}
.deflinks a {
  color: #fff;
}
.deflinks a:hover {
  color: #d4d4d4;
}
.menu-icononly {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2.5rem !important;
}
.extra-comments {
  width: 80%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.extra-comments a {
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
  color: #808080;
}
.layout-footer {
  margin-left: 300px;
}
@media screen and (max-width: 700px) {
  .layout-footer {
    margin: 0 auto;
  }
}
.panel-footer {
  margin-top: 10px;
  margin-bottom: 40px;
  border-top: 1px dashed #dcdcdc;
  padding-top: 20px;
}
.box-footer {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .box-footer {
    width: 200px;
  }
}
#blog-title {
  letter-spacing: 2px;
  text-shadow: 4px 3px 0px #ccc, 9px 8px 0px rgba(0,0,0,0.15);
}
img {
  max-width: 100%;
}
.layout-content {
  margin-left: 300px;
}
@media screen and (max-width: 700px) {
  .layout-content {
    margin: 0 auto;
  }
}
.panel-content {
  margin-top: 40px;
}
.article-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.read-more {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  padding: 3px;
  color: #aaa;
}
.read-more:hover {
  color: #424546;
}
.btn {
  background-color: #e6e6e6;
  padding: 6px 12px;
  margin-left: 15px;
  margin-right: 15px;
}
.btn:hover {
  background-color: #d6d6d6;
  color: #000;
}
.panel-post-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-post-nav {
  margin: 0 auto;
  text-align: center;
}
article p,
article table,
article ol,
article ul,
article iframe,
article dl {
  margin-top: 10px;
  margin-bottom: 10px;
}
article li ol,
article li ul {
  margin-bottom: 0;
}
.box-article-nav {
  margin: 0 auto;
  text-align: center;
}
article {
  padding: 30px;
  background-color: #fbfbfb;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: serif;
  line-height: 1.7;
  color: #404040;
  text-shadow: 0px 1px 0px #fff;
}
article a {
  color: #b6aa60;
}
article hr {
  border: 0;
  height: 1px;
  background-color: #d4d4d4;
  margin-top: 15px;
  margin-bottom: 15px;
}
article p {
  margin-top: 3.4rem;
  margin-bottom: 2.04rem;
}
article p a {
  border-bottom: 1px dotted #bdbdbd;
}
article .article-title {
  margin-top: 10px !important;
  margin-bottom: 30px;
}
article .article-title a {
  color: #424546;
}
article .img-row {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-meta {
  padding: 30px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.article-meta .tag {
  color: #888;
  display: inline-block;
  position: relative;
  padding: 3px 5px 3px 5px;
  margin: 5px 10px 5px 5px;
  background: #f3f3f3;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.article-meta .tag::before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: " ";
  left: -24px;
  top: 0px;
  border-right-color: #f3f3f3 !important;
  border: 12px solid transparent;
}
.article-meta .tag:hover {
  color: #000;
}
.article-meta span.group:first-child {
  margin-left: 0px;
}
.article-meta span.group {
  margin-left: 30px;
}
.content {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 20px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "標楷體", serif;
}
.content h1 {
  font-size: 28px;
  color: #aaa;
  margin-top: 40px;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 24px;
  color: #aaa;
  padding-top: 20px;
  margin-bottom: 10px;
}
.content h3 {
  font-size: 22px;
  color: #aaa;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h4 {
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content h5 {
  font-size: 1rem;
  text-indent: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content h6 {
  font-style: italic;
  font-size: 1rem;
  text-indent: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.content blockquote {
  font-style: italic;
  font-size: 1.1em;
  word-spacing: 3px;
  font-family: "Noto Serif", serif;
  background: rgba(0,0,0,0.03);
  color: #999;
  line-height: 1.4em;
  border-left: solid 3px #e4e3e3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.75em 35px;
}
.content .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.content .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
  float: left;
}
.content .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
  float: right;
}
.panel-archive-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-archive-nav {
  width: 160px;
  margin: 0 auto;
}
.box-archive-list {
  margin: 0 auto;
}
.box-archive-list ul,
.box-archive-list ol {
  padding-top: 30px;
  padding-left: 0px;
}
.box-archive-list li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #eee;
  border-top: solid 1px #ddd;
  list-style-type: none;
  margin-top: -1px;
}
.box-archive-list li:last-child {
  border-bottom: solid 1px #ddd;
}
.box-archive-list li:hover {
  background: #fff;
}
.archive-item-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.archive-item-date {
  position: relative;
}
.panel-archive-index-title {
  margin-bottom: 40px;
}
.box-archive-index {
  margin: 0 auto;
  width: 90%;
}
[class*='col-'] {
  float: left;
  padding: 0 5px;
}
[class*='col-'] +:first-child {
  padding: 0 5px 0 0;
}
[class*='col-'] +:last-child {
  padding: 0 0 0 5px;
}
.box-archive-index .col-1-3 {
  width: 32.333%;
}
.box-archive-index .col-1-3 h3 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: font-small;
  letter-spacing: 2px;
}
.box-archive-index .col-1-3 ul {
  padding-left: 15px;
  line-height: 2;
}
.archive-list .archive-list-link,
.category-list .archive-list-link,
.tag-list .archive-list-link,
.archive-list .category-list-link,
.category-list .category-list-link,
.tag-list .category-list-link,
.archive-list .tag-list-link,
.category-list .tag-list-link,
.tag-list .tag-list-link {
  font-size: 1.2rem;
}
.archive-list .archive-list-count,
.category-list .archive-list-count,
.tag-list .archive-list-count,
.archive-list .category-list-count,
.category-list .category-list-count,
.tag-list .category-list-count,
.archive-list .tag-list-count,
.category-list .tag-list-count,
.tag-list .tag-list-count {
  position: relative;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  border-radius: 10px;
  line-height: 1rem;
  color: #fff;
  background-color: #ccc;
  padding: 3px 7px;
  margin-left: 15px;
}
