@charset "utf-8";
/*
/* 
 * HTML5 ✰ 模板
 *
 *
 * ==|== 標準化 ==========================================================
 */


/* =============================================================================
   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; }

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, h3, h4{
	display:block;
}
#wallpaper{
	/* [disabled]-webkit-background-size: cover; */
	/* [disabled]-moz-background-size: cover; */
	/*-o-background-size: cover;*/
	background-image: url(img/bg/02.png);
	background-repeat: repeat;
	/* [disabled]background-size: cover; */
	/* [disabled]background-image: url(img/index/banner01.jpg); */
	background-position: center top;
	width: 100%;

}

#shadow {
		box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}


#flexible {
	position: fixed;
	top: 0;
	left: auto;
	margin: 0 auto;
	max-width: 1118px;
	z-index: 7999;
	display:block;
	background-color: #fff;

}


#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;

}

.outer-wrapper {
  padding: 0;
  max-width:100%;
  margin: 0 auto;
  /*background-color: #fff;*/
  position: relative;
}

.outer-wrapper > .wrapper {
  padding: 0;
 /* background-color: #fff;*/
  position: relative;
}


.site-drop-shadow .outer-wrapper {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1) 0 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1) 0 8px rgba(0, 0, 0, .4);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1) 0 8px rgba(0, 0, 0, .4);
}


.info-title-email-wrapper {
	display: table;
	width: 100%;
	padding: 0 75px;
	padding-bottom: 20px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.site-title-wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.site-title .logo {
  height: 75px;
  max-width: 100%;
  display: inline-block;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}

.site-title-wrapper {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 100%;
    padding: 0 3%;
  }
.site-title-wrapper h1 {
    font-family: 'Open Sans', sans-serif;
    font-family: "Open Sans";
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-align: center !important;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
  }


.logo-image-title {
	height: 0;
	display: none;
	overflow: hidden;
	opacity: 0;
	font-family: "微軟正黑體", Arial;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	line-height: 1em;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
  
 .logo-image-title {
  color: #343434;
  opacity: 1;
  height: auto;
  font-size: 12px;
}

.logo-wrapper{
	margin-top:20px;
	margin-bottom:20px;
}

#flexible .icon-menu{
	vertical-align: middle;
	display: table-cell;
  -webkit-transition: color .14s ease;
  -moz-transition: color .14s ease;
  -o-transition: color .14s ease;
  transition: color .14s ease;
 
}
#flexible .icon-menu:before{
  font-family: 'special-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e030";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#flexible .icon-menu:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#flexible .icon-menu:before {
  font-size: 25px;
  width: 18px;
  height: 25px;
  line-height: 25px;
}

  .icon-text {
    display: none;
  }
  
  
#email {
width: 20px;
}

#email {
visibility: visible;
}

#email {
text-align: right;
/*visibility: hidden;*/
vertical-align: middle;
display: table-cell;
-webkit-transition: top .4s ease, color .14s ease;
-moz-transition: top .4s ease, color .14s ease;
-o-transition: top .4s ease, color .14s ease;
transition: top .4s ease, color .14s ease;
line-height: 1px;
}



#flexible .icon-email {
  width: 0;
}

.email-open.header-icons .icon-email:before {
  content: '✕';
}

.header-hidden #header a.icon-email:before {
  font-size: 15px;
  font-weight: 600;
}


@font-face {
  font-family: 'email-icon';
  src: url('../fonts/email-icon.eot');
  src: url('../fonts/email-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/email-icon.woff') format('woff'), url('../fonts/email-icon.ttf') format('truetype'), url('../fonts/email-icon.svg#email-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
#flexible .icon-email:before {
  font-family: 'email-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
#flexible .icon-email:before {
  content: "\e000";
}
#flexible .icon-search:before {
  content: "\e001";
}

@media only screen and (max-width: 750px) {
	#flexible a.icon-email:before {
    font-size: 15px;
  }
.icon-email:before{
    font-family: 'email-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  }
  .icon-email:before {
    content: "\e000";
  }
  
  
.icon-email {margin-top:-20px; margin-right:10px; display: block;}
.logo-image-title{ display:block !important;} 
.icon-email a{ color:#fff !important;}
.icon-email{ color:#fff !important;}
}

/*
.whitebg{
	background-color: #F8F8F8;
	position: relative;
	z-index: 10;
	height: auto;
	width: 100%;
	clear: both;
	float: left;

}
*/
.titileBg{
	position:relative;
	width:100%;
	display:inline-block;
	background-color:#FFF;
}

.whitebg {
	width:100%;
	/*margin: 0 auto;*/
	position:relative;
	background-color: #FFF !important;

}

.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 .new-wrapper {padding-top:80px !important;}
	@media only screen and (max-width: 751px) {
		#news .new-wrapper {padding-top:50px !important;}
		}

#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 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;
display:block;
}

#news .entry-actions .inline-style{
	float: left;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	}

/*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;
}
/*news content*/


.pic-block.sized .pic-block-content {
  overflow: hidden;
}



.pic-block-html {
  clear: none;
  word-wrap: break-word;
}
.pic-block-html .pic-block-content {
  outline: none;
}
.pic-block-html .pic-block-content *:first-child {
  margin-top: 0;
}
.pic-block-html .pic-block-content *:last-child {
  margin-bottom: 0;
}
.pic-html {
  position: relative;
  z-index: 1;
}
.pic-html .pic-html-content {
  outline: none;
  z-index: 2;
}
.pic-html .pic-html-hidden {
  display: none;
}

.pic-block-html .pic-block-content {
outline: none;
}



/* GENERAL CASE (img tags are preserved in html blocks for imported content) */
.gds-layout .html-block.pic-block img {
  max-width: 100%;
}
/* Tumblr */
.gds-layout .html-block.pic-block img[align=left] {
  margin-right: 34px;
}
.gds-layout .html-block.pic-block img[align=right] {
  margin-left: 34px;
}
.gds-layout .html-block.pic-block img[align=top] {
  vertical-align: top;
}
.gds-layout .html-block.pic-block img[align=middle] {
  vertical-align: middle;
}
.gds-layout .html-block.pic-block img[align=bottom] {
  vertical-align: bottom;
}
/*news pic*/

.gds-layout > .gds-row {
margin-left: -17px;
margin-right: -17px;
}
.gds-row {
  width: auto !important;
  *zoom: 1;
}
.gds-row:before,
.gds-row:after {
  content: "";
  display: table;
}
.gds-row:after {
  clear: both;
}	

.gds-row {
width: auto !important;
}

.gds-row:before, .gds-row:after {
content: "";
display: table;
}
Pseudo ::after element
.gds-row:after {
clear: both;
}

[class*=pic-pct] {
  float: left;
}
[class*=pic-pct] .pic-block {
  padding-left: 17px;
  padding-right: 17px;
}
[class*=pic-pct]:last-child {
  padding-right: 0;
}
.pic-pct-1{ width:10%;}.pic-pct-2{ width:20%;}.pic-pct-3{ width:30%;}.pic-pct-4{ width:40%;}.pic-pct-5{ width:50%;}.pic-pct-6{ width:60%;}.pic-pct-7{ width:70%;}.pic-pct-8{ width:80%;}
.pic-pct-9{ width:90%;}.pic-pct-10{ width:100%;}
.pic-pct-5 .pic-pct-5{ width:100%;}

@media only screen and (max-width: 641px) {
	.pic-pct-1,.pic-pct-2,.pic-pct-3,.pic-pct-4,.pic-pct-5,.pic-pct-6,.pic-pct-7,.pic-pct-8,.pic-pct-9,.pic-pct-10{ width:100%;}
}
.pic-block {
position: relative;
clear: both;
height: auto;
outline: 1px solid transparent;
-webkit-transition: outline .1s ease-in-out;
-moz-transition: outline .1s ease-in-out;
-o-transition: outline .1s ease-in-out;
transition: outline .1s ease-in-out;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 17px;
padding-right: 17px;
}

.pic-block-image .intrinsic {
margin: auto;
}

.pic-block-image .image-block-wrapper {
line-height: 0;
text-align: center;
position: relative;
overflow: hidden;
}


.pic-block-image .image-block-wrapper.float-right .image-block-wrapper {
  text-align: right;
}
.pic-block-image .intrinsic {
  margin: auto;
}
.pic-block-image .intrinsic .image-block-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}
.sqs-block-image .image-block-wrapper img {
  max-width: 100%;
}

.image-block-outer-wrapper .image-block-wrapper img {
max-width: none;
}

.pic-block-image img {
display: block;
}


.pic-block-image .image-block-wrapper {
line-height: 0;
text-align: center;
}

.gds-layout:not(.pic-editing) .pic-block + .gds-row .pic-block:not(.float):first-child {
  padding-top: 17px;
}
.gds-layout:not(.pic-editing) .gds-row + .gds-row .pic-block:not(.float):first-child {
  padding-top: 17px;
}
.gds-layout:not(.pic-editing) .gds-row .pic-block:not(.float):first-child {
padding-top: 0;
}
.gds-layout:not(.pic-editing) > .gds-row:first-child > [class*=pic-pct]:first-child > .pic-block:last-child,
.gds-layout:not(.pic-editing) .pic-block + .gds-row .pic-block:not(.float):last-child {
  padding-bottom: 17px;
}
.gds-layout:not(.pic-editing) .gds-row + .gds-row:not(:last-child) .pic-block:last-child {
  padding-bottom: 17px;
}

/* shopping sort */


.pic-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic, .pic-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
position: relative;
}
.pic-block-image .intrinsic {
margin: auto;
}

.pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper,
.pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
  /*padding: 10px;*/
  background: #4f4847;
  background: rgba(81, 79, 72, .8);
}
.pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p,
.pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
  color: #fff;
}


.pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper, .pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
/*padding: 10px;*/
background: #4f4847;
background: rgba(81, 79, 72, .8);
}

.pic-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper, .pic-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
position: absolute;
overflow: hidden;
top: auto;
bottom: 0;
left: 0;
right: 0;
/*padding: 18px;
background: rgba(0, 0, 0, .7);*/
}
/*.gds-layout:not(.pic-editing) > .gds-row:first-child > [class*=pic-pct]:first-child > .pic-block:last-child, .pic-layout:not(.pic-editing) .pic-block + .gds-row .pic-block:not(.float):last-child {
padding-bottom: 18px;
}*/
.gds-layout .gds-row .pic-block:last-child {
padding-bottom: 18px !important;
}

.gds-layout .gds-row .pic-block:first-child {
padding-top: 18px !important;
}
.image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p, .pic-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
color: #fff;
font-family: Merriweather;/*英文版字型*/
font-family:"微軟正黑體", "Arial Unicode MS";
font-weight: 300;
font-size: 11px;/*英文版字型*/
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
/*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-top: 10px;
	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;
}


/*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*/
.gridContainer_footer{
	
	float:none;
	display: block;
	padding-bottom: 1em;
}

footer {
	max-width: 1118px;
	padding-top: 0em;
	padding-bottom: 1em;
	color: #637b8a;
	background-color: #FFF;
	display: block;
	
}
footer .links {
	width:100%;
	text-align: center;
	font-size: 95%;
	padding: 5px;
	padding-top:1em;
	letter-spacing: 0.5em;
	font-family: "微軟正黑體", Arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}

footer .links span {

	letter-spacing: 0.1em;

}

footer p {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #6B6969;
}
.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.links-block{
	margin-top: 1em;
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 97%;
}

footer .infor{
	max-width:750px;
	margin: 1em auto 0 auto;
	text-align: center;
	padding: 0 10px;
	line-height: 180%;
}
footer .infor span{
	margin-right:0.5em;
	display: inline-block;
}

footer .links span{
	margin-right:1.5em;
	display: inline-block;
}

.social-facebook  {
	background-image: url(../img/common/icon-facebook_on.png);
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-twitter  {
	background-image: url(../img/common/icon-twitter_on.png);
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-instagram  {
	background-image: url(../img/common/icon-instagram_on.png);
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}

.social-plurk  {
	background-image: url(../img/common/icon-plurk_on.png);
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
.social-mail  {
	background-image: url(../img/common/icon-mail_on.png);
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.social {
	margin-top: 0px;
	margin-bottom: 0px;
	/*position: relative;*/
	max-width: 100%;
	float:left;
	text-align: left;
	display:inline-block;

}
.social nav, .social ul, .social li {
display: inline-block;

}
.social nav {
	display: inline-block;
	float: left;
	*float: none;
	width: 100%;
	text-align: center;
	
}



.social li {
	display: inline-block;
	text-align: center;
}
.social nav li + li {
	margin-left: 15px;
}
.social nav li {
	display: inline-block;
	float: left;
	position: relative;

}

li {
text-align: -webkit-match-parent;
}


.social ul {
	background-color:#fff;
	padding-right: 10px;
	padding-left: 10px;
	display:inline-block;
}
.social .page-divider {
margin-top: -1em;
margin-bottom: 2em;
font-size: 16px;
}
.page-borders-thick .page-divider {
border-bottom-width: 2px;
}
.page-divider {
border-bottom: 1px solid #000;
}

/*.social ul li a,
.social ul li a:visited {
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}*/
.social ul li a:hover {
  color: #e7bd74;
}


.copyright {
	max-width:100%;
	text-align: right;
	float:right;
	display: inline-block;
	line-height: 150%;
	font-size: 85% ;
	letter-spacing: 0.2em;
	
	/* [disabled]margin-right: 1.5%; */
}

footer .links-block .links {
	width:100%;
	text-align: right;
	font-size: 85%;
	letter-spacing: 0.2em;

}


#page-top {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 10000;
}
#page-top a{
	text-decoration: none;
	display: block;
	color: #fff;
	background: #666;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#666));
	background: -webkit-linear-gradient(#666, #666);
	background: -moz-linear-gradient(#666, #666);
	background: -ms-linear-gradient(#666, #666);
	background: -o-linear-gradient(#666, #666);
	background: linear-gradient(#666, #666);
	-pie-background: linear-gradient(#666, #666);
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	height: 71px;
	width: 71px;
	line-height: 180%;
	padding: 0.5em;
	behavior: url(corner/PIE.php);
}


#page-top a:hover{
	background: #cb978d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cb978d), to(#cb978d));
	background: -webkit-linear-gradient(#cb978d, #cb978d);
	background: -moz-linear-gradient(#cb978d, #cb978d);
	background: -ms-linear-gradient(#cb978d, #cb978d);
	background: -o-linear-gradient(#cb978d, #cb978d);
	background: linear-gradient(#cb978d, #cb978d);
	-pie-background: linear-gradient(#cb978d, #cb978d);
	behavior: url(corner/PIE.php);
}


/*like btn*/


.share_group{
	float: left;
	position: relative;
	display:block;

	}
.s-block-group{
	max-width:150px;
	position: absolute;
	left: 0px;
	top: 21px;
	z-index: 21;
	padding:10px;

	background-color: #FFF;
	border: 1px solid #E3E3E3;

	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -ms-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	background: linear-gradient(#FFF, #FFF);
	-pie-background: linear-gradient(#FFF, #FFF);
	behavior: url(corner/PIE.php);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.s-block-group .social_box{
	margin:0;
	padding:0;
	display:block;
	}
.s-block-group .social_box span{
	list-style:none;
	padding:10px 5px;
	display:block;
	}


.sharebox{

	font-size: 13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: inherit;
	margin-right: 10px;

	
}
.sharebox a, .likebox a {cursor: pointer; /*連結手指*/}

.share-icon{
	float: left;
	margin-right: 5px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-size: 8px;
	display: block;
	background-color: #999;
	background-image: url(../img/common/icon_share.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
.likebox{
	float: left;
	font-size: 13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: inherit;
	margin-right: 10px;

	
}
	
.like-icon {
	float: left;
	margin-right: 5px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-size: 8px;
	display: block;
	background-color: #999;
	background: #999 url(../img/common/icon_like.png) center center no-repeat;
	display: block;
	margin-right: 5px;
	}

.my-like {
	float: left;
	background-image: url(../img/common/like-no.png) !important;
	height: 17px;
	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: 3px;
	font-weight: bold;
}
.my-liked, .my-like:hover {
	float: left;
	background-image: url(../img/common/like.png) !important;
	height: 17px;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	padding-top: 3px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}
/*@media only screen and (max-width: 751px) {
#news p.entry-actions {  max-width:80%; margin:0 auto 0 auto; float:none; display:block;}

}*/


 /* =============================================================================
  	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;

}

a.white{ color:#fff !important; text-decoration:none !important;}


/* =============================================================================
   印刷樣式
   ========================================================================== */

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; }
}
