@charset "utf-8";

.single h1.entry-title, .single h1.entry-title a {
    color: inherit;
}

/* top list */
#top-latest .top-latest-listbox {
    display: flex;
    flex-wrap: wrap;
}

#top-latest .top-latest-listbox li {
    width: 33%;
    padding: 0 2% 8px;
}

#top-latest .top-latest-list-title {
    padding: 8px 12px;
    margin: 0 auto 8px;
    background-color: var(--fd-red);
    color: #fff;
    border-radius: 4px;
}

#top-latest .top-latest-list-title a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    opacity:1;
}

#top-latest .top-latest-list-postdate {
    text-align: right;
    display: block;
    padding-right: 12px;
}

#top-latest .top-latest-listbox p {
    margin-top: 0;
    padding: 8px 12px;
}
#top-latest .top-latest-list-title:hover {
    opacity: .7;
}

@media only screen and (max-width: 768px){
  #top-latest .top-latest-listbox li {
      width: 100%;
      margin: 0 auto;
  }

  #top-latest {
      padding: 0 8px;
  }
}

.post .col2img li {
    display: inline-block;
    width: 46%;
    text-align: center;
    padding: 10px 1%;
}

.post .col2img {
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.post .photocaption {
    text-align: center;
    display: block;
}
.post .post-quote {
    padding: 0 20px 15px 20px;
}

ul.imggallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.imggallery li {
    width: 32%;
    margin: 0;
    padding: 0;
}
ul.imggallery li img {max-width: 90%;margin: 6px auto;}
@media only screen and (max-width: 768px){
  ul.imggallery li {
      width: 50%;
  }
}


/* news post */
article p img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
article p.linkpdf img {
    width: 30px;
    display: inline;
    margin-right: 4px;
}
@media only screen and (max-width: 768px){
  article {
      padding: 0 20px;
  }
    article p img {
      width: 90%;
    }
    article p.linkpdf img {
      width: 30px;
    }
}

/* archives */
.archive #content h2 {
    border: none;
}

/* gradvoice */
h3.interview-subt {
    border: none;
    font-weight: bold;
}

p.interviewee-info {
    text-align: center;
}

.gradvoice p.interviewee-info img {
    width: 50%;
}
.post-cat {
    border-left: 10px solid #e82835;
    padding-left: 4px;
}

.gradvoice h2.title.first {
    padding-left: 5px;
}
.gradvoice .credit-info {
    margin: 16px 0;
    display: block;
    text-align: right;
    color: #666;
    padding-right: 1em;
    font-size:0.9em;
}
.gradvoice header a.link2list{
    text-align: right;
    display: block;
}

.gradvoice.list article {
    width: 45%;
    display: inline-table;
    margin: 2%;
}

.gradvoice.list img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.gradvoice.list .title_txt {
    margin: 10px 0;
    font-weight: bold;
    text-decoration: underline;
}

.gradvoice.list p {
    /* text-indent: 1em; */
    font-size: 0.9em;
}

.gradvoice .alignleft, .gradvoice .alignright {
  width: 35%;
  padding: 8px;
}
.archive-single.gradvoice article .int_info p {
    margin-top: 0;
}

#container .gradvoice.list a {
    text-decoration: none;
}

@media only screen and (max-width: 768px){
    .gradvoice p img {
      width: 70%;
      padding: 0 1.6em;
    }
    .gradvoice p.interviewee-info img {
      width: 70%;
    }
    .gradvoice.list article {
        width: auto;
        display: block;
    }
    .post #boardlist td ul li {
        padding-left: 0;
    }
    .post #boardlist td ul {
        margin-left: 0;
    }

}

/* gradinfo 2col */
.archive-single.gradvoice>section {
    display: flex;
    flex-wrap: wrap;
}

.archive-single.gradvoice>section>.gradvoicetype {
    width: 50%;
    text-align: center;
}
.archive-single.gradvoice>section .gradvoicetype h2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px auto 30px;
    background: linear-gradient(transparent 60%, rgb(254 133 136 / 32%) 60%);
    display: inline-block;
    padding: 0 0.5em;
}

.archive-single.gradvoice>section .post h3 {
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    margin: 4px 0;
}

#wrapper .archive-single .gradvoice.list p {
    padding-bottom: 2px;
}

.archive-single.gradvoice .gradvoice.list article {
    width: 80%;
    display: block;
    margin: 10px auto 40px;
    text-align: left;
}

@media only screen and (max-width: 768px){
    .archive-single.gradvoice>section>.gradvoicetype {width: 100%;}
}


/* sp menu styles */
@media(max-width:768px){

}