/* <system section="theme" selected="6653586347151782122"> */
/* <system section="theme" selected="6653586347151782122"> */
/* <system section="theme" selected="6653586347151782122"> */
/* <system section="theme" selected="6653586347151782122"> */
/* Responsive: yes */
/* <system section="theme" selected="6653586347151782122"> */
/* <system section="theme" selected="6653586347151782122"> */

@charset "utf-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイconズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびLESSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Responsive: yes
  Licensed under the MIT license.
*/
html {
  font-family:"Arial", 'Helvetica',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic UI","sans-serif";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
/*色指定*/
:root {
        --background:#ffffff;
        --link: #1d8099;
        --link-hover:#0f5373;
        --letter-gray:#5e5e5e;
        --letter-black:#252525;
        --letter-strong:#252525;
        --title-border-gray:#c4c4c4;;
        --title-border-blue:#294d8f;;
    }
body {
  font-family:"Yu Gothic UI","メイリオ","Meiryo","sans-serif",'Helvetica Neue', 'Helvetica', 'Arial',  'MS PGothic';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border:0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or 4.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
  color:#5D5D5D;
  font-family:"Yu-Gothic Reguler","Helvetica","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","sans-serif";
  font-size: 14px;
  background-color:#FFFFFF;
}
html{
   font-family:"Yu-Gothic Reguler","Helvetica","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","sans-serif";
}

a {
  color: #5D5D5D;
}
a:hover {
  color:var(--link-hover);
}
a:visited {
  color: #5D5D5D;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  color:#5D5D5D;
  text-decoration: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #1a1a1a;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
#globalheader-container {
  background-color: rgba(255, 255, 255, 0.27); 
  color: #5E5E5E;
  top: 0;
  left: 0;
  width: 100%;
}
#container {
  background-color:var(--background);
  width:820px;
  margin:0 auto;
  padding:40px 0;
  border-radius:3px;
  
}
#container-inner{
    padding:0 4px; 
  }

#blog-title {
  position:relative;
  margin-bottom:100px;
}

#blog-title::after {
  position:absolute;
  content: '';
  width:94%;
  left:3%;
  top:76px;
  height:13px;
  box-sizing: border-box;
  bottom:-8px;
  border-top: 3px solid var(--title-border-gray);
  border-bottom: 3px solid var(--title-border-blue);
}
#title {
  font-size:20px;
  letter-spacing:0.25em; 
  text-align:center;
  color:var(letter-gray);
  font-weight:normal;
  margin:0;
  margin-bottom:9px;
}
#title a {
  color:var(letter-gray);
}
#blog-description {
  text-align:center;
  width:70%;
  line-height:1em;
  margin:0 auto;
  font-weight:normal;
  font-size:15px;
  var(letter-gray);
}

.entry {
  position: relative;
}

.entry-header {
  line-height:1.8em;
  position:relative;
  margin-bottom:20px;   
/*順番入れ替え*/
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display:flex;
/* コンテンツの配置を「上→下」に設定 */
  flex-direction:column;
}

.entry-title { 
  letter-spacing:0.12em;  
  font-size:16px;
  font-weight:normal;
  margin:0;
  /*順番order1*/
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.entry-title a{
  color:var(--letter-black);
}
.entry-title a:hover {
  color:var(--link-hover);
}

.date {
  font-size:13px !important;
  margin:0;
  letter-spacing:0.085em;
    /*順番order2*/
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.date a{
color:var(letter-gray);
}
.date .date-year:after  {content: ".";}
.date .date-month:after {content: ".";}
.date .hyphen           {display: none;}




/* カテゴリー */
.categories {
  display:block;
  margin-top:2px;
  margin-left:3px;
 
    /*順番order3*/
   -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}

.categories a {
  color:var(--letter-gray);
  letter-spacing:0.1em;
  font-size:13px !important; 
	margin-right:5px;
  padding:4px 18px;
	border: 1px solid #d9d9d9;
}
  
.categories a:hover {
  color:var(--link-hover);
  border-color:var(--link-hover);
  transition:2.0s;
}
       
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: 2px 10px;
  line-height: 18px;
  color: #C0C0C0;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: ;
  border: 1px solid #C0C0C0;
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  color: #FFFFFF;
  background-color: #448AB0;
  transition:0.8s;
  border-radius:2px;
}
.entry-inner{
  width:100%;
  }
.entry-content { 
  color:var(--letter-gray);
  text-align:left;
  font-size:14px !important;
  letter-spacing:0.12em;
  line-height:1.68em;
  position:relative;
}
.entry-content p {
  margin:0.66em 0;
}
/*太字*/
.entry-content strong {
background:linear-gradient(transparent 100%, #ff91da 0%);
font-size:128%;
line-height:1.1em;
}

.entry-content img {
  max-width:100%;
  max-height:900px ;
  margin:0.3em auto;
  box-shadow: 0 0px 1px #4B4B4B;
}

.entry-content img:hover {
  border-radius:1px;
  box-shadow: 0 0 3px #4B4B4B;
  transition:0.9s;
}

.entry-content h1 {
  border-left:solid 5px #2ba5d9;
  padding:12px 0;
  padding-left:0.4em;
  position:relative;
  font-family:"Gerogia","Yu Gothic UI";
  color:var(--letter-strong);
  font-size:145%; 
  letter-spacing:0.08em;
  line-height:1.15em;
  margin-top:1.8em;
  margin-bottom:0.8em;
}

.entry-content h2 { 
  color:var(--letter-strong);
}

.entry-content h3 {
  border-left:solid 5px #2ba5d9;
  padding:12px 0;
  padding-left:0.4em;
  position:relative;
  font-family:"Gerogia","Yu Gothic UI";
  color:var(--letter-strong);
  font-weight:bold;
  font-size:145%; 
  letter-spacing:0.08em;
  line-height:1.15em;
  margin-top:1.8em;
  margin-bottom:0.8em;
}
.entry-content h4{
  font-size:145%;
  color:var(--letter-strong);
  border-bottom:solid 1px #c0c0c0;
  font-weight:bold;
  line-height:1.2em;
  letter-spacing:0.11em;
  padding-bottom:0.18em;
  margin-top:1.5em;
  margin-bottom:0.8em;
 }
.entry-content h5{
  font-size:140%; 
  font-family:"Yu Gothic UI";
  color:var(--letter-strong);
  font-weight:bold;
  letter-spacing:0.08em;
  margin-top:1.8em;
  margin-bottom:0.8em;
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #000000;
  margin:15px 15% 15px 2%;
  border-radius:2px;
  padding:15px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #000000;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', , monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}

.entry-footer {
 margin-bottom:100px;
 border-bottom:solid 1px #9C9C9D;
} 
.entry-footer:after {
  content: "";
  position:relative;
  display:block;
  visibility:hidden;
  width: 100%;
  border-top:solid 1px;
  margin-bottom:50px;
}
.entry-footer .author {
  display: none;
}
.entry-footer-section {
  font-size:12px;
  color: #999999;
}
.entry-footer-section a {
  color:var(--letter-gray);
}
.entry-footer-time {
}
.social-buttons{
}
/*コメントボックス*/
.comment-box{  
position:relative;
width:100%;
}
.leave-comment-title { 
  float:left;;
  width:180px;
  cursor:pointer;
  padding:3px 0;
  background-color: #349DCB;
  color:#ffffff;
  text-align:center;
  font-weight:bold;
  letter-spacing:0.12em;
  border-radius:5px;
  background-clip:padding-box;
  font-size:13px;
  border:solid 2px #349DCB;
  text-decoration-line: none;
  text-decoration-style: solid;
  -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
}

.leave-comment-title:hover{
  color:white;
  width:300px;
  letter-spacing:1em;
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;

}

.comment-box ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.comment-box li {
  padding: 10px 0 10px 35px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #999999;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px !important;
  height: 24px !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 12px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0;
  font-weight: bold;
}
.comment-content {
  margin: 0;
  word-wrap: break-word;
}
.comment-content p {
}
.comment-meta

{
  font-size: 11px;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}

/*box2 サイドバー*/
#box2-inner{
}

.hatena-module {
  color:var(--letter-gray);
  margin:0;
  margin-bottom:25px;
  display:block;
  position:relative;
  vertical-align: top;
  padding:0 auto;
  clear: both;
  overflow: hidden;
}
.hatena-module-body{  
  }



.hatena-module-title {
  height:40px;  
  font-size:118%;
  font-weight:normal;
  letter-spacing:0.09em;  
  padding:0 0 0 15px;
  position:relative;
  border-left:solid 6px #0942B2;
  display:flex;
  align-items: center;  

}

.hatena-module ::before{
  position:absolute;
  content:"";
  left: -6px;
  bottom: 0;
  width:6px;
  height:44%;
  background-color:#e3e3e3;
}


.hatena-module-title,.hatena-module-title a {
  color:var(--letter-gray);
}

.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module-body {
    margin-top:16px;
    float: left;
}
.hatena-module-body .circle-urllist .circle-image {
  float: none;
  vertical-align:middle;
}
.hatena-module-profile .profile-icon {
  display:inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin:0 10px 0 0;
  width: 65px;
  margin-top:5px;
  border-radius: 46px;
  background-clip: padding-box;
}
.hatena-module-profile .id a {
  font-size:13px !important;
}
.hatena-module-profile .profile-description {
  font-size:13px;
  margin:10px 0;
  padding:0;
    }
.hatena-module-profile .profile-description p{ 
  line-height:1.5em;
}
    
    
/* categories2 */
.hatena-module-category {
  padding-bottom:10px !important;
  max-width:600px;
  }

.hatena-module-category .hatena-module-body ul.hatena-urllist li {
  display:inline-block;
  margin:2px 2px;
  font-size:12px !important; 
  letter-spacing:0.03em;
  line-height:2.1em;
}

.hatena-module-category a{
  padding:4px 18px;
  border: 1px solid #d9d9d9;
}

.hatena-module.hatena-module-archive{
     font-size:100% 
}
.hatena-follow-button-box {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 0;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
  font-size:13px;
  color:var(--letter-gray)
}
.hatena-urllist li a:hover{
  color:var(--link-hover);    
  text-decoration:underline;
  transition:0.2s;      
      }


.hatena-module-search-box .search-form {
  border: none;
  background: #f5f5f5;
  width: 200px;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #1a1a1a;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/*PAGER*/
.pager {
  position:relative;
  margin-top:50px;
  margin-bottom:70px;
  display: block;
  padding-bottom:20px;
}
  
  
  
.pager .pager-prev {
  margin-left:6%;
  padding:0 10px;
  float: left;
  text-align: center;
}
.pager .pager-next {
  margin-right:6%;
  padding:0 10px;
  float: right;
  text-align: center;
}
.pager-next a, .pager-prev a{
  content:"12345";    
   
  }



.pager-arrow{
  display:none;
  }


#footer {
  width:60%;
  position:relative;
  padding-bottom:5px;
  color: #999999;
  line-height: 1.4;
  font-size:12px;
  margin: 0 auto;
}
#footer-inner{
  position:relative;
}

#footer p {
}
#footer a {
  color: #999999;
  text-decoration: none;
}
#footer address,
#footer .services {
  display: inline;
  padding-right: 1.2em;
}

.page-about .entry-content {
  text-align: left;
}
.page-about .entry-content img {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-about dt {
  font-size: 13px;
  color: #999999;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* ページアーカイブ*/

#top-box {
  margin-top:60px;
  font-size:13px;
  color:#292929;
  font-weight:normal;     
}

.page-archive .archive-heading{
  margin-top:60px;
  font-size:15px;
  color:#292929;
  font-weight:normal;    
  padding:8px 0;
  padding-left:10px;    
  border-left:6px double #0942B2;    
 }


.page-archive .archive-entries {
  margin-bottom:100px;
  margin-top:50px; 
}

.page-archive .archive-entry {
  width:32.8%;
  height:200px;
  background-color:#0F3A71;
  display:inline-block;
  border-radius:6px;
  vertical-align:top;          
  margin:0 auto;
  margin-bottom:10px;
  overflow:hidden;
  position:relative;
}

.page-archive .archive-entry-header{
 position:relative;
 z-index:10;
}

.page-archive .archive-entries .date {
 font-size:1.1em !important;
 font-size:14px !important;
 padding:6px;
 border-radius:2px;
 z-index:100;
 position:relative;
 background-color:rgba(0,0,0,0.3);
}

.page-archive .archive-entries .date a{
      color:#E6E6E6;   
      text-decoration:underline;
      }
      
.page-archive .archive-entries .entry-title {
  font-size:1.2em;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  margin:20% 5% 8% 5%;
      }
.page-archive .archive-entries .entry-title a{
  color:#FAFAFA;
      }
.page-archive .archive-entries .categories {
  line-height:2.1;
  padding:0 5px;
  position:relative;  
  z-index:50;
  text-align:center;
}
.page-archive .archive-entries .categories a{
  border-color:#F2F2F2;
  color:#F2F2F2;
      
      }


.page-archive .entry-thumb {
  width:100%;
  height:100%;
  position:absolute;
  top:0%;
  z-index:3;
  -webkit-filter: brightness(0.65);
     -moz-filter: brightness(0.65);
     -o-filter: brightness(0.65);
     -ms-filter: brightness(0.65);
     filter: brightness(0.65);
}

.page-archive .entry-thumb-link{
  width:100%;
  height:100%;
  position:absolute;
  top:0%;
}


.page-archive .entry-thumb-link :hover {
 /*Transform*/
    -moz-transition: -moz-transform 1.6s;
    -webkit-transition: -webkit-transform 1.6s;
    -o-transition: -o-transform 1.6s;
    -ms-transition: -ms-transform 1.6s;
    transition: transform 1.6s;
 /*action*/
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.archive-entry-body{
  margin-top:0;
  line-height: 1.1em;
  display:block;  
  border:solid;
  display:none;
  }


.page-archive .entry-description {
  max-height:60px !important;
  overflow:hidden;
  border:solid;
}

.page-archive .social-buttons {
   border:solid;
    }

body{
  /*背景画像を中央に配置*/
  background-position: center center !important ;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* ウィンドウ幅が879pxの場合に適用するCSS */
@media screen and (max-width:879px){
#container {
  max-width:100%;
  } 
#container-inner{
     max-width:100%;
  }
#main{
    max-width:100%;
  } 
  
.entry-content { 
  max-width:100%;
  text-align:left;
  font-size:14px;
  letter-spacing:0.09em;
}
  
.entry-content p{
  margin:0.8em 0;
    }
  
.hatena-module{
  width:100%;
  display:block;
  margin-bottom:33px;
} 
#box2{
 width:100%;
}
#blog-title{
	width:100%;
  margin-bottom:70px;
}

#title {
  font-size:18px;
  letter-spacing:0.2em; 
  margin-bottom:6px;
}
#blog-description {
  font-size:15px;
}

#blog-title::after {
  width:97%;
  top:70px;
  left:1.5%;
}
.page-archive .archive-entries .archive-entry{
  width:99%;
}

.page-archive .archive-entries .entry-title {
   margin-top:5%;
      }
.page-archive .archive-entries .entry-title a{
  color:#F2F2F2;
      }
.page-archive .archive-entries .categories {

}
.page-archive .archive-entries .categories a{
      }

}


/* Responsive: yes */
/* </system> */

/* </system> */
/* </system> */
/* </system> */