@charset "UTF-8";
/* CSS Document */

/* This file is used to reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: middle; font-family:微軟正黑體;}

body {
  font-family:微軟正黑體, 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  width:100%;
  background-color:#FFF;
  vertical-align: baseline; width:100%;
  color: #5a5a5a;
}

html {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	color:#555;
}

h1 { font-size: 3em;line-height: 1.5em;font-weight:bold;text-shadow: 0 1px 0 #fff;}

h2 {font-size: 2.5em;line-height: 1.4em;text-shadow: 0 1px 0 #fff;}

h3 {font-size: 2.1em;line-height: 1.4em;}

h4 {font-size: 2.2em;line-height: 1.4em;}

h5 {font-size: 1.6em;line-height: 1.45em;}

h6 {font-size: 1.3em;line-height: 1.5em;}

p {line-height: 1.9em;font-size: 1.2em; margin:0;}

p, li, li a {
  font-family:微軟正黑體, 'Open Sans', sans-serif;
  color: #555;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7em;
}

ul li{ list-style:none;}
a{color: #333;text-decoration: none;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;transition: all 0.1s linear; text-decoration:none;}
a:hover, a:active{ color:#333; text-decoration: underline;}
.black{ color:#3D3C3F;}
.yellow{color:#BA8C63;}

.form-control {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 15px 15px;   
    min-height: 50px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-margin textarea {
    min-height: 120px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
.div-centered {float: none;margin: 0 auto;}
.btn{ padding-right: 5px; color:#FFF;}
.fixed {position: fixed;}
.block {display: block;}
.inline-block {display: inline-block;}
.inline {display: inline;}
.relative { position: relative;}
.absolute {position: absolute;}
.red{color:#c00;}
.blue{color:#227bbb;}
.orange{color:#F30;}
.al_c{text-align:center;}
.mt30{margin-top:30px;}
.mb20{margin-bottom:20px;}
.bg-paper { background: url(../images/fabric_plaid.png) repeat; padding-top:15px;}
.bg-blue{background-color: #227bbb;}


