/* <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> */

 /*記事本文文字サイズ*/
.entry-content p {
font-size : 17px;
}

/* 目次の文字サイズ */
.table-of-contents {
font-size: 16px;
}

/*===目次枠===*/
.entry-content .table-of-contents{position:relative;display:inline-block;
margin-top:40px;
border-top:5px double #0033cc;/*上部二重線の色*/
border-bottom:5px double #0033cc;/*下部二重線の色*/
background-color:#fff !important;/*背景色*/
padding-top:20px;padding-right:50px;padding-left:30px;
border-left:none;border-right:none;}
.table-of-contents::before {display:block;
font-family:"blogicon";content:"\f003";/*左上のアイコン*/
color:#0033cc;/*アイコンの色*/
position:absolute;top:-40px;left:5px;}
.table-of-contents::after{font-size:20px;
content:"この記事の目次";/*表示文字*/
color:#304285;/*文字色*/
position:absolute;top:-40px;left: 40px;}

.table-of-contents li:before {
content: "▼";/*大見出し前のアイコン*/
position: relative;
letter-spacing: .5em;
font-size: 1rem;
color: #0033cc;}

/*===目次内部===*/
.table-of-contents li {
list-style-type:none;/*大見出しの前の丸はなし*/
font-size:1.2rem;/*大見出しサイズ*/
line-height:1.5;padding-bottom:.5rem;}
.table-of-contents ul{padding-top:1rem;padding-bottom:.5rem;}
.table-of-contents li ul li {
    font-size:1rem;/*中見出し-サイズ*/
    list-style-type:disc;/*中見出しの前に黒丸*/
    line-height:1.5;padding-top:0px;padding-bottom:0px;}
.table-of-contents li ul li:before{display:none;}
.table-of-contents>li:last-child {padding-bottom:0px;}
.table-of-contents li a,
.table-of-contents li a:visited {color:#454545;text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover{text-decoration:underline;color:#DB4D6D;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul{display: none;}/*見出し3階層目を表示しない*/
body{font-family: 'PT Sans Caption',sans-serif;}/*フォント*/

 /*見出し*/
.entry-content h2 {
padding: 4px 10px;
color: #3D3F44;
background: #EEEEEE;
border-left: 8px solid #00008B;
margin:60px 0 15px 0;
}
.entry-content h3 {
padding: 4px 10px;
color: #3D3F44;
background: #EEEEEE;
border-left: 8px solid #00008B;
margin:60px 0 15px 0;
}
.entry-content h4 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #3D3F44;
}

 /*投稿日修正*/
.entry-date .hyphen{ /* ハイフンを非表示 */
    display: none;
}
.entry-date .date-year::after, .entry-date .date-month::after{ /* 年と月の後ろにハイフンを挿入 */
    content: '-';
}

/*更新日時追加*/
.lastmod {
color: #000000;
background-color: #ffffff;
padding: 5px 6px;
text-decoration: none;
font-size: 90%;
display: inline;
margin-left: 10px;
}
.lastmod::before {
margin-right: 5px;
padding-left: 3px;
font-family: FontAwesome;
content: '\f021';
}
.entry-date a {
padding: 5px 6px !important;
}
.entry-date a::before {
margin-right: 5px;
padding-left: 3px;
}


 /*記事下のIDと時刻非表示*/
span.author.vcard{ 
display:none; 
} 
span.entry-footer-time {
display: none;
}

 /*記事中リンクの色変更*/
.entry-content a:link{
    color:#1a0dab;
    text-decoration:underline;
}
.entry-content a:visited{
    color: #551A8B;
    text-decoration:underline;
}
.entry-content a:hover{
    text-decoration:underline;
}

/*囲み枠box26*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


/*ボタン*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #dc143c;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/*コピーライト*/
#copyright {
 padding: 20px;
 text-align: center;
 background: #0000cd;/*背景色*/
 font-size: 14px;
 color:#ffffff;/*文字の色*/
}


/*=================================================================================
カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba {
width:98%;
height:auto;
margin:36px auto;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
line-height: 1.5;
word-wrap: break-word;
box-sizing: border-box;
display: block;
}
.cstmreba a {
transition: 0.8s ;
color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
width: 100%;
background-color: #fafafa; /* 全体の背景カラー */
overflow: hidden;
border-radius: 0px;
box-sizing: border-box;
padding: 12px 8px;
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
width:150px;
float:left;
margin:0 14px 0 0;
text-align: center;
background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
width:100%;
display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
margin:0 ;
padding: 0;
text-align:center;
background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
overflow:hidden;
line-height:170%;
color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
font-size:16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
font-size:10px;
line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
color:#333;
border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
color:#333;
border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
display: inline-block;
width: 100%;
margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
float:left;
width:24%;
min-width:128px;
margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
width: 100%;
display: inline-block;
text-align: center;
box-sizing: border-box;
margin: 1px 0;
padding:3% 0.5%;
border-radius: 8px;
font-size: 13px;
font-weight: bold;
line-height: 180%;
color: #fff;
box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
background:#FF9901;
border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
background: #bf0000;
border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
background:#225496;
border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
clear:both;
}
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
width:100%;
float:none;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
width: 32.33%;
margin: 0.5%;
}
.cstmreba .booklink-info,
.cstmreba .kaerebalink-info,
.cstmreba .tomarebalink-info {
text-align:center;
padding-bottom: 1px;
}
}
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
width: 49%;
margin: 0.5%;
}
}

/*上に戻るボタン関係*/
#page-top {
display:none;
position:fixed;
bottom:20px;
right:10px;
margin: 0;
padding: 0;
cursor:pointer;
z-index: 10;
}

#move-page-top {
display:block;
color:rgba(0,0,0,0.4);
cursor:pointer;
}

#move-page-top:hover {
color:rgba(0,0,0,0.7);
}

/*引用*/
.entry-content blockquote {
    position: relative;
    padding: 7px 16px;
    box-sizing: border-box;
    color: #585858;
    border: solid 3px #585858;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
}

.entry-content blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
}

.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/* シェアボタン */
.share-area {
margin: 20px 0;
}
.share-button a {
display: inline-block;
width: 68px;
height: 52px;
padding: 4px 0;
line-height: 18px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #fff;
text-decoration: none;
vertical-align: bottom;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.share-button a:hover {
opacity: 0.6;
transition: all 0.4s;
}
.share-area i,
.share-area .lg {
font-size: 24px;
}

.share-button .hatena-bookmark-button .lg {
font-size: 32px;
}
.share-button .hatena-bookmark-button {
padding-top: 5px;
padding-bottom: 6px;
}
.share-button .twitter-button .lg {
font-size: 27px;
}
.share-button .twitter-button {
padding-top: 8px;
}
.share-button .facebook-button .lg {
font-size: 26px;
}
.share-button .facebook-button {
padding-top: 5px;
}
.share-area .small-text {
font-size: 11px;
}
.share-area .fa-spin {
font-size: 8px;
color: #fff;
}
.share-button .hatena-bookmark-button {
background: #00A4DE;
}
.share-button .facebook-button {
background: #405BA7;
}
.share-button .twitter-button {
background: #55ACEE;
}
.share-button .googleplus-button {
background: #C53727;
}
.share-button .pocket-button {
background: #EE4256;
}


/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/*表デザイン*/
.s-tbl {
	border-collapse: collapse;
}
.s-tbl th, .s-tbl td {
	border: 1px solid #000;
}
.s-tbl tr:nth-child(even) {
	background: #eee;
}
.s-tbl tr:hover
{
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/*表スクロール*/
table{
text-align: center;
table-layout: fixed;
width:630px;
}
.a{
width:3px;
}
.b{
width:100px;
}
.c{
width:20px;
}
.d{
width:20px;
}
.e{
width:20px;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*コピペ禁止*/
.copydisable{
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-touch-callout: none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
