﻿html, body
{
	padding: 0;
	margin: 0 0 0 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #2d2d2d;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 0 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
        hover{position:relative;top:1px;left:1px;}	
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}

.titlea
{
	background: center top no-repeat transparent;
	background-image: url("../images/s-title.png");
	background-size: 100% auto;
	width: 100%;
	height: 268px;

}

.titlea.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header
{
	//background: center top no-repeat transparent;
	//background-image: url("../images/s-title.png");
	//background-size: 150% auto;
	
	

	background: #F6F6F6;
	//background: #F60000;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;
    //把框框縮小
	width: 40px;
	height: 40px;
	//min-width:400px ;
	padding: 0 0px;
	opacity:1 ;
	//外框
	border-color:#fff; 
	border-style:solid;
	border-width:0px;
}


.footer
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 800px;
	padding: 0 0px;
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}



.header a
{
	background: center center no-repeat transparent;
	//background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	background-image: url( "../images/en-menu.png");
	background-size: 100% auto;
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
	opacity:1 ;
	//padding: 100 100px;
	//外框
	border-color:#fff; 
	border-style:solid;
	border-width:0px;	
}

.content
{
	padding: 0px 0px 0px 0px;
	
	min-width: 480%px;
	margin: 0 0 0 0;
}

img{vertiical-align:bottom;}


@media (max-width: 480px) {
.header
{height: 0px;}
.header a
{width: 80px;height: 80px;}
}

@media (min-width: 481px) and (max-width: 979px) {
.header
{height: 0px;}
.header a
{width: 90px;height: 90px;}
}

@media (min-width: 980px) and (max-width: 1199px)  {
.header
{height: 0px;}
.header a
{width: 100px;height: 100px;}
}

@media (min-width: 1200px) {
.header
{height: 0px;}
.header a
{width: 140px;height: 140px;}

}