/* ==========================================================================
disclosure.css
 ========================================================================== */

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

 /* ******************** mainV styles ******************** */

.textWrap {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -64px;
}

.textWrap .page-under img {
  width: 128px;
}

/* ******************** cuntents styles ******************** */

a {
  color: #59483b;
  text-decoration: none;
}

#sectionLink_low {
  padding-top: 50px;
}

#mainContents_inner {
  background-color: #fff;
}

.disclosure-page-list-wrapper {
  width: 90%;
  margin: 0 5% 30px;
  min-height: 250px;
}

.disclosure-page-list-header h3 {
  border-left: solid 5px #f99a98;
  border-bottom: solid 1px #f99a98;
  padding-left: 10px;
  font-weight: 400;
  font-family: 'Rounded Mplus 1c';
  margin-top: 0;
}

.disclosure-page-list-title h5 {
  padding-left: 10px;
  font-weight: 300;
  font-size: 14px;
  margin:20px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.disclosure-page-list-title h5:hover {
  color: #389eae;
}

.disclosure-page-list-title:first-child {
  margin-top: 50px;
}

.side-date-navigation-header h5 {
  margin-top: 0;
}

/* Post Page Style-----------------------*/

.disclosure-post-title,
.disclosure-post-file {
  width: 90%;
  margin: 0 5%;
}

.disclosure-post-title h3 {
  font-weight: 400;
  font-family: 'Rounded Mplus 1c';
  padding-left: 10px;
  border-left: solid 5px;
  border-bottom: solid 1px;

}

.disclosure-post-file {
  margin-top: 50px;
  margin-bottom: 50px;
}

.disclosure-post-file a {
  color: #389eae;
  padding-left: 60px;
  text-decoration: underline;
  background-image: url(../img/ico_read.svg);
  background-repeat: no-repeat;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {

  .disclosure-page-list-wrapper {
    margin-bottom: 0;
  }
}