.uk-container {
 	max-width: 1300px;
 	padding: 0 35px;
    }

body > div.uk-container.uk-container-center {
 	width: 1200px;
}

body > div.uk-container.uk-container-center > div.uk-grid > div[class*=uk-width-].main_content {
 	width:980px;
 	font-size: 16px;
 	line-height: 22px;
}

#main_content {
 	padding: 0 15px !important;
}

body > div.uk-container > div.uk-grid > div[class*=uk-width-] {
 	padding: 0px 5px 30px;
}

.uk-text-small.uk-text-right {
	visibility:hidden;
}

/* サイト名：PC版 */
#site_header h1 {
 	background: #2a2a2a !important;
  color: #fabe0b !important;
 	font-size: 25px !important;
 	font-weight: bold !important;
  padding: 0.5em 0 0.75em 10px;
 	margin: 5px 0 15px;
}

#site_header h1 a {
 	color: #fabe0b !important;
 	font-weight: bold !important;
}

#site_header h1 a:visited {
 	color: #fabe0b !important;
}

#site_header h1 a:hover {
  color: #ffde7c !important;
  text-decoration: none !important;
}

#site_header h1::before {
  content: url("https://img.wiki3.jp/SandB/SB-Icon-25x25-.png");
  margin-right:5px;
  position:relative;
  top:5px;
  left:0;
}

/* サイト名：スマホ版 */
.uk-link-muted a {
  color: #fabe0b !important;
}

.uk-link-muted a:hover {
  color: #ffde7c !important;
  text-decoration: none !important;
}

.uk-link-muted a::before {
  content: url("https://img.wiki3.jp/SandB/SB-Icon-25x25-.png");
  margin-right:5px;
  position:relative;
  top:5px;
  left:0;
}

/* ページタイトル */
body > .uk-container.uk-container-center > .uk-grid > div[class*=uk-width-].main_content > h1 {
 	background: #2a2a2a;
 	color: #fabe0b !important;
 	font-size: 25px !important;
 	font-weight: bold !important;
 	line-height: 24px !important;
  padding: 0.5em 0;
 	padding-left: 10px !important;
 	margin: 0 -5px !important;
}

body > .uk-container.uk-container-center > .uk-grid > div[class*=uk-width-].main_content > h1::before {
  content: url("https://img.wiki3.jp/SandB/SB-Icon-25x25-.png");
  margin-right:5px;
  position:relative;
  top:2px;
  left:0;
}

#wiki_menu h1{
 	color: #f0b31d !important;
 	background: #2a2a2a;
 	font-weight: bold !important;
 	font-size: 18px !important;
 	line-height: 28px !important;
 	margin: 0px -10px;
 	padding: 2px 5px;
 	border: 0px;
}

#wiki_menu h1::before {
  content: url("https://img.wiki3.jp/SandB/SB-Icon-25x25-.png");
  margin-right:5px;
  position:relative;
  top:6px;
  left:0;
}

#wiki_menu h2{
 	color: #fff !important;
 	background: #4d4d4d !important;
 	font-weight: bold !important;
 	margin: 0px -10px;
 	padding: 3px 12px 2px;
 	border: 0;
}

#wiki_menu h3{
 	padding: 0.0em 0.0em;
 	color: #4d4d4d !important;
 	background: #fff !important;
 	font-size: 13px;
 	font-weight: bold !important;
 	border-bottom: solid 1px #6a6a6a !important;
 	margin: 0px;
 	padding: 10px 0 0;
}

/* 見出し*/
h1 {
 	background: #2a2a2a;
 	color: #fff !important;
 	font-size: 20px !important;
 	font-weight: bold !important;
 	line-height: 24px;
  padding: 0.5em 0;
 	padding-left: 10px;
 	margin: 25px -20px 10px;
}

h2{
 	padding: 0.4em 0.5em;
 	color: #fff !important;
 	background: #4d4d4d !important;
 	font-weight: bold !important;
}

h3{
 	padding: 0.4em 0.5em;
 	color: #4d4d4d !important;
 	font-weight: bold !important;
 	border-bottom: solid 2px #6a6a6a !important;
 	font-weight: bold !important;
}

blockquote {
 	border-left: 5px solid #6a6a6a;
 	margin: 0;
 	padding: 5px 10px;
 	background: #eee !important;
 	font-size: 16px;
 	line-height: 22px;
 	font-style: italic;
}

#page_bottom_recent_page {
 	margin: 0 15px;
}

body > div.uk-container.sp > h1, body > div.uk-container.sp > section#wiki_menu > h1, section#comment-form > h1 {
 	line-height: 24px;
 	padding: 10px 6px 10px 10px;
}

/*リストの余白 */
*+ul {
 	margin: 0 !important;
}

*+ol {
 	margin: 0 !important;
}

li img {
  margin-top: 3px;
  margin-bottom: 10px;
}

.page_tag_list {
  padding: 0 15px !important;
}

/*テーブル */
.uk-table td {
 	vertical-align: top;
 	text-align: center;
}

.gallery > table td {
 	border: 0 !important;
 	border-spacing: 0 !important;
 	padding: 0 !important;
 	margin: 0 !important;
}

/* PC版のテーブル */
@media (min-width: 768px) {

	.table250 > table {
		width: 250px !important;
	}
	.table300 > table {
		width: 300px !important;
	}

	.table350 > table {
		width: 350px !important;
	}

	.table400 > table{
		width: 400px !important;
	}

  	.table450 > table{
		width: 450px !important;
	}

	.table500 > table{
		width: 500px !important;
	}

	.table550 > table{
		width: 550px !important;
	}

	.table600 > table{
		width: 600px !important;
	}
}

/* 開閉ボタン */
.region_switch {
  display: inline-block;
	text-align: left;
  color: #444;
  background: #f0b31d;
  padding: 7px 13px 7px 13px;
  font-weight: 500;
  transition: 0.5s;
}

.region_switch:hover {
  background: #ffde7c;
}

.region_close::after{
  content: "クリックで閉じる";
  color: #444;
  margin-left: 5px;
}

dd {
  margin-left: 15px;
}

/*コメントフォーム */
section#comment-form {
 	margin: 0 15px !important;
}

section#comment-form > h1 {
 	margin: 20px -20px;
}

section#comment-form form button.uk-button-large {
  color: #444;
  background: #f0b31d;
  font-weight: 500;
  transition: 0.5s;
}

section#comment-form form button.uk-button-large:hover {
  background: #ffde7c;
}

/*タグ */

.plugin_tag {
  display: inline-block;
  color: #444;
  background: #f0b31d;
  border-radius: 25px;
  padding: 5px 13px 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.5s;
}

.plugin_tag a{
  color: #444;
}

.plugin_tag_list li {
  display: inline-block;
  color: #444;
  background: #f0b31d;
  border-radius: 25px;
  padding: 5px 13px 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.5s;
}

.plugin_tag_list::before {
  content: "🏷️";
  font-size: 30px;
  position:relative;
  top: 5px;
}

.plugin_tag_list a{
  color: #444;
}

.plugin_tag_list li:hover {
  background: #ffde7c;
  text-decoration: none !important;
}

/* Edge(Chromium)用ルビ　*/
_:lang(x)::-ms-, ruby > rt {
  font-size: 100%;
  zoom: 0.6;
}
/* Chrome用ルビ　*/
_:lang(x)::-internal-media-controls-overlay-cast-button, ruby > rt {
  font-size: 100%;
  zoom: 0.6;
}


audio, canvas, iframe, img, svg, video {
    vertical-align: top !important;
}