/* line 3, ../sass/style-schedule.scss */
body {
  background: url(../img/bg.jpg) no-repeat top center;
  background-color: #0a082a;
  color: #000;
  font-family: "新細明體", Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

/*a style*/
/* line 13, ../sass/style-schedule.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 14, ../sass/style-schedule.scss */
a:link {
  color: #8888c5;
  text-decoration: none;
}

/* line 15, ../sass/style-schedule.scss */
a:visited {
  color: #bae7fc;
  text-decoration: none;
}

/* line 16, ../sass/style-schedule.scss */
a:active {
  color: #6f6f87;
  text-decoration: none;
}

/* line 17, ../sass/style-schedule.scss */
a:hover {
  color: #bbecec;
  text-decoration: none;
}

/* line 19, ../sass/style-schedule.scss */
#container {
  margin: 0 auto;
  width: 1280px;
  /*header*/
  /*end header*/
  /*main*/
  /*end main*/
  /*footer*/
  /*end footer*/
}
/* line 23, ../sass/style-schedule.scss */
#container em {
  font-style: italic;
}
/* line 26, ../sass/style-schedule.scss */
#container header {
  margin: 20px auto;
  background: url(../img/main.png) no-repeat top center;
  height: 600px;
}
/* line 31, ../sass/style-schedule.scss */
#container header h1 {
  text-indent: -5000px;
}
/* line 33, ../sass/style-schedule.scss */
#container header h2 {
  text-indent: -5000px;
}
/* line 37, ../sass/style-schedule.scss */
#container #main {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  /*end cont*/
}
/* line 43, ../sass/style-schedule.scss */
#container #main .main_top {
  background: url(../img/main-bg_01.png) no-repeat top center;
  margin: 0 auto;
  height: 18px;
}
/* line 49, ../sass/style-schedule.scss */
#container #main .cont {
  width: 100%;
  background: url(../img/main-bg_02.png) repeat-y top center;
  overflow: hidden;
  /*h2 display:none;*/
  /*h2 display:none;*/
  /*index*/
  /*end index*/
  /*Schedule*/
  /*end Schedule*/
  /*class*/
  /*class*/
  /*speaker*/
  /*end main_speaker*/
  /*reg*/
  /*end reg*/
  /*transportation*/
  /*end transportation*/
}
/* line 54, ../sass/style-schedule.scss */
#container #main .cont a {
  color: #000;
  text-decoration: none;
}
/* line 55, ../sass/style-schedule.scss */
#container #main .cont a:link {
  color: #000;
  text-decoration: none;
}
/* line 56, ../sass/style-schedule.scss */
#container #main .cont a:visited {
  color: #a52a2a;
  text-decoration: none;
}
/* line 57, ../sass/style-schedule.scss */
#container #main .cont a:active {
  color: #6c186d;
  text-decoration: none;
}
/* line 58, ../sass/style-schedule.scss */
#container #main .cont a:hover {
  color: #1e5757;
  text-decoration: none;
}
/* line 61, ../sass/style-schedule.scss */
#container #main .cont h2 {
  margin: 20px 30px;
  padding: 10px;
  border-top: 1px solid #140a23;
  border-bottom: 1px solid #140a23;
  color: #140a23;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  display: none;
}
/* line 71, ../sass/style-schedule.scss */
#container #main .cont h2 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
/* line 79, ../sass/style-schedule.scss */
#container #main .cont section {
  margin: 10px 40px;
  font-size: 16px;
  line-height: 150%;
}
/* line 85, ../sass/style-schedule.scss */
#container #main .cont .theme {
  text-indent: 2em;
}
/* line 92, ../sass/style-schedule.scss */
#container #main .cont .post {
  padding: 10px 10px 10px 30px;
  width: 270px;
  float: left;
}
/* line 97, ../sass/style-schedule.scss */
#container #main .cont .post img {
  background-color: #fff;
  padding: 5px;
}
/* line 98, ../sass/style-schedule.scss */
#container #main .cont .post .postdown {
  margin-top: 10px;
  background-color: #140a23;
  width: 250px;
  height: 28px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
/* line 108, ../sass/style-schedule.scss */
#container #main .cont .camp_info {
  float: right;
  width: 930px;
  padding: 10px 30px 10px 10px;
}
/* line 113, ../sass/style-schedule.scss */
#container #main .cont .camp_info h2 {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #140a23;
  border-bottom: 1px solid #140a23;
  color: #140a23;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 5px;
}
/* line 123, ../sass/style-schedule.scss */
#container #main .cont .camp_info h2 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
/* line 130, ../sass/style-schedule.scss */
#container #main .cont .camp_info section {
  margin: 0px;
  padding: 20px 10px 30px 10px;
  font-size: 16px;
  line-height: 150%;
}
/* line 137, ../sass/style-schedule.scss */
#container #main .cont .camp_info .info_list {
  padding: 20px 10px 30px 10px;
  list-style: none;
  line-height: 150%;
}
/* line 142, ../sass/style-schedule.scss */
#container #main .cont .camp_info .info_list li {
  padding-left: 5em;
  text-indent: -5em;
}
/* line 151, ../sass/style-schedule.scss */
#container #main .cont .sch {
  width: 1200px;
  margin: 40px;
  line-height: 150%;
  /*thead*/
}
/* line 156, ../sass/style-schedule.scss */
#container #main .cont .sch a {
  color: #000;
  text-decoration: none;
}
/* line 157, ../sass/style-schedule.scss */
#container #main .cont .sch a:link {
  color: #000;
  text-decoration: none;
}
/* line 158, ../sass/style-schedule.scss */
#container #main .cont .sch a:visited {
  color: #435a6b;
  text-decoration: none;
}
/* line 159, ../sass/style-schedule.scss */
#container #main .cont .sch a:active {
  color: #6c186d;
  text-decoration: none;
}
/* line 160, ../sass/style-schedule.scss */
#container #main .cont .sch a:hover {
  color: #1e5757;
  text-decoration: none;
}
/* line 162, ../sass/style-schedule.scss */
#container #main .cont .sch h3 {
  font-size: 16px;
  font-weight: bolder;
  color: #990000;
}
/* line 168, ../sass/style-schedule.scss */
#container #main .cont .sch thead {
  background-color: #435a6b;
  color: #fff;
}
/* line 172, ../sass/style-schedule.scss */
#container #main .cont .sch thead .h_time {
  width: 100px;
  padding: 10px 5px;
  font-weight: bolder;
  text-align: center;
  border-right: 1px solid #fff;
}
/* line 181, ../sass/style-schedule.scss */
#container #main .cont .sch thead .h_day1 {
  width: 219px;
  padding: 5px;
  font-weight: bolder;
  text-align: center;
  border-right: 1px solid #fff;
}
/* line 189, ../sass/style-schedule.scss */
#container #main .cont .sch thead .h_day2 {
  width: 219px;
  padding: 5px;
  font-weight: bolder;
  text-align: center;
}
/* line 197, ../sass/style-schedule.scss */
#container #main .cont .sch .row1 {
  background-color: #ffffee;
}
/* line 199, ../sass/style-schedule.scss */
#container #main .cont .sch .row2 {
  background-color: #dcdcdc;
}
/* line 201, ../sass/style-schedule.scss */
#container #main .cont .sch .s_time {
  width: 100px;
  padding: 20px 5px;
  font-weight: bolder;
  text-align: center;
  border-right: 1px solid #ccc;
}
/* line 209, ../sass/style-schedule.scss */
#container #main .cont .sch .s_day1 {
  width: 219px;
  padding: 5px;
  font-weight: bolder;
  text-align: center;
  border-right: 1px solid #ccc;
}
/* line 217, ../sass/style-schedule.scss */
#container #main .cont .sch .s_day2 {
  width: 219px;
  padding: 5px;
  font-weight: bolder;
  text-align: center;
}
/* line 224, ../sass/style-schedule.scss */
#container #main .cont .sch .s_day3 {
  padding: 5px;
  font-weight: bolder;
  text-align: center;
}
/* line 234, ../sass/style-schedule.scss */
#container #main .cont h3 {
  font-size: 18px;
  font-weight: bolder;
  color: #1e5757;
  line-height: 200%;
}
/* line 240, ../sass/style-schedule.scss */
#container #main .cont .s_people {
  font-size: 16px;
  color: #1e5757;
}
/* line 247, ../sass/style-schedule.scss */
#container #main .cont .speaker {
  width: 1200px;
  margin: 10px 40px 15px 40px;
  background-color: #fff;
  -webkit-border-radius: 30px 30px;
  -moz-border-radius: 30px 30px / 30px 0px;
  border-radius: 30px 30px / 30px 0px;
  overflow: hidden;
}
/* line 254, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_pic {
  float: left;
  width: 183px;
}
/* line 258, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_pic img {
  -webkit-border-radius: 30px 30px;
  -moz-border-radius: 30px 30px / 30px 0px;
  border-radius: 30px 30px / 30px 0px;
}
/* line 262, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_info {
  float: right;
  margin: 0px;
  width: 977px;
  padding: 10px 10px 10px 20px;
}
/* line 269, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_info .sp_list {
  list-style-type: none;
  padding: 0px 10px 0px 0px;
  margin: 0px;
  line-height: 1.5em;
}
/* line 275, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_info .sp_list .name {
  color: #003333;
  font-size: 18px;
  font-weight: bolder;
}
/* line 280, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_info .sp_list .unit {
  color: #888;
  font-size: 16px;
  padding-bottom: 10px;
}
/* line 285, ../sass/style-schedule.scss */
#container #main .cont .speaker .sp_info .sp_list .per_info {
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 294, ../sass/style-schedule.scss */
#container #main .cont .reg_info {
  line-height: 150%;
}
/* line 297, ../sass/style-schedule.scss */
#container #main .cont .reg_info .reg-list {
  font-size: 16px;
  list-style: none;
}
/* line 301, ../sass/style-schedule.scss */
#container #main .cont .reg_info .reg-list li {
  padding: 2px;
}
/* line 304, ../sass/style-schedule.scss */
#container #main .cont .reg_info .reg-list li span {
  font-size: 18px;
  font-weight: bolder;
  color: #a52a2a;
}
/* line 310, ../sass/style-schedule.scss */
#container #main .cont .reg_info .reg-list li .sub_list {
  list-style: none;
}
/* line 313, ../sass/style-schedule.scss */
#container #main .cont .reg_info .reg-list li .sub_list li {
  padding-left: 3em;
  text-indent: -1.5em;
}
/* line 329, ../sass/style-schedule.scss */
#container #main .cont iframe {
  margin: 20px 40px;
  text-align: center;
}
/* line 337, ../sass/style-schedule.scss */
#container #main .main_bootom {
  background: url(../img/main-bg_03.png) no-repeat top center;
  height: 18px;
}
/* line 345, ../sass/style-schedule.scss */
#container footer {
  padding: 10px;
}
/* line 346, ../sass/style-schedule.scss */
#container footer section {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}

/* clearfix */
/* line 356, ../sass/style-schedule.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 360, ../sass/style-schedule.scss */
.clearfix:after {
  clear: both;
}

/* line 363, ../sass/style-schedule.scss */
.clearfix {
  zoom: 1;
  /* IE6&7 */
}
