@charset "UTF-8";
/* 
Theme Name: SKIP - 2020
Theme URL: http://skip.tsukuba.ac.jp/
Description: This is a theme of wordpress for Tsukuba SKIP Website.
Version: 2020.12.0.1
Author: Kosho Asaga 
*/
h1, h2, h3, h4, h5, a, th {
  color: #F19F02;
  margin: 8px 0;
}

table {
  border-collapse: collapse;
}

tr {
  border-bottom: #9e9e9e dotted 1px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body main {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 900px) {
  body main {
    -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr 280px;
  }
  body main #contents {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-right: 4px;
  }
  body main aside {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-left: 4px;
  }
}

@media screen and (max-width: 900px) {
  body main aside {
    text-align: center;
  }
  body main aside img {
    max-width: 240px;
  }
}

body main aside h2 {
  color: #6CB729;
}

.page-title-box {
  display: inline-block;
  margin-top: 16px;
  background-image: url(images/sp-pagetitle-4be.png), url(images/sp-pagetitle-4af.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left top,right top;
  text-align: left;
  width: 100%;
  height: 50px;
}

.page-title-box .page-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  background-color: #87c4e8;
  margin-top: 0px;
  margin-left: 50px;
  margin-right: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong {
  color: #e85277;
}

header div#header_logo {
  text-align: center;
  height: 80px;
}

header div#header_logo img {
  height: 64px;
  margin: 8px 0;
}

header div#header_menu {
  width: 100%;
  background-color: #F19F02;
  color: #ffffff;
}

header div#header_menu .header_menu_container ul {
  list-style-type: none;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  margin: 0;
}

header div#header_menu .header_menu_container ul li {
  display: inline-block;
  margin: 0 6px;
}

header div#header_menu .header_menu_container ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
}

#slider {
  margin-bottom: 16px;
  background-color: rgba(241, 159, 2, 0.1);
}

article.article-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 1fr;
      grid-template-columns: 20% 1fr;
}

article.article-summary .article-summary-thumbnail {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding: 8px;
}

article.article-summary .article-summary-thumbnail img {
  width: 100%;
  height: auto;
}

article.article-summary .article-summary-content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 8px;
}

article.article-summary .article-summary-content a.title-link {
  text-decoration: none;
}

article.article-summary .article-summary-content h3 {
  margin: 0;
  color: #F19F02;
}

article.article-summary .article-summary-content a {
  color: #F19F02;
}

div.link-to-archive {
  text-align: right;
  font-weight: bold;
  font-size: 1.1rem;
}

h2.screen-reader-text {
  display: none;
}

div.nav-links {
  text-align: center;
}

#nav_menu-2 ul {
  list-style-type: none;
  padding: 0;
}

#nav_menu-2 ul li {
  height: 48px;
  margin-bottom: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  background-color: #F19F02;
  font-size: 20px;
  font-weight: bold;
}

#nav_menu-2 ul li:hover {
  background-color: #fdb429;
}

#nav_menu-2 ul li a {
  display: inline-block;
  padding: 14px auto;
  height: 48px;
  color: #ffffff;
  text-decoration: none;
}

footer {
  margin-top: 16px;
  padding: 8px;
  width: calc(100%-16px);
  background-color: #fff2da;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */