@charset "UTF-8";


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* ------------------------------------------------------------------------------------------ */
/* cookie button */
/* ------------------------------------------------------------------------------------------ */

footer .ot-sdk #ot-sdk-btn {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: inline;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	text-align: left;
}

footer .ot-sdk #ot-sdk-btn:hover {
	color: #666;
	background: transparent;
}

/* ------------------------------------------------------------------------------------------ */

/* menu btn */
#menu-btn {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	background: #242424;
}
#menu-btn:hover {
	#background: #888888;
}
#menu-btn-icon {
	display:block;
	position:absolute;
	top:50%;
	left:5%;
	width:14px;
	height:2px;
	margin:-1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#menu-btn-icon:before,
#menu-btn-icon:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:2px;
	background: #fff;
	transition: .3s;
}
#menu-btn-icon:before {
	margin-top:-6px;
}
#menu-btn-icon:after {
	margin-top:4px;
}
#menu-btn .close {
	background: transparent;
}
/*#menu-btn .close:before,*/
#menu-btn .close:after{
	/*margin-top:0;*/
	margin-top:9px;
}
#menu-btn .close:before {
	/*transform: rotate(-45deg);*/
	transform: rotate(-90deg);
	transform:scale(0.4,9);
}
#menu-btn .close:after {
	/*transform:rotate(-135deg);
	-webkit-transform: rotate(-135ed);*/
	transform:scale(0.3,3);
	-webkit-transform: scale(0.3,3);
}

/* page top */
.page-top {
	display:none;
}
@media only screen and (max-width: 630px){
	.page-top {
		display:block;
		border:1px solid #242424;
		padding:10px 0;
		background:#111;
	}
	.page-top a {
		color:#f6aa00;
	}
}

/* more */
.list-content #more {
	display:inline-block;
	width:98%;
	border:1px solid #666;
	margin:10px 0;
	padding:10px 0;
	text-align: center;
}
.lazyload {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: all 500ms;
}

@media only screen and (max-width: 479px){
	body {
		width:96%!important;
	}
}