@charset "utf-8";

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div { display: block; }
section, article{
display: block;
float: left;
width: 100%;
}
article {
width: 96%;
padding: 3em 2%;

}

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

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

/*
 * 1. 修正當內文字體大小設定為使用 em 單位時，IE6/7 中的文字異常調整大小的問題
 * 2. 強制在非 IE 中使用垂直捲軸
 * 3. 防止在裝置方向變更時調整 iOS 文字大小，而不需停用使用者縮放: h5bp.com/g
 */

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

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background-color: #0e0e0e;
		-webkit-font-smoothing: subpixel-antialiased !important;
	
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


/* =============================================================================
   基本版面
   ========================================================================== */
header {
	background-repeat: repeat;
	/*固定*/
	width: 100%;
	top: 0;
	_position: absolute; /* position fixed for IE6 */
   _top:expression(documentElement.scrollTop+"px");
	/*固定end*/
		z-index:5;
	display: block;
}




#outerWrapper {
	/*background-image: url('lib/images/demo/bg3-2.jpg');
	background-image: url('lib/images/demo/bg3-2.jpg');
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	position: absolute;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}


h1 {
  font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "adelle";
  font-size: 30px;
  line-height: 1.25em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  color: #262626;
  margin: 2em 0 .75em;
}
h1 a,
h1 a:visited {
  color: #262626;
}
h1 a:hover,
h1 a:focus {
  color: #e7bd74;
}
h1.title {
  margin: 0 0 .25em;
  color: #262626;
  font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "adelle";
  font-size: 30px;
  line-height: 1.25em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  font-style: normal;
}
h1.title a,
h1.title a:visited {
  color: #262626;
}
.social-facebook  {
	background-image: url(img/common/icon-facebook_on.png);
	height: 32px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.social-twitter  {
	background-image: url(img/common/icon-twitter_on.png);
	height: 32px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.social-plurk  {
	background-image: url(img/common/icon-plurk_on.png);
	height: 32px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.social-mail  {
	background-image: url(img/common/icon-mail_on.png);
	height: 32px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* =============================================================================
   #main-area基本版面1
   ========================================================================== */

.page #main-area {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 40%;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -20%;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page #main-area h1 {
  font-family: 'Voltaire', Georgia, serif;
  font-weight: 400;
  font-size: 115px;
  letter-spacing: 1px;
  font-family: "Lato";
  font-size: 100px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 100;
  font-style: normal;
  color: #a2834e;
  margin: 0 0 0px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.page #main-area h1 a,
.page #main-area h1 a:visited {
  text-decoration: none;
  color: #a2834e;
  display: block;
}
.page #main-area h1 img {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.page #main-area h1 img[src] {
  opacity: 1;
}
.page #main-area .site-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 21px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "adelle";
  font-size: 13px;
  line-height: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  color: #a2834e;
  text-align: center;
  margin-bottom: 66px;
}
#main-area.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#main-area.relative {
  margin-top: 20px !important;
  margin-bottom: 112px !important;
  position: relative;
  top: 0;
}
.page #main-area .contact-info {
  color: #c2c2c2;
  margin: -5px 0 0;
}
.page #main-area .contact-info{
  text-align: center;
  font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  font-family: "Lato";
  font-size: 13px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  margin: .8em 0;
  color: #c2c2c2;
}
.page #main-area .contact-info  a,
.page #main-area .contact-info  a:visited {
  color: #c2c2c2;
}
.page #main-area .contact-info  a:hover,
.page #main-area .contact-info  a:focus {
  color: #e7bd74;
}
.page #main-area .contact-info .site-location span:not(:last-of-type):after {
  content: ", ";
}

/* =============================================================================
   site-desc設定
   ========================================================================== */
.site-desc {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.6em;
  font-family: "adelle";
  font-size: 13px;
  line-height: 1.7em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #c2c2c2;
  margin: 0;
}
.site-desc p {
  margin-bottom: 0;
}
.site-desc p:first-child {
  margin-top: 0;
}
.site-desc:before {
  content: '';
  width: 80px;
  height: 2px;
  display: block;
  background-color: #c2c2c2;
  margin: 30px auto;
}

h1 {
  word-wrap: normal;
}

/* =============================================================================
   #main-area//page-layout-business-card
   ========================================================================== */
.page.page-layout-business-card #main-area {
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 0 40px 40px;
  text-align: left;
}
.page.page-layout-business-card #main-area.relative {
  margin-top: 20px !important;
  margin-bottom: 112px !important;
  position: relative;
  top: 0;
}
.page.page-layout-business-card #main-area h1 {
  text-align: left;
}
.page.page-layout-business-card #main-area.site-tagline {
  text-align: left;
}
.page.page-layout-business-card #main-area .contact-info p {
  text-align: left;
}
.page.page-layout-business-card #main-area .contact-info:before {
  margin: 30px 0;
}
.page.page-layout-business-card #main-area .site-desc {
  text-align: left;
  margin: 0;
}
.page.page-layout-business-card #main-area .site-desc:before {
  margin: 30px 0;
}
.page.freeform-text.info-page-layout-poster #main-area,
.page.freeform-text.info-page-layout-offset #main-area {
  display: none;
}


.page.freeform-text.page-layout-business-card #main-area {
  display: none;
}
/* =============================================================================
   #main-area背景設定
   ========================================================================== */

#main-area {
  background-color: transparent;
}
#main-area{
  background-color: #000\9; /*for ie8*/
  background-color: rgba(0, 0, 0, .9);
  border-radius: 0px;
  padding: 60px;
}
#main-area{
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

/* =============================================================================
   innerWrapper基本版面2
   ========================================================================== */
/*.collection-type-blog, .collection-type-page, .show-cart-page, .collection-type-gallery, .collection-type-products, .not-found-page, .collection-type-events, .collection-type-album {*/
#innerWrapper {
  width: 60%;
  margin: 30px auto;
}
/* =============================================================================
   main-area基本版面2
   ========================================================================== */
.social {
  width: 20%;
  position: fixed;
}

#main-area,
#content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-area {
  position: relative;
  padding: 35px 25px;
  text-align: center;
}
#main-area h1 {
	font-family: 'Voltaire', Georgia, serif;
	font-weight: 400;
	font-size: 85px;
	letter-spacing: 0px;
	font-family: "微軟正黑體", Arial;
	font-size: 96px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 100;
	font-style: normal;
	color: #a2834e;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
#main-area h1 a,
#main-area h1 a:visited {
  text-decoration: none;
  color: #a2834e;
  display: block;
}
#main-area h1 img {
  opacity: 0;
  max-width: 60%;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
#main-area h1 img[src] {
  opacity: 1;
}
#main-area .site-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "adelle";
  font-size: 13px;
  line-height: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  color: #a2834e;
  margin: 7px 0 17px;
}
#main-area .site-tagline a,
#main-area .site-tagline a:visited {
  color: #a2834e;
}
#main-area .site-tagline a:hover,
#main-area .site-tagline a:focus {
  color: #e7bd74;
}
#main-area .contact-info  {
  font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-family: "Lato";
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #a2834e;
  margin: 7px 0;
}
#main-area .contact-info  a,
#main-area .contact-info  a:visited {
  color: #a2834e;
}
#main-area .contact-info a:hover,
#main-area .contact-info  a:focus {
  color: #e7bd74;
}

#main-area .site-location span:not(:last-of-type):after {
  content: ", ";
}

.page #innerWrapper {
  margin: 0 !important;
  width: 100%;
}

#main-area .site-desc {
  display: block;
}


/* =============================================================================
   #main-area資訊block,none
   ========================================================================== */
/*#main-area .site-location,
#main-area .phone,
#main-area .email,
#main-area .site-tagline {
  display:.page #main-area .site-location,
.page #main-area .phone,
.page #main-area .email,
.page #main-area .site-tagline {
  display: block;
}
.info-show-tagline-only #main-area .site-tagline {
  display: block;
}
.info-show-contact-info-only #main-area .site-location,
.info-show-contact-info-only #main-area .phone,
.info-show-contact-info-only #main-area .email {
  display: block;
}
.info-show-all #main-area .site-location,
.info-show-all #main-area .phone,
.info-show-all #main-area .email,
.info-show-all #main-area .site-tagline {
  display: block;
}

.site-drop-shadow #innerWrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.page #innerWrapper {
  border-width: 0;
  box-shadow: none;
}

/* =============================================================================
   社群基本設定
   ========================================================================== */
   
   #socialBox{
	
width:100%;
position: fixed;
z-index: 20;
}
   .social {
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px 30px 0 0;
}
.social ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.social ul li {
  list-style-type: none;
  /*float:right;*/
  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;
}

/* =============================================================================
   ++++ FIX POSITIONING WHEN TWEAK OPEN ++++
   ========================================================================== */

.page.style-mode.info-page-layout-offset #outerWrapper {
  margin-left: -110px;
}

.page.style-mode.page-layout-business-card #outerWrapper {
  margin-left: -219px;
}
.page.style-mode.page-layout-business-card #main-area {
  margin-left: 259px;
}

body:not(.page).style-mode.info-page-layout-offset #outerWrapper,
body:not(.page).style-mode.page-layout-business-card #outerWrapper {
  margin-left: -219px;
}
body:not(.page).style-mode.info-page-layout-offset #innerWrapper,
body:not(.page).style-mode.page-layout-business-card #innerWrapper {
  position: relative;
  left: 110px;
}

.style-mode.info-page-layout-poster #outerWrapper {
  margin-left: -110px;
}
.page.style-mode.page-layout-business-card.info-page #main-area {
  padding-left: 60px;
  margin-left: 259px;
}

/* =============================================================================
   MEDIA QUERY //max-width最寬到1024
   ========================================================================== */
   @media only screen and (max-width: 1024px) {
  #main-area{
    -webkit-transform: translate3d(0, 0, 0);
  }
  /*1024 too width #innerWrapper {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 88px;
  }*/
  
    #socialBox{
	
width:100%;
  bottom: 0;
position: absolute;
z-index: 20;
}
   .social {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0 0 10px;
    width: 100%;
  }
  .social ul {
    margin: 0;
    text-align: center;
  }
  .social ul li {
    margin: 0 1em 1em;
    text-align: center;
    float: none;
    display: inline-block;
  }
  #innerWrapper,
  .page.info-page-layout-offset #innerWrapper,
  .page.info-page-layout-poster #innerWrapper,
  .page.page-layout-business-card #innerWrapper,
  .page.info-page #innerWrapper,
  .page.freeform-text.page-layout-business-card #innerWrapper,
  body:not(.page-layout-business-card).page.info-page #innerWrapper {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #main-area,
  .page.info-page-layout-offset #main-area,
  .page.info-page-layout-poster #main-area,
  .page.page-layout-business-card #main-area,
  .page.info-page #main-area,
  .page.freeform-text.page-layout-business-card #main-area,
  body:not(.page-layout-business-card).page.info-page #main-area {
    width: 90%;
    left: auto;
    bottom: auto;
    top: 50%;
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
  #main-area .site-desc,
  .page.info-page-layout-offset #main-area .site-desc,
  .page.info-page-layout-poster #main-area .site-desc,
  .page.page-layout-business-card #main-area .site-desc,
  .page.info-page #main-area .site-desc,
  .page.freeform-text.page-layout-business-card #main-area .site-desc,
  body:not(.page-layout-business-card).page.info-page #main-area .site-desc {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  #main-area .site-desc:before,
  .page.info-page-layout-offset #main-area .site-desc:before,
  .page.info-page-layout-poster #main-area .site-desc:before,
  .page.page-layout-business-card #main-area .site-desc:before,
  .page.info-page #main-area .site-desc:before,
  .page.freeform-text.page-layout-business-card #main-area .site-desc:before,
  body:not(.page-layout-business-card).page.info-page #main-area .site-desc:before {
    margin-left: auto;
    margin-right: auto;
  }
  #main-area .site-tagline,
  .page.info-page-layout-offset #main-area .site-tagline,
  .page.info-page-layout-poster #main-area .site-tagline,
  .page.page-layout-business-card #main-area .site-tagline,
  .page.info-page #main-area .site-tagline,
  .page.freeform-text.page-layout-business-card #main-area .site-tagline,
  body:not(.page-layout-business-card).page.info-page #main-area .site-tagline {
    text-align: center;
  }
  #main-area .contact-info p,
  .page.info-page-layout-offset #main-area .contact-info p,
  .page.info-page-layout-poster #main-area .contact-info p,
  .page.page-layout-business-card #main-area .contact-info p,
  .page.info-page #main-area .contact-info p,
  .page.freeform-text.page-layout-business-card #main-area .contact-info p,
  body:not(.page-layout-business-card).page.info-page #main-area .contact-info p {
    text-align: center;
  }
  #main-area h1.site-title,
  .page.info-page-layout-offset #main-area h1.site-title,
  .page.info-page-layout-poster #main-area h1.site-title,
  .page.page-layout-business-card #main-area h1.site-title,
  .page.info-page #main-area h1.site-title,
  .page.freeform-text.page-layout-business-card #main-area h1.site-title,
  body:not(.page-layout-business-card).page.info-page #main-area h1.site-title {
    text-align: center;
  }
  #main-area.relative,
  .page.info-page-layout-offset #main-area.relative,
  .page.info-page-layout-poster #main-area.relative,
  .page.page-layout-business-card #main-area.relative,
  .page.info-page #main-area.relative,
  .page.freeform-text.page-layout-business-card #main-area.relative,
  body:not(.page-layout-business-card).page.info-page #main-area.relative {
    margin-top: 20px !important;
    margin-bottom: 112px !important;
    position: relative;
    top: 0;
  }
  
  .social,
  .page.info-page-layout-offset .social,
  .page.info-page-layout-poster .social,
  .page.page-layout-business-card .social,
  .page.info-page .social,
  .page.freeform-text.page-layout-business-card .social,
  body:not(.page-layout-business-card).page.info-page .social {
    position: absolute;
    top: auto;
    bottom: 0%;
    padding: 0 0 10px;
    width: 100%;
	/*header 不可設定  float:left; width:100% 會影響到社群固定*/
	
  }
  .social ul,
  .page.info-page-layout-offset .social ul,
  .page.info-page-layout-poster .social ul,
  .page.page-layout-business-card .social ul,
  .page.info-page .social ul,
  .page.freeform-text.page-layout-business-card .social ul,
  body:not(.page-layout-business-card).page.info-page .social ul {
    margin: 0;
    text-align: center;
  }
  .social ul li,
  .page.info-page-layout-offset .social ul li,
  .page.info-page-layout-poster .social ul li,
  .page.page-layout-business-card .social ul li,
  .page.info-page .social ul li,
  .page.freeform-text.page-layout-business-card .social ul li,
  body:not(.page-layout-business-card).page.info-page .social ul li {
    margin: 0 1em 1em;
    text-align: center;
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  body:not(.page) #innerWrapper,
  body:not(.page).collection-layout-default.info-page-layout-poster #innerWrapper {
    width: auto;
    margin: 0 15px 88px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 641px) {
  #outerWrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
#outerWrapper {
    /*background-image: url('lib/images/demo/bg3-2.jpg');
    background-image: url('lib/images/demo/bg3-2.jpg');
    background-position: top left;
    background-size: cover;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  body:not(.page) #innerWrapper,
  body:not(.page).collection-layout-default.info-page-layout-poster #innerWrapper {
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.page) #main-area,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area {
    padding: 25px;
  }
  body:not(.page) #main-area h1,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area h1 {
    font-size: 57.599999999999994px;
  }
  body:not(.page) #main-area h1 img,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area h1 img {
    max-width: 80% !important;
  }
  body:not(.page) #main-area .site-tagline,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area .site-tagline {
    font-size: 15px;
  }
  body:not(.page) #main-area .contact-info,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area .contact-info {
    margin-top: 0;
  }
  body:not(.page) #main-area .contact-info p,
  body:not(.page).collection-layout-default.info-page-layout-poster #main-area .contact-info p {
    font-size: 12px;
  }
  body:not(.page) .hentry:last-child,
  body:not(.page).collection-layout-default.info-page-layout-poster .hentry:last-child {
    margin: 0;
  }
  #main-area,
  .page.info-page-layout-poster #main-area,
  .page.page-layout-business-card #main-area,
  .page.info-page-layout-offset #main-area,
  .page.info-page #main-area,
  body:not(.page-layout-business-card).page.info-page #main-area {
    position: relative;
    top: 0;
    margin-top: 30px !important;
    margin-bottom: 88px;
  }
  #main-area h1,
  .page.info-page-layout-poster #main-area h1,
  .page.page-layout-business-card #main-area h1,
  .page.info-page-layout-offset #main-area h1,
  .page.info-page #main-area h1,
  body:not(.page-layout-business-card).page.info-page #main-area h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  #main-area .contact-info,
  .page.info-page-layout-poster #main-area .contact-info,
  .page.page-layout-business-card #main-area .contact-info,
  .page.info-page-layout-offset #main-area .contact-info,
  .page.info-page #main-area .contact-info,
  body:not(.page-layout-business-card).page.info-page #main-area .contact-info{
    margin-bottom: 20px;
  }
  #main-area .contact-info p,
  .page.info-page-layout-poster #main-area .contact-info p,
  .page.page-layout-business-card #main-area .contact-info p,
  .page.info-page-layout-offset #main-area .contact-info p,
  .page.info-page #main-area .contact-info p,
  body:not(.page-layout-business-card).page.info-page #main-area .contact-info p,
{
    font-size: .8em;
  }
  .page.info-page #main-area {
    padding: 25px;
  }
  
}
   
   
   
/* 
 * 移除選取範圍標示中的文字陰影: h5bp.com/i
 * 這些選取範圍宣告必須有所區別
 * 另外: 暗粉紅！(或自訂背景顏色以符合您的設計)
 */

/* Dreamweaver: 如果您想要自訂選取範圍標示，請將這些取消註解
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

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

a {
	color: #FFF;
	text-decoration: none;
	display: inline;
}
/*
a:visited {
	color: #FFCC33;
}*/

a:hover {
	color: #ffd675;
	text-decoration: none;
}
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;

}

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


/* =============================================================================
   印刷樣式
   ========================================================================== */

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; }
}
