/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2024 | 11:14:37 */
/*
.wp-block-post-title {
  display: none;
}
*/

td, th {
    vertical-align: baseline;
}

td {
	font-size:14px;
	line-height:1.8;
	letter-spacing:0.05em;
}
time a, time {
	font-weight:bold;
}

.wp-block-post-title{
  margin: 0;
}

.wp-block-post-date{
  margin: 0;
}

/* お問い合わせフォーム 横幅 */
div.wpcf7 input[name="your-name"],
div.wpcf7 input[name="your-email"],
div.wpcf7 input[name="your-subject"],
div.wpcf7 textarea[name="your-message"] {
	width: 100%;
}

 /* 未訪問のリンク色 */

/*a {
	text-decoration-style: dashed;
}*/
a:link,a:visited,a:hover,a:active{
  color: #000 !important;
  /*font-weight: 900 !important;*/
}

.grecaptcha-badge { visibility: hidden; }

/* テーブルの1列目をセル内改行をしないようにする */
.col1-nowrap td:nth-of-type(1) { white-space: nowrap;}