@charset "utf-8";
/* CSS Document */
body{font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif; }
h1,h2,h3{
	font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	font-weight: 300;
}

h4,h5,h6,span, p{
	font-family:'Roboto Lt', 'Roboto Th',  'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	font-weight: 400;
}
a {
	color: #00a8ff;
	/*color:#000;*/
	/*color: #333333;*/
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-family: font-family:'Roboto Lt', 'Roboto Th', 'Segoe UI', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,Verdana, sans-serif;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a:hover {
	color:  #0070bf;
	/*text-decoration: underline;*/
}

html, body{margin:0; padding:0; height:100%;}
#out{
	display:block;
	width:100%;
	height:100%;
	/*overflow:hidden;*/
	position:relative;
	}


#main{
	display: block;
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -150px;
	}

.logo{
	display:block;
	width:100px;
	height:auto;
	position:absolute;
	z-index:2;
	left:20px;
	top:20px;
	
	
	}
	
.logo img{
	width:100%;
	height:auto;
	
	
	}

.main_title{
	font-size:95px;
	font-family:'Roboto';
	font-weight:300;
	margin-bottom:10px;
	text-align:center;
	letter-spacing:2px;
	}


.main_text{
	font-size:24px;
	font-family:'Roboto';
	font-weight:300;
	color:#333333;
	margin-bottom:40px;
	text-align:center;
	}


.main_text2{
	font-size:18px;
	font-family:"微軟正黑體";
	font-weight:400;
	color:#333333;
	margin-bottom:40px;
	text-align:center;
	}


.vi{
	/*width:300px;*/
	height:auto;
	text-align:center;
	margin-bottom:10px;
	}
	
.link_home{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	}


/*----------------search bar-------------------*/
.search-bar {
    position: relative;
    /*float: left;*/
    margin-top: 22px;
}

.hide {
    display: none;
}

.search-bar>.input-search {
    width: 100%;
    height: 40px;
    padding: 5px 28px 2px 35px;
    border: 1px solid #CDCDCD;
    margin-top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label, input, button, select, textarea {
    font-weight: normal;
    line-height: 20px;
}

input {
    outline: none;
}

input {
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
user agent stylesheetinput, textarea, keygen, select, button {
    margin: 0em;
    font: 12.6667px Arial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}


.search-bar .btn {
    position: absolute;
    /*right: 2px;*/
	left:3px;
    top: -0px;
    width: 25px;
    height: 22px;
    background: none;
    border: 0px;
    padding: 0;
}


.btn {
    border: 0px;
    padding: initial;
    text-shadow: none;
    background: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', 

    endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}


.search-bar .btn .icon {
    top: 0px;
    background-position: 0 0px;
}

.icon-search {
    background-image: url("../images/icon-search.png");
	
}

#af-header .af-inner .icon:before {
    content: "";
}

.icon-cart, .icon-profile, .icon-msg, .icon-search, .icon-list {
    padding-left: 25px;
    padding-bottom: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
}





@media all and ( max-width: 720px ) {
#main{
	display:block;
	position:absolute;
	width:90%;
	height:auto;
	left:4%;
	top:50%;
	margin-top:-150px;
	margin-left:0%;
	}
	



}


@media all and ( max-width: 480px ) {


.logo{

	left:10px;
	top:20px;
	
	}
	
.main_title{
	font-size:50px;
	font-family:'Roboto';
	font-weight:300;
	margin-bottom:10px;
	text-align:center;
	}

	
	
}

/*-------Suggestion-----------*/



#searchresults{
	border: 1px #CDCDCD solid;
	margin-top:0px;
}

#searchresults a{
	display: block;
	padding-left: 10px;

}
#searchresults a.highlight{
	background-color: #E6E6FA;
}

#searchresults a span.searchheading{
	display: block;
	padding: 4px 2px 4px 0px;
	line-height: 25px;
	color:#191919;
}
#searchresults a span.keyword{
	color:#0080E4;
}

