@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.mainimg {
  padding: 0;
}


/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/

#greeting {
  margin-bottom: 95px;
}

#greeting .image {
  margin-bottom: 25px;
}


/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/

#gallery .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gallery .article {
  width: 230px;
  margin-right: 15px;
  margin-bottom: 30px;
}

#gallery .article:nth-child(3n) {
  margin-right: 0;
}

#gallery .square {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #9fad73;
  padding-top: calc(100% - 2px)
}

#gallery .square a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gallery .square img {
  max-width: 100%;
  max-height: 100%;
}

#gallery .title {
  margin-top: 15px;
  line-height: 1.4;
}

#gallery .title a {
  color: #47b4c6;
}

.btn-more {
  margin-bottom: 100px;
  text-align: right;
}

.section {
  margin-bottom: 100px;
  background: #FAFCEB;
  overflow: hidden;
  padding-bottom: 20px;
}

.section .title {
  background: #9FAD73;
  text-align: center;
  color: #fff;
  font-size: 1.428em;
  line-height: 1.75;
  padding: 4px 0 2px;
  font-weight: bold;
  margin-bottom: 20px;
}


/* .aside
-------------------------------------------- */

#content .aside {
  padding: 0 20px;
  overflow: hidden;
  /zoom: 1;
}

#content .aside dl {
  float: left;
  background: #FFFFFF;
  width: 190px;
  padding: 16px 15px;
  margin: 0 10px 0 0;
  /* height: 165px; */
  margin-bottom: 20px;
}

#content .aside dl:nth-child(3) {
  margin-right: 0;
}

#content .aside dl dt {
  margin-bottom: 10px;
}

#content .aside dl dd {
  font-size: 0.85em;
}

.section ul {
  overflow: hidden;
  padding: 0 20px;
}

.section ul li {
  display: inline-block;
}

.section ul li:first-child {
  margin-right: 15px;
}


/*-------------------------------------------------------------------
    #topics
-------------------------------------------------------------------*/

#topics {
  height: 200px;
  margin-bottom: 100px;
  line-height: 1.6;
  overflow-y: scroll;
}

#topics dl:first-child {
  border-top: 1px dotted #CCCCCC;
}

#topics dl {
  overflow: hidden;
  background: url("../image/icon01.jpg") left 10px top 17px no-repeat;
  border-bottom: 1px dotted #CCCCCC;
  padding: 9px 0 8px 33px;
}

#topics dt {
  float: left;
}

#topics dd {
  padding: 0 1em 0 117px;
}

#topics dd a {
  color: #47B4C6;
  font-weight: bold;
}