@charset "utf-8";
/*
/* 
 * HTML5 ✰ 模板
 *
 *
 * ==|== 標準化 ==========================================================
 */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic);

/* =============================================================================
   HTML5 顯示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   基底
   ========================================================================== */


html { font-size:100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; -webkit-font-smoothing: subpixel-antialiased !important;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/* 
 * 移除選取範圍標示中的文字陰影: h5bp.com/i
 * 這些選取範圍宣告必須有所區別
 * 另外: 暗粉紅！(或自訂背景顏色以符合您的設計)
 */

/* Dreamweaver: 如果您想要自訂選取範圍標示，請將這些取消註解
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
 
 /* =============================================================================
  鑲入字型
   ========================================================================== */
@font-face{font-family:'special-ui-font';src:url('fonts/special-ui-font.eot');src:url('fonts/special-ui-font.eot?#iefix') format('embedded-opentype'),url('fonts/special-ui-font.svg#special-ui-font') format('svg'),url('fonts/special-ui-font.woff') format('woff'),url('fonts/special-ui-font.ttf') format('truetype');font-weight:normal;font-style:normal;}
.spe-ui-font-family{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[class^="spe-ui-font-"]:before,[class*=" spe-ui-font-"]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[data-icon]:before{font-family:'special-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:attr(data-icon);}
 
 /* =============================================================================
   基本版面
   ========================================================================== */
   
   
hgroup,h1 ,h2{
	display:block;
}
header {
	/*固定*/
	width: 99%;
	top: 0;
	padding: 0.5%;
	position: relative;
	z-index: 20;
	*position: relative;
    *z-index: 20;
	*height:75px;
	_position: absolute; /* position fixed for IE6 */
   _top:expression(documentElement.scrollTop+"px");
	/*固定end*/
	background-color: #191b1f;
	display: block;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}



header #logo h1{
	margin:0;
	padding:0;
	display:inline;
}


.whitebg{
	/*background-color: #F8F8F8;
	position: relative;
	z-index: 10;
	height: 0;
	width: 100%;
	clear: both;
	float: left;
  padding-bottom: 100%;*/

	/*padding-bottom: 100%;*/
	width: 100%;
	display: block;
	background-color: #fff;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: relative;

}


.whitebg.has-main-image {
	box-shadow: 0 0 75px rgba(0, 0, 0, .1);
}


#sort{
	max-width: 100%;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;

}

#sortBox{
	
	max-width: 100%;
	font-family: Arial;
	font-size: 75%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	margin-right: 10px;	
	letter-spacing: 2px;
}

#sort span{

	font-family: "微軟正黑體", Arial;
	font-size: 85%;
	display: inline-block;
	margin-right: 10px;
	letter-spacing: 1px;

}

.gridContainer section a{
	color: #3B3B3B;
	text-decoration: underline;
}

.gridContainer section a:hover{
	color: #999;
	
}


/*video*/

.thumb-video{
	position: relative;
}
.thumb-video .video-icon{
	opacity:.8;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url('img/common/play.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;width:48px;
	margin-left:-24px;margin-top:-24px;
	cursor:pointer;
	}
	
.thumb-video:hover{
	opacity:0.5;
}


/*video end*/

/*news*/
/*news index-1*/
#news .entry-header {
	width: 100%;
	background-color: transparent;
	border-style: solid;
	border-width: 1px 0;
	display: table;
	margin: 0 0 36px;
	height: auto;
	padding: 15px 0;
	box-shadow: none;
	border-color: #CCCCCC;
}


#news p {
/*display: block;*/
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}



#news .entry-more-link, .entry-meta {
display: table-cell;
vertical-align: middle;
}

#news h1 a{
color: #000;
}


/*news index-2 section*/

#news .author-name a {
	color: #333;
	text-decoration: underline;
}
#news .page-desc {
	display: block !important;
	font-family: Arial;	
	}

/*news index-2 footer pagination*/
#news .entry-footer {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1.6em;
	color: #999;
}
#news .entry-footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	background-color: transparent;
}

#news .entry-footer .outer-wrapper {
	max-width: 960px;
	/* [disabled]padding: 0 8%; */
	margin: 0 auto;
}

#news .entry-footer .wrapper {
width: 100%;
margin: 0 auto;
display: table;
}


#news .pagination a{
	color: #5B4E44;
}

#news .pagination .newer, .pagination .older {
display: inline-block;
}

#news .pagination .newer.mute, .pagination .older.mute {
	color: rgba(102,102,102,0.5);
}

#news .pagination .newer:first-child:before, .pagination .older:first-child:before {
content: '';
padding: 0;
}
#news .pagination .newer:before, .pagination .older:before {
content: '/';
padding: 0 10px 0 8px;
color: rgba(153, 153, 153, .5) !important;
}

/*news font-size*/
#news .entry-header {
	font-family:'PT Serif', Georgia, serif;
	font-size: .95em;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1.6em;
	color: #999;
}

#news .cf:before, .cf:after {
content: " ";
display: table;
}
#news Pseudo ::after element
.cf:after {
clear: both;
}
#news .cf:before, .cf:after {
content: " ";
display: table;
}


#news .entry-actions {
font-family: Arial, Georgia, serif;
font-size: .95em;
line-height: 1.6em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
margin-top: 1em;
color: #999;
}

/*news link*/
#news .entry-header a{
text-decoration: none;

}

#news .entry-title a{
text-decoration: none;

}

#news .entry-content a{
	color: #666;
}


.entry-more-link a {
	display: inline-block;
	color: #666;
	text-decoration: none;
}

.entry-more-link a:hover {
	color: #999;
	text-decoration: none;
}

/*.entry-more-link a:hover:before {
  content: "View Post →";
}
.entry-more-link a:before {
  content: "View Post →";/
  display: inline-block;
}*/

.entry-more-link:before {
  font-family: 'special-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "View Post →";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.entry-more-link:before {
  

}
.entry-more-link:before {
  text-align: center;
}
.entry-more-link span {
	
	display: none;
	*display: block;

}
.entry-more-link:hover span {
  display: block;
}
.entry-more-link:hover:before {
  display: none;
}


/*album*/
/*album index-1*/

#album .album-block-content {
	width: 25%;
	margin: 0px;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 0.8em;
	color: #666;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(204,204,204,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

#albums .album-block-content h4 a {
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

#albums .album-block-content h4 a:hover {
	color: #DADADA;
}





/*album index-2*/

#album hgroup {
	width: 100%;
	max-width:none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	position: static;
	height: auto;
}


#album hgroup h1{
	font-size: 130%;
	text-align: center;
	display:block;
	background-color:transparent !important;
	color: #000000;
	font-family: "微軟正黑體", Arial;
	line-height: 120%;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 10px;
	float: none;
}

#album hgroup h2 {
	font-size: 75%;
	text-align: center;
	display:block;
	background-color:transparent !important;
	color: #606163;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	letter-spacing: 5px;
	margin-top: 20px;
	font-weight: 100;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: none;
	background-color: transparent;
}

#album .gallery-block-content dd img {
	background-color: #FFF;
	padding: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	*border: 1px solid #ccc;
	border: 1px solid #ccc;
}


#video .video-block-content dd img {
	background-color: #FFF;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	*border: 1px solid #ccc;
	border: 1px solid #ccc;
}

#video .video-block-content dd {
	font-weight: bold;
	font-size: 15px;
	font-family: "微軟正黑體", Arial;
}

.thumb-video{
	position: relative;
	display:block;
}
.thumb-video .video-icon{
	opacity:.8;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url('../img/common/play.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;width:48px;
	margin-left:-24px;margin-top:-24px;
	cursor:pointer;
	}
	
.thumb-video:hover{
	opacity:0.5;
}


/*page goback*/
.back {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, "微軟正黑體", Arial;
	font-size: 85%;
	line-height: 150%;
	
}

.back a {
	color: #333;
	text-decoration:none;
}
.back a:hover {
	color: #999;
}


/*faq*/
#faq .faq-block-content{
	text-align: left;
	display: block;
}

#faq .faq-block-content h3{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.6em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 600;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	padding-bottom: 1em;
	padding-top: 0.6em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
}

#faq .faq-content{
	line-height: 5em;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding-top: 1em;
	padding-bottom: 1em;

}

#faq .faq-block-content a{
	text-decoration: none;
	color: #333333;
}

#faq .faq-block-content a:hover{
	text-decoration: underline;
	color: #999;
}


/*contact*/
#contact #map{
		width:100%;
        height: 350px;
        margin: 0px;
        padding: 0px


}


#contact .contact-block {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	display: block;
}



#contact .contact-block-content {
	width: 100%;
	display: block;
	margin-bottom:50px;
}

#contact .contact-block-content h2{
	font-size: 170%;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 0px;
}

#contact .contact-content{
	line-height: 5em;
	color: #333;
}

/*#contact #faq .form-wrapper*/
.form-wrapper .field-list .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: none;
	font-size: 16px;
	line-height: 1em;
	/* [disabled]text-transform: uppercase; */
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	color: #666;
}
.form-wrapper .field-list .fields.name .field {
width: 48%;
}
.form-wrapper .field-list .fields .field {
float: left;
}


.form-wrapper .field-list .first-name, .form-wrapper .field-list .last-name{
	float:left;
	width: 48%;
}


.field-list .fields .field{
margin-left: 2%;
}

.form-wrapper .field-list .field {
margin: 0 0 24px;
}

.form-wrapper .field-list {
line-height: normal;
}

.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-wrapper .field-list legend {
  display: none;
}

.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}
.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}
.form-wrapper .field-list textarea.large {
  min-height: 300px;
}


.form-wrapper .field-list .field .caption {
	font-size: 12px;
	color: #666;
}

.form-wrapper .field-list .field .caption .field-element {
  font-size: 14px;
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}
.form-wrapper .field-list .field select {
	max-width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 5px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 9px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 14px;
  line-height: normal;
}
.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}
.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}
.form-wrapper .field-list .field.website .field-element {
  padding-left: 40px;
}
/*.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}*/
.form-wrapper .field-list .field .option {
  margin: 6px 0 4px;
  font-size: 13px;
}
.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 .5em 0;
  font-size: .9em;
}
.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}
.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: .9em;
  display: block;
  cursor: pointer;
}
.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}
.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}
.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}
.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}
.form-wrapper .field-list .fields .field {
  float: left;
}
.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}
.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}
.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}
.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}


/*#menu*/

/*
 * Menu Block
 */
.menu-block .menu-selector {
  margin-bottom: 3em;
}
.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 .5em;
}
.menu-block .menu-select-button {
  display: none;
}
.menu-block .menu-header {
  margin-bottom: 2em;
}
.menu-block .menu-section {
  margin-top: 2em;
}
.menu-block .menu-section-header {
  margin-bottom: 2em;
}
.menu-block .menu-section-title {
  font-size: 1.2em;
}
.menu-block .menu-section-description {
  font-size: .85em;
}
.menu-block .menu-item {
  margin-bottom: 2em;
  margin-top: 0;
}
.menu-block .menu-item-title {
  font-size: 1em;
  font-weight: 700;
}
.menu-block .menu-item-option {
  font-size: .8em;
  font-style: italic;
}
.menu-block .menu-style-classic .menu-selector,
.menu-block .menu-style-classic .menu-header,
.menu-block .menu-style-classic .menu-section-title,
.menu-block .menu-style-classic .menu-section-description {
  text-align: center;
}
.menu-block .menu-small-pic{
	 float: left;
	 margin-right: 0.5em;
	 width:71px;
	 display:block;
  
}
.menu-block .menu-small-block{
	width:100%;
	
}

.menu-block .menu-big-block{
	width:100%;

}
.menu-block .menu-big-pic{
	 float: left;
	 margin-bottom:1.5em;
	 margin-right: 2.5em;
	 width:50%;
  
}


.menu-block .menu-style-classic .menu-items {
  -webkit-column-width: 30em;
  -webkit-column-gap: 10em;
  -moz-column-width: 30em;
  -moz-column-gap: 10em;
  -ms-column-width: 30em;
  -ms-column-gap: 10em;
  -o-column-width: 30em;
  -o-column-gap: 10em;
  column-width: 30em;
  column-gap: 10em;
}

.menu-block .menu-style-classic .menu-items-detail {
  -webkit-column-width: 100%;
  -webkit-column-gap: 100em;
  -moz-column-width: 100%;
  -moz-column-gap: 100em;
  -ms-column-width: 100%;
  -ms-column-gap: 100em;
  -o-column-width: 100%;
  -o-column-gap: 100em;
  column-width: 100%;
  column-gap: 100em;
}
.menu-block .menu-style-classic .menu-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.menu-block .menu-item-title a{
	text-decoration: none;
	color: #000;
}
.menu-block .menu-style-classic .menu-item-description {
  /*margin-right: 5em;*/
}
.menu-block .menu-style-classic .menu-item-price-top {
  float: right;
  padding-left: 3em;
}
.menu-block .menu-style-classic .menu-item-price-bottom {
  display: block;
}
.menu-block .menu-style-simple .menu-selector,
.menu-block .menu-style-simple .menu {
  text-align: center;
}
.menu-block .menu-style-simple .menu-item-price-top {
  display:block;
}

/* Menu Block */
.menu-block .menu-section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.2em;
	color: #16161d;
	margin-bottom: 2em;
}
.menu-block .menu-item-img{

	margin-top: 1em;
	width: 100%;
	margin-bottom: 2em;
	display:block;
}

.menu-block .menu-item-title,
.menu-block .menu-item-price-top,
.menu-block .menu-item-price-bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 0 .5em;
	line-height: 1.2em;
	color: #16161d;
}
.menu-block .menu-item-description {
  line-height: 1.4;
}
.menu-block .menu-item {
  margin-bottom: 3em;
}




/*reservation*/
#reservation .reservation-block-conent{
	width: 100%;
	margin-bottom: 3em;

}

#reservation h2{
	width: 100%;
	font-size: 160%;
	line-height: 2em;
	margin-top: 0px;
	
}


#reservation .reservation-block-conent ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#reservation .reservation-block-conent ul li{
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	color: #706f6f;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}

#reservation .reservation-conent{

	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	color: #706f6f;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}



.button {
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	background-image: none !important;
	border: none;
	background-color: #008daa !important;
	padding: 20px 30px !important;
	font-size: 18px !important;
	color: #ffffff !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	font-family: "微軟正黑體", Arial !important;
	margin-top: 0 !important;
	list-style-position: inside;
}

.button {
	background-color: #007991 !important;
}

/*video*/

.thumb-video{
	position: relative;
}
.thumb-video .video-icon{
	opacity:.8;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url('../img/common/play.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;width:48px;
	margin-left:-24px;margin-top:-24px;
	cursor:pointer;
	}
	
.thumb-video:hover{
	opacity:0.5;
}


/*video end*/

/* Products - List View 
****************************************************/
#productList {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  overflow: hidden;
  clear: both;
}


#productList a {
	text-decoration: none; 
}

#productList .product {
  float: left;
  margin-left: 2.912621359223301%;
  margin-top: 3%;
  width: 30.420711974110034%;
  cursor: pointer;
  position: relative;
}
#productList .product .product-image {
  -webkit-transition: opacity .14s ease-out;
}
#productList .product .product-image .intrinsic {
	width:100%;
	/*padding-bottom: 100%;*/
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#productList .product .product-image .intrinsic > div {
	text-align: center;
	vertical-align: middle; /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);*/
}
#productList .product .product-image img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;*/
  
  max-width: 80%;

 /*   width: 226px;
  height: 301px;
  position: relative;*/
}
#productList .product .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#productList .product .product-title {
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	text-align: center;
	font-family: "微軟正黑體", "Arial Unicode MS";
}
#productList .product .product-price {
  font-size: 12px;
  /*display: none;*/
  display:block;
  text-align: center;
}
#productList .product .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productList .product .product-price .strikeout {
  text-decoration: line-through;
}
#productList .product:hover .product-image img {
  opacity: .8;
  filter: alpha(opacity=80);
}
#productList .product:nth-child(3n+1) {
  clear: left;
}
#productList ul.pagination {
  clear: both;
  margin-top: 15px;
  margin-left: 2.912621359223301%;
}
#productList ul.pagination li {
  display: inline-block;
}
#productList ul.pagination li.previous-page {
  text-align: left;
}
#productList ul.pagination li.next-page {
  text-align: right;
}
/*
.product-list-alignment-center #productList .product-title,
.product-list-alignment-center #productList .product-price {
  text-align: center;
}
.product-item-size-11-square #productList .product .product-image .intrinsic {
  padding-bottom: 100%;
}
.product-item-size-32-standard #productList .product .product-image .intrinsic {
  padding-bottom: 66.666%;
}
.product-item-size-23-standard-vertical #productList .product .product-image .intrinsic {
  padding-bottom: 150%;
}
.product-item-size-43-four-thirds #productList .product .product-image .intrinsic {
  padding-bottom: 75%;
}
.product-item-size-169-widescreen #productList .product .product-image .intrinsic {
  padding-bottom: 56.25%;
}*/
/*@media only screen and (min-width: 700px) {
  .no-touch .product-list-titles-overlay #productList .product {
    overflow: hidden;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-image {
    margin: 0;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    font-size: 12px;
    line-height: normal;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 50%;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    font-size: 13px;
    line-height: normal;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -moz-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -o-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    margin-top: 5px;
    -webkit-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -moz-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -o-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    transition: margin .3s cubic-bezier(0, 0, .28, 1);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title,
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    text-align: center;
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-mark {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-meta {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-title {
    margin-top: 0;
  }
}*/
.product-list-titles-under .product-meta {
  margin-top: 0 !important;
}
.show-product-price #productList .product .product-price {
  display: block;
}
/*.sqs-style-mode .product-overlay {
  opacity: 1 !important;
}
.sqs-style-mode .product-mark {
  opacity: 0 !important;
}
.sqs-style-mode .product-meta {
  opacity: 1 !important;
}*/
/* Products - Item View 
****************************************************/
#productNav {
  text-transform: uppercase;
  margin-bottom: 30px;
 /* display: none;*/
}


.product-title.mobile {
  display: none;
}
#productDetails {
  position: relative;
  float: right;
  width: 48.5%;
}
#productDetails .product-title {
  margin: 0 0 .5em;
}
#productDetails .product-mark {
  float: right;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
}
#productDetails .product-price {
  margin: 1em 0;
  font-size: 16px;
}
#productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}
#productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}
#productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productDetails .product-price .strikeout {
  text-decoration: line-through;
}
#productDetails .product-variants .variant-option {
  margin: 1.2em 0;
}
#productDetails .product-variants .variant-out-of-stock {
  color: #c00;
}
#productDetails .product-quantity-select {
  margin-top: 1.2em 0;
}
#productDetails input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-sharing {
  display: none;
}
.product-social-sharing .product-sharing {
  display: block;
}
#productGallery {
  width: 48.5%;
  float: left;
}
#productGallery .intrinsic {
  max-width: 100%;
}
#productGallery .wrapper {
 /* padding-bottom: 100%;*/
  position: relative;
}
#productGallery #productSlideshow {
 /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);*/
}
#productGallery #productSlideshow .slide {
  /*height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;*/
}


#productGallery #productSlideshow .slide img {
 
  width: 100%;

}
#productGallery #productThumbnails {
  margin-left: -5px;
  visibility: hidden;
  overflow: hidden;
}
#productGallery #productThumbnails .slide {
  width: 50px;
  height: 50px;
  margin: 5px 0 0 5px;
  font-size: 0;
  cursor: pointer;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}
/*.product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  padding-bottom: 100%;
}
.product-gallery-size-32-standard #productGallery .intrinsic .wrapper {
  padding-bottom: 66.666%;
}
.product-gallery-size-23-standard-vertical #productGallery .intrinsic .wrapper {
  padding-bottom: 150%;
}
.product-gallery-size-43-four-thirds #productGallery .intrinsic .wrapper {
  padding-bottom: 75%;
}
.product-gallery-size-169-widescreen #productGallery .intrinsic .wrapper {
  padding-bottom: 56.25%;
}*/
.product-description {
  clear: both;
  margin-top: 24px;
}
.show-product-item-nav #productWrapper #productNav {
  display: block;
}

/* SQSP Add to Cart button
****************************************************/
.add-to-cart-button-wrapper {
  /* Buttons begin hidden and are shown by commerce initializer */
 /* visibility: hidden;*/
 display:block;
}
.add-to-cart-button-wrapper .add-to-cart-button {
	background-color: #272727;
	color: #fff;
	cursor: pointer;
	font: 12px/1em 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: normal;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}
.add-to-cart-button-wrapper .add-to-cart-button-inner {
  height: 12px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .spin {
  margin-top: -6px;
  vertical-align: top;
  margin-right: 15px;
}
.add-to-cart-button-wrapper .add-to-cart-button.cart-adding .status-text {
  display: inline-block;
}

/*product end*/
/*page*/
#page {
	float: left;
	width: 100%;
	text-align: center;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#page a {
	margin-right: 5px;
	border: 1px solid #cccccc;
	background-color: #FFF;
	text-decoration: none;
	color: #333333;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 5px;
}
#page a:hover, page a:active {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #999999;
	color: #000000;
	margin-left: 5px;
}
.current1 {
	padding: 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #333333;
}
.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #cccccc;
	color: #ccc;
}

/*footer*/
/*footer*/
footer{
	width: 100%;
	background-color: #171717;

	display: block;
	clear: both;
	float: left;
	padding-top:0px;
}

footer{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 250%;
}
footer h3 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 120%;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
}  


.copyright {
	display: block;
	font-size: 85%;
	border-top-width: 1px !important;
	border-top-style: solid;
	border-top-color: #28251E;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.copyright span{
	display: inline-block;
}

.copyright a {
	font-weight: normal;
	color: #CCC;
	letter-spacing: 0.2em;
}

.store-block-content p {
	color: #FFF;

}

#page-top {
	padding-left:1px;
	background-image: url(../img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
		line-height: 150%;

}

/*footer link*/
#page-top a{
	background-image: url(img/common/page-top.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 51px;
	display: block;
	color: #000;
	text-decoration: none;

}

footer .copylinks a{
	font-weight: normal;
	color: #CCC;
	letter-spacing: 0.2em;
	text-decoration: none;
}


footer .store-block-content a{
	color: #FFF;
	text-decoration: none;
}


footer .store-block-content a:hover{
	color: #CCC;
}




.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.links-block{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #382238;
	margin-top: 1em;
}
.social-facebook  {
	background-image: url(../img/common/icon-facebook_on.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-twitter  {
	background-image: url(../img/common/icon-twitter_on.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-plurk  {
	background-image: url(../img/common/icon-plurk_on.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-mail  {
	background-image: url(../img/common/icon-mail_on.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
 .social {
	width: 200px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	display: block;
	
}

.social ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.social ul li {
  list-style-type: none;
  float:left;
  display: inline-block;
  text-align: right;
  margin: 0 0 1em 1em;
}
.social ul li a,
.social ul li a:visited {
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}
.social ul li a:hover {
  color: #e7bd74;
}



/*like btn*/

.my-like {
	background-image: url(../img/common/like-no.png) !important;
	height: 20px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 110%;
	padding-top: 4px;
	font-weight: bold;
}
.my-liked, .my-like:hover {
	background-image: url(../img/common/like.png) !important;
	height: 20px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	padding-top: 4px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}

 /* =============================================================================
  	h1-h4， article文字大小
   ========================================================================== */

 h1,h2,h4 {
	color: #16161d;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0px;
	margin-top: 0.5em;
}

h1 {
	font-family: "微軟正黑體", Arial, "新細明體";
  	text-transform: uppercase;
  	text-decoration: none;
  	letter-spacing: 1px;
  	font-weight: 600;
  	font-style: normal;
}
h2 {
  font-family: "微軟正黑體", Arial, "新細明體";

  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
}  

h3 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: normal;
	color: #000;
}  


h4{
  font-family: "微軟正黑體", Arial, "新細明體";
  font-size:150%;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
}


section h1 {
	font-size: 150%;
}



section h2 {
	
	font-size: 120%;
}

section h3 {
	
	font-size: 150%;
	text-align: center;
}


article{
font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	letter-spacing: 0.2em;
	line-height: 250%;

}


/* =============================================================================
 Water fall anime css3  Transitions 
   ========================================================================== */



			.masonry,
			.masonry .masonry-brick {
				-webkit-transition-duration: 0.6s;
					 -moz-transition-duration: 0.6s;
						 -o-transition-duration: 0.6s;
								transition-duration: 0.6s;
			}

			.masonry {
				-webkit-transition-property: height, width;
					 -moz-transition-property: height, width;
						 -o-transition-property: height, width;
								transition-property: height, width;
			}

			.masonry .masonry-brick {
				-webkit-transition-property: left, right, top;
					 -moz-transition-property: left, right, top;
						 -o-transition-property: left, right, top;
								transition-property: left, right, top;
			}



/* =============================================================================
   連結
   ========================================================================== */



a {
	color: #406C92;
	text-decoration: none;
}
/*a:visited {
	color: #485964;
}*/
a:hover { color: #115784; }


/* 改善當停留並將焦點放在所有瀏覽器時的可讀性: h5bp.com/h */
a:hover, a:active { outline: 0; }

a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
}
a:focus {
	outline: none;

}


/*2014 - 01 - 14 updated*/
		.site-wrapper {
			/*background-color: #fff;*/
			overflow: hidden;
			height: 99%;
   			-webkit-transition: all .3s ease;
    		-moz-transition: all .3s ease;
    		transition: all .3s ease;
    		position: relative;
    		z-index: 3;
    		padding: 0;
    		margin: 0 auto;
			
		}
		
		.site-inner-wrapper {
    	position: relative;
  		}
		
		
		#header-wrapper {
		position: relative;
		}
		
		.img-holder {
		/*background-color: #000;*/
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translatez(0);
		}
		
		
		.content-fill{
		 height: 0;
 		 padding-bottom: 100%;
		}
		.title-desc-wrapper0 {
 	 	margin: 0;
  		padding: 80px;
  		position: relative;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
 		 box-sizing: border-box;
  		z-index: 10;
  		/*background-color: #fff;*/
		}
		
		.title-desc-inner {
  		  max-width: 100% !important;
   		 position: relative !important;
		text-align: center;
		margin: 0 auto;
 		 }
		.title-desc-wrapper0.has-main-image {
		background-color: transparent;
		margin-top: 0px;
		min-height: 300px;
		overflow: hidden;
		}
		
		.title-desc-wrapper0.has-main-image .title-desc-inner h1.page-title {
		color: #171717;
		background-color:transparent;
		/*background-color: white\9;
		background-color: rgba(255,255,255,0.9);*/
		}	
		.title-desc-wrapper0.has-main-image .page-title {
		color: #171717;
		padding: 15px 13px 15px 20px;
		}
		h1.page-title img{ max-width:100%;}
		h1.page-title {
		font-family: 'Source Sans Pro', "微軟正黑體", Arial;
		font-weight: 600;
		font-size: 2.8em;
		line-height: 1em;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 7px;
		font-weight: 400;
		font-style: normal;
		max-width: 100%;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		color: #171717;
		}
		.title-desc-wrapper0.has-main-image .page-desc {
  		color: #171717;
  		background-color: white\9;
		background-color: rgba(255,255,255,0.9);
  		padding: 15px 20px;
		}
		
		.title-desc-wrapper0 .page-desc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		margin: 25px 0 0;
		max-width: 100%;
		color: #171717;
		}
		
		.title-desc-wrapper0 .page-desc p {
 		margin: 0 0 .75em;
 		font-family: 'Source Sans Pro', "微軟正黑體", Arial;
  		font-size: 18px;
  		line-height: 1.6em;
 		text-transform: none;
 		text-decoration: none;
  		letter-spacing: 1px;
  		font-weight: 100;
  		font-style: normal;
  		-webkit-hyphens: auto;
  		-moz-hyphens: auto;
  		hyphens: auto;
		}
		
		.title-desc-wrapper0 .page-desc p:last-child {
 		 margin: 0;
		}
		.title-desc-wrapper0 .page-desc a,
		.title-desc-wrapper0 .page-desc a:visited {
 		color: #171717;
		background-color: transparent;
		text-decoration: underline;
		}
@media only screen and (max-width: 700px) {
  #productWrapper .product-title {
    display: none;
  }
  #productWrapper .product-title.mobile {
    display: block;
  }
  .product-meta {
    margin-top: 0 !important;
  }
  #productDetails,
  #productGallery {
    width: 100%;
    float: none;
  }
  #productList {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #productList .product {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3%;
  }
  #productList .product .product-image {
    margin-bottom: 3%;
  }
  #productList .product .product-image .content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #productList .product .product-image img {
    -webkit-transition: opacity .3s ease-out;
  }
}
		

		
		
		@media only screen and (min-width: 701px) and (max-width: 1024px) {
 	.title-desc-wrapper0 {
 	 	margin: 0;
  		padding: 0px;
  		position: relative;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
 		 box-sizing: border-box;
  		z-index: 10;
  		/*background-color: #fff;*/
		}
		
		.title-desc-wrapper0.has-main-image {
		background-color: transparent;
		margin-top: 40px;
		min-height: 290px;
		overflow: hidden;
		}
 
 .title-desc-inner {
    max-width: 100% !important;
    position: relative !important;
	text-align: center;
	margin: 0 auto;
  }
   .title-desc-wrapper0 .title-desc-inner,
  .title--description-alignment-center .title-desc-wrapper0 .title-desc-inner {
	  
    padding: 0 0 5%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .title-desc-wrapper0 .title-desc-inner {
    padding: 5% 5% 0;
  }

}


@media only screen and (max-width: 700px) {

.title-desc-inner {
    padding: 40px 20px 20px !important;
    max-width: 660px !important;
    position: relative !important;
  }

   .title-desc-wrapper0:not(.over-image) .title-desc-inner {
    padding: 40px 10px 30px !important;
    margin-bottom: 0;
  }
  .title-desc-wrapper0 {
    padding: 0;
  }
  .title-desc-wrapper0.has-main-image .page-title {
		padding: 5px 5px;
		}
  .title-desc-wrapper0.has-main-image .page-desc {
  		padding: 10px 10px;
	}
  
   .title-desc-wrapper0.has-main-image {
   /* margin-top: 120px;*/
    margin-top: 30px;
  }
   .title-desc-wrapper0.has-main-image {
    min-height: 200px !important;
  }
   .title-desc-wrapper0 {
    padding: 0;
  }

  
  h1.page-title img{ max-width:50%;}
  
  h1.page-title {
    font-size: 20px;
  }
  .title-desc-wrapper0 .page-desc p {
    font-size: 13px;
  }
  .page-desc {
    margin-top: 20px;
  }
}

/*2014 - 01 - 14 end*/
/* =============================================================================
   印刷樣式
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* 重新宣告固定寬度字體系列: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* 改善所有瀏覽器中預先格式化之文字的可讀性 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 放置下標字和上標字內容，而不影響行高: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   清單
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   內嵌內容
   ========================================================================== */

/*
 * 1. 改善在 IE7 中縮放時的影像品質: h5bp.com/d
 * 2. 移除影像容器上影像與邊框之間的間隙: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * 修正 IE9 中未隱藏的溢位 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   圖表
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   表單
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 表示「label」會將焦點移至相關聯的表單元素 */
label { cursor: pointer; }

/* 
 * 1. 修正 IE6/7/8/9 中非繼承的顏色 
 * 2. 修正 IE6/7 中顯示異常的對齊 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. 修正所有瀏覽器中非繼承的字體大小
 * 2. 移除 FF3/4 S5 Chrome 中的邊界
 * 3. 在所有瀏覽器中定義一致的垂直對齊顯示
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. 將行高定義為一般，以符合 FF3/4 (使用 UA 樣式表中的 !important 來設定)
 * 2. 修正 IE6/7 中顯示異常的內部間距
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 在「table」中重新加入內部間距，以避免 IE6/7 中的重疊和空白問題
 */

table button, table input { *overflow: auto; }

/*
 * 1. 顯示手掌游標，表示可點選的表單元素
 * 2. 允許 iOS 中可點選之表單元素的樣式
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一致的方塊大小和外觀
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * 移除 FF3/4 中的內部內距和邊框: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. 移除 IE6/7/8/9 中的預設垂直捲軸 
 * 2. 僅允許垂直調整大小
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* 表單有效性的色彩 */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   表格
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== 主要樣式 =====================================================
   作者: 
   ========================================================================== */
















/* ==|== 非語意的 helper 類別 ========================================
   在進入此區段之前，請先定義您的樣式。
   ========================================================================== */

/* 用於影像取代 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 同時在螢幕讀取器和瀏覽器中隱藏: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 僅垂直隱藏，但在螢幕讀取器中提供使用: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 擴充 .visuallyhidden 類別，以允許元素可在透過鍵盤瀏覽時取得焦點: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 垂直隱藏且在螢幕讀取器中隱藏，但保留版面 */
.invisible { visibility: hidden; }

/* 包含浮動: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== 列印樣式 =======================================================
   列印樣式。
   已內嵌，以避免必要的 HTTP 連線: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黑色的列印速度更快: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* 不要顯示影像的連結或 javascript/內部連結 */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img {
	max-width: 100%;

}

object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

#map_canvas img,
.google-maps img,
#map img {
  max-width: none;
}




/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */


body{
	overflow:hidden;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.36%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 2em;
	padding-bottom: 2em;
	
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {

	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




hgroup{
	clear: both;
	margin-left: 0;
	width: 90%;
	display: block;
	position: relative;
	z-index: 3;
	height:auto;
	clip: rect(auto,10%,auto,auto);

}


hgroup h1 {
	text-align: right;
	font-size: 180%;
	padding: 10px;
	color: #039;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	float: right;
	clear: both;
}
hgroup h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: right;
	padding: 10px;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	
	float: right;
	clear: both;
	font-weight: normal;
}


.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 70px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:200px;*/
}




#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 0em;
	padding-bottom: 2em;
	margin-bottom: 20px;
}
.right-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.left-image {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {

	width: 100%;
	padding-bottom: 1em;
	padding: 1em;
	padding-right: 0em;
	padding-left: 0em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	display: none;

}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 90%;
	padding: 0.8em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: none;
	margin-top: 0px;

}

#album .album-block-content .thumb-image img{
	
		width: 130%;
	
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 40%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0m;
	padding-left: 0.5em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 100%;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0m;
	padding-left: 0.5em;
	margin-right: 1.5em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.menu-block .menu-big-pic{
	 float: none;
	 width:100%;
  
}

#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#reservation .form-wrapper{
	width: 100%;

}


#sort{
	text-align: center;
}


#productList .product .product-image img {
  
 /* font-size: 0px; 
  top: 0px; 
  left: 18px;
  width: 108px;
  height: 143px;
  position: relative;*/
}


.add-to-cart-button-wrapper .add-to-cart-button {
	max-width: 170px;
	width: auto;

}


/* 表格版面: 650px 到 600px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}


#sort{
	text-align: right;
}

#store {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}


.store-block-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}




hgroup{
	clear: both;
	margin-left: 0;
	width: 90%;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
}


hgroup h1 {
	text-align: right;
	font-size: 250%;
	padding: 10px;
	color: #039;
	background-color: white\9;
	background-color: rgba(255,255,255,.6);
	float: right;
	clear: both;
}
hgroup h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: right;
	padding: 10px;	
	background-color: white\9;
	background-color: rgba(255,255,255,.6);

	float: right;
	clear: both;
	font-weight: normal;
}




.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 70px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:45%;*/
}





#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 0em;
	padding-bottom: 2em;
	margin-bottom: 55px;
}
.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 50%;
	overflow: hidden;
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	float: left;
	width: 45%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 30px;
}



.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {
float:left;
margin-top: 0;
display: table-cell;
vertical-align: middle;
}

#news .entry-more-link {
display:none;

}

#news .entry-content {
	float: none;
	/* [disabled]margin: 1em 0 .5em; */
	width: 100%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	width: 25%;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
		font-size: 15px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	width: 28%;
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}


/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	width: 25%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 0em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	width: 40%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 0em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.menu-block .menu-big-pic{
	 float: left;
	 width:40%;
  
}
#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 100%;

}

#productList .product .product-image img {
  
  /*font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}

.add-to-cart-button-wrapper .add-to-cart-button {
	
	max-width: 140px;


}

}

@media only screen and (min-width: 800px)  {

	hgroup{
	clear: both;
	margin-left: auto;
	width: 85%;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
}



hgroup h2 {
	
	font-size: 85%;
	
}

.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:670px;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:230px;*/
}


#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	float: left;
	width: 45%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}

#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/*album index-1*/

#album .album-block-content {
	/*width: 25%;*/
	padding: 0.8em;
	margin-bottom: 2em;
	margin-left: 1em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0em;
}

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	display: block;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.5em;
	margin-right: 0em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/

#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}





#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 80%;

}

#productList .product .product-image img {
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {
	
	max-width: 140px;


}
}



@media only screen and (min-width: 1028px)  {
#service .block-content {
	/* [disabled]float: left; */
	width: 30%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;	/*
	margin-right: 0.5em;*/
}


hgroup{
	clear: both;
	margin-left: auto;
		max-width: 730px;
	display: table;
	vertical-align: middle;
	display: block;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
}


hgroup h1 {
	max-width:100%;
  	display: block;
  	-webkit-transition: height .3s ease;
  	-moz-transition: height .3s ease;
  	-o-transition: height .3s ease;
  	transition: height .3s ease;
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.1em;
	padding: 10px;
	color: #039;

	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
}
hgroup h2 {
	max-width:100%;
  	display: block;
  	-webkit-transition: height .3s ease;
  	-moz-transition: height .3s ease;
  	-o-transition: height .3s ease;
  	transition: height .3s ease;
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 85%;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	font-weight: normal;
}



.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 670px;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:280px;*/
}

#productList .product .product-image img {
  
  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {
	
	width: 170px;

}
}


/* 桌面版面: 1200px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 1280px)  {
.gridContainer {
	width: 88.2%;
	max-width: 996px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 2em;
}
#store {
	clear: both;
	/* [disabled]float: left; */
	width: 95%;
	padding: 2em;
	display: block;
	margin: 0px;
}
.copyright {
	
	width: 100%;

	padding-bottom: 1em;
	letter-spacing: 0.1em;
}



.store-block-content {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 3em;
}






hgroup{
	clear: both;
	margin-left: auto;
	max-width: 750px;
	display: table;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	clip: rect(auto,10%,auto,auto);
	padding-top: 70px;
	margin-top: 0px;
	margin-right: auto;
	

}


hgroup h1 {
	
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.1em;
	padding: 10px;
	color: #039;

	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	
	max-width:100%;
  	display: block;
  
}
hgroup h2 {
	max-width:100%;
  	display: block;
	
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 100%;
	text-align: center;
	padding: 10px;
	background-color: white\9;
	background-color: rgba(255,255,255,.8);
	float: none;
	clear: both;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}



.titleBg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 670px;
	width: 100%;
	background-attachment: fixed;
	/* [disabled]top: 1550px; */
	background-repeat: no-repeat;
	background-position:center center;
	background-color: rgb(204,204,204)\9;
	clear: both;
	float: left;
	position:absolute;
	top:0;
	left:0;
	z-index:-12;
}

.whitebg{
	/*margin-top:300px;*/
}



#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

section {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858383;
	padding-top: 1.5em;
	padding-bottom: 2em;
	margin-bottom: 10px;
}
article {
	width: 100%;
	float: left;
}

.right-image {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
	overflow: hidden;
}

.left-image {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 388px;
}

#service {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#service .block-content {
	/* [disabled]float: left; */
	width: 29%;
	/* [disabled]background-color: #F90; */
	margin: 0px;
	padding: 1em;
	margin-bottom: 0.5em;
	margin-left: 0.8em;	/*
	margin-right: 0.5em;*/
}
.thumb-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}


#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*news*/
#news .entry {
margin: 0 0 120px;
}

.entry-header {
display: table;
margin: 0 0 36px;
padding: 15px 0;
font-family: 'PT Serif', Georgia, serif;
font-size: .95em;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
text-align: left;
line-height: 1.6em;
color: #999;
}

#news .entry-title-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 26%;
	margin: 0 4% 0 0;
	padding: 0;
}

#news .entry-title-wrapper .entry-title {
	margin: 0 0 .5em;
	line-height: 1em;
}
#news h1{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 150%;
}

#news .entry-title-wrapper .date {
text-align: left;
}
#news .content {
	width: 100%;
}

#news .entry-title-wrapper p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

#news .entry-actions {

float:none;
*float:left;
margin-top: 0;
width: 75%;
display: table-cell;
vertical-align: middle;

}

#news .entry-more-link {

float:none;
*float:right;
margin-top: 0;
width: 25%;
text-align: right;
display: table-cell;

}

#news .entry-content {
	float: right;
	/* [disabled]margin: 1em 0 .5em; */
	width: 70%;
	color: #414141;
}
#news .entry-content p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
#news .entry-content .pic {
	clear: both;
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 169px;
	width: 169px;
	border: 1px solid #999;
}


#news .page-desc {
	box-sizing: border-box;
	display: inline-block;
	font-size: 75%;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#news .page-desc p {
	line-height: 2em;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	font-family:Arial;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#news .entry-author p {
	margin: 0px;
	padding: 0px;
}
#news h1.page-title {
font-size: 1.8em;
line-height: 1em;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-style: normal;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
color: #171717;
}



#news .blog-item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .blog-item .entry-content {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#news .blog-item .entry-content p {
	margin: 0px;
	padding: 0px;
}



#news .pagination {
	width: 40%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	margin: 0;

}


#album{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*album index-1*/

#album .album-block-content {
	width: 20%;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.2em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}

/*#album .album-block-content {
	width: 26%;
	margin: 0px;
	padding: 1em;
	margin-bottom: 2em;
	margin-left: 1.8em;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(204,204,204,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}*/

/*album index-2*/
#album .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#album .gallery-block-content  {
	float: left;
	width: 18%;
	display: block;
	padding-top: 2em;
	padding-right: 0.5em;
	padding-bottom: 3em;
	padding-left: 2.5em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#album .gallery-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*videos*/

#video .title-desc:before {
  content: '';
  width: 250px;
  height: 1px;
  display: block;
  background-color: #696969;
  margin: 20px auto;
}

#video .video-block-content  {
	float: left;
	width: 45%;
	display: block;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1em;
	margin-right: 0.5em;
	margin-left: 1em;
}
#video .video-block-content   dd{
	padding: 0px;
	/* [disabled]display: block; */
	width: 100%;
	max-height: 100%;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*video end*/


#contact{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contact #map {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact .infor {
	float: left;
	width: 45%;
}
#contact .form-wrapper  {
	float: right;
	width: 55%;
}


#menu-list{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#reservation{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#reservation .form-wrapper{
	width: 60%;

}

#shopping{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#productList .product .product-image img {

  
 /* font-size: 0px; 
  top: 0px; 
  left: 38px;
  width: 226px;
  height: 301px;
  position: relative;*/
}
.add-to-cart-button-wrapper .add-to-cart-button {

	width: 170px;
	
}

}

