@charset "UTF-8";

/* Basic Component ------------------------------- */

body {
    margin: 0;
    padding: 0;
    color: #252525;
    font-family: hervetica, Meiryo,sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2.25rem;
  letter-spacing: 0.08em;
  word-wrap: break-word
}


table,td,th {
    border: 1px solid #A4C4A4;
    border-spacing: 0
}

td,th {
    padding: 4px
}

th {
    font-weight: 700
}

a {
    color: gray
}

/* Blog Overall Structure Components ------------------------------- */

/* Header */
body #blog-title {
    display: none;
}
body #top-editarea #header {
  display: block;
  height: 150px;
  margin-bottom: 32px;
}

body #content #content-inner {
    width: 1136px;
    margin: 0 auto;
}
body #content #content-inner:after {
    clear: both;
    display: block;
    content: ' ';
}

/* Left Side */
body #content #content-inner #wrapper {
    /* float: left; */
    padding: 8px;
    width: 780px;
    text-align: left;
    margin: 0 auto;
}

/* Right Side */
body #content #content-inner #box2 {
    display: none;
    float: left;
    padding: 8px;
    width: 300px;
    margin-left: 24px;
}


/* Blog Title Component ------------------------------- */

body #container>#container-inner #header {
  background-color: #397C1A;
}

body #container>#container-inner #header .title {
  display: block;
  width: 200px;
  margin: 0 auto;
}

body #container>#container-inner #header .description {
  color: white;
  text-align: center;
  font-size: 75%;
  line-height: 1rem;
}

body #container>#container-inner #header .title img {
  display: block;
  padding-top: 16px;
  padding-left: 32px;
  height: 28px;
}

body #container>#container-inner #header .categories {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  padding-top: 16px;
  color: white;
}

body #container>#container-inner #header .categories .category {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0 16px;
  height: 58px;
}

body #container>#container-inner #header .categories .category:hover {
  opacity: 0.75;
}

body #container>#container-inner #header .rel-links {
  display: block;
  width: 120px;
  float: right;
}

body #container>#container-inner #header .rel-links .rel-link:hover {
  opacity: 0.75;
}

body #container>#container-inner #header .rel-links .rel-link img {
  width: 24px;
  padding-top: 16px;
  padding-right: 8px;
}

/* Bread Crumb Component */
body #container>#container-inner #top-box>.breadcrumb {
    width: 1136px;
    padding-left: 5px;
    font-size: 90%;
    margin: 0 auto;
}

body #container>#container-inner #top-box>.breadcrumb div>a {
    color: gray;
    text-decoration: none
}

body #container>#container-inner #top-box>.breadcrumb div>a:hover {
    text-decoration: underline
}

/* Pager Components ------------------------ */

.pager {
    margin: 12px 0;
    font-size: 18px;
}

.pager span>a {
    display: block;
    width: 100%;
    margin: 10px 0px;
    background-color: rgb(230, 237, 226);
    border-radius: 100px;
    padding: 12px 0px;
    color: #397C1A;
    text-align: center;
    border: 3px solid #397C1A;
    font-weight: bold;
}

.pager span>a:hover {
  opacity: 0.75;
}

.pager .pager-prev {
    display: block;
}

.pager .pager-next {
    display: block;
}

/* Right Side Box Item Components ------------------------ */

body #container>#container-inner #content>#content-inner>#box2 #box2-inner .hatena-bookmark-count {
  display: inline-block;
  margin-left: 4px;
}

body #container>#container-inner #content>#content-inner>#box2 #box2-inner>.hatena-module .hatena-module-title {
    color: #000;
    text-shadow: 1px 1px #FFF;
    padding-top: 8px;
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 80%
}

body #container>#container-inner #content>#content-inner>#box2 #box2-inner>.hatena-module .hatena-module-title a {
    text-decoration: none;
    color: inherit
}

body #container>#container-inner #content>#content-inner>#box2 #box2-inner>.hatena-module .hatena-module-body {
    font-size: 80%;
    padding-bottom: 20px
}

/* Footer Components ------------------------ */


body #container>#container-inner #bottom-editarea {
    font-size: 80%;
    text-align: center;
    margin-top: 64px;
    padding-top: 16px;
    background-color: #397C1A;
    color: white;
}
body .profile {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
body .profile .label {
    font-size: 18px;
  width: 400px;
  border-radius: 100px;
  margin: 20px auto;
  padding: 4px 0px;
  background-color: #397C1A;
  text-align: center;
}

body .profile h4 {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
body .profile a {
  color: white;
}

body .profile > img {
  display: block;
  width: 200px;
  float: right;
  margin-left: 20px;
  border: 4px solid white;
}

body .profile .to_form {
  display: block;
  background-color: rgb(230, 237, 226);
  text-align: center;
  color: #397C1A;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  border-radius: 100px;
  margin: 48px 0;
}

body .profile .to_form:hover {
  opacity: 0.75;
}

body .disclaimer {
  font-size: 14px;
}
body .copyright {
  padding: 12px 0px;
}

/* Entry Component ------------------------------ */

.archive-heading {
    color: #397C1A;
}
.archive-entries>.archive-entry,
.entry>.entry-inner>.entry-header {
    min-height: 80px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.archive-entries>.archive-entry .date,
.entry>.entry-inner>.entry-header .date {
    margin: 0;
    padding: 8px 0px;
    font-size: 100%;
    font-weight: 400;
    text-align: right
}

.archive-entries>.archive-entry .entry-thumb {
    width: 200px;
    height: 200px;
    margin-right: 40px;
}

.archive-entries ul,
.entry ul {
  margin: 0;
  padding: 16px;
}

.archive-entries li,
.entry li {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 12px;
}

.archive-entries>.archive-entry .date a,
.entry>.entry-inner>.entry-header .date a {
    text-decoration: none;
    font-size: 75%;
    margin-right: 10px;
    color: #444;
}

.archive-entries>.archive-entry .entry-title,
.entry>.entry-inner>.entry-header .entry-title {
    margin: 0 0 10px 10px;
    min-height: 50px;
    font-weight: normal;
    padding: 12px 0px;
}

.archive-entries>.archive-entry .entry-title a,
.entry>.entry-inner>.entry-header .entry-title a {
    color: #042402;
    text-decoration: none;
    line-height: 150%;
    font-size: 28px
}

.archive-entries>.archive-entry .categories,
.entry>.entry-inner>.entry-header .categories {
    text-align: right;
    margin-top: 10px
}

.archive-entries>.archive-entry .categories a,
.entry>.entry-inner>.entry-header .categories a {
    font-size: 14px;
}

.archive-entries>.archive-entry .categories:before,
.entry>.entry-inner>.entry-header .categories:before {
    font-size: 14px;
    content: "カテゴリ：";
    display: inline
}

.entry>.entry-inner .entry-header .entry-header-menu {
    position: absolute;
    text-align: right
}

.entry>.entry-inner .entry-footer .entry-footer-section {
    display: none
}

.entry>.entry-inner .entry-footer .social-buttons {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 50px;
}

.recommend {
    border: 1px solid gray;
    background-color: rgb(230,230,230);
    padding: 10px;
}

.recommend>a {
    display: block;
    margin-left: 20px;
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px solid #DEDEDE;
}

.entry-content img {
    display: block;
    max-width: 590px;
    margin: 40px auto
}

.entry-content h3 {
    font-weight: normal;
}
.entry-content h4 {
    font-size: 130%;
    font-weight: normal;
}

.entry-content img.left,
.entry-content img.right {
    width: 300px;
    margin-left: 12px;
    margin-bottom: 12px
}

.entry-content img.right {
    float: right
}

.entry-content img.left {
    float: left
}

.backIndex,.index,.reffer {
    font-size: 80%
}

.code {
    border: 1px solid #AAA;
    font-size: 80%;
    padding: 15px
}

.keyword {
    color: inherit
}

.relations ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.relations ul li {
    margin-bottom: 15px;
    min-width: 200px;
    display: block
}

.relations ul li .summary {
    word-break: break-all
}

.relations ul li .summary a {
    display: block;
    border-top: dotted 1px #AAA;
    padding: 5px;
    color: #042402;
    font-size: 100%;
    text-shadow: 1px 1px #FFF
}

.relations ul li .summary a:hover {
    color: #AAA
}

.relations ul li .summary .content {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 75%;
    text-height: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    color: #777
}

.section {
  margin-top: 36px;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #444444;
}

h3 a {
    font-weight: none;
    text-decoration: none;
    color: inherit
}

/* Original Related Entry Components */

.relationsTitle {
    text-shadow: 1px 1px #FFF;
    padding: 5px;
    background: #84C482;
    background: -webkit-linear-gradient(top,#84C482,#FFF);
    background: linear-gradient(top,#84C482,#FFF);
    font-weight: 700
}

.relations {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 5px
}

.archive-module-month-title,.archive-module-month-title:hover,.archive-module-year-title,.archive-module-year-title:hover,.hatena-urllist>li>a:hover {
    text-decoration: underline
}

.hatena-bookmark-count>strong>a {
    background-color: #ff0;
    color: red
}

.recent-entries {
    margin: 0;
    padding: 0
}

.recent-entries .urllist-item>.urllist-item-inner>a {
    text-decoration: none
}

.recent-entries .urllist-item>.urllist-item-inner>a:hover {
    text-decoration: underline
}

/* Hatena Related Entry Components */
.hatena-module-related-entries {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 3px solid #e0e0e0;

}
.hatena-module-related-entries .hatena-module-title {
  color: #397C1A;
  font-weight: bold;
}

/* Edit Components */
.entry-header-menu a {
  display: block;
  background-color: #397C1A;
  font-weight: bold;
  color: white;
  padding: 8px 24px;
  border-radius: 4px;
  color: white;
}
