/* Scss Document */
/* line 3, topStyle.scss */
#topSlide {
  width: 90vw;
  margin: 0 auto 60px;
}

/* line 8, topStyle.scss */
main section {
  margin-bottom: 60px;
  width: 80vw;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
}

/* line 18, topStyle.scss */
main section.profile, article {
  width: 80vw;
  height: auto;
  margin: 0 auto 60px;
}
/* line 23, topStyle.scss */
main section.profile h1, article h1 {
  font-weight: normal;
  font-size: 1.5rem;
  width: 70vw;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
}
/* line 33, topStyle.scss */
main section.profile .profileBox, article .profileBox {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}
/* line 38, topStyle.scss */
main section.profile .profileBox .profileEmp, article .profileBox .profileEmp {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  border-left: 15px solid #333333;
  padding-left: 15px;
  box-sizing: border-box;
}
/* line 46, topStyle.scss */
main section.profile .profileBox .profileInnerBox01, article .profileBox .profileInnerBox01 {
  width: 40vw;
  height: auto;
  float: right;
}
/* line 51, topStyle.scss */
main section.profile .profileBox .profileInnerBox01 figure, article .profileBox .profileInnerBox01 figure {
  width: 40vw;
  height: auto;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
/* line 57, topStyle.scss */
main section.profile .profileBox .profileInnerBox01 figure img, article .profileBox .profileInnerBox01 figure img {
  display: block;
  margin: 0 auto;
}
/* line 64, topStyle.scss */
main section.profile .profileBox .profileInnerBox02, article .profileBox .profileInnerBox02 {
  width: 40vw;
  height: auto;
  float: left;
}
/* line 69, topStyle.scss */
main section.profile .profileBox .profileInnerBox02 figure, article .profileBox .profileInnerBox02 figure {
  width: 40vw;
  height: auto;
  box-sizing: border-box;
  padding-left: 15px;
}
/* line 75, topStyle.scss */
main section.profile .profileBox .profileInnerBox02 figure img, article .profileBox .profileInnerBox02 figure img {
  display: block;
  margin: 0 auto;
}
/* line 81, topStyle.scss */
main section.profile .profileBox .profileInnerBox02 ul, article .profileBox .profileInnerBox02 ul {
  list-style: disc;
  padding-left: 30px;
}

/* line 90, topStyle.scss */
.news {
  margin-bottom: 60px;
}
/* line 92, topStyle.scss */
.news .newsBox {
  width: 40vw;
  height: auto;
  box-sizing: border-box;
  float: left;
  width: 40vw;
  /*				.books{
  					width: 40vw;
  					height: auto;
  
  
  					figure{
  						width: 19vw;
  						height: auto;
  						float: left;
  						
  						img{
  							display: block;
  							width: auto;
  							margin:0 auto;
  						}
  					}
  				}*/
}
/* line 98, topStyle.scss */
.news .newsBox ul {
  width: 40vw;
  margin-bottom: 60px;
}
/* line 101, topStyle.scss */
.news .newsBox ul li {
  width: 40vw;
  margin-bottom: 10px;
}
/* line 104, topStyle.scss */
.news .newsBox ul li span {
  display: block;
  margin-bottom: 5px;
  width: 40vw;
}
/* line 109, topStyle.scss */
.news .newsBox ul li span i {
  padding-right: 5px;
}

/* line 136, topStyle.scss */
.movie {
  margin-bottom: 60px;
}
/* line 139, topStyle.scss */
.movie h1 {
  font-weight: normal;
  font-size: 1.5rem;
  width: 70vw;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
}
/* line 149, topStyle.scss */
.movie iframe {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  height: 766px;
}

@media screen and (max-width: 900px) {
  /* line 160, topStyle.scss */
  #topSlide {
    margin-bottom: 30px;
  }

  /* line 165, topStyle.scss */
  .movie iframe {
    height: 366px;
  }
}
@media screen and (max-width: 700px) {
  /* line 181, topStyle.scss */
  main section.profile .profileBox .profileInnerBox01, article .profileBox .profileInnerBox01 {
    width: 80vw;
    height: auto;
    float: none;
  }
  /* line 186, topStyle.scss */
  main section.profile .profileBox .profileInnerBox01 figure, article .profileBox .profileInnerBox01 figure {
    width: 80vw;
    height: auto;
    box-sizing: border-box;
    padding-left: 0;
  }
  /* line 192, topStyle.scss */
  main section.profile .profileBox .profileInnerBox01 figure img, article .profileBox .profileInnerBox01 figure img {
    display: block;
    margin: 0 auto;
  }
  /* line 199, topStyle.scss */
  main section.profile .profileBox .profileInnerBox02, article .profileBox .profileInnerBox02 {
    width: 80vw;
    height: auto;
    float: none;
  }
  /* line 204, topStyle.scss */
  main section.profile .profileBox .profileInnerBox02 ul, article .profileBox .profileInnerBox02 ul {
    list-style: disc;
    padding-left: 30px;
  }

  /* line 213, topStyle.scss */
  .news {
    margin-bottom: 60px;
  }
  /* line 215, topStyle.scss */
  .news .newsBox:nth-of-type(1) {
    width: 80vw;
    height: auto;
    box-sizing: border-box;
    float: none;
  }
  /* line 220, topStyle.scss */
  .news .newsBox:nth-of-type(1) ul {
    width: 80vw;
    margin-bottom: 60px;
  }
  /* line 223, topStyle.scss */
  .news .newsBox:nth-of-type(1) ul li {
    width: 80vw;
    margin-bottom: 10px;
  }
  /* line 226, topStyle.scss */
  .news .newsBox:nth-of-type(1) ul li span {
    display: block;
    margin-bottom: 5px;
    width: 80vw;
  }
  /* line 231, topStyle.scss */
  .news .newsBox:nth-of-type(1) ul li span i {
    padding-right: 5px;
  }
  /* line 238, topStyle.scss */
  .news .newsBox:nth-of-type(2) {
    width: 80vw;
    height: auto;
    box-sizing: border-box;
    float: none;
  }

  /* line 248, topStyle.scss */
  .movie iframe {
    height: 266px;
  }
}
