/* line 3, ../sass/style.scss */
body {
  background: url(../img/bg.jpg) top center;
  color: #fff;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 14px;
  line-height: 110%;
}

/* line 11, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 12, ../sass/style.scss */
a:link {
  color: #add8e6;
}

/* line 13, ../sass/style.scss */
a:visited {
  color: #fee4c4;
}

/* line 14, ../sass/style.scss */
a:active {
  color: #f08080;
}

/* line 15, ../sass/style.scss */
a:hover {
  color: #ffcccc;
}

/* line 17, ../sass/style.scss */
#container {
  width: 1024px;
  margin: 0px auto;
}

/* line 22, ../sass/style.scss */
header {
  background: url(../img/banner.png) no-repeat top center;
  height: 380px;
  margin-top: 20px;
}
/* line 27, ../sass/style.scss */
header h2 {
  font-size: 20px;
  text-indent: -5000px;
}
/* line 32, ../sass/style.scss */
header .speaker_pro {
  margin: 350px 50px 0px 50px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bolder;
  border-bottom: 1px solid #ffff00;
}
/* line 41, ../sass/style.scss */
header .speaker {
  padding: 10px 50px 0px 50px;
  font-size: 18px;
  color: #ffff00;
  line-height: 150%;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 255, 0.2) 2px 2px 0, rgba(0, 0, 255, 0.2) 3px 3px 0;
}
/* line 48, ../sass/style.scss */
header .speaker em {
  font-style: italic;
}

/* line 55, ../sass/style.scss */
#main {
  margin-top: 220px;
}
/* line 58, ../sass/style.scss */
#main .subtitle01 {
  background: url(../img/subtitle_01.png) no-repeat top left;
  height: 112px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 64, ../sass/style.scss */
#main .subtitle01 h2 {
  font-size: 16px;
  text-indent: -5000px;
}
/* line 70, ../sass/style.scss */
#main .subtitle02 {
  background: url(../img/subtitle_02.png) no-repeat top left;
  height: 116px;
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 76, ../sass/style.scss */
#main .subtitle02 h2 {
  font-size: 16px;
  text-indent: -5000px;
}
/* line 82, ../sass/style.scss */
#main .subtitle03 {
  background: url(../img/subtitle_03.png) no-repeat top left;
  height: 112px;
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 88, ../sass/style.scss */
#main .subtitle03 h2 {
  font-size: 18px;
  text-indent: -5000px;
}
/* line 94, ../sass/style.scss */
#main .submain {
  font-size: 18px;
  color: #000;
  line-height: 150%;
}
/* line 100, ../sass/style.scss */
#main .ps_note {
  padding-top: 20px;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 18px;
  color: #ffff00;
  line-height: 150%;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}
/* line 108, ../sass/style.scss */
#main .ps_note a {
  text-decoration: none;
}
/* line 109, ../sass/style.scss */
#main .ps_note a:link {
  color: #ff4500;
}
/* line 110, ../sass/style.scss */
#main .ps_note a:visited {
  color: #fee4c4;
}
/* line 111, ../sass/style.scss */
#main .ps_note a:active {
  color: #f08080;
}
/* line 112, ../sass/style.scss */
#main .ps_note a:hover {
  color: #ffcccc;
}

/* line 117, ../sass/style.scss */
footer {
  margin: 30px 0px 0px 0px;
  padding: 20px;
  background-color: #4682b4;
  text-align: center;
  text-shadow: 0,0,1px,#000;
  line-height: 150%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px -5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px -5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px -5px 10px;
}
