p, li, td, .con_lft a, .con_rht a {
	font-size: 15px;
	line-height: 18px;
}
.container {
	margin: auto;
	width: 1000px;
	position: relative;
}
.top {
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.logo {
	float: left;
	width: 400px;
}
.top_rht {
	float: right;
	width: 290px;
}
.translate {
	width: 100%;
	float: right;
	text-align: right;
}
.topnavi {
	width: 100%;
	float: right;
	font-size: 9px;
	text-align: right;
	line-height: 30px;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
}
.topnavi a {
	color: #555;
	margin: 0px 5px;
}
.topnavi a:hover {
	text-decoration: underline;
}
#backgroundPopup {
	width: 100%;
	height: 100%;
	z-index: 200000;
	display: none;
	position: fixed;
	_position: absolute;
	background: url(../images/pop_bg.png) 0px 0px repeat;
}
#popupContact {
	width: 450px;
	z-index: 1100;
	display: none;
	padding: 5px;
	position: fixed;
	_position: absolute;
	background-color: #fff;
	margin: 0px 0px 0px 45%;
	border: 3px solid #be032e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#popupContactClose {
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	border: 1px solid #ccc;
	padding: 5px 5px 2px 5px;
}
#popupdetail {
	float: left;
	width: 100%;
}
.footer_bg {
	float: left;
	width: 100%;
}
.footer_bg iframe {
	border: 0px;
	width: 100%;
	height: 50px;
}

@media only screen and (min-width:960px) and (max-width:1389px) {
.footer_bg iframe {
	height: 30px;
}
}

@media only screen and (min-width:768px) and (max-width:990px) {
p, li, td, .con_lft a, .con_rht a {
	font-size: 17px;
	line-height: 17px;
}
.container {
	width: 768px;
}
.top {
	padding: 0px 0px 10px 0;
}
.logo {
	width: 480px;
}
.top_rht {
	width: 288px;
}
.prev, .next {
	top: 280px;
	width: 30px;
	height: 30px;
}
.footer_bg iframe {
	height: 30px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

@media all and (max-width: 768px) {
.container {
	width: 740px;
}
.logo {
	width: 480px;
}
.top_rht {
	width: 260px;
}
.footer_bg iframe {
	height: 1220px;
}
}

@media only screen and (max-width:767px) {
p, li, td, .con_lft a, .con_rht a {
	font-size: 11px;
	line-height: 14px;
}
.container {
	width: 300px;
}
.top {
	padding: 0px;
}
.logo {
	width: 40%;
}
.top_rht {
	width: 60%;
}
.translate {
	display: none;
}
.topnavi {
	padding: 0px;
	font-size: 6px;
	line-height: 14px;
}
.footer_bg iframe {
	height: 30px;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
p, li, td, .con_lft a, .con_rht a {
	font-size: 12px;
	line-height: 17px;
}
.container {
	width: 420px;
}
.top {
	padding: 0px;
}
.logo {
	width: 40%;
}
.top_rht {
	width: 60%;
}
.translate {
	display: none;
}
.topnavi {
	padding: 0px;
	font-size: 8px;
	line-height: 18px;
}
.footer_bg iframe {
	height: 1000px;
}
}
