@charset "UTF-8";
/* line 5, ../sass/styles.scss */
body {
  background: #343434 url("../img/0518bodybg.png") repeat-x top center;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  line-height: 150%;
}

/* line 11, ../sass/styles.scss */
a {
  color: #ff9800;
  text-decoration: none;
}

/* line 13, ../sass/styles.scss */
a:hover {
  color: #42C7C9;
  text-decoration: none;
}

/* line 17, ../sass/styles.scss */
#wrap {
  width: 1024px;
  margin: auto;
  color: #ffffff;
  -moz-box-shadow: black 5px 5px 25px;
  -webkit-box-shadow: black 5px 5px 25px;
  box-shadow: black 5px 5px 25px;
}

/* line 25, ../sass/styles.scss */
.header {
  height: 400px;
  background: url(../img/0518banner.png) no-repeat top left;
}

/* line 30, ../sass/styles.scss */
.main_mid {
  min-height: 300px;
  background-color: #343434;
  color: #ffffff;
}

/* line 38, ../sass/styles.scss */
.dl-horizontal {
  margin: 0;
}

/*menu*/
/* line 42, ../sass/styles.scss */
.nav_menu {
  width: 500px;
  padding: 5px;
  margin: 50px 0px 10px 580px;
  display: inline-block;
  font-size: 16px;
}

/* line 50, ../sass/styles.scss */
.m_info, .m_prog, .m_news, .m_photo {
  display: inline-block;
  width: 100px;
  padding: 10px 0px;
  text-align: center;
  color: #343434;
}

/* line 58, ../sass/styles.scss */
.m_info:hover, .m_prog:hover, .m_news:hover, .m_photo:hover {
  padding: 10px 0px;
  color: #BB6158;
  font-size: 18px;
}

/* line 65, ../sass/styles.scss */
.series_title {
  padding: 30px 10px 5px 10px;
  color: #ddd;
}
/* line 69, ../sass/styles.scss */
.series_title h4 {
  font-size: 18px;
  font-weight: bolder;
}

/* line 77, ../sass/styles.scss */
.col-lg-3 {
  margin-top: -100px;
  padding-left: 0px;
}
/* line 81, ../sass/styles.scss */
.col-lg-3 .post {
  background-color: #d25267;
  margin-right: 13px;
  padding: 13px;
  -moz-box-shadow: #232323 5px 5px 10px;
  -webkit-box-shadow: #232323 5px 5px 10px;
  box-shadow: #232323 5px 5px 10px;
}
/* line 88, ../sass/styles.scss */
.col-lg-3 .post h4 {
  border-left: 5px solid #232323;
  padding-left: 5px;
}

/*side-right*/
/*index*/
/* line 101, ../sass/styles.scss */
.sub_title {
  height: 40px;
  margin: 30px 30px 10px 30px;
  background: url(../img/title.png) no-repeat top left;
}
/* line 106, ../sass/styles.scss */
.sub_title h4 {
  padding: 10px 50px;
  font-size: 20px;
  font-weight: bold;
  color: #ffd600;
}

/* line 114, ../sass/styles.scss */
.con_info {
  margin: 0;
  padding: 0px 30px 10px 0px;
}

/* line 120, ../sass/styles.scss */
.sub_cont {
  margin: 0px 30px 10px 80px;
}

/* line 124, ../sass/styles.scss */
.sub_cont2 {
  margin: 0px 30px 20px 80px;
}

/* line 129, ../sass/styles.scss */
.history {
  margin: 30px;
  padding: 10px;
  background-color: #d25267;
}
/* line 134, ../sass/styles.scss */
.history p {
  margin: 10px;
}

/*programme*/
/* line 140, ../sass/styles.scss */
.prog_table {
  margin: 0px 0px 50px 0px;
  padding: 0px 30px;
  color: #123456;
}
/* line 145, ../sass/styles.scss */
.prog_table a {
  color: #02607a;
  text-decoration: none;
}
/* line 147, ../sass/styles.scss */
.prog_table a:hover {
  color: #7c4616;
  text-decoration: none;
}
/* line 150, ../sass/styles.scss */
.prog_table h5 {
  color: #FFCCCC;
  font-size: 18px;
  font-weight: bold;
}
/* line 152, ../sass/styles.scss */
.prog_table .th_time {
  width: 15%;
  text-align: center;
  font-weight: bold;
}
/* line 153, ../sass/styles.scss */
.prog_table .th_title {
  width: 60%;
  text-align: center;
  font-weight: bold;
}
/* line 154, ../sass/styles.scss */
.prog_table .th_speak {
  width: 25%;
  text-align: center;
  font-weight: bold;
}
/* line 156, ../sass/styles.scss */
.prog_table .news_day {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
/* line 157, ../sass/styles.scss */
.prog_table .news_title {
  width: 60%;
  text-align: center;
  font-weight: bold;
}
/* line 158, ../sass/styles.scss */
.prog_table .news_from {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
/* line 160, ../sass/styles.scss */
.prog_table .cont_1 {
  background-color: #ffe4c9;
}
/* line 161, ../sass/styles.scss */
.prog_table .cont_2 {
  background-color: #e4c6c6;
}
/* line 163, ../sass/styles.scss */
.prog_table .td_time {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
/* line 165, ../sass/styles.scss */
.prog_table .td_title .cv {
  margin: 0px 0px 8px 0px;
}
/* line 167, ../sass/styles.scss */
.prog_table .td_title .cv .cv-title {
  font-size: 16px;
  color: #996699;
}
/* line 168, ../sass/styles.scss */
.prog_table .td_title .cv .cv-writer {
  font-size: 14px;
}
/* line 171, ../sass/styles.scss */
.prog_table .td_speak {
  vertical-align: middle;
}
/* line 173, ../sass/styles.scss */
.prog_table hr {
  border-style: dashed;
  border-color: #888;
}

/*photo*/
/* line 181, ../sass/styles.scss */
.photos {
  padding: 0px 30px 20px 30px;
}
/* line 184, ../sass/styles.scss */
.photos a {
  padding: 5px;
  line-height: 7;
}
/* line 189, ../sass/styles.scss */
.photos img {
  border: 1px #fff solid;
}

/*footer*/
/* line 193, ../sass/styles.scss */
footer {
  padding: 20px 0px 10px 0px;
  background-color: #902626;
  border-bottom: 10px solid #000000;
  color: #eeeeee;
}
/* line 199, ../sass/styles.scss */
footer h4 {
  font-size: 18px;
}
/* line 201, ../sass/styles.scss */
footer h5 {
  font-size: 16px;
  line-height: 140%;
}
/* line 206, ../sass/styles.scss */
footer .col-lg-6 {
  padding-left: 20px;
}
/* line 209, ../sass/styles.scss */
footer .col-lg-6 .study_info {
  padding: 0;
  list-style: none;
}
/* line 214, ../sass/styles.scss */
footer .col-lg-6 .conf_4sex {
  padding: 0;
  list-style: none;
  display: inline-block;
}
/* line 220, ../sass/styles.scss */
footer .col-lg-6 .li_4sex {
  width: 110px;
  height: 40px;
  margin: 5px 0px;
  padding: 0px 5px 0px 0px;
  display: inline-block;
}
/* line 229, ../sass/styles.scss */
footer .col-lg-6 .sex01, footer .col-lg-6 .sex02, footer .col-lg-6 .sex03, footer .col-lg-6 .sex04, footer .col-lg-6 .sex05, footer .col-lg-6 .sex06 {
  width: 100px;
  height: 40px;
  opacity: 0.6;
  display: inline-block;
}
/* line 235, ../sass/styles.scss */
footer .col-lg-6 .sex01 h4, footer .col-lg-6 .sex02 h4, footer .col-lg-6 .sex03 h4, footer .col-lg-6 .sex04 h4, footer .col-lg-6 .sex05 h4, footer .col-lg-6 .sex06 h4 {
  text-indent: -5000px;
}
/* line 240, ../sass/styles.scss */
footer .col-lg-6 .sex01 {
  background: url("../img/menu/4SEX001.png") no-repeat top left;
}
/* line 241, ../sass/styles.scss */
footer .col-lg-6 .sex02 {
  background: url("../img/menu/4SEX002.png") no-repeat top left;
}
/* line 242, ../sass/styles.scss */
footer .col-lg-6 .sex03 {
  background: url("../img/menu/4SEX003.png") no-repeat top left;
}
/* line 243, ../sass/styles.scss */
footer .col-lg-6 .sex04 {
  background: url("../img/menu/4SEX004.png") no-repeat top left;
}
/* line 244, ../sass/styles.scss */
footer .col-lg-6 .sex05 {
  background: url("../img/menu/4SEX005.png") no-repeat top left;
}
/* line 245, ../sass/styles.scss */
footer .col-lg-6 .sex06 {
  background: url("../img/menu/4SEX006.png") no-repeat top left;
}
/* line 247, ../sass/styles.scss */
footer .col-lg-6 .sex01:hover {
  opacity: 1;
  background: url("../img/menu/4SEX001.png") no-repeat top left;
}
/* line 248, ../sass/styles.scss */
footer .col-lg-6 .sex02:hover {
  opacity: 1;
  background: url("../img/menu/4SEX002.png") no-repeat top left;
}
/* line 249, ../sass/styles.scss */
footer .col-lg-6 .sex03:hover {
  opacity: 1;
  background: url("../img/menu/4SEX003.png") no-repeat top left;
}
/* line 250, ../sass/styles.scss */
footer .col-lg-6 .sex04:hover {
  opacity: 1;
  background: url("../img/menu/4SEX004.png") no-repeat top left;
}
/* line 251, ../sass/styles.scss */
footer .col-lg-6 .sex05:hover {
  opacity: 1;
  background: url("../img/menu/4SEX005.png") no-repeat top left;
}
/* line 252, ../sass/styles.scss */
footer .col-lg-6 .sex06:hover {
  opacity: 1;
  background: url("../img/menu/4SEX006.png") no-repeat top left;
}
/* line 257, ../sass/styles.scss */
footer .col-lg-6 .series:hover {
  width: 125px;
  color: #fff;
  background-color: #456789;
}
