.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.lbox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

img.img-responsive {
  width: 100%;
  height: auto;
}

.flex-container {
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
}

#header {
  background: #9DC55D;
  padding-top: 10px;
  overflow: hidden;
  font-weight: normal !important;
}
#header a {
  text-decoration: none !important;
}
#header #logo {
  float: left;
}
#header #glovalNav {
  float: right;
}
#header #glovalNav ul {
  overflow: hidden;
}
#header #glovalNav ul li {
  float: left;
  width: 76px;
  height: 66px;
  text-align: center;
  line-height: 1.4;
}
#header #glovalNav ul li a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none !important;
}
#header #glovalNav ul li a:hover {
  opacity: 0.6;
}
#header #headerBottom {
  background: #7E9A45;
  font-size: 14px;
  padding: 5px 0 0 0;
}
#header #headerBottom p {
  color: #FFF;
  float: left;
}
#header #headerBottom ul {
  float: right;
  overflow: hidden;
}
#header #headerBottom ul li {
  float: left;
}
#header #headerBottom ul li:after {
  content: "|";
  padding: 0 5px;
  color: #3E3A39;
}
#header #headerBottom ul li a {
  color: #3E3A39;
}

#slider {
  background: #FFF;
  width: 100%;
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slideWrap {
  position: relative;
}
.slideWrap .hiddenStyle {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  color: #FFF;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slideWrap .hiddenStyle:hover {
  opacity: 1;
}
.slideWrap .hiddenStyle .txtWrap {
  position: absolute;
  bottom: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.slideWrap .hiddenStyle .txtWrap .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.slideWrap .hiddenStyle .txtWrap .txt {
  font-size: 80%;
}

#subNav {
  background: #fff;
  position: relative;
  z-index: 1000;
  font-weight: bold;
}
#subNav a {
  text-decoration: none !important;
}

#searchBox {
  background: #DBDCDC;
  padding: 20px;
}
#searchBox ul {
  text-align: center;
  color: #475B14;
}
#searchBox ul li {
  display: inline-block;
}
#searchBox ul li i {
  color: #fff !important;
  font-size: 160%;
  margin-right: 5px;
}
#searchBox input, #searchBox select {
  height: 35px;
  line-height: 35px;
}
#searchBox input[type="submit"] {
  padding: 0 20px;
  background: #7E9A45;
  color: #fff;
  border: none;
}

#wrapper {
  background: #FFF;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}
#wrapper #contWrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  overflow: hidden;
}
#wrapper #mainContents {
  width: 835px;
  float: right;
  position: relative;
  z-index: 0;
}
#wrapper #mainContents section {
  overflow: hidden;
  margin-bottom: 30px;
}
#wrapper #sideContents {
  width: 300px;
  float: left;
  position: relative;
  z-index: 0;
}
#wrapper #sideContents a {
  text-decoration: none !important;
}
#wrapper #sideContents .sideSec {
  overflow: hidden;
  margin-bottom: 20px;
}
#wrapper #sideContents #calendar {
  border: #7E9A45 2px solid;
}
#wrapper #sideContents #calendar .ttl {
  text-align: center;
  background: #7E9A45;
  color: #fff;
  padding: 10px 0;
}
#wrapper #sideContents #calendar .calendarWrap {
  padding: 10px;
}
#wrapper #sideContents #calendar .calendarWrap .month {
  background: #69A773;
  text-align: center;
  color: #fff;
}
#wrapper #sideContents #calendar .calendarWrap table {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-bottom: #69A773 3px solid;
}
#wrapper #sideContents #calendar .calendarWrap table th {
  background: #97CD80;
  text-align: center;
  border: #D3D3D3 1px solid;
}
#wrapper #sideContents #calendar .calendarWrap table th:nth-child(1) {
  color: red;
}
#wrapper #sideContents #calendar .calendarWrap table th:nth-child(7) {
  color: blue;
}
#wrapper #sideContents #calendar .calendarWrap table td {
  padding: 5px 0;
  border: #D3D3D3 1px solid;
}
#wrapper #sideContents #calendar .calendarWrap table td.holiday {
  background: #F5E896;
}
#wrapper #sideContents #check {
  background: #F8F0C1;
}
#wrapper #sideContents .bn li {
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
#wrapper #sideContents .bn li:hover {
  opacity: 0.6;
}
#wrapper #sideContents .bn li img {
  width: 100%;
  height: auto;
}
#wrapper #sideContents #acMenu dt {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
#wrapper #sideContents #acMenu dd {
  display: none;
}
#wrapper #sideContents #acMenu dd dd {
  display: block;
}
#wrapper #sideContents #acMenu dd:nth-child(2) {
  display: block;
}
#wrapper #sideContents dt.ttl {
  background: #7E9A45;
}
#wrapper #sideContents dt.ttl.active, #wrapper #sideContents dt.ttl:hover {
  background: #475B14;
}
#wrapper #sideContents dt.ttl a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}
#wrapper #sideContents dt.ttl a span {
  background: url("../images/common/icon_side02.png") right 50% no-repeat;
  display: block;
}
#wrapper #sideContents dt.ttl.top {
  color: #fff;
  padding: 10px 20px;
  background: url("../images/common/icon_side01.png") right bottom no-repeat #7E9A45;
}
#wrapper #sideContents dt.ttl.top.active, #wrapper #sideContents dt.ttl.top:hover {
  color: #fff;
  padding: 10px 20px;
  background-color: #475B14;
}
#wrapper #sideContents .dlChild {
  padding: 20px;
  background: #F3F3F3;
}
#wrapper #sideContents .dlChild dt {
  background: url("../images/common/icon_side03.png") no-repeat;
  text-indent: 30px;
  margin-bottom: 10px;
}
#wrapper #sideContents .dlChild dd {
  text-indent: 40px;
  margin-bottom: 10px;
}
#wrapper #sideContents .dlChild dd:before {
  content: ">";
}
#wrapper #sideContents .dlChild a {
  color: #3E3A39;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
#wrapper #sideContents .dlChild a:hover {
  color: #7E9A45;
}

#toTop {
  background: #FFF;
  text-align: right;
}

#footer {
  background: #DBDCDC;
  overflow: hidden;
  border-top: 10px solid #4A812B;
  padding-top: 40px;
  font-size: 90%;
  font-weight: bold;
}
#footer a {
  text-decoration: none !important;
}
#footer .linkWrap {
  overflow: hidden;
  width: 25%;
  float: left;
  padding: 10px;
}
#footer .linkWrap dl {
  margin-bottom: 20px;
}
#footer .linkWrap dl.top dt {
  background: #4A812B;
}
#footer .linkWrap dt {
  background: #3E3A39;
  margin-bottom: 10px;
}
#footer .linkWrap dt a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
#footer .linkWrap dd {
  padding-left: 20px;
  font-size: 90%;
  margin-bottom: 5px;
}
#footer .linkWrap dd a {
  display: block;
  color: #333;
}
#footer .linkWrap dd a:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}
#footer #copy {
  text-align: center;
  font-size: 80%;
  background: #475B14;
  color: #fff;
}

#check a:hover {
  opacity: 0.6;
}
