/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 07:46:16 */
.page-header { /* ページヘッダーの背景グラデーション */
	background: linear-gradient(-90deg,#264900, #1E6000);
}

table { /* テーブルのスタイル */
	margin: 0 0 2em 0;
}
table th {
	width: 25%;
	text-align: center;
	background-color: #fffddd;
	box-shadow: inset 1px 2px 0px #ffffff;
}
table th,
table td {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc !important;
}
.machine-table th,
.machine-table td {
	width: 50%;
	text-align: center;
}

li#menu-item-141 a { /* メインメニュー「KANAMOKU」のスタイル(id以下共通) */
	text-align: center;
	background: #c38f00 !important;
	color: #ffffff !important;
}
li#menu-item-141 a:hover {
	background: #a37800 !important;
}
@media (min-width: 768px) { /* 下線と三角の色 */
	.gMenu > li#menu-item-141:before,
	.gMenu > li#menu-item-141.menu-item-has-children::after {
		border-bottom-color: #a37800;
	}
}

.btn-info { /* サイドバーウイジェット「オリジナルブランドサイト」のスタイル */
  color: #fff;
  background-color: #c38f00;
  border-color: #c38f00;
}
.btn-info:hover {
  color: #fff;
  background-color: #a37800;
  border-color: #a37800;
}

#flags {
width: 100% !important; /* 翻訳ウイジェット国旗エリア横幅165px→100% */
}

footer .copySection p:nth-child(2) {
    display:none !important; /* フッターコピーライトを非表示 */
}

h2.post-title { /* 投稿タイトルのスタイル */
	font-size: 1.3em;
	border: none;
	margin: 0;
	padding: 0 0 0.7em;
}
.post-title a {
	border-bottom: 1px solid;
}
.post-title a:hover {
	text-decoration: none;
}

.post-author { /* 投稿の投稿者非表示 */
	display: none;
}