/*!
Theme Name: flask WebAcademy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flask WebAcademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

flask WebAcademy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* styles.css */
.article h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c; /* テキストの色 */
    border-bottom: 1px solid #e5e7eb;
}

.article h3 {
    font-size: 1.45rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #2d3748; /* テキストの色 */
}

.article p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.2rem;
    color: #4a5568; /* テキストの色 */
}
.article a,
.article a:visited {
    color: #4a5568;
    text-decoration: underline;
}
.article a:hover {
    color: #2563eb;
}

.article ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.article ul li {
    margin-bottom: 0.5rem;
    color: #4a5568; /* テキストの色 */
}

.article blockquote {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f7fafc; /* 背景色 */
    border-left: 4px solid #3182ce; /* 左側のボーダー */
    color: #2d3748; /* テキストの色 */
}

.article img {
    max-width: 100%;
    margin: 1.5rem 0;
}

.article figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #718096; /* キャプションの色 */
    margin-top: 0.5rem;
}
.wp-block-table {
    width: 100%;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    padding: 0;
    table-layout: auto;
}
.wp-block-table thead{
	 border-bottom: 1px solid #e5e7eb;
}

.wp-block-table th,
.wp-block-table td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
}

.wp-block-table th {
    background-color: #f3f4f6;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.wp-block-table td, .wp-block-table th{
	  border-top: none;
    border-left: none;
    border-right: none;
}

.wp-block-table td {
    border-bottom: 1px solid #eee;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}


@media screen and (max-width:797px) {
    .article h2 {
        font-size: 1.5rem;
    }
    
    .article h3 {
        font-size: 1.2rem;
    }
    .article p {
        font-size: 1rem;
    }
    .article ul li {
        font-size: 0.95rem;
    }
    .article figcaption {
        font-size: 0.8rem;
    }
	.wp-block-table th,
   .wp-block-table td {
	padding: 8px;
	}
}
