@charset "utf-8";
/* CSS Document */

.mainbg{
	background-image:url(../../images/2016BodegasMuga_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	min-height: 850px;
	
}
.maintop{
	float: right;
    padding-right: 15%;
	padding-top:1em;
	width:auto;
	height:auto;
	margin:0 auto;
}

@font-face
{
font-family: myFirstFont;
src: url('../fonts/仿宋体W6-B5.ttf'),
     url('../fonts/仿宋体W6-B5.eot'); /* IE9+ */

}
.mainword{
	font-family:myFirstFont;
	
	font-size:1.6em;
	color:#000000;
	line-height: 2em;
}
.row1{
	padding:3em 0;
}
.mainwordtt{
	font-family:"微軟正黑體";
	font-size:1.5em;
	
	color:#333;
	line-height: 1.6em;
    
}
.tt01{
	margin:0 auto;
}

.winebox{
	padding:2em;
	text-align:center;
	
}
.winebox img{
	text-align:center;
	margin:0 auto;
	
}


.winebox img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.winebox h1{
	font-family:"微軟正黑體";
	font-size:1.6em;
	color:#7d8725;
	font-weight:bold;
	line-height:1.6em;
}
.winebox h2{
	font-family:"微軟正黑體";
	font-size:1.3em;
	color:#333;
	display: inline;
	line-height:2em;
	
}
.winebox h3{
	font-family:"微軟正黑體";
	font-size:1.8em;
	font-weight:700;
	color:#ab3131;
	display: inline;
	
}
.join a{
	display:block;
	width:40%;
	height:40px;
            clear: both;
			border:#949292 solid 1px;
			border-radius:1em;
            font-family: "微軟正黑體";
            color: #000;
            font-size:1.5em;
			line-height:1.9em;
			border-radius:5px;
			margin:0 auto;
			text-decoration:none;
			outline: none;
			margin-top:1em;
		
			
			
        }

.join a:hover{
	color:#b4143a;
	border:#b4143a solid 1px;
	
}
.copyright{
	font-family:"微軟正黑體";
	font-size:0.8em;
	color:#636262;
	padding:2em 5em 10em 2em;

}
@media screen and (max-width:1424px){
.mainbg{
	height:auto;
	background-size:100%;
	min-height: 650px;
}
.maintop{

    padding-right: 5%;
	}
}
@media screen and (max-width:1024px){
.mainbg{
	height:auto;
	background-size:100% 100%;
	min-height: 500px;
}
.row1{
	padding:0.5em 0;
}
.p{
	margin:0 auto;
	padding-top: 2em;
}
.maintop{
	width:auto;
	float:right;
	padding-right: 10%;
	

	
}

.mainword{
	
	font-size:1.2em;
	
	line-height:1.6em;
}
.mainwordtt{
	
	font-size:1.4em;
	
	line-height:1.6em;
}
}
@media screen and (max-width:768px){
	
.maintop{
	width:100%;
	float:none;
	padding-right: 0;
	padding-bottom: 5%;
}

.copyright{
	
	font-size:0.6em;
	
	padding:1em 1em 10em 1em;
}
}