body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}

div#toc_container {
	width: 90% !important;
	margin: auto;
}

.entry-content h2 {
	margin: 2em 0 1em;
	border-bottom: 3px double #D8CDDD;
}

.entry-content h3 {
	margin-bottom: 1em;
	border-bottom: 1px solid #D8CDDD;
}

.entry-content h4,.entry-contenth5,.entry-content h6 {
	font-weight: 400;
	margin: 1em 0;
}

.entry-content h4 {
	border-left: 10px ridge #D8CDDD;
	padding-left: .5em;
	font-weight: bold;
}

.entry-content th {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ededed;
}

.entry-content thead th,
.entry-content tfoot th,
.entry-content  td {
	border: solid 1px #ededed;
	text-align: center;
}

.entry-content th,
.entry-content td {
	border-right: dotted 1px #ededed;
	border-left: dotted 1px #ededed;
	padding: .5rem;
}

.table--type-2 thead th,
.table--type-2 tfoot th {
	border-left: dotted 1px #ededed;
	text-align: center;
	padding: 6px;
	font-size: .7rem;
	background: #F7F1F9;
}

.table--type-2 td {
	border-left: dotted 1px #ededed;
	text-align: center;
	padding: 6px;
}

.table--type-3 {
	width: 330px !important;
}

.table--type-3 tbody th {
	min-width: 90px;
	text-align: center;
}

.table--type-4 th {
	width: 200px;
	text-align: center;
}

.table--type-5 tbody th {
	width: 10%;
	text-align: center;
}

.table--type-5 tbody td:nth-of-type(2) {
	text-align: left;
}

.bahamut-equip-table {
	border-collapse: collapse;
	border: solid 1px #ccc;
	width: 600px;
}

.bahamut-equip-table th,
.bahamut-equip-table td {
	border: solid 1px #ccc;
	text-align: center;
	padding: 5px;
	color: #333;
}

.bahamut-d1 {
	background-color: #FFE5E5;
}

.bahamut-d2 {
	background-color: #DEDEFF;
}

.bahamut-d3 {
	background-color: #FFF0E1;
}

.bahamut-d4 {
	background-color: #D1E8FF;
}

hr.clearfix {
	clear: both;
	border: 0;
	background: none;
	margin: 0;
}

.entry-content img{
	box-shadow:none;
}

.entry-content a img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.entry-content .youtube-player {
	margin-bottom: -1rem;
}

.entry-content blockquote {
	background: #faf4ff;
	border-radius: 6px;
	position:relative;
}
.entry-content blockquote > ul:last-of-type,
.entry-content blockquote > ol:last-of-type{
	margin-bottom: 0;
}
.entry-content blockquote::before {
	content: '“';
	font-size: 3rem;
	position: absolute;
	top: -1.3rem;
	left: .2rem;
	color: #d1aae0;
}
.entry-content blockquote::after {
	content: '”';
	font-size: 3rem;
	position: absolute;
	bottom: -1.5rem;
	right: .2rem;
	transform: rotate(180deg);
	color: #d1aae0;
}

.wp-block-gallery {
	margin-bottom: 8px;
}
.wp-block-gallery > ul:last-of-type {
	margin-bottom: 0;
}