@charset "utf-8";

/* マウスオーバー */
a.hover:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:.60;
}



/* WPネイティブスタイル */
/* 画像フロート */
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}




/* 文字 */
.txt-right {
	text-align: right;
}



/* セクション（div） */
.section {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
    margin-bottom: 55px;
}
.section .left {
	float: left;
	width: 430px;
}
.section .right {
	float: right;
	width: 430px;
}
/*20240424_追加*/
.section .center {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}
.section > p:first-child {
	margin: 1em 0;
}
.section dt {
	color: #f6ac19;
	font-size: 18px;
	letter-spacing: 5px;
	padding: 5px 0 8px 0;
}
.section dd {
	margin: 0 0 2em 2em;
}
.section ol {
	list-style: inside decimal;
}
.section a {
	color: #f6ac19;
}
.section a:hover {
	color: #222;
}


/* 見出し */
h3, .section h4 {
	text-align: center;
	color: #E98B3A;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 5px;
	border-top: solid 3px #E98B3A;
	border-bottom: solid 3px #E98B3A;
	margin-bottom: 16px;
	padding: 25px 0;
}
h5 {
	color: #E98B3A;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* table */
#main table {
    width: 100%;
    border-top: solid 1px #ccc;
    margin-bottom: 40px;
}
#main table tr {
    border-bottom: solid 1px #ccc;
}
#main table th {
    font-weight: normal;
    padding: 20px 25px;
    width: 25em;
}
#main table td {
    padding: 10px 0;
}
#main table td span {
    display: block;
    border-left: solid 1px #ccc;
    padding: 10px 25px;
}

#main table table {
	border: none;
	margin-bottom: 0;
}
#main table table tr {border: none;}
#main table table th {
    width: auto;
    padding: 0;
}
#main table table td {
    padding: 0;
}


/* 前後記事へのリンク */
.previousPostLink {
	float: left;
	width: 50%;
	margin-top: 20px;
}
.nextPostLink {
	float: right;
	text-align: right;
	width: 50%;
	margin-top: 20px;
}
.previousPostLink a,
.nextPostLink a {
	color: #E98B3A!important;
}
.previousPostLink a:hover,
.nextPostLink a:hover {
	color: #222!important;
}

/* サイドバー */
.postList li span { margin-right: 1em; }

