@charset "utf-8";
/* ===========================================================

	Title:	popup.css
	Last Created:	2016-8-16
	
=========================================================== */
/*

	header
	footer
	
=========================================================== */
/* ===========================================================

	header

=========================================================== */
.header {
	position: relative;
	height: 100px;
	min-width: 100%;
	z-index: inherit;
	margin: 0 0 20px;
}
.header-inner {
	width: 100%;
	height: 100px;
}
@media screen and (max-width: 768px) {
.header {
	position: relative;
	height: 100px;
	min-width: 100%;
	z-index: inherit;
	margin: 0 0 20px;
}
.header-inner {
	width: 100%;
	height: 100px;
}
}
/* logo
----------------------------------------------------------- */
.header h1 {
	position: relative;
	top: inherit;
	left: inherit;
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
}
.en .header h1 {
	padding: 20px 0 0;
}
.header h1 img {
	width: 300px;
	height: 38px;
}
.en .header h1 img {
	width: 300px;
	height: 22px;
}
@media screen and (max-width: 768px) {
.header h1 {
	position: relative;
	top: inherit;
	left: inherit;
	margin: 0;
	padding: 15px 0 0;
	text-align: center;
}
.en .header h1 {
	padding: 20px 0 0;
}
.header h1 img {
	width: 300px;
	height: 38px;
}
.en .header h1 img {
	width: 300px;
	height: 22px;
}
}
/* code
----------------------------------------------------------- */
.header .code,
.en .header .code {
	top: inherit;
	left: 50%;
	bottom: 20px;
	width: 240px;
	font-size: 15px;
	margin: 0  0 0 -120px;
	height: 20px;
	line-height: 20px;
	border: none;
}
@media screen and (max-width: 768px) {
.header .code
.en .header .code {
	top: inherit;
	left: 50%;
	bottom: 20px;
	width: 240px;
	font-size: 15px;
	margin: 0  0 0 -120px;
	height: 20px;
	line-height: 20px;
	border: none;
}
}

/* ===========================================================	

	contens
	
=========================================================== */
/* main
----------------------------------------------------------- */
.main {
	width: auto;
	float: none;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
.main {
	width: auto;
}
}
/* ===========================================================	

	tab
	
=========================================================== */
/* ===========================================================

	footer

=========================================================== */
.footer {
	border-top: solid 1px #ddd;
	padding-top: 15px;
}

@media screen and (max-width: 768px) {
.footer {
	border-top: solid 1px #ddd;
	padding-top: 15px;
}
}
/* ===========================================================	

	copyright
	
=========================================================== */
p.copyright {
	clear: both;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 768px) {
p.copyright {
	clear: both;
	width: 100%;
	text-align: center;
}
}