/* <system section="background" selected="undefined"> */

/* </system> */
@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: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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 */
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
a {
  color: #456898;
}
a:hover {
  color: #073472;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 810px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
}
#container-inner {
  text-align: left;
}
#blog-title {
  padding: 70px 0;
}
#title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 24px;
}
#title a {
  text-decoration: none;
  color: #222;
}
#blog-description {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-left: 1em;
}
/* @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 {
  width: 560px;
  float: left;
}
.entry {
  margin-bottom: 80px;
}
.entry-header {
  margin-bottom: 20px;
  position: relative;
}
.date {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry-title {
  margin-bottom: 15px;
  line-height: 1.3;
}
.entry-title a {
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 12px;
}
.categories a {
  margin-right: 0.5em;
}
.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;
}
.pager {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager-next,
.pager-prev {
  display: inline-block;
  max-width: 250px;
  line-height: 1.5;
}
.pager-next {
  float: right;
}
.pager-prev {
  float: left;
}
#footer {
  width: 830px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  line-height: 1.3;
  font-size: 13px;
}
#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,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}
.leave-comment-title:hover {
  text-decoration: underline;
}
/* Entry-Content */
.entry-content {
  font-size: 15px;
  line-height: 1.7;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.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.7;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 1px dotted #999;
}
.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;
}

pre {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
}
.entry-content a:visited {
  color: #aaa;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}
/* Sidebar */
#box2 {
  width: 220px;
  float: right;
  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;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-module-recent-entries li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  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=c3e20f262bc70dc29354482ed60454') 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 .date {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.page-archive .categories {
  margin-bottom: 10px;
}
.page-archive .entry-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.page-archive .entry-title a {
  color: #000;
  text-decoration: none;
}
.page-archive .entry-title a:hover {
  text-decoration: underline;
}
.page-archive p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.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;
}



/* 以下追記 */
/* 隔離
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
*/

/* Responsive: yes */

#container {
width: 1080px; /* 全体の幅 */
margin: 0 auto; /* 真ん中に表示 */
}
#wrapper {
width: 680px; /* 記事部分の幅 */
float: left; /* 記事を左に表示 */
}
#box2 {
width: 340px; /* サイドバーの幅 */
float: right; /* サイドバーを右に表示 */
font-size: 14px; /* 文字の大きさ */
} 

.folder-table{
    border:1px solid #ddd;
}
.folder-th, .folder-td {
    text-align:center;
    border:1px solid #ddd;
}
.folder-img{
    margin: 0;
	padding: 0;
	vertical-align: bottom;
    width:84px;
    height:72px;
}
/*
.card-table {
    border:none;
    width:80%;
    table-layout:fixed;
}
*/
.card-th, .card-td {
    text-align:center;
    border:none;
    padding:20px 20px;
}
.card-img{
    vertical-align: bottom;
}
body {
    background: #f0f8ff;
}



/*目次のデザイン変更*/
.entry-content .table-of-contents {
    position:relative;
    margin-left: 0;
    padding: 15px 10px 15px 35px; /* 枠内の余白(上右下左) */
    font-size: 100%; /* 文字の大きさ */
    font-weight:bold;
    list-style-type:circle; 
    /*
    	decimal : 数字
    	lower-latin : 小文字アルファベット
    	disc : 黒ボッチ
    	circle : 白丸
    	square : 黒四角
    */
    background:#fff;
    border-top:2px solid silver; /* 「この記事の目次」周りの色 */
    border-left:2px solid silver; /* 線の太さ */
    border-right:2px solid silver;
    border-bottom:2px solid silver;
    line-height: 200%; /* 行間 */
    border-radius: 3px; /* 角丸にしない場合は不要 */
    color:#444; /* 数字（マーク色変更） */
}
/*「目次」の周囲変更*/
.entry-content .table-of-contents::before {
    display: block;
    position: absolute;
    top: 0px;/*上からの位置調整*/
    left: 0px; /*左からの位置調整*/
    color: #000000 !important;
}
/*リンクの色変更と下線を消す*/
.entry-content .table-of-contents li a{
    color:#444; /* 目次リスト部分のテキスト色 */
    text-decoration:none; /* リンクの下線をつけたくない場合 */
}



/*== 開閉式もくじ ==*/
.contents_box {
    padding: 10px;
    font-family: arial;
    font-size:130%;/*タイトルのフォントサイズ*/
    font-weight: bold;
    color:#434343;/*タイトルの文字色*/
    background-color:#f7f6f5;/*背景色*/
    border:2px solid #696969; /*外枠線- 色*/
    border-radius: 3px;
}

/*== 開閉文字装飾 ==*/
.contents_box label {
    padding: 5px;
    color:#0000ff; /*文字色*/
    font-size:1rem;/*フォントサイズ*/
    cursor:pointer;
    /* border-bottom: 1px dotted #0000ff; 下線*/
}

/*開く*/
.contents_box label:before{
    display: inline-block;
    content: "[ 開く ]";/*"表示"などに変更可*/}
/*閉じる*/
.contents_box input:checked ~ label:before {
     content: "[ 閉じる ]";/*"非表示"などに変更可*/}

.contents_box input{display:none;}
/*最初は非表示*/
.contents_box .hidden_show
{height:0;padding:0;overflow:hidden;transition:0.1s;}
/*クリックでopen*/
.contents_box input:checked ~ .hidden_show
{padding: 10px 0;height:auto;}



