/* <system section="theme" selected="11696248318752960227"> */
/*
@font-face {
  font-family: mplus-2p-thin;
  src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-2p-thin.ttf')
  format("truetype");
}
@font-face {
  font-family: mplus-2p-regular;
  src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-2p-regular.ttf')
  format("truetype");
}
*/

@charset "utf-8";
/* Reset CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 150%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding-left: 0px;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END Reset */

/* base */
/*font lato,lekton,overlock*/
body {
  font-family: overlock, 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #FDF6E3;
  color: #657B83;
  font-weight: 100;
  letter-spacing: 0.05em;
}
a {
  color: #268bd2;
}
a:hover {
  background-color: #eee8d5;
  border-radius: 3px;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
  -moz-border-radius: 3px; /* Firefox用 */
}
#globalheader-container {
  background: #222;
  color:#00CCFF;
  border-bottom: 1px solid #073642;
}
#container {
  margin-left: 70px;
  background: #fdf6e3;
  padding: 10px;
}
#container-inner {
  text-align: left;
}
#blog-title {
  padding: 10px 10px 50px 0px;
}
#title {
  color:#B58900;
  font-size: 30pt;
  font-weight: 100;
  font-family: overlock, mplus-2p-thin;
  letter-spacing: -0.07em;
}
#title a {
  text-decoration: none;
}

#blog-description {
  color: #657B83;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 100;
  font-family: "Source Code Pro", source-code-pro;
}
/* @Custom Header-image */
/*
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
*/
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  min-width: 32em;
  max-width: 52em;
  float: left;
}
.entry {
  margin-bottom: 270px;
}
.entry-header {
  margin-bottom: 40px;
  position: relative;
}
.date {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.date a {
  color: #dc322f;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.entry-title {
  margin-bottom: 15px;
  line-height: 1.3;
  border-bottom: solid 1px;
}
.entry-title a {
  font-size: 20px;
  color: #B58900;
  text-decoration: none;
  font-weight: 200;
  letter-spacing: 1.5px;
}
.categories:before{
  content: "tags = {"
}
.categories:after{
  content: "};"
}
.categories {
  padding-left: 20px;
  font-size: 12px;
  line-height: 2em;
}
.categories a {
  margin-right: 0.2em;
  text-decoration: none;
  background: #2aa198;
  color: #fdf6e3;
  white-space: nowrap;
  padding: 2px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
  -moz-border-radius: 3px; /* Firefox用 */
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  -ms-transition:background-color 0.2s linear 0;
  transition:background-color 0.2s linear 0;
}

.categories a:hover {
  background: #d33682;
}
    
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
  text-align: right;
}
.entry-footer-section a {
  text-decoration: none;
  background: #073642;
  color: #fdf6e3;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px; /* Firefox用 */
}

.pager {
  font-size: 14px;
  text-align: right;
}

.google_afc_image{
  margin-left: auto;
}
/*
.afc_a{
  height: 0px;
}
*/

#footer {
  background: #000000;
  color:#00CCFF;
  margin: 0 auto;
  text-align: left;
  padding: 10px 20px;
  letter-spacing: 0.2em;
  font-weight: 100;
  font-size: 13px;
}
#footer a{
    color:#00CCFF;
}
#footer address{
    float: right;
}
#footer a:hover{
	color:#00CCFF;
	background: #222222;
}

#footer img {
  vertical-align: middle;
}
/* Comment */
.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #dc322f;
  color: #fdf6e3;
  padding: 5px 25px;
  border-radius: 2px;
  -webkit-border-radius: 2px; /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px; /* Firefox用 */
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  -ms-transition:background-color 0.2s linear 0;
  transition:background-color 0.2s linear 0;
}
.leave-comment-title:hover {
  background: #268bd2;
  color: #fdf6e3;
}
/* Entry-Content */
.entry-content {
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.entry-content p {
  margin: 0.7em 0;
  line-height: 150%;
  font-family: mplus-2p-regular;
  letter-spacing: -0.07em;
  font-size: 14px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 130%;
  margin: 50px 0px 0px 0px;
}

.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
	margin-left: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table tr:nth-child(odd) {
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #eee8d5;
}
.entry-content table th {
  letter-spacing: 0.2em;
	font-weight: 100;
  color:#FDF6E3;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #93A1A1;
}

a,
pre {
  word-break: break-all;
  overflow: hidden;
}
pre {
	margin-left: 20px;
  font-size: 12px;
  padding: 10px;
  white-space: pre-wrap;
  letter-spacing: 0.1em;
  border: none;
}

pre.code{
  font-family: "Source Code Pro", source-code-pro;
  background: #eee8d5;
}
.entry-content a:visited {
  color: #aaa;
}
a.keyword {
  pointer-events:none;
  text-decoration: none;
  padding: 0;
  color: #657B83;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}
/* Sidebar */
#box2 {
  width: 220px;
  float: left;
  font-size: 14px;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  font-size: 12px;
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.7em;
  margin-left: 10px;
}
.hatena-module-body {
  line-height: 1.5;
}

.hatena-star-container {
margin-bottom: 20px;
}
.hatena-module-body p,
.hatena-module-body div {
    margin: 0.7em 0;
}

/* @Module::Search */
form.search-form input {
  border: 1px solid #002b36;
  color:#002b36;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 180px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=3f712fab57bb94775097ac1bce3ac9') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}
/* @Archive */
.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  margin-top: 10px;
}
/* Catengory */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}




/* <system section="background" selected="97c204"> */
body{background:#eee8d5;}
/* </system> */

#box2{
  padding-left: 30px;
  padding-top: 30px;
}

/*
.entry-content{
  counter-reset : section;
}
h3 {
  counter-increment : section ;
  counter-reset : subsection;
}
h3:before {
  content : counter(section) ". ";
}

h4 {
  counter-increment : subsection ;
  counter-reset : subsubsection;
}
h4:before {
  content : counter(section) "." counter(subsection) ". "
}

h5 {
  counter-increment : subsubsection ;
}
*/


ol {
  counter-reset : item ;
  list-style : none ;
}
ol li { display: block ; }
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item ;
}
/* </system> */