﻿
/************************************************************************************
RESET
*************************************************************************************/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;
    background: transparent;*/
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1{width:100%;}
.col-2{width:50%;}
.col-3{width:33.33%;}
.col-4{width:25%;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	background:url(../images/index_bk.gif);
}
h1,h2,h3 { display: none;}
::selection {
background: #8c4218; /* WebKit/Blink Browsers */
color:#ffffff;
}
::-moz-selection {
background: #8c4218; /* Gecko Browsers */
color:#ffffff;
}


/*wow*/
.wow:first-child {
visibility: hidden;
}

.wow {
	display: block \9;
    visibility: visible \9 !important;
}


/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: Verdana,'微軟正黑體';
}

.header {
	width: 100%;
	height: 825px;
	background:url(../images/header.png) no-repeat center;
	display: block;
	margin-bottom: -60px;
}

.header_m {
	display: none;
}

.header_m img {
	width: 100%;
}

.area_block {
	width: 100%;
	clear: both;
}

.block_center {
	margin: auto;
	max-width: 960px;
	width: 100%;
	clear: both;
}

.area_title {
	text-align: center;
	width: 100%;
}

.area_title img {
	width: 100%;
	max-width: 340px;
	margin-bottom: 15px;
}

.product_block {
	width: 100%;
	margin-bottom: 60px;
}

.product_box {
	width: 30%;
	margin: 10px;
	float:left;
	background:#ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.product_box:hover {
	-webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#Taipei .product_title {
	width: 100%;
	text-align: center;
	background:#cb4319;
	height: 50px;
	line-height: 50px;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
}

#Ilan .product_title {
	width: 100%;
	text-align: center;
	background:#5f9330;
	height: 50px;
	line-height: 50px;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
}

#Hsinchu .product_title {
	width: 100%;
	text-align: center;
	background:#2c7cc0;
	height: 50px;
	line-height: 50px;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
}

#South .product_title {
	width: 100%;
	text-align: center;
	background:#ed700a;
	height: 50px;
	line-height: 50px;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
}

.product_infor {
	width: 100%;
	background:#ffffff;
	display: table;
	color:#333333;
}

.product_text {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 20px 10px 20px;
	line-height: 30px;
}

.product_text span {
	font-size: 12px;
}

.product_oldprice {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding:0 20px 20px 20px;
}

.product_price {
	height: 30px;
	text-align: center;
	color:#d6001c;
	padding-bottom: 20px;
	font-size: 17px;
}

.product_price span {
	font-size: 35px;
	margin-left: 5px;
    margin-right: 5px;
}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
	
	

}



/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
	
	
	
	.wow {
		display: block;
		visibility: visible !important;
	}
	
	.header {
		width: 100%;
		height: 825px;
		background:url(../images/header.png) no-repeat center;
		display: none;
	}
	
	.header_m {
		display: block;
	}
	
	.product_text span {
		font-size: 12px;
		clear: both;
    	display: inline-block;
	}
	
	.product_box {
		width:90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: auto;
		float: none;
		margin-bottom: 20px;
	}
}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
    html,
    body {width: 100%; min-height: 100%; }
	
	
	.product_box {
		width:90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: auto;
		float: none;
		margin-bottom: 20px;
	}
	
	.area_title img {
		width: 75%;
	}
	
	
}

@media (max-width: 320px) {
	
}