@charset "utf-8";
/***********************************************************
 東方山響祭 Default Style Sheet
 - Last Updated: 2025-06-24
 - Author: Cue - https://9lab.jp/
***********************************************************/

/** Ext. Styles Import
----------------------------*/

/* HTML5 Reset Styles */
@import url(html5reset.css);
/* Yuenjaku Default Styles */
@import url(default/header.css);
@import url(default/main.css);
@import url(default/footer.css);
/* jQuery Plugin Styles */
@import url(default/jquery.tablesorter.css);

/** Web Font Define
----------------------------*/

@font-face {
	font-family: 'Circle M+ 1m';
	src: url(/res/webfonts/circle-mplus-1m-dehint-regular.woff2) format('woff2'),
	     url(/res/webfonts/circle-mplus-1m-dehint-regular.woff) format('woff'),
	     url(/res/webfonts/circle-mplus-1m-dehint-regular.ttf) format('truetype');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Circle M+ 1m';
	src: url(/res/webfonts/circle-mplus-1m-dehint-bold.woff2) format('woff2'),
	     url(/res/webfonts/circle-mplus-1m-dehint-bold.woff) format('woff'),
	     url(/res/webfonts/circle-mplus-1m-dehint-bold.ttf) format('truetype');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Circle M+ 1c';
	src: url(/res/webfonts/circle-mplus-1c-dehint-regular.woff2) format('woff2'),
	     url(/res/webfonts/circle-mplus-1c-dehint-regular.woff) format('woff'),
	     url(/res/webfonts/circle-mplus-1c-dehint-regular.ttf) format('truetype');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Circle M+ 1c';
	src: url(/res/webfonts/circle-mplus-1c-dehint-bold.woff2) format('woff2'),
	     url(/res/webfonts/circle-mplus-1c-dehint-bold.woff) format('woff'),
	     url(/res/webfonts/circle-mplus-1c-dehint-bold.ttf) format('truetype');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Circle M+ 1c';
	src: url(/res/webfonts/circle-mplus-1c-dehint-black.woff2) format('woff2'),
	     url(/res/webfonts/circle-mplus-1c-dehint-black.woff) format('woff'),
	     url(/res/webfonts/circle-mplus-1c-dehint-black.ttf) format('truetype');
	font-weight: 900;
	font-display: swap;
}

/** HTML Redefine
----------------------------*/

body {
	background-color: #fff;
	/*background: linear-gradient(#fff, #fef);
	background: -webkit-repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#fff 3px, #fff 7px);
	background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#fff 3px, #fff 7px);*/
	color: #444;
	font-size: 14px;
	font-family: 'Circle M+ 1c', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', 'Meiryo', sans-serif;
	-webkit-text-size-adjust: 100%;
}
header, footer, nav, article, section, aside {
	display: block;
}
section::after {
	content: '';
	display: block;
	clear: both;
}
p, li, dt, dd, address {
	line-height: 1.6;
}
p, address, ul, ol, dl {
	margin: 0.5em 10px 1.25em;
	padding: 0;
}
address {
	font-style: normal;
}
li ul, li ol {
	margin: 0.25em 10px;
}
ul li {
	margin: 0 0 0 25px;
	padding: 0.15em 0 0;
}
ol li {
	margin: 0 0 0 25px;
	padding: 0.15em 0 0;
}
dt {
	margin: 0.3em 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0.3em 0 0.3em 20px;
	padding: 0;
}
dd ul,
dd ol {
	margin-top: 0;
}
dd li {
	padding-top: 0;
}
hr {
	clear: both;
	margin: 5px 0;
}
strong {
	background: linear-gradient(transparent 70%, #fcc 70%);
}
img {
	vertical-align: middle;
}
table, th, td {
	border-collapse: separate;
	border-spacing: 0;
}
table {
	width: calc(100% - 20px);
	margin: 1em 10px 1.5em;
	border-top: 1px solid #acb;
	border-left: 1px solid #acb;
	border-right: 1px solid #acb;
	background: #fff;
}
th, td {
	border-right: 1px solid #acb;
	border-bottom: 1px solid #acb;
	padding: .25em .5em;
	line-height: 1.6;
	vertical-align: middle;
}
th {
	font-weight: bold;
	background: #eee;
	text-align: right;
}
td {
	background: transparent;
}
th:last-child,
td:last-child {
	border-right: 0;
}
td input {
}
pre {
	width: 800px;
	margin: 10px 20px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #def;
}
code, pre {
	line-height: 1.2;
	font-family: 'Circle M+ 1m', 'Courier', 'Lucida Console', monospace;
}
blockquote {
	margin: 10px 20px;
	overflow: auto;
	border: 1px solid #396;
	border-left: 2px solid #669;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
}
input,
textarea {
	font-family: 'Circle M+ 1m', 'Courier', 'Lucida Console', monospace;
}
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}
form fieldset {}
form legend {
	display: none;
}
form input, form select, form textarea {
	margin-right: 1px;
	padding: 1px;
	text-align: left;
}
@media screen {
	form input, form select, form textarea {
		font-family: 'Circle M+ 1m', 'Courier', 'Lucida Console', monospace;
	}
}
form p {}
form select {}
form textarea {
	padding: 1px;
}
form ul {}
form ul li {
	list-style: none;
}
form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form dl dd {
	margin-left: 6em;
	padding: 0;
}
object {
	margin: 5px 10px;
}
html>body object embed {
	padding: 5px 10px;
}
h1, h2, h3, h4, h5, h6, p#page-title {
	line-height: 1.4;
}
h1 {
	clear: both;
	margin:  0.5em 0;
	padding: 0.5em 10px;
	background: transparent;
	color: #000;
	font-size: 180%;
}
h2 {
	clear: both;
	margin:  0.5em 0;
	padding: 0.5em 10px;
	border-bottom: 4px solid #acb;
	background: transparent;
	color: #000;
	font-size: 150%;
}
h3 {
	clear: both;
	margin: 0.5em 10px;
	padding: 0.45em 5px;
	border-left: 6px solid #9c9;
	color: #000;
	font-size: 120%;
}
h4 {
	clear: both;
	margin: 0.5em 5px;
	padding: 0.2em 5px;
	color: #000;
	font-size: 120%;
}
h4::before {
	content: '\f053\f053';
	padding-right: .25em;
}
h4::after {
	content: '\f054\f054';
	padding-left: .25em;
}
h4::before,
h4::after {
	font-family: 'FontAwesome';
	color: #6c6;
}
h5 {
	clear: both;
	margin: 0.25em 10px;
	padding: 0.25em 5px;
	color: #000;
	font-size: 110%;
}
h6 {
	clear: both;
	margin: 0.5em 10px;
	padding: 0.25em 5px;
	color: #000;
	font-size: 110%;
}
small {
	font-size: 90%;
}
.isdn {
	font-family: OCR-B, monospace;
}

/* Anchor Styles */
a:link {
	color: #36c;
}
a:visited {
	color: #36c;
}
a:active {
	color: #c63;
	text-decoration: none;
}
a:hover {
	color: #c63;
	text-decoration: none;
}
a:focus,
*:focus {
	outline: none;
}
a.hiddenlink, a.hiddenlink:hover {
	background: none;
	color: #333;
	text-decoration: none;
	cursor: text;
}
.external-link::after {
	font-family: 'Font Awesome 5 Free';
	font-size: .8em;
	font-weight: bold;
	content: ' \f35d';
	padding-right: 5px;
	color: #36c;
}
.external-link:hover::after {
	color: #c63;
}
a.hiddenlink, a.hiddenlink:hover {
	background: none;
	color: #333;
	text-decoration: none;
	cursor: text;
}
