/*
Theme Name: twelve_child
Template: twentytwelve
*/

@import url('../twentytwelve/style.css');

.site-header h1 {
		font-size: 32px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

.page .entry-header .entry-title{
	font-size: 24px;
	color: #21759b;
	border-bottom: dotted 1px #21759b;
	padding-bottom: 5px;
}

.entry-content{
	margin: 0 10px;
}
.entry-content p,.entry-content ul{
	font-size: medium;
	line-height: 1.8;
	margin-bottom: 1em;
}

.entry-content h2{
	/* font-weight: normal; */
	letter-spacing: 0.5em;
}

.archive-title
{
	font-size: 24px;
	padding-bottom: 5px;
	font-weight: bold;
	padding: 8px 10px;
	background-color: #f8f8f8;
}


/* サイドメニュー */


.widget-title {
    font-size: 120%;
    font-weight: bold;
	color: #555555;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    padding: 8px 10px;
	background-color: #eaeaea;
}

.widget-area .widget a {
	color: #21759b;
	font-size: medium;
}
.widget-area .widget a:hover {
	color: #C00;
	font-size: medium;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
	font-size: medium;
}

.widget-area .widget li{
	padding-left: 10px;
	line-height: 1.846153846;
}


/* プロフィール */


.entry-content th,
.comment-content th {
font-size: medium;
}

table.profile{
	border-collapse: collapse;
}

table.profile th{
	width: 10em;
	text-align: left;
	padding: 0.5em;
	background-color: #fffcec;
	border: 1px solid #ccc;
	font-size: medium;
}

table.profile td{
	padding: 0.5em;
	border: 1px solid #ccc;
	font-size: medium;
	line-height: 1.7;
}

div.zayu{
	font-size: xx-large;
	color: #C00;
}

div.zayu span{
	display: block;
	font-size: medium;
}

#content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 6px solid #8bc34a;
  padding-left: 1rem;
  margin: 2rem 0 1rem;
  color: #333;
}

.item-grid {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr); /* スマホ：2列 */
}

@media screen and (min-width: 768px) {
  .item-grid {
    grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  }
}

.item-card {
  text-align: center;
}

.item-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.item-title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.widget_categories ul.wp-block-categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_categories ul.wp-block-categories-list li {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f3f3f3;
  border-left: 5px solid #8bc34a;
  font-size: 15px;
}

.widget_categories ul.wp-block-categories-list li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.widget_categories ul.wp-block-categories-list li a:hover {
  color: #8bc34a;
}

@media screen and (min-width: 960px) {
	.topimage{
	width: 960px;
	margin: 10px 0;
	clear: both;
	}
}

.news-list li{
	font-size: 16px;
	margin-bottom: 1em;
}