@charset "utf-8";
/* CSS Document */
/* --------------------------------- *\
		   reset
\* --------------------------------- */

/* 字型使用順序-第一使用 Roboto */

*{font-family: "Roboto", "Segoe UI", "Segoe UI Light", "NotoSansHant", "NotoSansCJKsc", "NotoSansJP", "NotoSansKR", "Myriad Set Pro", Microsoft JhengHei, "微軟正黑體", Heiti TC, Microsoft YaHei, "微軟雅黑體", simhei, PMingLiU, 新細明體, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, ＭＳ Ｐゴシック, Malgun Gothic, Dotum, Gulim, Trebuchet MS, Lucida Grande, Verdana, Arial, sans-serif;
}


br{
	clear: both;
}


img{
	outline: none;
	border: none;
}

a {
	/*color: #00a8ff;*/
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	/*color: #008fd8;*/
	/*text-decoration: underline;*/
}

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;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}



a.DMR_Button{
color:#0097ee;
padding: 5px 10px;
border: 1px solid #0097ee;
border-radius: 50px;
display: -webkit-inline-flex;
text-align:right; 

/* DMR 位置在下右*/
top: -4px;

/* DMR 位置在 LightBox 上方(Template1)
float:right;
position: relative;
top:-6px;
margin-right: 15px;
*/

}


a.DMR_Button:hover{
color:#00deff;
padding: 5px 10px;
border: 1px solid #00deff;
border-radius: 50px;
display: -webkit-inline-flex;
}



/* --------------------------------- *\
		   country_site
\* --------------------------------- */


/*最外層*/

#main_zone{
	display:block;
	overflow:hidden;
	}

#footer{
	display:block;
	width:100%;
	background:#FFF;
	/*bottom: 0;
	position: fixed;*/
}
.footer_in{
	clear:both;
	width:1180px;
	padding:10px 0px 10px 0px;
	text-align:right;
	font-size:11px;
	color:#969696;
	margin:0 auto;
	}
	
	
/*外框*/
#zone_container{
	display:block;
	margin:0 auto;
	width:960px;
	overflow:hidden;
	padding-top:10px;
	}
	
	
/*-----nav_menu-------*/

.nav_menu{
	display:block;
	width:1180px;
	height:60px;
	margin:0 auto;
	border-bottom:#c4c5c5 1px solid;
	
	}

.nav_logo{
	display:block;
	width:107px;
	height:23px;
	float:left;
	margin-top:21px;
	}


ul.nav_login{
	display:block;
	float:right;
	margin-top:30px;
	}

ul.nav_login li{
	text-decoration: none;
	float:left;
	color:#171717;
	font-size:14px;
	}

ul.nav_login li a{
	color:#171717;
	}

ul.nav_login li a:hover{
	color:#00a8ff;
	}
	
/*-----nav_menu--end------*/
/*title*/

.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:36px;
	font-weight:400;
	height:50px;
	}

.country_txt{
    color: #828587;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
	}

.country_txt a{ color:#00a8ff;} 
.country_txt a:hover{ color:#000;} 



/*地圖*/
#entry-area{
    background:url(../images/country_map.png) no-repeat 50% 5% ;
	/*background:url(../images/country_map_Xsize.png) no-repeat 50% 5% ;*/
	background-size: 
	width:100%;
	margin:0 auto;
	padding-top:270px;
	text-align:center;
}

#entry-area h3{
	font-size:22px;
	font-weight:300;
	color:#828587;
	line-height: 1.2em;
}


.country_All{
	width:33%;
	padding-left:8%;
	float:left;
	display:block;
	margin:0 auto;
}



/*國家列表*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:0px;
	}

ul.country_list{
	clear:both;
	overflow:hidden;
	width:100%;
	/*margin: 0 0 10px 5px;*/
	margin: 0 0 10px 0px;
    padding: 0;
	}

ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:1.03em;
	line-height:15px;
    /*padding-left: 6px;*/
	/*margin-bottom:5px;*/
	margin-bottom:10px;
	/*margin-bottom:16px;*/
	width: 100%;
	}

ul.country_list li a{
	color:#000;
	transition: all 0.3s ease-in-out 0s;
	
	}

ul.country_list li a:hover{
	color:#00a8ff;
	text-decoration: none;
	transition: all 0.5s linear 0s;
	}
	
	
	ul.country_list li a .flag_eShop {
	opacity:0.45;
	transition: all 0.3s ease-in-out 0s;
	
	 /* 變灰色,加強對比 */
    -webkit-filter: grayscale(40%) contrast(200%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(40%) contrast(200%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(40%) contrast(200%); 
    -o-transition: .5s ease-in-out;
    filter: grayscale(40%) contrast(200%);
	

	}
	
	
	ul.country_list li a:hover .flag_eShop{
	opacity:1;
	text-decoration: none; 
	transition: all 0.5s linear 0s;
	
	 /* 變彩色,恢復對比 */
    -webkit-filter: grayscale(0%) contrast(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%) contrast(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%) contrast(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%) contrast(100%);

	
	}
	
	
	.flag_eShop {
	margin-right:6px;
	vertical-align:middle;
	}
	
	

@media all and ( max-width: 1366px ) {

/*footer*/
#footer{
	display:block;
	width:100%;
	background:#FFF;
	/*bottom: 0;*/
	position:inherit;
}
.footer_in{
	width:99%;
	padding:10px 10px 10px 0px;

}
}
@media all and ( max-width: 1024px ) {

/*-----nav_menu-------*/
.nav_menu{
	display:block;
	width:100%;
	height:80px;
	margin:0 auto;
	border-bottom:#c4c5c5 1px solid;
	
	}

.nav_logo{
	margin-left:10px;
	}


}
/* --------------------------------- *\
		   pad / mobile
\* --------------------------------- */
@media all and ( max-width: 960px ) {
	/*外框*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}

/*footer*/
#footer{
	display:block;
	width:100%;
	background:#FFF;
	/*bottom: 0;*/
	position:inherit;
}
.footer_in{
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;

}
/*地圖*/
#entry-area{
   /* background:url(../images/country_map.png) no-repeat 50% 5% ;*/
	/*background-size:100%;*/
	width:100%;
	/*margin:0 auto;*/
	padding-top:300px;
}

/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:36px;
	font-weight:400;
	height:50px;
	}

/*國家列表*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	margin-right:10px;
	width: 100%;
	}
	
	.country_All{
	width:33%;
	
	/*
	 -webkit-transform:scale(0.88);	
     -moz-transform:scale(0.88);
     transform:scale(0.88);
	 */
}

	
}



@media all and ( max-width: 720px ) {
	/*外框*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:36px;
	font-weight:400;
	height:50px;
	}
	
/*國家列表*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	margin-right:15px;
	width: 100%;
	
	}
	
	
	.country_All{
	width:100%;
}

	
}


@media all and ( max-width: 605px ) {
	/*外框*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}


/*地圖*/
#entry-area{
    background:url(../images/country_map.png) no-repeat 50% 2% ;
	background-size:90%;
	width:100%;
	/*margin:0 auto;
	padding-top:220px;*/
}


.country_All{
	width:100%;
	
}



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:32px;
	font-weight:400;
	/*height:50px;*/
	}


/*國家è¡¨*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	width: 100%;
	}

	
}




@media all and ( max-width: 480px ) {
	/*å¤æ¡*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}



/*å°å*/
#entry-area{
     background:url(../images/country_map.png) no-repeat 50% 2% ;
	background-size:100%;
	width:100%;
	padding-top:250px;
	
}


.country_All{
	width:100%;
	
}



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:30px;
	font-weight:400;
	/*height:50px;*/
	}

.country_txt{
	color:#575757;
	text-align:center;
	font-size:14px;
	}
	
/*åå®¶åè¡¨*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	margin-right:35px;
	width: 100%;
	}
	


	
}
@media all and ( max-width: 468px ) {
		/*title*/
.country_title{
	font-size:24px;
	}
	
	
	.country_All{
	width:100%;
	
}

}


@media all and ( max-width: 425px ) {
	
	
	/*å¤æ¡*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}
	
	
	
	.country_All{
	width:100%;
	
}



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:24px;
	font-weight:400;
	/*height:50px;*/
	}

.country_txt{
	color:#575757;
	text-align:center;
	font-size:12px;
	}
	
/*åå®¶åè¡¨*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	margin-right:22px;
	width: 100%;
	}
	
	/*å°å*/
#entry-area{
	padding-top:180px;
}

	
}

@media all and ( max-width: 415px ) {
		/*å°å*/
#entry-area{
	padding-top:250px;
}


.country_All{
	width:100%;
	
}

}
@media all and ( max-width: 376px ) {
	/*å¤æ¡*/
#zone_container{
	display:block;
	margin:0 auto;
	width:80%;
	overflow:hidden;
	padding-top:50px;
	}
	
	.country_All{
	width:100%;
	
}



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	font-weight:400;
	/*height:50px;*/
	}

.country_txt{
	color:#575757;
	text-align:center;
	font-size:12px;
	}
	
/*åå®¶åè¡¨*/
.country_box{
	display:block;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:50px;
	}


ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	margin-right:26px;
	width: 100%;
	}
	
		/*å°å*/
#entry-area{
	padding-top:230px;
}

	
}


@media all and ( max-width: 321px ) {



/*title*/
.country_title{
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	font-weight:400;
	/*height:50px;*/
	}

ul.country_list li{
	float:left;
	color:#4e4e4e;
	font-size:14px;
	line-height:24px;
	margin-right:10px;
	width: 100%;
	}
	
	
	/*å°å*/
#entry-area{
	padding-top:190px;
}

.country_All{
	width:100%;
	
}

	
}


