/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* extend */
footer h2, h1, figure, nav, .title .main h5, .title .main h3 {
  margin: 0;
  padding: 0;
}

/* layout */
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", "monospace", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

header {
  background: #fd6100;
  height: 70px;
  zoom: 1;
}
header:before {
  content: "";
  display: table;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header h1 {
  float: left;
  width: 25%;
}
header h1 img {
  width: 105%;
  margin-top: 8%;
}

p {
  margin: 0;
  padding: 0;
}

footer {
  background: #eb6100;
  width: 100%;
  color: white;
  position: relative;
  zoom: 1;
}
footer:before {
  content: "";
  display: table;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer h2 {
  float: left;
  margin-left: 1%;
  margin-top: 5%;
  width: 30%;
}
footer h2 img {
  width: 90%;
}
footer table {
  float: right;
  width: 62%;
  margin: 1%;
  padding: 0;
}
footer table tr td:first-child {
  width: 90px;
}
footer table tr td a {
  color: white;
  text-decoration: none;
}
footer .social {
  position: absolute;
  bottom: 35%;
  left: 1%;
}
footer .social a img {
  width: 40px;
  margin-left: 3px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .social a img:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

footer.enfooter .social {
  bottom: auto;
  top: 35%;
}

a {
  text-decoration: none;
}

.toggle {
  display: none;
}

nav {
  float: right;
  width: 75%;
  position: relative;
  z-index: 4;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  width: 11%;
  text-align: center;
  list-style: none;
  float: left;
  line-height: 1em;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
nav ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
nav ul li a {
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
nav ul li a:hover {
  color: black;
}

figure.banner img {
  width: 100%;
}

article {
  margin: 0;
  background: url(../images/footer1.png) no-repeat, url(../images/footer2m.png) no-repeat;
  background-position: left bottom, right bottom;
  padding-bottom: 15%;
}

.title {
  margin-left: 1%;
  zoom: 1;
}
.title:before {
  content: "";
  display: table;
}
.title:after {
  content: "";
  display: table;
  clear: both;
}
.title .main, .title .site {
  float: left;
}
.title .main {
  width: 220px;
  margin-left: 20px;
}
.title .main h5 {
  font-size: 1.5em;
  color: #676665;
}
.title .main h3 {
  color: #eb6100;
  font-size: 3em;
  line-height: 1.2em;
}
.title .site {
  width: 74%;
  border-bottom: 1px solid #626363;
  text-align: right;
  margin-top: 10px;
}
.title .site em {
  color: #e84a04;
}
.title .site a {
  color: black;
}
.title .site a:hover {
  color: #e84a04;
}
.title .mainE {
  width: 260px;
}
.title .mainE h3 {
  font-size: 2.8em;
}
.title .siteE {
  width: 70%;
}

.con {
  width: 95%;
  margin: auto;
  color: #3b3b3a;
  text-align: justify;
  zoom: 1;
}
.con:before {
  content: "";
  display: table;
}
.con:after {
  content: "";
  display: table;
  clear: both;
}
.con img {
  display: block;
  margin: 0 auto;
}
.con p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.con ol, .con ul {
  line-height: 2em;
  font-size: 1.1em;
}
.con figure img {
  width: 80%;
}
.con .bus li a {
  color: #e94e06;
}
.con .miner-mg {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
}

.scrollup {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url("../images/icon_top.png") no-repeat;
  z-index: 1;
}

/* bookfair */
.sec1, .sec3, .sec5 {
  position: relative;
  min-height: 670px;
}
.sec1:before, .sec3:before, .sec5:before {
  background: #f4f4f4;
  width: 200%;
  margin-left: -50%;
  min-height: 670px;
  margin-top: 100px;
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  content: "";
  position: absolute;
}
.sec1 h2, .sec1 p, .sec1 h4, .sec3 h2, .sec3 p, .sec3 h4, .sec5 h2, .sec5 p, .sec5 h4 {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sec1:before, .sec5:before {
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.sec3:before {
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.sec3, .sec1 {
  min-height: 850px;
}
.sec3:before, .sec1:before {
  min-height: 850px;
}

figure.fair img {
  width: 120%;
  margin-left: -12%;
}

.context {
  padding-top: 150px;
  width: 90%;
  margin: 0 auto;
}
.context h2 {
  border-bottom: 1px #4b4d4d solid;
  font-size: 2em;
  line-height: 1em;
  color: #4b4d4d;
}
.context h2 strong {
  color: #4badc4;
  padding-left: 30px;
  font-size: 0.8em;
}
.context h4 {
  color: #e94f06;
  font-size: 1.6em;
}
.context h4 em {
  font-size: 0.8em;
  padding-left: 15px;
  font-style: normal;
}
.context figure img {
  width: 100%;
}

.right {
  text-align: right;
}

.sec1 {
  position: relative;
}
.sec1 h2 {
  width: 95%;
}
.sec1 p {
  width: 50%;
  margin-left: 45%;
}
.sec1 figure {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 35%;
}
.sec1 figure img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sec1 iframe {
  position: relative;
  border: 5px solid black;
  margin-top: 3%;
  width: 100%;
  height: 250px;
}

.sec1E {
  padding-bottom: 150px;
}

.sec2 {
  zoom: 1;
}
.sec2:before {
  content: "";
  display: table;
}
.sec2:after {
  content: "";
  display: table;
  clear: both;
}
.sec2 h2 {
  width: 65%;
  padding-top: 30px;
  margin-left: 30%;
}
.sec2 p {
  width: 65%;
  margin-left: 30%;
}
.sec2 figure {
  float: left;
  margin-top: 1%;
}

.sec3 {
  position: relative;
}
.sec3 h2 {
  padding-top: 50px;
  width: 60%;
}
.sec3 p {
  width: 60%;
}
.sec3 figure {
  position: absolute;
  width: 45%;
  top: 10%;
  right: 0;
}
.sec3 figure img {
  width: 100%;
}
.sec3 iframe {
  position: absolute;
  border: 5px solid black;
  margin-left: 0;
  margin-top: 1%;
  width: 60%;
  height: 380px;
}

.sec4 {
  zoom: 1;
}
.sec4:before {
  content: "";
  display: table;
}
.sec4:after {
  content: "";
  display: table;
  clear: both;
}
.sec4 h2 {
  width: 60%;
  padding-top: 80px;
}
.sec4 p {
  width: 60%;
}
.sec4 h2, .sec4 p, .sec4 h3 {
  margin-left: 35%;
}
.sec4 figure {
  float: left;
  margin-top: 5%;
  margin-left: 5%;
  width: 28%;
}
.sec4 figure a {
  background: none;
  border: none;
  padding: 0;
}
.sec4 figure img {
  width: 100%;
}

.sec4 a, .sec5 a {
  background: #4badc4;
  border: 1px solid #999896;
  color: white;
  padding: 1% 4%;
  margin-left: 2%;
  font-size: 1.2em;
}

.sec2 a {
  position: absolute;
  right: 28%;
  background: #4badc4;
  border: 1px solid #999896;
  color: white;
  padding: 1% 2%;
  margin-top: 2%;
  font-size: 1.2em;
}
.sec2 a:last-child {
  right: 10%;
}

.sec5 a {
  position: relative;
  top: 30px;
  margin-left: 0;
}

.timetable {
  width: 98%;
  margin: auto;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
  border: 1px solid #aaaaaa;
}
.timetable tr td, .timetable tr th {
  border: 1px solid #aaaaaa;
}

.sec5E .timetable {
  width: 48%;
  margin: 0;
}

.sec5 {
  padding-bottom: 100px;
  min-height: 1000px;
}
.sec5:before {
  min-height: 1000px;
}
.sec5 table {
  position: relative;
}
.sec5 figure {
  width: 37%;
  position: absolute;
  top: 23%;
  right: 8%;
}
.sec5 h4 {
  margin: 3% 0;
}
.sec5 ul.storydate {
  margin: 2% 0;
  padding: 0;
  position: relative;
}
.sec5 ul.storydate li {
  list-style-type: none;
  display: inline-block;
  width: 73px;
  background: url(../images/Calendar.png);
  padding-top: 9px;
  height: 80px;
  padding-left: 15px;
  margin-left: 1%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.5em;
  cursor: pointer;
}
.sec5 ul.storydate li em {
  font-size: 0.6em;
  font-style: normal;
  display: block;
  padding-left: 10px;
  color: #f4f4f4;
  padding-bottom: 15px;
}
.sec5 ul.storydate li:first-child {
  margin-left: 0;
}
.sec5 ul.storydate li.on {
  background: url(../images/Calendar1.png);
}
.sec5 .storydetail {
  zoom: 1;
  width: 100%;
  position: relative;
}
.sec5 .storydetail:before {
  content: "";
  display: table;
}
.sec5 .storydetail:after {
  content: "";
  display: table;
  clear: both;
}
.sec5 .storydetail h3 {
  font-size: 2em;
  margin: 2% 0;
  padding: 0;
  border-bottom: 1px solid #222222;
  padding-bottom: 5px;
}
.sec5 .storydetail time, .sec5 .storydetail h5 {
  font-size: 1.3em;
  padding-bottom: 10px;
  line-height: 1.5;
}
.sec5 .storydetail h5 {
  padding-left: 10px;
  color: #e94f06;
  font-weight: bolder;
  margin: 0;
  padding: 0;
}
.sec5 .storydetail .time {
  float: left;
  padding-left: 3%;
  height: 220px;
}
.sec5 .storydetail .time1 {
  padding-left: 0;
}
.sec5 .storydetail .w25 {
  width: 25%;
}

.sec6 .booklist {
  zoom: 1;
}
.sec6 .booklist:before {
  content: "";
  display: table;
}
.sec6 .booklist:after {
  content: "";
  display: table;
  clear: both;
}
.sec6 .booklist li {
  float: left;
  width: 50%;
}

.sec7 p, .sec7 h3 {
  width: 100%;
}
.sec7 .bookalbum {
  width: 50%;
  margin: 0;
  padding: 0;
}
.sec7 .bookalbum li {
  list-style-type: none;
}
.sec7 .bookalbum li img {
  width: 100%;
  border: 1px solid #aaaaaa;
}

/* EN  */
.secE h2 {
  width: 100%;
}
.secE .p1, .secE .p2, .secE .p3 {
  zoom: 1;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 20px;
}
.secE .p1:before, .secE .p2:before, .secE .p3:before {
  content: "";
  display: table;
}
.secE .p1:after, .secE .p2:after, .secE .p3:after {
  content: "";
  display: table;
  clear: both;
}
.secE .p1 figure, .secE .p2 figure, .secE .p3 figure {
  width: 30%;
  float: left;
}
.secE .p1 figure img, .secE .p2 figure img, .secE .p3 figure img {
  margin: auto;
}
.secE .p1 p, .secE .p2 p, .secE .p3 p {
  width: 65%;
  float: left;
  margin-left: 2%;
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.5;
}
.secE .p2 {
  border-top: 1px solid #868686;
}
.secE .p3 {
  border-top: 1px solid #868686;
}
.secE .p3 figure {
  float: right;
}

.sec5E {
  min-height: 850px;
}
.sec5E:before {
  min-height: 850px;
}
.sec5E p {
  font-size: 1.2em;
  line-height: 1.5;
}
.sec5E figure {
  width: 39%;
  position: relative;
  float: right;
}

/* veg */
.veg .sec1 {
  min-height: 500px;
}
.veg .sec1:before {
  min-height: 500px;
}
.veg .sec1 h2 {
  padding-top: 5%;
}
.veg .sec1 h2, .veg .sec1 p {
  width: 60%;
  margin-left: 30%;
}
.veg .sec1 figure {
  top: 20%;
  left: 5%;
  width: 23%;
}
.veg .sec2 h2, .veg .sec2 p, .veg .sec4 h2, .veg .sec4 p {
  margin-left: 0;
  width: 50%;
}
.veg .sec2 figure, .veg .sec4 figure {
  float: right;
}
.veg .sec2 {
  padding-bottom: 3%;
}
.veg .sec2 a {
  left: 5%;
  margin-top: -1%;
}
.veg .sec2 a:last-child {
  right: auto;
}
.veg .sec2 figure, .veg .sec3 figure, .veg .sec4 figure {
  margin: 10% 0;
  width: 50%;
}
.veg .sec2 figure figcaption, .veg .sec3 figure figcaption, .veg .sec4 figure figcaption {
  text-align: center;
  font-weight: bold;
}
.veg .sec3 {
  min-height: 800px;
}
.veg .sec3:before {
  min-height: 800px;
}
.veg .sec3 h4 {
  width: 50%;
  margin-left: 50%;
}
.veg .sec3 h2, .veg .sec3 p {
  width: 50%;
  margin-left: 50%;
}
.veg .sec3 figure {
  width: 40%;
  top: 25%;
  left: 5%;
}

/* edu */
.edu .sec1 {
  zoom: 1;
}
.edu .sec1:before {
  content: "";
  display: table;
}
.edu .sec1:after {
  content: "";
  display: table;
  clear: both;
}
.edu .sec1 .album {
  width: 48%;
  float: left;
}
.edu .sec1 .album img {
  width: 92%;
  border: 4px solid rgba(136, 191, 227, 0.84);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.edu .sec1 p {
  float: left;
  width: 48%;
  margin-left: 0;
}
.edu .sec1 h3 {
  font-size: 1.5em;
  color: #eb6100;
}
.edu .sec1 h2, .edu .sec1 h3 {
  width: 90%;
  margin-left: 0;
  position: relative;
}
.edu .sec2 h2, .edu .sec2 p, .edu .sec2 h4, .edu .sec2 ol {
  margin-left: 40%;
}
.edu .sec2 h4 {
  margin-top: 1%;
  margin-bottom: 1%;
}
.edu .sec2 figure {
  float: left;
  width: 38%;
  margin-top: 10%;
  margin-left: 0;
}
.edu .sec2 figure figcaption {
  text-align: center;
}
.edu .sec2 a {
  right: 45%;
  margin-top: 1%;
}
.edu .sec3 {
  min-height: 500px;
  padding-bottom: 50px;
}
.edu .sec3:before {
  min-height: 500px;
}
.edu .sec3 h2 {
  padding-top: 0;
}
.edu .sec3 h4 {
  margin-left: 5%;
  font-size: 1.3em;
}
.edu .sec3 figure {
  margin-top: 5%;
  margin-bottom: 1%;
  margin-left: 0;
  width: 32%;
}
.edu .sec3 .btn {
  position: relative;
}
.edu .sec3 .btn a {
  float: none;
  margin-left: 5%;
}
.edu .sec4 h2 {
  width: 95%;
  margin-left: 0;
  padding-top: 0;
}
.edu .sec4 figure {
  width: 75%;
}

/* jp */
.displayarea {
  padding-bottom: 5%;
}
.displayarea time {
  font-size: 1.2em;
  font-weight: bolder;
  color: #eb6100;
  display: block;
}
.displayarea:nth-child(odd) {
  background: #e9e8e8;
}
.displayarea .album ul {
  margin: 0;
  padding: 0;
}
.displayarea .album ul li {
  list-style-type: none;
  display: inline-block;
  width: 30%;
  margin-right: 1%;
}
.displayarea .album ul li img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  margin-left: 0;
}
.displayarea a {
  background: #4badc4;
  border: 1px solid #999896;
  color: white;
  padding: 0.8% 3.5%;
  margin: 1% 0;
  font-size: 1.2em;
  display: inline-block;
}

.display .items {
  zoom: 1;
  margin-top: 1%;
}
.display .items:before {
  content: "";
  display: table;
}
.display .items:after {
  content: "";
  display: table;
  clear: both;
}
.display .items img {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  margin-right: 2%;
  width: 35%;
}

/* video */
.video-container {
  zoom: 1;
  padding-bottom: 3%;
  border-bottom: 1px dotted #c7c7c7;
}
.video-container:before {
  content: "";
  display: table;
}
.video-container:after {
  content: "";
  display: table;
  clear: both;
}

.video {
  width: 60%;
  float: left;
}
.video embed {
  width: 95%;
  height: 480px;
  border: 3px solid black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3%;
}

.videoinfo {
  width: 35%;
  float: right;
  margin-right: 5%;
}
.videoinfo h3 {
  font-size: 1.5em;
}

.videolist {
  margin-top: 2%;
}
.videolist li {
  list-style-type: none;
}
.videolist li a {
  color: black;
  text-decoration: none;
}
.videolist li h5 {
  margin: 0;
  text-align: center;
  line-height: 1.5em;
}

/* news */
.news {
  padding-bottom: 5%;
}

.newsitem {
  position: relative;
  border-bottom: 1px dashed #a82016;
  padding-bottom: 2%;
  padding-top: 1%;
}
.newsitem h3 {
  color: #a82016;
  margin: 1%;
  font-size: 1.4em;
}
.newsitem h3 time {
  color: #8f8f8f;
  padding-right: 1%;
  font-size: 0.8em;
}
.newsitem a {
  position: absolute;
  background: #a82016;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0.3% 1%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  bottom: -10%;
  right: 0;
}
.newsitem p {
  height: 80px;
  overflow: hidden;
}

/* speech */
.note li {
  list-style-type: square;
}

.btn {
  zoom: 1;
  padding-right: 1%;
}
.btn:before {
  content: "";
  display: table;
}
.btn:after {
  content: "";
  display: table;
  clear: both;
}
.btn h3 {
  margin: 0;
  float: left;
  color: #e94e06;
  font-size: 2em;
  padding-top: 1%;
}
.btn a {
  background: #4badc4;
  border: 1px solid #999896;
  color: white;
  padding: 0.8% 2%;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  float: right;
  margin-left: 1%;
}
.btn a:hover {
  -moz-box-shadow: 2px 2px 20px #413e3c;
  -webkit-box-shadow: 2px 2px 20px #413e3c;
  box-shadow: 2px 2px 20px #413e3c;
}

.schedule {
  zoom: 1;
}
.schedule:before {
  content: "";
  display: table;
}
.schedule:after {
  content: "";
  display: table;
  clear: both;
}

.author {
  zoom: 1;
  border: 2px solid #eb6100;
  width: 48%;
  margin: 2% 2% 2% 0;
  float: left;
  min-height: 500px;
}
.author:before {
  content: "";
  display: table;
}
.author:after {
  content: "";
  display: table;
  clear: both;
}
.author:nth-child(odd) {
  margin-right: 0;
}
.author:hover {
  -moz-box-shadow: 1px 1px 10px #413e3c;
  -webkit-box-shadow: 1px 1px 10px #413e3c;
  box-shadow: 1px 1px 10px #413e3c;
}
.author .time {
  background: #e5e5e5;
  zoom: 1;
}
.author .time:before {
  content: "";
  display: table;
}
.author .time:after {
  content: "";
  display: table;
  clear: both;
}
.author .time .date {
  float: left;
  width: 15%;
  background: #eb6100;
  padding: 4% 1% 3.5% 2%;
  color: white;
  font-size: 1.2em;
}
.author .time .date > span {
  display: block;
}
.author .time .date .day {
  padding-left: 25%;
  font-size: 2em;
}
.author .time .main {
  float: left;
  font-size: 1.5em;
  line-height: 1em;
  color: #eb6100;
  padding-top: 2%;
  padding-left: 2%;
  width: 75%;
}
.author .time .main h5 {
  margin: 0;
}
.author .detail {
  width: 96%;
  margin: 0 auto 2% auto;
  zoom: 1;
}
.author .detail:before {
  content: "";
  display: table;
}
.author .detail:after {
  content: "";
  display: table;
  clear: both;
}
.author .detail img {
  margin: 4% 2% 2% 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 50%;
  float: left;
}
.author .detail h2 {
  margin: 0.8em 0 0.8em 0;
  font-size: 1.8em;
}
.author .detail h3 {
  font-size: 1.2em;
  margin: 0;
}

/* edulist */
.edulist .main h3 {
  font-size: 2em;
}
.edulist .site {
  margin-top: 0;
}

.edudate {
  zoom: 1;
  margin: 2% 0 8% 0;
}
.edudate:before {
  content: "";
  display: table;
}
.edudate:after {
  content: "";
  display: table;
  clear: both;
}
.edudate .date {
  zoom: 1;
  position: relative;
  margin: 0 2em 0 0;
  width: 140px;
  float: left;
  border-right: 4px solid #a82016;
  line-height: 35px;
  padding-top: 35px;
}
.edudate .date:before {
  content: "";
  display: table;
}
.edudate .date:after {
  content: "";
  display: table;
  clear: both;
}
.edudate .date span {
  display: inline-block;
}
.edudate .year {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: right;
  color: #a82016;
  position: relative;
  left: 32px;
  top: -30px;
}
.edudate .month {
  position: absolute;
  top: 108px;
  left: 144px;
  padding: 0.4em 6px;
  line-height: 100%;
  font-size: 1em;
  background: #a82016;
  color: white;
}
.edudate .day {
  font-size: 7em;
  color: #a82016;
}
.edudate .week {
  position: absolute;
  top: 0;
  left: 70px;
  font-weight: bolder;
  font-size: 1.2em;
}
.edudate .team1, .edudate .team2, .edudate .storyteam {
  width: 38%;
  margin-left: 2%;
  float: left;
}
.edudate .team1 p, .edudate .team2 p, .edudate .storyteam p {
  width: 90%;
  margin: 0 auto;
  line-height: 2em;
  border-bottom: 1px #979696 dotted;
  position: relative;
  padding-bottom: 1%;
  margin-bottom: 3%;
}
.edudate .team1 p .edudetail, .edudate .team2 p .edudetail, .edudate .storyteam p .edudetail {
  position: absolute;
  bottom: 3px;
  right: 5%;
  background: #2196f3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding: 0 3%;
}
.edudate .team1 p .edudetail:hover, .edudate .team2 p .edudetail:hover, .edudate .storyteam p .edudetail:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.edudate .team1 p .edudetail a, .edudate .team2 p .edudetail a, .edudate .storyteam p .edudetail a {
  color: white;
}
.edudate .team1 time, .edudate .team2 time, .edudate .storyteam time {
  text-align: left;
  display: block;
  font-size: 1.5em;
  line-height: 1em;
  margin-left: 4%;
  color: #ea4b08;
}

.schoolpage figure {
  zoom: 1;
}
.schoolpage figure:before {
  content: "";
  display: table;
}
.schoolpage figure:after {
  content: "";
  display: table;
  clear: both;
}
.schoolpage figure img {
  width: 47%;
  float: left;
  margin: 1%;
}
.schoolpage p {
  width: 100%;
}

.op {
  opacity: 0;
}

.schoolnote {
  color: red;
  font-size: 1.1em;
  text-align: center;
}

/* media query */
@media all and (min-width: 1280px) {
  body {
    font-size: 18px;
  }

  header h1 {
    width: 30%;
    margin-left: 0;
  }
  header h1 img {
    width: 100%;
    margin-top: 5%;
  }

  nav {
    width: 70%;
  }

  article {
    background: url(../images/footer1.png) no-repeat, url(../images/footer2.png) no-repeat;
    background-position: left bottom, right bottom;
  }

  .title {
    margin: 0 6%;
  }
  .title .mainE {
    width: 250px;
  }
  .title .site {
    width: 78%;
  }
  .title .siteE {
    width: 75%;
  }

  .con {
    width: 85%;
    margin: auto;
  }
  .con figure img {
    width: auto;
  }

  footer h2 {
    width: 30%;
  }
  footer h2 img {
    width: auto;
  }
  footer table {
    width: 66%;
  }
  footer table tr td:first-child {
    width: 120px;
  }
  footer .social {
    bottom: 27%;
    left: 2%;
  }

  footer.enfooter .social {
    bottom: 40%;
    top: auto;
  }

  figure.fair img {
    width: 100%;
    margin-left: 0;
  }

  .context {
    width: 80%;
  }

  .sec1 p {
    width: 60%;
    margin-left: 40%;
  }
  .sec1 figure {
    width: 30%;
    left: 10%;
    top: 32%;
  }
  .sec1 iframe {
    margin-top: 1%;
    height: 340px;
  }

  .sec2 h2 {
    width: 65%;
    padding-top: 50px;
  }
  .sec2 p {
    width: 64%;
  }
  .sec2 figure {
    margin-left: 0;
  }
  .sec2 a {
    right: 32%;
  }
  .sec2 a:last-child {
    right: 15%;
  }

  .sec3 {
    min-height: 900px;
  }
  .sec3:before {
    min-height: 900px;
  }
  .sec3 figure {
    width: 45%;
    top: 10%;
    right: 0;
  }
  .sec3 iframe {
    width: 50%;
    height: 400px;
    margin-left: 0;
    margin-top: 1%;
  }

  .sec4 h2 {
    padding-top: 80px;
  }

  .sec5 figure {
    width: 32%;
    right: 15%;
    top: 24%;
  }
  .sec5 ul.storydate li {
    width: 78px;
    padding-left: 10px;
  }
  .sec5 ul.storydate li em {
    padding-bottom: 10px;
  }

  .newsitem {
    padding-bottom: 1%;
  }
  .newsitem p {
    height: 90px;
    overflow: hidden;
  }

  .author .time .date .day {
    font-size: 2.2em;
    padding-left: 22%;
  }
  .author .time .main {
    font-size: 1.8em;
  }

  .veg .sec1 figure {
    width: 18%;
    left: 10%;
  }
  .veg .sec2 a {
    left: 10%;
  }
  .veg .sec3 figure {
    margin: 5% 0;
  }

  .display {
    zoom: 1;
  }
  .display:before {
    content: "";
    display: table;
  }
  .display:after {
    content: "";
    display: table;
    clear: both;
  }
  .display .items {
    zoom: 1;
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .display .items:before {
    content: "";
    display: table;
  }
  .display .items:after {
    content: "";
    display: table;
    clear: both;
  }
  .display .items img {
    margin-left: 2%;
    width: 55%;
  }
  .display .items h3 {
    margin: 0;
    font-size: 1.3em;
  }

  .edu .sec1 {
    min-height: 1000px;
  }
  .edu .sec1:before {
    min-height: 1000px;
  }
  .edu .sec1 p {
    width: 50%;
    margin-left: 0;
  }
  .edu .sec3 {
    min-height: 700px;
  }
  .edu .sec3:before {
    min-height: 700px;
  }
  .edu .sec3 h2 {
    padding-top: 0;
  }
  .edu .sec3 figure {
    width: 35%;
    top: 25%;
    right: 3%;
  }
  .edu .sec2 a {
    right: 45%;
  }

  .sec6 .booklist li {
    width: 30%;
  }
}
@media all and (min-width: 1680px) {
  header h1 {
    width: 20%;
    margin-left: 10%;
  }
  header h1 img {
    width: 100%;
    margin-top: 3%;
  }

  nav {
    width: 65%;
    float: left;
  }

  .title {
    margin: 0 6%;
  }
  .title .main {
    width: 220px;
  }
  .title .mainE {
    width: 320px;
  }
  .title .site {
    width: 80%;
  }
  .title .siteE {
    width: 75%;
  }

  .con {
    width: 80%;
    margin: 0 auto;
  }

  footer h2 {
    width: 20%;
    margin-top: 3%;
  }
  footer table {
    width: 73%;
  }
  footer table tr td:first-child {
    width: 120px;
  }
  footer .social {
    left: 2%;
    bottom: 18%;
  }

  footer.enfooter .social {
    bottom: 32%;
    top: auto;
  }

  .sec1 figure {
    width: 22%;
    left: 12%;
    top: 34%;
  }
  .sec1 h4 {
    margin-left: 2%;
    margin-bottom: 0;
    margin-top: 1%;
  }
  .sec1 p {
    width: 62%;
    margin-left: 33%;
  }
  .sec1 iframe {
    width: 70%;
    height: 350px;
  }

  .sec1E figure {
    top: 28%;
  }

  .sec2 h2 {
    width: 60%;
    padding-top: 50px;
  }
  .sec2 p {
    width: 60%;
  }
  .sec2 figure {
    margin-left: 8%;
    margin-top: 2%;
  }
  .sec2 a {
    right: 33%;
  }
  .sec2 a:last-child {
    right: 18%;
  }

  .sec3 p, .sec3 h2 {
    margin-left: 5%;
    width: 55%;
  }
  .sec3 figure {
    right: 2%;
    top: 25%;
    width: 35%;
  }
  .sec3 iframe {
    width: 42%;
    height: 430px;
    margin-left: 4%;
    margin-top: 1%;
  }

  .sec4 h2 {
    width: 60%;
    padding-top: 100px;
  }
  .sec4 p {
    width: 60%;
  }
  .sec4 figure {
    margin-right: 5%;
    margin-top: 3%;
  }
  .sec4 iframe {
    width: 50%;
    height: 400px;
  }
  .sec4 a {
    margin-left: 0;
  }

  .sec5 figure {
    width: 35%;
    right: 12%;
    top: 250px;
  }
  .sec5 ul.storydate li {
    width: 78px;
    padding-left: 10px;
  }
  .sec5 ul.storydate li em {
    padding-bottom: 10px;
  }
  .sec5 .storydetail .time {
    zoom: 1;
    border-right: 1px solid #333333;
    padding: 0 1.5%;
  }
  .sec5 .storydetail .time:before {
    content: "";
    display: table;
  }
  .sec5 .storydetail .time:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec5 .storydetail .time1 {
    padding-left: 0;
  }
  .sec5 .storydetail .time4 {
    border-right: none;
  }
  .sec5 .storydetail .team {
    zoom: 1;
  }
  .sec5 .storydetail .team:before {
    content: "";
    display: table;
  }
  .sec5 .storydetail .team:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec5 .storydetail .team .team1, .sec5 .storydetail .team .team2 {
    width: 48%;
    padding-left: 4%;
    float: left;
  }
  .sec5 .storydetail .team .team1 {
    padding-left: 0;
  }

  .sec5E figure {
    top: 15%;
  }

  .scrollup {
    bottom: 50px;
    right: 100px;
  }

  .author .time .date .day {
    font-size: 3em;
  }

  .veg .sec1 figure {
    width: 15%;
    top: 15%;
    left: 15%;
  }
  .veg .sec2 figure, .veg .sec4 figure {
    margin: 8% 0;
  }
  .veg .sec3 figure {
    margin: 2% 0;
  }

  .edu .sec2 figure {
    margin-top: 5%;
  }
  .edu .sec2 a {
    right: 48%;
  }
  .edu .sec3 {
    min-height: 700px;
  }
  .edu .sec3:before {
    min-height: 700px;
  }
  .edu .sec3 h2 {
    padding-top: 80px;
  }
  .edu .sec3 figure {
    width: 30%;
    top: 20%;
    right: 10%;
  }

  .secE .p1 figure, .secE .p2 figure {
    width: 20%;
  }
  .secE .p1 p, .secE .p2 p {
    width: 75%;
  }
}
@media all and (max-width: 960px) {
  header h1 {
    width: 50%;
  }
  header h1 img {
    margin-top: 2%;
  }

  nav {
    display: none;
    width: 100%;
  }

  .toggle {
    display: block;
    float: right;
    background: #d8540a;
    padding: 10px 15px;
    margin-top: 10px;
    margin-right: 20px;
    color: white;
  }

  .nav ul {
    margin: 0;
    padding: 0;
  }
  .nav ul li {
    float: none;
    width: 100%;
    background: #fd6100;
  }
  .nav ul li em {
    display: inline;
  }
  .nav ul li a {
    height: 20px;
    padding: 10px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav ul li:hover ul {
    position: relative;
    display: block;
    background: transparent;
  }
  .nav ul li:hover ul li {
    background: transparent;
  }
  .nav ul li:hover ul li a {
    padding-left: 30px;
  }

  article {
    background: url(../images/footer1m.png) no-repeat, url(../images/footer2m.png) no-repeat;
    background-position: left bottom, right bottom;
  }

  .title {
    margin-left: 1.5%;
  }
  .title .main {
    width: 160px;
  }
  .title .main h5 {
    font-size: 1.2em;
    color: #676665;
  }
  .title .main h3 {
    color: #eb6100;
    font-size: 2.5em;
    line-height: 1em;
  }
  .title .mainE {
    width: 200px;
  }
  .title .site {
    width: 73%;
    margin-top: 0;
  }
  .title .siteE {
    width: 70%;
  }

  .con {
    width: 90%;
    margin: 0 auto;
  }
  .con h4 img {
    width: 50%;
  }

  .video, .videoinfo {
    width: 95%;
    float: none;
    margin: auto;
  }

  .author .time .date .day {
    font-size: 1.5em;
  }
  .author .time .main {
    font-size: 1.5em;
  }

  .sec2 a {
    right: 32%;
  }

  .sec4 a:nth-child(6) {
    margin-left: 35%;
  }

  .edu .sec4 h4 {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  header {
    height: 60px;
  }
  header h1 {
    width: 70%;
  }
  header h1 img {
    width: 80%;
    margin-top: 0;
  }

  .title {
    margin-left: 1%;
  }
  .title .main {
    width: 160px;
  }
  .title .mainE {
    width: 230px;
  }
  .title .site {
    width: 65%;
    margin-top: 5px;
  }
  .title .siteE {
    width: 60%;
  }

  .con h4 img {
    width: 60%;
  }

  article {
    background: url(../images/footer1m.png) no-repeat;
    background-position: left bottom;
    padding-bottom: 20%;
  }

  footer h2, footer table {
    float: none;
    margin: 0 auto;
  }
  footer h2 {
    width: 90%;
  }
  footer h2 img {
    width: 40%;
  }
  footer table {
    width: 90%;
    font-size: 1em;
  }
  footer .social {
    position: absolute;
    bottom: 0;
    left: 40%;
  }

  footer.enfooter .social {
    bottom: 0;
    top: auto;
  }

  .context h2 {
    font-size: 1.8em;
  }

  .sec1E .context {
    padding-top: 75px;
  }

  .sec1:before {
    margin-top: 40px;
  }
  .sec1 figure {
    display: none;
  }
  .sec1 p {
    width: 100%;
    margin-left: 0;
  }
  .sec1 iframe {
    height: 320px;
  }

  .sec2 a {
    right: 37%;
  }
  .sec2 a:last-child {
    right: 10%;
  }

  .sec3 {
    min-height: 900px;
  }
  .sec3:before {
    min-height: 900px;
  }
  .sec3 iframe {
    width: 90%;
  }

  .sec4 h2 {
    padding-top: 20px;
  }
  .sec4 figure {
    margin-top: 0;
    float: right;
    width: 40%;
  }
  .sec4 h2, .sec4 p, .sec4 h3 {
    margin-left: 0;
  }

  .sec5 figure {
    width: 32%;
    right: 10%;
    top: 25%;
  }
  .sec5 ul.storydate li {
    width: 58px;
    padding-left: 7px;
    background: url(../images/CalendarM.png);
    height: 60px;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .sec5 ul.storydate li em {
    padding-bottom: 0;
  }
  .sec5 ul.storydate li.on {
    background: url(../images/Calendar1M.png);
  }
  .sec5 .storydetail .time {
    width: 50%;
    padding-left: 0;
    padding-bottom: 1%;
    height: auto;
  }

  .sec5E figure {
    width: 60%;
    top: 20%;
  }

  .timetable {
    width: 80%;
    border: none;
  }
  .timetable th {
    display: none;
  }
  .timetable tr, .timetable td {
    display: block;
    text-align: left;
  }
  .timetable tr td, .timetable tr th {
    border: none;
  }

  .sec5E .timetable {
    width: 40%;
  }

  .video embed {
    height: 350px;
  }

  .btn h3, .btn a {
    float: none;
  }
  .btn h3 {
    font-size: 2em;
  }
  .btn a {
    margin-left: 0;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2% 8%;
    margin-right: 3%;
  }

  .author {
    width: 100%;
  }
  .author .detail img {
    width: 40%;
  }
  .author .time .date .day {
    font-size: 2.5em;
  }
  .author .time .main {
    font-size: 1.5em;
  }

  .scrollup {
    bottom: 50px;
    left: 600px;
  }

  .veg .sec2 figure, .veg .sec4 figure {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .veg .sec2 p, .veg .sec2 h2, .veg .sec4 p, .veg .sec4 h2 {
    width: 95%;
  }
  .veg .sec3 {
    min-height: 1100px;
  }
  .veg .sec3:before {
    min-height: 1100px;
  }
  .veg .sec3 figure {
    width: 90%;
    top: 45%;
  }
  .veg .sec3 p, .veg .sec3 h2, .veg .sec3 h4 {
    width: 95%;
    margin-left: 0;
  }

  .enveg .sec3 {
    min-height: 1200px;
  }
  .enveg .sec3:before {
    min-height: 1200px;
  }
  .enveg .sec3 figure {
    width: 90%;
    top: 57%;
  }

  .edu .sec3 {
    min-height: 550px;
  }
  .edu .sec3:before {
    min-height: 550px;
  }
  .edu .sec3 figure {
    margin-top: 15%;
    width: 40%;
  }
  .edu .sec3 figure figcaption {
    display: none;
  }
  .edu .sec3 h4 {
    margin: 0;
    width: 55%;
  }
  .edu .sec3 .btn a {
    margin-left: 0;
  }
  .edu .sec2 a {
    right: 42%;
  }
  .edu .sec4 figure {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .edudate .date {
    float: none;
    border-right: none;
    border-bottom: 4px solid #a82016;
    width: 100%;
  }
  .edudate .year {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    float: left;
    left: 0;
  }
  .edudate .month {
    top: 73px;
    left: 0;
  }
  .edudate .day {
    padding-left: 10px;
  }
  .edudate .week {
    top: 73px;
    left: 190px;
  }
  .edudate .team1, .edudate .team2 {
    float: none;
    width: 100%;
    margin-top: 2%;
  }

  .schoolpage figure img {
    width: 98%;
    float: none;
    margin: 1%;
  }
}
@media all and (max-width: 480px) {
  header h1 {
    width: 70%;
  }
  header h1 img {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  article {
    background: url(../images/footer1s.png) no-repeat;
    background-position: left 100.1%;
    padding-bottom: 30%;
  }

  .title {
    margin-left: 0.5%;
  }
  .title .main {
    width: 110px;
  }
  .title .main h5 {
    font-size: 0.8em;
    color: #676665;
  }
  .title .main h3 {
    color: #eb6100;
    font-size: 1.6em;
    line-height: 1em;
  }
  .title .mainE {
    width: 156px;
  }
  .title .site {
    width: 59%;
    margin-top: -5px;
  }
  .title .siteE {
    width: 50%;
  }

  .con {
    width: 90%;
    margin: 0 auto;
  }
  .con h4 img {
    width: 85%;
  }
  .con figure img {
    width: 100%;
  }

  .conE h4 img {
    width: 100%;
  }

  footer {
    padding-bottom: 50px;
  }
  footer h2 {
    width: 90%;
  }
  footer h2 img {
    width: 60%;
  }
  footer .social {
    bottom: 0;
    left: 3%;
  }

  .context {
    padding-top: 50px;
  }
  .context h2, .context h4, .context p {
    width: 98%;
    margin: 0 1%;
  }
  .context h2 {
    margin: 5% 0;
    padding-bottom: 0;
    font-size: 1.4em;
  }
  .context p {
    margin-bottom: 5%;
  }
  .context h4 {
    margin-bottom: 2%;
    font-size: 1.2em;
  }
  .context h4 em {
    font-size: 0.8em;
    display: block;
    padding-left: 0;
  }

  .scrollup {
    bottom: 50px;
    left: 300px;
  }

  .sec2 {
    padding-bottom: 15%;
  }
  .sec2 figure {
    width: 30%;
    margin-top: 10%;
  }
  .sec2 a {
    right: 55%;
  }
  .sec2 a:last-child {
    right: 5%;
  }

  .sec3 {
    min-height: 650px;
  }
  .sec3:before {
    min-height: 650px;
  }
  .sec3 h2 {
    padding-top: 100px;
  }
  .sec3 figure {
    display: none;
  }
  .sec3 iframe {
    height: 250px;
  }

  .sec4 p {
    padding-top: 2%;
  }
  .sec4 figure {
    float: none;
    width: 70%;
    margin-top: 20%;
  }
  .sec4 a:nth-child(6) {
    margin-left: 0;
  }

  .sec5 {
    min-height: 1350px;
  }
  .sec5:before {
    min-height: 1350px;
  }
  .sec5 figure {
    width: 100%;
    position: relative;
    margin-left: 10%;
    padding-top: 25%;
  }
  .sec5 table, .sec5 h2 {
    width: 100%;
  }
  .sec5 h2 {
    padding-top: 0;
  }
  .sec5 ul.storydate li:nth-child(6) {
    margin-left: 0;
  }

  .sec7 .bookalbum {
    width: 100%;
  }

  .timetable {
    border: 1px solid #aaaaaa;
  }
  .timetable tr {
    border-bottom: 1px solid #aaaaaa;
  }
  .timetable td:before {
    content: attr(data-title);
    font-weight: bolder;
  }

  figure.fair img {
    width: 130%;
    margin-left: -20%;
  }

  .right {
    text-align: left;
  }

  .newsitem {
    padding-bottom: 5%;
  }
  .newsitem h3 {
    font-size: 1.2em;
  }
  .newsitem time {
    display: block;
  }
  .newsitem p {
    font-size: 1em;
    height: 75px;
  }
  .newsitem a {
    font-size: 0.9em;
    padding: 0.5% 1.5%;
    bottom: -8%;
  }

  .video embed {
    height: 250px;
  }

  .btn h3, .btn a {
    float: none;
  }
  .btn h3 {
    font-size: 2em;
  }
  .btn a {
    margin-left: 0;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2% 8%;
    margin-right: 3%;
  }

  .author {
    width: 100%;
  }
  .author .detail img {
    width: 90%;
    margin: 4% auto;
    float: none;
  }
  .author .time .date .day {
    font-size: 1.6em;
    padding-left: 15%;
  }
  .author .time .main {
    font-size: 1.5em;
  }

  .veg .sec1 {
    min-height: 300px;
  }
  .veg .sec1:before {
    min-height: 300px;
  }
  .veg .sec1 h2, .veg .sec1 p {
    width: 95%;
    margin-left: 0;
  }
  .veg .sec1 figure {
    display: none;
  }
  .veg .sec4 {
    padding-top: 100px;
  }
  .veg .sec3 {
    min-height: 900px;
  }
  .veg .sec3:before {
    min-height: 900px;
  }
  .veg .sec3 figure {
    display: block;
    width: 90%;
    top: 65%;
  }
  .veg .sec3 p, .veg .sec3 h2 {
    width: 95%;
    margin-left: 0;
  }

  .enveg .sec3 {
    min-height: 1200px;
  }
  .enveg .sec3:before {
    min-height: 1200px;
  }
  .enveg .sec3 figure {
    width: 90%;
    top: auto;
    bottom: -5%;
  }

  .display .items img {
    width: 100%;
    float: none;
  }

  .displayarea .album ul li {
    display: block;
    width: 90%;
  }

  .edu .sec1 {
    min-height: 1100px;
  }
  .edu .sec1:before {
    min-height: 1100px;
  }
  .edu .sec2 figure {
    margin-top: 50px;
    width: 100%;
    float: none;
  }
  .edu .sec2 h2, .edu .sec2 p, .edu .sec2 h4, .edu .sec2 ol {
    width: 100%;
    margin-left: 0;
  }
  .edu .sec2 a {
    right: auto;
    left: 5%;
  }
  .edu .sec3 {
    min-height: 750px;
  }
  .edu .sec3:before {
    min-height: 750px;
  }
  .edu .sec3 figure {
    display: block;
    width: 100%;
    float: none;
    position: relative;
    padding-top: 50px;
  }
  .edu .sec4 figure {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .sec6 .booklist li {
    width: 100%;
  }

  .secE .p1 figure, .secE .p2 figure, .secE .p3 figure {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .secE .p1 p, .secE .p2 p, .secE .p3 p {
    width: 100%;
  }

  .sec5E {
    min-height: 1200px;
  }
  .sec5E:before {
    min-height: 1200px;
  }
  .sec5E .timetable {
    width: 100%;
  }
  .sec5E figure {
    display: block;
  }
}
