/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(layout.css);
#Photos {
  width: 100%;
  position: relative;
}
#Photos .item {
  display: inline;
  left: 0px;
  top: 0px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#Photos .item:hover {
  z-index: 2;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.login-note {
  float: left;
  width: 315px;
  height: 101px;
  background-color: #f1fcdb;
  text-align: center;
  padding: 22px 0;
  border: 1px dashed #73bf45;
  margin-right: 40px;
}

.form {
  width: 285px;
  float: left;
  padding-top: 15px;
  margin-bottom: 10px;
}
.form .login li, .form .captcha li {
  margin-bottom: 12px;
}
.form .login li label, .form .captcha li label {
  width: 60px;
  text-align: right;
  display: inline-block;
  padding-right: 5px;
}
.form .login li input, .form .captcha li input {
  width: 210px;
}
.form .captcha li {
  padding-top: 15px;
  padding-bottom: 10px;
}
.form .btn-zone {
  width: 255px;
  padding-left: 30px;
}

#News, #Contact, #Video {
  width: 96%;
  margin: 0 2%;
}

.news-con {
  width: 100%;
  padding: 0 0 10px;
  background: none;
}
.news-con a {
  text-decoration: underline;
}
.news-con li {
  height: auto;
  padding: 15px 8px 10px;
  border-top: none;
  border-bottom: 1px solid #ffcc00;
  position: relative;
}
.news-con li span {
  display: inline-block;
}
.news-con li .category {
  margin-bottom: 0;
  padding-right: 7px;
  font-size: 14px;
}
.news-con li .circle {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.news-con li .icon-new {
  color: #FFF;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ed524a;
  font-size: 9.8px;
  padding: 0 5px;
  margin-left: 5px;
}
.news-con li .arrow {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  left: auto;
  right: 10px;
  background: url(../images/arrow.png) no-repeat right top;
}
.news-con li .active {
  background-position: right bottom;
}
.news-con li .heading {
  cursor: pointer;
  margin-bottom: 5px;
}
.news-con li .contents {
  background-color: #fef4cd;
  -moz-box-shadow: #c6b058 0 2px 0 0 inset;
  -webkit-box-shadow: #c6b058 0 2px 0 0 inset;
  box-shadow: #c6b058 0 2px 0 0 inset;
  border-top: 1px dashed #ffcc00;
  padding: 8px 13px 10px;
  line-height: 180%;
  text-align: justify;
  display: none;
}
.news-con li .date {
  position: absolute;
  color: #ccc;
  top: 15px;
  left: auto;
  right: 30px;
}

.signature {
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
.signature span {
  width: 80px;
  height: 35px;
  display: inline-block;
  padding-top: 5px;
  background: url(../images/items.png) no-repeat -60px -240px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.founder {
  background-color: #fef4cd;
  color: #000;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 15px 2%;
  border: 1px double #ffcc00;
}
.founder .signature span {
  height: 25px;
  width: 60px;
  background: url(../images/items.png) no-repeat 0 -240px;
}

#History {
  width: 95%;
  margin: 0 auto;
}
#History ol {
  display: table;
}
#History ol li {
  display: table-row;
}
#History ol li > * {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  border-top: 1px dashed #ffcc00;
  padding: 15px 5px;
}
#History ol li .year-wrapper {
  width: 60px;
  text-align: center;
}
#History ol li .contents {
  display: table-cell;
  line-height: 140%;
}
#History ol li .year {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 10px;
  -moz-border-radius: 48%;
  -webkit-border-radius: 48%;
  border-radius: 48%;
  font-size: 19.6px;
  color: white;
  font-weight: bolder;
  background-color: #00a651;
}
#History ol li:nth-child(even) .year {
  background-color: #90c73e;
}
#History ol li:first-child > * {
  border: none;
}

#Contact {
  padding-top: 15px;
}
#Contact .title {
  width: 18px;
  line-height: 105%;
  margin-right: 23px;
}
#Contact ul {
  clear: both;
  margin-left: 95px;
  margin-bottom: 30px;
}
#Contact ul li {
  height: 19px;
  line-height: 19px;
  text-indent: 25px;
  margin-bottom: 10px;
  background-image: url(../images/items.png);
  background-repeat: no-repeat;
}
#Contact ul li.tel2 {
  background-position: -350px 0;
}
#Contact ul li.fax {
  background-position: -350px -30px;
}
#Contact ul li.mail {
  background-position: -350px -60px;
}

#Contact ul li.fb {
  background-position: -350px -90px;
}

.g-map {
  width: 540px;
  height: 360px;
  border: 1px solid #ffcc00;
  margin-bottom: 15px;
}

.contact-form {
  width: 540px;
  margin-bottom: 15px;
}
.contact-form th {
  width: 80px;
}
.contact-form td {
  padding: 5px;
}
.contact-form .btn-zone {
  width: 100%;
  text-align: center;
  padding-left: 20px;
}

.video-con {
  width: 640px;
  margin: 0 auto;
}
.video-con .wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-con .wrapper ul {
  width: 100%;
  overflow: hidden;
}
.video-con .wrapper ul li {
  margin-left: 20px;
  width: 645px;
  float: left;
  list-style: outside decimal;
}
.video-con .wrapper ul li p {
  width: 620px;
  margin-bottom: 6px;
}

.btn-zone {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.btn-zone span {
  width: 33px;
  height: 32px;
  background-image: url(../images/items.png);
  background-position: no-repeat;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  margin: 0 5px;
}
.btn-zone span#aLeft {
  background-position: -280px 0;
}
.btn-zone span#aRight {
  background-position: -315px 0;
}

#Envir, #Sitemap {
  width: 98%;
  margin: 0 auto;
}

.envir-con {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.envir-con .wrapper {
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffcc00;
}
.envir-con .wrapper ul {
  width: 100%;
  height: 465px;
  overflow: hidden;
}
.envir-con .wrapper ul li {
  float: left;
  list-style: outside none;
  position: relative;
}
.envir-con .wrapper ul li p {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 8px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 8px 10px;
  font-size: 13.16px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Sitemap .title {
  display: inline-block;
  clear: both;
}
#Sitemap ol {
  clear: both;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 30px;
}
#Sitemap ol li {
  display: inline-block;
  padding: 0 9px 5px;
  margin-right: 15px;
}

#Motif {
  width: 640px;
  margin: 0 auto;
}
#Motif > div {
  width: 94%;
  height: 151px;
  background-repeat: no-repeat;
  background-image: url(../images/motif.jpg);
  margin-bottom: 15px;
  padding: 12px 3%;
}
#Motif > div.right {
  padding-left: 36%;
}
#Motif > div h3 {
  width: 63%;
  font-size: 28px;
  padding: 0 0 10px 3px;
}
#Motif > div ol {
  padding-top: 7px;
  padding-left: 17px;
}
#Motif > div ol li {
  list-style: square;
  font-size: 14px;
  line-height: 160%;
}
#Motif > div ol li span {
  color: #361707;
}

.m01 {
  color: #80cdbc;
  background-position: 0 0px;
}
.m01 h3 {
  border-bottom: 1px solid #80cdbc;
}

.m02 {
  color: #e3549e;
  background-position: 0 -175px;
}
.m02 h3 {
  border-bottom: 1px solid #e3549e;
}

.m03 {
  color: #fcb816;
  background-position: 0 -350px;
}
.m03 h3 {
  border-bottom: 1px solid #fcb816;
}

.m04 {
  color: #97c93f;
  background-position: 0 -525px;
}
.m04 h3 {
  border-bottom: 1px solid #97c93f;
}

.m05 {
  color: #e9cd10;
  background-position: 0 -700px;
}
.m05 h3 {
  border-bottom: 1px solid #e9cd10;
}

.m06 {
  color: #46c7f0;
  background-position: 0 -875px;
}
.m06 h3 {
  border-bottom: 1px solid #46c7f0;
}

table.routine .top {
  vertical-align: top;
}
table.routine th {
  padding: 7px 8px;
}
table.routine td {
  padding: 8px 8px;
  border-top: 1px dashed #ffcc00;
  text-align: center;
}
table.routine .bg {
  background-color: rgba(255, 204, 0, 0.75);
}

.event-date {
  width: 100%;
  text-align: right;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ec008c;
}

.event-img img {
  border: 1px solid #00aeef;
  margin-right: 8px;
}
