@charset "UTF-8";
/* line 4, ../sass/styles.scss */
body {
  background: url(../images/main_bg.png) repeat top left;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

/* line 9, ../sass/styles.scss */
.wrap {
  margin: 0 auto;
  width: 1100px;
  background-color: #3F001E;
  color: #fff;
  -moz-box-shadow: 0px 5px black;
  -webkit-box-shadow: 0px 5px black;
  box-shadow: 0px 5px black;
}

/* line 17, ../sass/styles.scss */
.cont {
  margin: 20px;
  padding: 20px;
  background-color: #65334B;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
}
/* line 24, ../sass/styles.scss */
.cont .list_info {
  padding-left: 60px;
  list-style: none;
}

/* line 32, ../sass/styles.scss */
.prog {
  margin: 20px;
  padding: 20px;
  background-color: #65334B;
  color: #666;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px, rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
}
/* line 38, ../sass/styles.scss */
.prog hr {
  border-top: 1px dashed #555555;
}

/* line 41, ../sass/styles.scss */
.scholars {
  padding: 0px 20px;
}

/* line 45, ../sass/styles.scss */
.title_theme {
  margin-bottom: 15px;
  background: url(../images/title05.png) no-repeat top center;
  height: 33px;
}
/* line 50, ../sass/styles.scss */
.title_theme h3 {
  text-indent: -5000px;
}

/* line 55, ../sass/styles.scss */
.title_info {
  margin-bottom: 15px;
  background: url(../images/title01.png) no-repeat top center;
  height: 33px;
}
/* line 60, ../sass/styles.scss */
.title_info h3 {
  text-indent: -5000px;
}

/* line 65, ../sass/styles.scss */
.title_rule {
  margin-bottom: 15px;
  background: url(../images/title07.png) no-repeat top center;
  height: 33px;
}
/* line 70, ../sass/styles.scss */
.title_rule h3 {
  text-indent: -5000px;
}

/* line 75, ../sass/styles.scss */
.title_prog {
  margin-bottom: 15px;
  background: url(../images/title02.png) no-repeat top center;
  height: 33px;
}
/* line 80, ../sass/styles.scss */
.title_prog h3 {
  text-indent: -5000px;
}

/* line 85, ../sass/styles.scss */
.title_visiting {
  margin-bottom: 15px;
  background: url(../images/title03.png) no-repeat top center;
  height: 33px;
}
/* line 90, ../sass/styles.scss */
.title_visiting h3 {
  text-indent: -5000px;
}

/* line 95, ../sass/styles.scss */
.title_public {
  margin-bottom: 15px;
  background: url(../images/title04.png) no-repeat top center;
  height: 33px;
}
/* line 100, ../sass/styles.scss */
.title_public h3 {
  text-indent: -5000px;
}

/* line 105, ../sass/styles.scss */
.title_photos {
  margin-bottom: 15px;
  background: url(../images/title06.png) no-repeat top center;
  height: 33px;
}
/* line 110, ../sass/styles.scss */
.title_photos h3 {
  text-indent: -5000px;
}

/* line 115, ../sass/styles.scss */
.title_photos2 {
  margin-bottom: 15px;
  background: url(../images/title08.png) no-repeat top center;
  height: 33px;
}
/* line 120, ../sass/styles.scss */
.title_photos2 h3 {
  text-indent: -5000px;
}

/* line 125, ../sass/styles.scss */
.title_photos3 {
  margin-bottom: 15px;
  background: url(../images/title09.png) no-repeat top center;
  height: 33px;
}
/* line 130, ../sass/styles.scss */
.title_photos3 h3 {
  text-indent: -5000px;
}

/* line 135, ../sass/styles.scss */
.section_p {
  padding: 0px 40px 0px 53px;
}

/* line 139, ../sass/styles.scss */
.btn_sty {
  padding-top: 10px;
  padding-left: 40px;
}

/*議程表格*/
/* line 145, ../sass/styles.scss */
.prog-t {
  padding: 0px 20px;
}

/* line 148, ../sass/styles.scss */
.prog_table {
  background-color: #f5f5f5;
  color: #666;
}

/* line 153, ../sass/styles.scss */
thead {
  background-color: #ddd;
}

/* line 155, ../sass/styles.scss */
.t-time, .sub-time {
  text-align: center;
  padding: 5px;
  width: 15%;
}

/* line 160, ../sass/styles.scss */
.t-prog {
  text-align: center;
  padding: 5px;
  width: 60%;
}

/* line 166, ../sass/styles.scss */
.sub_prog {
  padding: 5px;
  width: 60%;
}

/* line 171, ../sass/styles.scss */
.t-speak {
  text-align: center;
  padding: 5px;
  width: 25%;
}

/* line 177, ../sass/styles.scss */
.sub_speak {
  padding: 5px;
  width: 25%;
}

/* line 182, ../sass/styles.scss */
.danger {
  background-color: #ebcccc;
}

/* line 184, ../sass/styles.scss */
.prog_tit {
  color: #3F001E;
  font-weight: bolder;
}

/* line 185, ../sass/styles.scss */
.prog_sk {
  color: #000;
  font-size: 12px;
}

/* line 186, ../sass/styles.scss */
.other_tit {
  color: #000;
  font-weight: bolder;
}

/*文章字型*/
/* line 192, ../sass/styles.scss */
.visit_h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}

/* line 199, ../sass/styles.scss */
.visit_h4 {
  color: #ebcccc;
  font-size: 16px;
  line-height: 130%;
}

/* line 205, ../sass/styles.scss */
.visit_p {
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 212, ../sass/styles.scss */
.public_table {
  background-color: #f5f5f5;
  color: #666;
  width: 100%;
}

/* line 218, ../sass/styles.scss */
thead {
  background-color: #ddd;
  text-align: center;
}

/* line 223, ../sass/styles.scss */
.th_pubtd {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
}

/* line 229, ../sass/styles.scss */
.public-type, .sub-pubtype {
  text-align: center;
  padding: 5px;
  width: 10%;
}

/* line 236, ../sass/styles.scss */
.sub_pubprog {
  padding: 5px;
  width: 90%;
}

/* line 241, ../sass/styles.scss */
.pub_speak {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 150%;
}

/*photos*/
/* line 246, ../sass/styles.scss */
.photos {
  padding: 0 30px;
}
/* line 249, ../sass/styles.scss */
.photos a {
  padding: 5px;
  line-height: 7;
}
/* line 254, ../sass/styles.scss */
.photos img {
  border: 1px #fff solid;
}

/* line 257, ../sass/styles.scss */
footer {
  width: 1110px;
  margin: 0 10px;
  background-color: #000;
  padding: 10px 0px;
  display: inline-block;
}
/* line 264, ../sass/styles.scss */
footer h5 {
  font-size: 16px;
  font-weight: bolder;
  color: #855C5C;
  padding: 10px 20px;
}

/* line 267, ../sass/styles.scss */
.intro {
  font-size: 16px;
  padding: 10px;
  color: #999999;
}
/* line 272, ../sass/styles.scss */
.intro a {
  color: #FF6D80;
}
/* line 273, ../sass/styles.scss */
.intro a:hover {
  color: #855C5C;
  font-weight: bolder;
}

/* line 276, ../sass/styles.scss */
.series_conf {
  padding: 0px 5px;
  list-style: none;
  display: inline-block;
}
/* line 281, ../sass/styles.scss */
.series_conf .conf_menu {
  padding: 5px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}
/* line 287, ../sass/styles.scss */
.series_conf .conf_menu .super01, .series_conf .conf_menu .super02, .series_conf .conf_menu .super03, .series_conf .conf_menu .super04, .series_conf .conf_menu .super05, .series_conf .conf_menu .super06, .series_conf .conf_menu .super07, .series_conf .conf_menu .super08 {
  width: 80px;
  height: 80px;
  color: #fff;
  opacity: 0.3;
  display: inline-block;
}
/* line 295, ../sass/styles.scss */
.series_conf .conf_menu .super01:hover, .series_conf .conf_menu .super02:hover, .series_conf .conf_menu .super03:hover, .series_conf .conf_menu .super04:hover, .series_conf .conf_menu .super05:hover, .series_conf .conf_menu .super06:hover, .series_conf .conf_menu .super07:hover, .series_conf .conf_menu .super08:hover {
  color: #fff;
  opacity: 1;
  text-shadow: 0px 0px 1px #aaaaaa;
}
/* line 302, ../sass/styles.scss */
.series_conf .conf_menu .super01 {
  background: url(../images/no1.png) no-repeat top left;
}
/* line 303, ../sass/styles.scss */
.series_conf .conf_menu .super01:hover {
  background: url(../images/no1.png) no-repeat top left;
}
/* line 304, ../sass/styles.scss */
.series_conf .conf_menu .super02 {
  background: url(../images/no2.png) no-repeat top left;
}
/* line 305, ../sass/styles.scss */
.series_conf .conf_menu .super02:hover {
  background: url(../images/no2.png) no-repeat top left;
}
/* line 306, ../sass/styles.scss */
.series_conf .conf_menu .super03 {
  background: url(../images/no3.png) no-repeat top left;
}
/* line 307, ../sass/styles.scss */
.series_conf .conf_menu .super03:hover {
  background: url(../images/no3.png) no-repeat top left;
}
/* line 308, ../sass/styles.scss */
.series_conf .conf_menu .super04 {
  background: url(../images/no4.png) no-repeat top left;
}
/* line 309, ../sass/styles.scss */
.series_conf .conf_menu .super04:hover {
  background: url(../images/no4.png) no-repeat top left;
}
/* line 310, ../sass/styles.scss */
.series_conf .conf_menu .super05 {
  background: url(../images/no5.png) no-repeat top left;
}
/* line 311, ../sass/styles.scss */
.series_conf .conf_menu .super05:hover {
  background: url(../images/no5.png) no-repeat top left;
}
/* line 312, ../sass/styles.scss */
.series_conf .conf_menu .super06 {
  background: url(../images/no6.png) no-repeat top left;
}
/* line 313, ../sass/styles.scss */
.series_conf .conf_menu .super06:hover {
  background: url(../images/no6.png) no-repeat top left;
}
/* line 314, ../sass/styles.scss */
.series_conf .conf_menu .super07 {
  background: url(../images/no7.png) no-repeat top left;
}
/* line 315, ../sass/styles.scss */
.series_conf .conf_menu .super07:hover {
  background: url(../images/no7.png) no-repeat top left;
}
/* line 316, ../sass/styles.scss */
.series_conf .conf_menu .super08 {
  background: url(../images/no8.png) no-repeat top left;
}
/* line 317, ../sass/styles.scss */
.series_conf .conf_menu .super08:hover {
  background: url(../images/no8.png) no-repeat top left;
}
