﻿/* ---reset.css--- */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {	
	font-family:Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	background-color:#EEE;
}

body{
	/*padding-bottom:30px;*/
}

/* --電腦版型------------------------------------- */

#WRAPPER{
	width:960px;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
	box-shadow:0px 3px 10px #666;
}


#TOP{
	width:960px;
	height:80px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}

#TOP h1{
	float:left;
	padding-left:30px;
	padding-top:10px;
}

#TOP h1 a{
	display:block;
	width: 400px;
	height: 61px;
	background-image:url(images/White_ucom_logo2_small.gif); 
	text-indent: -9999px;
}

#TOP ul{
	float:right;
	padding-top:5px;
	padding-right:5px;
}

#TOP li{
	float:left;
}

#TOP li a{
	display:block;
	width:120px;
	height:35px;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	padding-top:75px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:0.7em;
	font-weight:bold;
	background-size:50px auto;
}

#TOP li a:hover{
	border-bottom:6px solid #0DD;
	background-color:#F8F8F8;
}

#TOP li:first-child a{
	border-bottom:6px solid #69c;
	background-color:#F2F2F2;
}

#TOP li#AA a{
	background-position:center 20px;
}

#TOP li#BB a{
	background-position:center -80px;
}

#TOP li#CC a{
	background-position:center -180px;
}

#TOP li#DD a{
	background-position:center -280px;
}

#TOP li#EE a{
	background-position:center -380px;
}
.fb-like{margin-left:40px; margin-top:35px; float:left; }
#CONTENT-1{
	width:960px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:30px;
	background-color:#FFF;
	overflow:hidden;
}

#CONTENT-1 img#BANNER{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:30px;
}

#CONTENT-1 ul{
	width:900px;
	margin:0 auto;
}

#CONTENT-1 li{
	display:block;
	width:450px;
	height:70px;
	float:left;
	margin-bottom:20px;
}

#CONTENT-1 li img{
	float:left;
}

.WORD{
	width:900px;
	float:left;
	margin-left:25px;
	font-size:1em;
	line-height:2;
	color:#069;
	text-align:justify;
	margin-top:10px;
	
}



p{
	color:#666;
	font-size:0.9em;
	line-height:1.5;
}

#CONTENT-2{
	clear:both;
	width:960px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#EEE;
	overflow:hidden;
}

#CONTENT-2 .BOX{
	float:left;
	width:260px;
	margin-left:45px;
}

#CONTENT-2 .BOX h3{
	font-size:1em;
	line-height:2;
	border:1px solid #088;
	color:#fff;
	text-align:center;
	background-color:#69C;

}

#CONTENT-2 .BOX p{
	font-size:0.7em;
	line-height:1.8;
	padding:10px;
	color:#333;
}

#DOWN{
	clear:both;
	width:960px;
	height:90px;
	margin:0 auto;
	padding-top:15px;
	background-color:#369;
	border-top:5px solid #233;
}

#DOWN p{
	font-size:0.7em;
	text-align:center;
	line-height:2;
	color:#FFF;
}
footer{
	height:100px;
	width:100%;
	background-color:#333333;
	padding-top:10px;
	
	/*margin-top:150px;*/
}
.store_info{
	width: 1000px;
	margin: 0  auto;
	color:#FFF;
}
.store_info a{
	color:#FF0;
	text-decoration:none;
}
.info{ margin-left:150px;}
.store_info li{
	display:block;
	width:360px;
	float:left;
	font-size:12px;
	line-height:24px;
	loat:left;
}
.tel{ float:right;  width:100px;}
.copy{
	
	text-align:center;
	
	padding-top:60px;
	font-size:14px;
	
}
.buttonbox{
	clear:both;
	width:700px;
	height:70px;
	margin:0 auto;
}
.button {
   
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left:20px;
  float:left;
  padding: 10px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width:180px;
  /* auto */
  text-align: center;
  /* DELETE WHEN WIDTH AUTO */
}
.button.blue {
  background: none repeat scroll 0 0 #2db6cf;
  color: white;
 
}
.button.blue a{
  
  color: white;
  text-decoration:none;
  font-size:14px;
}
.button.blue:hover {
  background: none repeat scroll 0 0 #444444;
  color: white;
}
.logopic{
	width:500px;
	height:78px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	
}
/* --手機版型------------------------------------- */

@media screen and ( max-width:736px) {
	
*{
	box-sizing:border-box;
}

html,body{
	-webkit-text-size-adjust:none;
}

#WRAPPER{
	width:100%;
	background-color:#FFF;
	overflow:hidden;
}

#TOP{
	width:100%;
	height:100%;
	margin:0 auto;
	background-color:#FFF;
	
}

#TOP h1{
	float:none;
	padding:0;	
	width:100%;
	height:70px;
	background-color:#000;
	line-height:60px;
	background-image:url(images/logo.png);
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position:10px 10px;
	position:fixed;
	top:0;
	z-index:999;
	text-align:center;
	
}
#TOP h1 a{
	width:340px;
	height:43px;
	display:inline;
	
	
	text-decoration:none;
	color:#FFF;
}

#TOP ul{
	float:none;
	padding:0;
	width: 100%;
	height: 80px;
	background-color:#000;
	
	position:fixed;
	bottom:0;
	z-index:888;	
}

#TOP li{
	float:left;
	width:20%;
	height: 80px;
}

#TOP li a{
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icons-2.png);
	background-repeat:no-repeat;
	padding-top:60px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:0.7em;
	font-weight:bold;
	background-size:50px auto;
}

#TOP li a:hover{
	border-bottom:none;
	background-color:#000;
}

#TOP li:first-child a{
	border-bottom:none;
	background-color:#000;
}

#TOP li#AA a{
	background-position:center 10px;
}

#TOP li#BB a{
	background-position:center -90px;
}

#TOP li#CC a{
	background-position:center -190px;
}

#TOP li#DD a{
	background-position:center -290px;
}

#TOP li#EE a{
	background-position:center -390px;
}

#CONTENT-1{
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
	background-color:#FFF;
	overflow:hidden;
	padding-top:70px;
}

#CONTENT-1 img#BANNER{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:30px;
	width:100%;
	height:auto;
}

#CONTENT-1 ul{
	width:90%;
	margin:0 auto;
}

#CONTENT-1 li{
	display:block;
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px dashed #999999;
}

#CONTENT-1 li img{
	float:left;
}

#CONTENT-1 li .WORD{
	width:auto;
	margin-left:85px;
	float:none;
}

#CONTENT-1 li .WORD a{
	font-size:1.2em;
	line-height:1.6;
	color:#069;
	text-decoration:none;
}

#CONTENT-1 li .WORD a:hover{
	color:#099;
}

#CONTENT-1 li .WORD p{
	color:#666;
	font-size:1em;
	line-height:1.5;
}

#CONTENT-2{
	clear:both;
	width:100%;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#EEE;
	overflow:hidden;
}

#CONTENT-2 .BOX{
	float:none;
	width:90%;
	margin:0 auto;
	padding-bottom:15px;
}

#CONTENT-2 .BOX h3{
	font-size:1.2em;
	line-height:2;
	border:1px solid #088;
	color:#fff;
	text-align:center;
	background-color:#69C;

}

#CONTENT-2 .BOX p{
	font-size:1em;
	line-height:1.8;
	padding:10px;
	color:#333;
}

#DOWN{
	clear:both;
	width:100%;
	height:90px;
	margin:0 auto;
	padding-top:15px;
	background-color:#369;
	border-top:5px solid #233;
	padding-bottom:150px;
}

#DOWN p{
	font-size:0.7em;
	text-align:center;
	line-height:2;
	color:#FFF;
}
.store_info{
	width: 320px;
	margin: 0  auto;
	color:#FFF;
}
.store_info a{
	color:#FF0;
	text-decoration:none;
}
.info{ margin-left:0px;}
.store_info li{
	display:block;
	width:350px;
	float:left;
	font-size:0.7em;
	line-height:24px;
	loat:left;
}
.tel{ float:right;  width:80px;margin-right:0px;}
.tptel{ float:right;  width:80px;margin-right:0px;}
.tel3{ float:right;  width:80px;margin-right:0px;}
.copy{
	
	text-align:center;
	
	padding-top:60px;
	font-size:0.9em;
	
}
.WORD{
	width:100%;
	float:left;
	margin-left:0px;
	font-size:1em;
	line-height:2;
	color:#069;
	text-align:justify;
	margin-top:0px;
	padding:0 10px;
	
}
.buttonbox{
	clear:both;
	width:200px;
	height:150px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.button {
   
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  float:none;
  padding: 10px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width:200px;
  /* auto */
  text-align: center;
  /* DELETE WHEN WIDTH AUTO */
}
.button.blue {
  background: none repeat scroll 0 0 #2db6cf;
  color: white;
 
}
.button.blue a{
  
  color: white;
  text-decoration:none;
  font-size:14px;
}
.button.blue:hover {
  background: none repeat scroll 0 0 #444444;
  color: white;
}
.logopic{
	display:none; }

}