/*
 Theme Name:   Fukasawa Child
 Author:       Anders NorĂ©n
 Template:     fukasawa
*/

/* 投稿アイキャッチ画像の大きさ */
img.size-post-image {
max-width: 50%;
margin: 0 auto;
}

/* 見出しの設定 */
h1.post-title, .hentry .post-header h1 {
font-size: 20px !important;
}

#posts .post-title a {
font-size: 14px;
}

.post.single .post-title {
margin-bottom: 0px;
}

.post-meta-bottom {
margin-top: 0px;
margin-bottom: 50px;
}

h2.wp-block-heading {
font-size: 20px;
margin-bottom: 20px;
}

.post-content h3 {
font-size: 18px;
}

.post-content table {
margin: 0px;
}

/* テーブルの設定 */
figure.wp-block-table .is-style-regular {
overflow-x: 0px;
}

.wp-block-table td, .wp-block-table th {
    border-bottom: 1px solid black;
border-top: 0px;
border-left: 0px;
border-right: 0px;
vertical-align:top;
}


.post-content table tbody > tr:nth-child(odd) > td {
	background: #fff;
}

/* 投稿のカテゴリやタグのとこ */
.post-meta-bottom:before {
display: none;
}

li.post-categories {
 position: relative;
}

li.post-categories a {
display: block;
background-color: #000;
color: #fff;
padding: 1px;
}
