@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----------------------------------------
	INDEX
-----------------------------------------*/
#container {
  margin: 40px 0;
}
#container #news .pageNavi {
  text-align: center;
  margin: 0 0 40px;
}
#container #news .pageNavi.ft {
  padding-top: 32px;
}
#container #news .pageNavi ul li {
  display: inline;
}
#container #news .pageNavi ul li a {
  text-decoration: underline;
}
#container #news .btmNav {
  font-size: 15px;
  padding-bottom: 24px;
}
#container #news .btmNav ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
#container #news .btmNav ul li a {
  text-decoration: underline;
}
#container #news .newsDetailBox {
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#container #news .newsDetailBox .info {
  font-size: 12px;
  padding-bottom: 4px;
}
#container #news .newsDetailBox .info span {
  font-size: 10px;
  padding: 0 8px;
  border: 1px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#container #news .newsDetailBox h3 {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}
#container #news .newsDetailBox .newsCont p {
  padding-bottom: 16px;
}
#container #news .newsBox {
  border-top: 1px solid #000;
  padding: 24px 0;
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
#container #news .newsBox .newsBoxLf {
  overflow: hidden;
  width: 250px;
  height: px;
  position: relative;
  margin-right: 16px;
}
#container #news .newsBox .newsBoxLf img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#container #news .newsBox .newsBoxRt span {
  border: 1px solid #000;
  padding: 0 8px;
  font-size: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#container #news .newsBox .newsBoxRt ul li:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}
#container #news .newsBox:nth-of-type(6) {
  border-bottom: 1px solid #000;
}
#container aside {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  padding: 2px 0;
}
#container aside .archives dl {
  border-bottom: 1px solid #000;
}
#container aside #acMenu dt {
  display: block;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-top: #000 1px solid;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
#container aside #acMenu dt:after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #000;
}
#container aside #acMenu dt.close:after {
  content: "\f106";
}
#container aside #acMenu dd {
  width: 100%;
  text-align: center;
  display: none;
}
#container aside #acMenu dd ul li {
  position: relative;
  display: block;
  border-top: 1px dashed #777;
}
#container aside #acMenu dd ul li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #000;
}
#container aside #acMenu dd ul li a {
  padding: 16px 0;
  display: block;
}

/*# sourceMappingURL=news.css.map */
