/* line 3, ../sass/style.scss */
body {
  background: url(../img/bg.png) repeat top left;
  color: #000;
  font-size: 16px;
  font-family: "微軟正黑體", "PMingLiU", "Times New Roman" , sans-serif;
  line-height: 150%;
}

/* line 12, ../sass/style.scss */
#wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* line 18, ../sass/style.scss */
#cont {
  background: url(../img/main_bg.png) no-repeat top left;
  min-height: 1490px;
}

/* line 23, ../sass/style.scss */
.header {
  padding: 20px;
}
/* line 26, ../sass/style.scss */
.header h1 {
  padding: 10px;
  font-size: 50px;
  font-weight: bolder;
  text-indent: -5000px;
}
/* line 34, ../sass/style.scss */
.header h2 {
  padding-top: 150px;
  font-size: 34px;
  font-weight: bolder;
  text-align: center;
  line-height: 150%;
  text-shadow: white -2px -2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px;
}
/* line 43, ../sass/style.scss */
.header h2 .suplow {
  font-size: 26px;
}
/* line 48, ../sass/style.scss */
.header h3 {
  padding: 10px;
  font-size: 26px;
  font-weight: bolder;
  text-indent: -5000px;
}
/* line 56, ../sass/style.scss */
.header h4 {
  padding: 10px 0px 10px 780px;
  font-size: 24px;
  font-weight: bolder;
  text-shadow: white -1px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px;
}
/* line 64, ../sass/style.scss */
.header h5 {
  padding-top: 420px;
  padding-left: 620px;
  font-size: 26px;
  font-weight: bolder;
  line-height: 150%;
  text-shadow: white -1px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px;
}
/* line 74, ../sass/style.scss */
.header .main_cont {
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
/* line 82, ../sass/style.scss */
.header .psbuttom {
  margin: 0px 10px 0px 1100px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e05a5a), color-stop(100%, #b22222));
  background: -webkit-linear-gradient(#e05a5a, #b22222);
  background: -moz-linear-gradient(#e05a5a, #b22222);
  background: -o-linear-gradient(#e05a5a, #b22222);
  background: linear-gradient(#e05a5a, #b22222);
  /*線性漸層*/
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #666666;
  -moz-box-shadow: 0px 0px 10px #666666;
  box-shadow: 0px 0px 10px #666666;
}
/* line 95, ../sass/style.scss */
.header .psbuttom:hover {
  color: #333333;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffd700));
  background: -webkit-linear-gradient(#ffffff, #ffd700);
  background: -moz-linear-gradient(#ffffff, #ffd700);
  background: -o-linear-gradient(#ffffff, #ffd700);
  background: linear-gradient(#ffffff, #ffd700);
  /*線性漸層*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #666666;
  -moz-box-shadow: 0px 0px 10px #666666;
  box-shadow: 0px 0px 10px #666666;
}

/* line 103, ../sass/style.scss */
.reader {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 150%;
}
/* line 109, ../sass/style.scss */
.reader .reader_title {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
}
/* line 115, ../sass/style.scss */
.reader .reader_cont {
  padding: 20px 280px;
}
/* line 118, ../sass/style.scss */
.reader .reader_cont a {
  color: #A52a2a;
  font-weight: bolder;
  text-decoration: none;
}
/* line 119, ../sass/style.scss */
.reader .reader_cont a:hover {
  color: #191970;
}

/* line 123, ../sass/style.scss */
.sub_cont {
  margin: 20px;
}
/* line 126, ../sass/style.scss */
.sub_cont .sub_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  text-shadow: white 2px 2px 0px;
}
/* line 133, ../sass/style.scss */
.sub_cont .sub_date {
  padding: 5px;
  color: #c30d22;
  font-size: 28px;
  font-weight: bold;
}
/* line 140, ../sass/style.scss */
.sub_cont .cp {
  padding: 5px;
  font-size: 24px;
  line-height: 150%;
  text-shadow: white 0px 0px 2px;
}
/* line 145, ../sass/style.scss */
.sub_cont .cp .reg {
  color: #c30d22;
  font-size: 16px;
  font-weight: bold;
}

/* line 153, ../sass/style.scss */
.footer {
  padding: 20px;
}
/* line 157, ../sass/style.scss */
.footer p .title_ind01 {
  text-indent: -5em;
}
/* line 160, ../sass/style.scss */
.footer p .title_ind02 {
  padding-left: 5em;
}
/* line 165, ../sass/style.scss */
.footer a {
  color: #A52a2a;
  text-decoration: none;
}
/* line 166, ../sass/style.scss */
.footer a:hover {
  color: #191970;
}
