@charset "utf-8";
/* CSS Document */

* {
	-webkit-touch-callout: none;
	/* -webkit-user-select: none; */
	-webkit-tap-highlight-color: transparent;
}
html {
	background-color: #fff;
	font-size: 14px;
}
/* body {} */
a, a:hover, a:active {
	text-decoration: none;
}
.uk-container {
	margin: auto;
	padding: 0 15px;
}
.uk-modal-dialog {
	width: 300px;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.uk-modal-header {
	margin-bottom: 10px;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	border-radius: 9px 9px 0 0;
	background: #ff9900;
	text-align: center;
	font-size: 1.2em;
}
.uk-modal-footer {
	margin-top: 10px;
	margin: 10px 0px 0px 0px;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 9px 9px;
	background: #fafafa;
}
.uk-modal-dialog .uk-button {
	border-radius: 4px;
}
.uk-button-primary {
	background-color: #1ecbd3;
}
.uk-button-primary:focus, .uk-button-primary:hover {
	background-color: #1ecbd3;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
	background-color: #49afb6;
}
.uk-modal-dialog>.uk-close:first-child {
	margin: -12px 7px 0 0;
	position: absolute;
	right: 0;
}
table {
	width: 100%;
	border-spacing: 0px;
}
table td {
	padding: 0;
}
.coverbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.yuan {
	border-radius: 99em;
}
.bar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* bottom: constant(safe-area-inset-bottom);
	bottom: env(safe-area-inset-bottom); */
	background-color: #eeeeee;
	border-bottom: constant(safe-area-inset-bottom) solid #eeeeee;
	border-bottom: env(safe-area-inset-bottom) solid #eeeeee;

}
/* .ipxfix-space {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: constant(safe-area-inset-bottom);
	height: env(safe-area-inset-bottom);
} */
.hoverbox {
	position: relative;
}
.hoverbox .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
audio::-internal-media-controls-download-button {
	display: none;
}
audio::-webkit-media-controls-enclosure {
	overflow: hidden;
}
audio::-webkit-media-controls-panel {
	/*width: calc(100% - 10px);*/
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
}
audio::-webkit-media-controls-play-button {
	color: #FFFFFF;
}
.mainbody {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	position: relative;
}


header {
	background-color: #EFEFEF;
	padding: 30px 0;
}
article {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.2;
}
article .title {
	color: #2b2b2b;
	font-weight: 600;
	margin-bottom: 5px;
}
article a{
	text-decoration: underline;
}
article a:active{
	opacity: 0.6;
}
h1, h2, h3, h4, h5{
	font-weight: bold;
	margin-bottom: 10px;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 5px 0;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 0px;
}
ol, ul {
    padding-left: 20px;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
	margin: 5px auto;
}
ul li{
	margin-bottom: 0.6em;
}
ol p {
	list-style-type: lower-latin;
}
ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
ol>li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}
ol>li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.3em;
}
li ol>li {
	margin: 0;
	margin-bottom: 0.6em;
}
li ol>li:before {
	content: counters(item, ".") " ";
}
article ol>li>ol {
	list-style: disc;
}
article ol>li>ol>li>ol {
	list-style: circle;
}
article ol>li>ol>li>ol>li>ol {
	counter-reset: item2;
	list-style-type: lower-alpha;
	padding-left: 20px;
}
article ol>li>ol>li>ol>li>ol>li {
	counter-increment: item2;
	display: list-item;
	margin-bottom: 0.6em;
}
article ol>li>ol>li>ol>li>ol>li:before {
	content: counters(item2, ".") ". ";
	display: none;
}

@media (min-width:750px) {}