@charset "UTF-8";
/* line 3, ../sass/styles.scss */
body {
  background: url(../img/bg.png) repeat top left;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  line-height: 150%;
}

/* line 9, ../sass/styles.scss */
a {
  text-decoration: none;
}

/* line 11, ../sass/styles.scss */
a:hover {
  text-decoration: none;
}

/* line 14, ../sass/styles.scss */
#wrap {
  width: 1024px;
  margin: auto;
  background-color: #CEE2EA;
}

/* line 20, ../sass/styles.scss */
.banner_header {
  background: url(../img/banner.png) no-repeat top center;
  margin-top: -20px;
  height: 308px;
}
/* line 25, ../sass/styles.scss */
.banner_header h2 {
  text-indent: -5000px;
}

/* line 30, ../sass/styles.scss */
.main_cont {
  margin: 2px 0px;
  padding: 10px 10px 30px 10px;
  min-height: 300px;
  background-color: #fff;
}
/* line 36, ../sass/styles.scss */
.main_cont img {
  padding: 5px;
  width: 150px;
  -moz-box-shadow: gray 0px 0px 3px;
  -webkit-box-shadow: gray 0px 0px 3px;
  box-shadow: gray 0px 0px 3px;
}
/* line 42, ../sass/styles.scss */
.main_cont .section1 {
  padding: 0px 35px 0px 100px;
  line-height: 150%;
  margin-bottom: 20px;
}
/* line 48, ../sass/styles.scss */
.main_cont p {
  padding: 0px 35px 0px 30px;
  line-height: 150%;
}
/* line 53, ../sass/styles.scss */
.main_cont hr {
  border: 1px dashed #bbb;
}
/* line 55, ../sass/styles.scss */
.main_cont .sub_title01 {
  margin: 5px 30px;
  background: url(../img/title01.png) no-repeat top left;
  height: 69px;
}
/* line 60, ../sass/styles.scss */
.main_cont .sub_title01 h3 {
  text-indent: -5000px;
}
/* line 65, ../sass/styles.scss */
.main_cont .sub_title02 {
  margin: 5px 30px;
  background: url(../img/title02.png) no-repeat top left;
  height: 69px;
}
/* line 70, ../sass/styles.scss */
.main_cont .sub_title02 h3 {
  text-indent: -5000px;
}
/* line 75, ../sass/styles.scss */
.main_cont .sub_title03 {
  margin: 5px 20px;
  background: url(../img/title03.png) no-repeat top left;
  height: 69px;
}
/* line 80, ../sass/styles.scss */
.main_cont .sub_title03 h3 {
  text-indent: -5000px;
}
/* line 84, ../sass/styles.scss */
.main_cont .sub_title04 {
  margin: 5px 20px;
  background: url(../img/title04.png) no-repeat top left;
  height: 69px;
}
/* line 89, ../sass/styles.scss */
.main_cont .sub_title04 h3 {
  text-indent: -5000px;
}
/* line 93, ../sass/styles.scss */
.main_cont .sub_title05 {
  margin: 5px 20px;
  background: url(../img/title05.png) no-repeat top left;
  height: 69px;
}
/* line 98, ../sass/styles.scss */
.main_cont .sub_title05 h3 {
  text-indent: -5000px;
}
/* line 102, ../sass/styles.scss */
.main_cont .sub_title06 {
  margin: 5px 20px;
  background: url(../img/title06.png) no-repeat top left;
  height: 69px;
}
/* line 107, ../sass/styles.scss */
.main_cont .sub_title06 h3 {
  text-indent: -5000px;
}
/* line 111, ../sass/styles.scss */
.main_cont .sub_title07 {
  margin: 5px 30px;
  background: url(../img/title07.png) no-repeat top left;
  height: 69px;
}
/* line 116, ../sass/styles.scss */
.main_cont .sub_title07 h3 {
  text-indent: -5000px;
}

/*詳細議程*/
/* line 124, ../sass/styles.scss */
.prog-t {
  padding: 0px 144px 20px 144px;
}

/* line 127, ../sass/styles.scss */
.prog_table {
  background-color: #f5f5f5;
  color: #333;
}

/* line 132, ../sass/styles.scss */
thead {
  background-color: #ddd;
}

/* line 134, ../sass/styles.scss */
.table_title {
  color: #8F4987;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/* line 141, ../sass/styles.scss */
.table_title span {
  color: #145080;
  font-size: 14px;
  padding-left: 5px;
}

/* line 149, ../sass/styles.scss */
.t-time, .sub-time {
  text-align: center;
  padding: 5px;
  width: 15%;
}

/* line 154, ../sass/styles.scss */
.t-prog {
  text-align: center;
  padding: 5px;
  width: 60%;
}

/* line 160, ../sass/styles.scss */
.sub_prog {
  padding: 5px;
  width: 60%;
}

/* line 165, ../sass/styles.scss */
.t-speak {
  text-align: center;
  padding: 5px;
  width: 25%;
}

/* line 171, ../sass/styles.scss */
.sub_speak {
  padding: 5px;
  width: 25%;
}

/* line 176, ../sass/styles.scss */
.danger {
  background-color: #b0c4de;
}

/* line 178, ../sass/styles.scss */
.prog_tit {
  color: #3F001E;
  font-size: 16px;
  font-weight: bolder;
  line-height: 150%;
}

/* line 179, ../sass/styles.scss */
.prog_sk {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

/* line 180, ../sass/styles.scss */
.other_tit {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  line-height: 150%;
}

/* line 181, ../sass/styles.scss */
.other_sk {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

/*延伸活動*/
/* line 185, ../sass/styles.scss */
.weekend-t {
  margin: 10px 100px 20px 100px;
}

/* line 187, ../sass/styles.scss */
.public_table {
  background-color: #f5f5f5;
  color: #666;
  width: 100%;
}

/* line 193, ../sass/styles.scss */
thead {
  background-color: #ddd;
  text-align: center;
}

/* line 198, ../sass/styles.scss */
.th_pubtd {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
}

/* line 204, ../sass/styles.scss */
.public-type, .sub-pubtype {
  text-align: center;
  padding: 5px;
  width: 10%;
}

/* line 211, ../sass/styles.scss */
.sub_pubprog {
  padding: 5px;
  width: 90%;
}

/* line 216, ../sass/styles.scss */
.pub_speak {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 150%;
}

/*news*/
/* line 220, ../sass/styles.scss */
.news-t {
  padding: 0px 222px;
}

/* line 223, ../sass/styles.scss */
.news_table {
  background-color: #f5f5f5;
  color: #333;
}

/* line 228, ../sass/styles.scss */
thead {
  background-color: #ddd;
}

/* line 230, ../sass/styles.scss */
.news-title {
  text-align: center;
  padding: 5px;
  width: 60%;
}

/* line 235, ../sass/styles.scss */
.sub-title {
  text-align: left;
  padding: 5px;
  width: 60%;
}

/* line 240, ../sass/styles.scss */
.news-time {
  text-align: center;
  padding: 5px;
  width: 15%;
}

/* line 246, ../sass/styles.scss */
.sub_date {
  padding: 5px;
  width: 15%;
}

/* line 251, ../sass/styles.scss */
.news-origin {
  text-align: center;
  padding: 5px;
  width: 25%;
}

/* line 257, ../sass/styles.scss */
.sub_origin {
  text-align: center;
  padding: 5px;
  width: 25%;
}

/* line 263, ../sass/styles.scss */
.danger {
  background-color: #b0c4de;
}

/*photos*/
/* line 267, ../sass/styles.scss */
.photos {
  margin: 0px 20px 10px 40px;
}
/* line 271, ../sass/styles.scss */
.photos a {
  padding: 5px;
}
/* line 276, ../sass/styles.scss */
.photos img {
  width: 80px;
  height: 80px;
  margin: 5px 0px;
  border: 1px #fff solid;
}

/*footer*/
/* line 284, ../sass/styles.scss */
footer {
  background-color: #6182af;
  padding: 10px;
  color: #fff;
  border-bottom: 5px solid #3f0054;
}
/* line 290, ../sass/styles.scss */
footer .dl-horizontal {
  padding-top: 15px;
}

/* line 293, ../sass/styles.scss */
.footer-con {
  margin: 0;
  padding: 0;
}

/* line 299, ../sass/styles.scss */
.series_conf {
  padding: 0px 5px;
  list-style: none;
  display: inline-block;
}
/* line 304, ../sass/styles.scss */
.series_conf .conf_menu {
  padding: 5px 5px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}
/* line 310, ../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;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  display: inline-block;
}
/* line 321, ../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 327, ../sass/styles.scss */
.series_conf .conf_menu .super03, .series_conf .conf_menu .super03:hover {
  color: #666;
}
/* line 330, ../sass/styles.scss */
.series_conf .conf_menu .super01 {
  background: url(../img/no1.png) no-repeat top left;
}
/* line 331, ../sass/styles.scss */
.series_conf .conf_menu .super01:hover {
  background: url(../img/no1.png) no-repeat top left;
}
/* line 332, ../sass/styles.scss */
.series_conf .conf_menu .super02 {
  background: url(../img/no2.png) no-repeat top left;
}
/* line 333, ../sass/styles.scss */
.series_conf .conf_menu .super02:hover {
  background: url(../img/no2.png) no-repeat top left;
}
/* line 334, ../sass/styles.scss */
.series_conf .conf_menu .super03 {
  background: url(../img/no3.png) no-repeat top left;
}
/* line 335, ../sass/styles.scss */
.series_conf .conf_menu .super03:hover {
  background: url(../img/no3.png) no-repeat top left;
}
/* line 336, ../sass/styles.scss */
.series_conf .conf_menu .super04 {
  background: url(../img/no4.png) no-repeat top left;
}
/* line 337, ../sass/styles.scss */
.series_conf .conf_menu .super04:hover {
  background: url(../img/no4.png) no-repeat top left;
}
/* line 338, ../sass/styles.scss */
.series_conf .conf_menu .super05 {
  background: url(../img/no5.png) no-repeat top left;
}
/* line 339, ../sass/styles.scss */
.series_conf .conf_menu .super05:hover {
  background: url(../img/no5.png) no-repeat top left;
}
/* line 340, ../sass/styles.scss */
.series_conf .conf_menu .super06 {
  background: url(../img/no6.png) no-repeat top left;
}
/* line 341, ../sass/styles.scss */
.series_conf .conf_menu .super06:hover {
  background: url(../img/no6.png) no-repeat top left;
}
/* line 342, ../sass/styles.scss */
.series_conf .conf_menu .super07 {
  background: url(../img/no7.png) no-repeat top left;
}
/* line 343, ../sass/styles.scss */
.series_conf .conf_menu .super07:hover {
  background: url(../img/no7.png) no-repeat top left;
}
/* line 344, ../sass/styles.scss */
.series_conf .conf_menu .super08 {
  background: url(../img/no8.png) no-repeat top left;
}
/* line 345, ../sass/styles.scss */
.series_conf .conf_menu .super08:hover {
  background: url(../img/no8.png) no-repeat top left;
}
