@charset "UTF-8";
/*
Theme Name: JSASSオリジナル ツイッターテスト
Description:2018年リニューアル版デザイン
Theme URI: 
Author: 
Author URI: 
Version: 1.0.0
License: 
License URI: 
*/

a[href$=".pdf"]:after {
  content: url(images/common/icon_pdf.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".doc"]:after {
  content: url(images/common/icon-word.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".docx"]:after {
  content: url(images/common/icon-word.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".xlsx"]:after {
  content: url(images/common/icon-execel.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".xlsm"]:after {
  content: url(images/common/icon-execel.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".xls"]:after {
  content: url(images/common/icon-execel.gif);
  vertical-align: sub;
  margin: 0 5px;
}

a[target="_blank"]:after {
  content: url(images/common/icon-link.png);
  vertical-align: sub;
  margin: 0 5px;
}

.imglink a[target="_blank"]:after {
  content: "";
}

a[href$=".txt"]:after {
  content: url(images/common/icon-text.png);
  vertical-align: sub;
  margin: 0 5px;
}

a[href$=".zip"]:after {
  content: url(images/common/icon_zip.png);
  vertical-align: sub;
  margin: 0 5px;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #111;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 2.12;
}
@media screen and (max-width: 780px) {
  body {
    background: white;
    display: block;
  }
}
@media screen and (min-width: 781px) {
  body {
    background: white;
    width: 100%;
    display: inline-table;
  }
}

.entry img {
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  .entry img {
    height: auto;
  }
}

.entry-title h1 {
  background: #F8F8F8;
  width: 100%;
  padding: 25px 42px;
  font-size: 25px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold;
  color: #black;
  margin: 20px 0px;
}
@media screen and (max-width: 780px) {
  .entry-title h1 {
    padding: 17px 42px;
    line-height: 30px;
  }
}

.entry h2 {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #245286;
  margin: 34px 0px 30px 0px;
  font-size: 26px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 1px #245286;
  line-height: 35px;
}
@media screen and (max-width: 780px) {
  .entry h2 {
    line-height: 35px;
    padding: 17px 15px;
  }
}

.entry h3 {
  color: #505050;
  padding: 12px 20px 12px 10px;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 10px 10px 10px 10px;
  margin: 30px 0px 30px 0px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .entry h3 {
    line-height: 35px;
    padding: 17px 15px;
  }
}

.entry h3:before {
  content: '●';
  color: white;
  margin-right: 10px;
  margin-left: 10px;
}

.entry h6 {
  margin: 0px auto;
  font-size: 18px;
  font-weight: normal;
  display: table;
  padding: 12px 30px;
  background: #FF0461;
  line-height: 1.3em;
}

.entry h6 a:after {
  display: none;
}

.entry h6 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 90px;
}
@media screen and (max-width: 780px) {
  .entry h6 a {
    padding: 20px 20px;
  }
}

.entry h6 a:hover {
  color: #fff;
  text-decoration: underline;
}

.entry a {
  color: #0F0AD1;
}

.entry a:hover {
  color: #CC3434;
}

#header {
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  #header {
    width: 1100px;
  }
}
@media screen and (max-width: 780px) {
  #header {
    width: 100%;
  }
}

#headmenu {
  float: left;
  border-bottom: solid 1px #ccc;
  margin: 0px 0px;
}
#headmenu ul {
  margin: 0px;
  display: table;
  width: 100%;
  padding: 0;
  font-size: 90%;
}
#headmenu li {
  width: auto;
  float: left;
  list-style: none;
  margin: 0px 10px;
}
@media screen and (max-width: 780px) {
  #headmenu {
    display: none;
  }
}

#branding h1 {
  margin: 0px;
  width: 390px;
}
#branding h1 img {
  margin: 40px 0px 0px 10px;
  width: 390px;
}
@media screen and (max-width: 780px) {
  #branding h1 img {
    width: 10em !important;
    margin-top: 15px !important;
  }
}

#headlogin {
  float: right;
  margin-top: 52px;
}
#headlogin .loginbtn {
  width: 126px;
  height: 32px;
  background: #F2C100;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 10px;
  font-size: 1.1em;
  padding-top: 4px;
  line-height: 25px;
}
#headlogin .loginbtn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 15px;
}
#headlogin .only-search {
  float: left;
}
#headlogin .search_field {
  width: 200px;
  height: 28px;
}
#headlogin .search_btn {
  cursor: pointer;
  display: inline-block;
  width: 23px;
  height: 23px;
  border: none;
  text-indent: -9999px;
  background: url(images/search_img.png) no-repeat 0 0;
}
@media screen and (max-width: 780px) {
  #headlogin {
    display: none;
  }
}

.lang {
  float: right;
  margin: 5px 15px;
}
.lang img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 780px) {
  .lang {
    display: none;
  }
}

.menu-mainmenu-container {
  float: right;
}
.menu-mainmenu-container ul {
  padding: 0px;
}
.menu-mainmenu-container li {
  float: left;
  list-style: none;
  margin: 0 9px;
}
.menu-mainmenu-container a {
  text-decoration: none;
  color: #245286;
  font-family: "Sawarabi Mincho";
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .menu-mainmenu-container {
    display: none;
  }
}

　#main footer {
  display: none;
}

footer {
  background: #245286;
  padding: 10px;
  height: 180px;
  color: #fff;
  display: inline-table;
  width: 100%;
}
@media screen and (max-width: 780px) {
  footer {
    height: auto;
  }
}
footer .site-footer {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 780px) {
  footer .site-footer {
    width: 100%;
  }
}
footer .logo {
  float: left;
}
@media screen and (max-width: 780px) {
  footer .logo {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 780px) {
  footer .logo img {
    margin-top: 10px;
    width: 60px;
  }
}
footer ul {
  margin-left: 50px;
  font-size: 85%;
  display: table;
  width: 80%;
}
@media screen and (max-width: 780px) {
  footer ul {
    display: none;
  }
}
footer li {
  float: left;
  list-style: none;
  border-right: solid 1px #fff;
  padding-right: 20px;
  margin: 10px;
}
footer .copy {
  text-align: center;
  font-size: 80%;
  margin-top: 10px;
}
@media screen and (max-width: 780px) {
  footer .copy {
    margin-top: 0px;
    line-height: 18px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.side-navi {
  width: 23%;
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 51px;
  margin-bottom: 200px;
}
@media screen and (max-width: 780px) {
  .side-navi {
    display: none;
  }
}
.side-navi .title {
  background: #245286;
  color: #fff;
  margin-left: 25px;
  font-size: 20px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  padding: 15px 0px 15px 20px;
}
.side-navi ul {
  margin: 0px;
  padding-left: 25px;
}
.side-navi li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding: 15px 0px;
}
.side-navi li:last-child {
  list-style: none;
  border-bottom: solid 2px #245286;
}
.side-navi li a {
  line-height: 25px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  margin: 0px 0px 0px 20px;
  padding: 2px 0px;
  width: 100%;
}
.side-navi li a:hover {
  text-decoration: none;
}

.side-navi .current-menu-item {
  text-decoration: none;
  background: #F8F8F8 url(images/arrow_blue.png) no-repeat 0 0;
  background-position-y: 23px;
  padding-left: 9px;
  background-position-x: 10px;
}

.side_banner {
  margin: 14px 0px 0 20px;
  text-align: center;
}
.side_banner h3 {
  color: #245286;
  font-size: 90%;
  text-align: center;
  margin: 10px 0px;
  padding: 0px;
}

.side_banner a:after {
  display: none;
}

.pagetop {
  display: none;
  bottom: 30px;
  right: 15px;
  width: 100%;
  overflow: hidden;
}

.pagetop a {
  display: block;
  padding: 0px 10px;
  text-align: center;
  height: 37px;
}

.pagetop a:hover {
  display: block;
  padding: 0px 10px;
  text-align: center;
}

.scroll-back-to-top-wrapper.show {
  display: block;
}
@media screen and (max-width: 780px) {
  .scroll-back-to-top-wrapper.show {
    display: none;
  }
}

#masthead {
  width: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 780px) {
  #masthead {
    width: 100%;
  }
}
#masthead.scrolled {
  color: white;
  background: rgba(255, 255, 255, 0.938);
  padding: 10px 15px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 170;
  border-bottom: solid 5px #f5f5f5;
  height: 85px;
}
@media screen and (max-width: 780px) {
  #masthead.scrolled {
    padding: 0px 15px 0px;
  }
}
#masthead.scrolled #headmenu {
  display: none;
}
#masthead.scrolled #headlogin {
  display: none;
}
#masthead.scrolled #branding h1 img {
  margin: -5px 0px 0px 0px;
  width: 350px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#masthead.scrolled .menu-container {
  margin-top: 10px;
}

table {
  border-collapse: collapse;
  border: 0px;
  width: 95% !important;
  margin-bottom: 50px;
}
table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
table th {
  background-color: #f4f9ff;
  white-space: nowrap;
  width: auto !important;
  font-weight: normal;
  border: solid 1px #ccc;
  line-height: 22px;
}
table th:first-child {
  border-left: 0px;
  text-align: left;
  padding: 10px;
}
table th:last-child {
  border-right: 0px;
  text-align: left;
  padding: 10px;
}
table td {
  padding: 5px 10px;
  width: auto !important;
  border: solid 1px #ccc;
}
@media screen and (max-width: 780px) {
  table td img {
    height: auto;
  }
}
table td:first-child {
  border-left: 0px;
}
table td:last-child {
  border-right: 0px;
}

.recommend-text {
  display: table;
  background: #ffeaf4;
  padding: 10px 20px;
}

.alignright {
  float: right;
  margin: 0px 30px;
}
@media screen and (max-width: 780px) {
  .alignright {
    float: none;
  }
}

.alignleft {
  float: left;
  margin: 0px 30px;
}
@media screen and (max-width: 780px) {
  .alignleft {
    float: none;
    display: block;
  }
}

.wp-caption-text {
  line-height: 19px;
  font-style: italic;
  font-size: small;
  text-align: center;
}

.kakokouen h2 {
  margin-top: -250px;
  padding-top: 250px;
}

#wpmem_login {
  background: #dbebf8;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 100px;
}

#wpmem_reg input[type="text"], #wpmem_reg input[type="password"], #wpmem_reg input[type="email"], #wpmem_reg input[type="url"], #wpmem_reg input[type="number"], #wpmem_reg input[type="date"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_login input[type="password"] {
  border: 1px solid #999 !important;
}

.green-btn {
  font-size: 1.0em;
  font-weight: normal;
  padding: 0px 24px;
  background: #007700;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-table;
}
.green-btn a {
  color: #fff !important;
  text-decoration: none;
}

.green-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.green-btn a:after {
  display: none;
}

.red-btn {
  font-size: 1.0em;
  font-weight: normal;
  padding: 0px 24px;
  background: #DD0000;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-table;
}
.red-btn a {
  color: #fff !important;
  text-decoration: none;
}

.red-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.red-btn a:after {
  display: none;
}

.blue-btn {
  font-size: 1.0em;
  font-weight: normal;
  padding: 0px 24px;
  background: #0080FF;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-table;
}
.blue-btn a {
  color: #fff !important;
  text-decoration: none;
}

.blue-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.blue-btn a:after {
  display: none;
}

.entry a {
  color: #0F0AD1;
}

.entry a:hover {
  color: #CC3434;
}

#slidersection {
  width: 1100px;
  height: 448px;
  overflow: hidden;
  margin: 0px auto;
}
#slidersection .list-menu {
  width: 333px;
  background: #fff;
  float: left;
  height: 100%;
}
#slidersection .list-menu img {
  width: 350px;
  height: 113px;
}
#slidersection .topslider {
  background: #fff;
  width: 767px;
  float: right;
  height: 100%;
}
@media screen and (max-width: 780px) {
  #slidersection {
    width: 100%;
    height: auto;
  }
  #slidersection .list-menu {
    display: none;
  }
  #slidersection .topslider {
    background: #fff;
    width: 100%;
    float: none;
    height: 100%;
  }
}

@media screen and (min-width: 781px) {
  .list-menu-sp {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .list-menu-sp {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .list-menu-sp ul {
    margin: 0px;
    padding: 0px;
  }
  .list-menu-sp li {
    list-style: none;
  }
  .list-menu-sp img {
    width: 48%;
    float: left;
    margin: 2px;
  }
}

.ms-slide-info.ms-dir-h {
  width: 500px !important;
  background: #fff;
  margin: 0px 0px 0px 218px!important;
  position: absolute !important;
  top: 330px;
  padding: 10px 15px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  font-size: 95%;
  line-height: 25px !important;
  min-height: 80px !important;
}
@media screen and (max-width: 780px) {
  .ms-slide-info.ms-dir-h {
    width: 95% !important;
    margin: 0px 0px !important;
    top: auto;
    bottom: 0px;
  }
}

.wpb_row .master-slider-parent * img, .master-slider-parent * img {
  float: left;
  margin-right: 2em;
  margin-bottom: 0px;
}

@media screen and (max-width: 780px) {
  .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    display: none;
  }
}

.list-menu ul {
  margin: 0px;
  padding: 0px;
}
.list-menu li {
  list-style: none;
  height: 113px;
}



#topicssection{
  margin-bottom:50px;
}

#topicssection h1 {
  color: #245286;
  font-size: 25px;
  text-align: center;
  font-family: "Sawarabi Mincho";
}

.bx-wrapper {
  width: 1100px !important;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .bx-wrapper {
    display: none;
  }
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: relative !important;
}

.bx-wrapper .bx-pager {
  padding-top: 0px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #245286 !important;
}

@media screen and (min-width: 781px) {
  .bxslider {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .bxslider {
    display: none;
  }
}

.eventwrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .eventwrap {
    width: 100% !important;
  }
}

.spevent {
  display: block;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .spevent {
    width: 100% !important;
  }
}
.spevent li {
  border: solid 1px #999;
  background: #fff;
  width: 355px;
  list-style: none;
  margin: 10px 5px 10px 5px;
  padding: 0px 0px 10px;
  float: left;
  transition: 1s;
  -webkit-transition: 1s;
  -webkit-transition-timing-function: ease-in-out;
  position: relative;
}
@media screen and (max-width: 780px) {
  .spevent li {
    width: 90%;
    margin: 0px auto 20px;
    float: none;
  }
}
.spevent li H2 {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 15px;
  z-index: 1;
  position: relative;
  line-height: 25px;
  background: #F0F1F5;
  border-top: dotted 1px #245286;
  padding: 6px 10px 6px;
  margin: 5px 10px;
  overflow: hidden;
}
.spevent li .ti_date {
  background: #245286;
  border-radius: 0px;
  padding: 2px 12px;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
.spevent li .ti_place {
  background: #245286;
  border-radius: 0px;
  padding: 3px 5px;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
.spevent li .date {
  font-size: 1em;
  font-weight: normal;
  margin: 0px 0px;
}
.spevent li .memo {
  border: solid 1px #999999;
  margin: 8px;
  padding: 5px 10px;
  line-height: 23px;
}
.spevent li .memo p {
  margin: 0px;
  padding: 0px;
}
.spevent li .memo img {
  margin-top: 5px;
}
.spevent li a {
  text-decoration: none;
  color: #000;
}
.spevent li a::after {
  display: none;
}
.spevent li .normal {
  display: none;
}
.spevent li .new-wrap {
  position: relative;
  padding: 5px 0px 3px 17px;
  background: #FF3366;
  font-size: 100%;
  color: #fff;
  line-height: 1.6;
  z-index: 1;
  border-top: 0px !important;
  margin-bottom: 6px;
}
.spevent li .new-wrap:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 5px;
  width: 0;
  height: 1px;
  border: none;
  border-left: solid 57px transparent;
  border-bottom: solid 47px white;
  z-index: -2;
  width: 60%;
  display: block;
}
.spevent li .tab-wrap {
  position: relative;
  width: 100%;
  border-top: solid 5px #245286;
}
.spevent li .updated-wrap {
  position: relative;
  padding: 5px 0px 3px 17px;
  background: #00CCCC;
  font-size: 100%;
  color: #fff;
  line-height: 1.6;
  z-index: 1;
  border-top: 0px !important;
}
.spevent li .updated-wrap:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 57px transparent;
  border-bottom: solid 47px white;
  z-index: -2;
  width: 60%;
  display: block;
}
.spevent li dl {
  overflow: hidden;
}
.spevent li dt {
  float: left;
  clear: left;
  margin: 0px;
}
.spevent li dd {
  float: left;
  margin: 4px 0px 0px 7px;
  width: 265px;
  line-height: 27px;
}
@media screen and (max-width: 780px) {
  .spevent li dd {
    width: 70%;
  }
}
.spevent li .new {
  display: inline-block;
}
.spevent li .comment {
  color: #ff0000;
  width: 200px;
  float: right;
  z-index: 100;
  right: 0;
  top: 0;
  text-align: right;
  padding: 5px 13px 0 0;
  display: inline-block;
  line-height: 1.3;
}
.spevent li .comment p {
  margin: 0px;
  padding: 0px;
}

.item {
  margin: 10px;
  width: 140px;
  padding: 8px;
  border: 1px solid #eee;
}

.item.x2 {
  width: 320px;
}

.item.x3 {
  width: 500px;
}

.item img {
  width: 100%;
}

#eventsection {
  background: #F5F5F5;
  padding:50px 0;
  margin: 0px 0 40px 0;
}

@media screen and (max-width: 780px) {
#eventsection {
  margin: 0px 0 20px 0;
  padding:30px 0;
}
}


.eventsection_wrapper{
    width: 1100px;
    margin:0 auto;
  display:flex;
}

@media screen and (max-width: 780px) {
.eventsection_wrapper{
    width:90%;
    flex-direction:column;
}
}

.twitter-pc{
display:block;
}

.twitter-sp{
display:none;
}

@media screen and (max-width: 780px) {
.twitter-pc{
display:none;
}
.twitter-sp{
display:block;
margin:0 auto;
}
}



.tabs {
  margin-right: 20px;
  background-color: #fff;
  width: 730px;
  margin-bottom:15px;
  padding-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .tabs {
    width: 100%;
    margin:5px 0px 40px;
    padding:0px;
  }
}

.tab_item {
  width: 33%;
  height: 50px;
  border-bottom: 3px solid #245286;
  border-top: 1px solid #245286;
  border-right: 1px solid #245286;
  border-left: 1px solid #245286;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media screen and (max-width: 780px) {
  .tab_item {
    width: 33%;
    height: auto;
    font-size: 80%;
  }
}

.tab_item:nth-child(2) {
  border-right: 0px solid #245286;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 0px;
  clear: both;
  overflow: hidden;
  height: 450px;
}
.tab_content .box {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 5px;
  width: 99%;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #245286;
  color: #fff;
}

Ul.c-txtsp {
  margin:0px 20px;
  padding: 0px;
}
Ul.c-txtsp li {
  border-bottom: solid 1px #ccc;
  padding: 13px;
  list-style: none;
}
Ul.c-txtsp li a, Ul.c-txtsp li span {
  display: block;
}
Ul.c-txtsp span.date {
  float: left;
  width: 7em;
  font-weight: bold;
  color: #245286;
}
Ul.c-txtsp span.title {
  padding-left: 8em;
}
@media screen and (max-width: 780px) {
  Ul.c-txtsp span.title {
    padding-left: 0em;
  }
}
Ul.c-txtsp .topics-memo {
  margin-left: 140px;
}
@media screen and (max-width: 780px) {
  Ul.c-txtsp .topics-memo {
    margin-left: 0px;
  }
}
Ul.c-txtsp .topics-memo P {
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}
Ul.c-txtsp .topics-memo span {
  display: inline-block;
}

Ul.c-txtsp1 {
  padding: 0px;
}
@media screen and (max-width: 780px) {
  Ul.c-txtsp1 {
    padding: 0px;
    margin: 0px;
  }
}
Ul.c-txtsp1 li {
  list-style: none;
  border-bottom: solid #ccc 1px;
  padding: 15px;
}



Ul.c-txtsp1 li .shimetoi {
  background: #eee;
  color: #000;
  padding: 0px 5px;
  margin: 0px 10px;
  border-bottom: solid #ccc 1px;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  Ul.c-txtsp1 li .shimetoi {
    margin: 0px 5px 0px 0px;
  }
}
Ul.c-txtsp1 li .shimetoi-list {
  display: table !important;
}
Ul.c-txtsp1 li .shimetoisp {
  display: inline-table;
  line-height: 25px;
}
@media screen and (max-width: 780px) {
  Ul.c-txtsp1 li .shimetoisp {
    display: table;
  }
}
Ul.c-txtsp1 .koubo_ti {
  font-size: 1.1em;
  background: #dbebf8;
  padding: 10px 18px;
  margin-bottom: 15px;
  line-height: 25px;
}

ul li span.job {
  background: pink;
  margin: 5px 12px 5px 0px;
  padding: 0px 5px;
  width: 100px;
  display: block;
  text-align: center;
  line-height: 23px;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  ul li span.job {
    display: table;
  }
}

ul li span.research {
  background: #1e90ff;
  margin: 5px 12px 5px 0px;
  color: #fff;
  padding: 0px 5px;
  width: 100px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  ul li span.research {
    display: table;
  }
}

ul li span.grant {
  background: #ffd700;
  margin: 5px 12px 5px 0px;
  padding: 0px 5px;
  width: 100px;
  display:block;
  text-align: center;
  line-height: 23px;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  ul li span.grant {
    display: table;
  }
}

ul li span.awards {
  background: #00CCCC;
  margin: 5px 12px 5px 0px;
  color: #fff;
  padding: 0px 5px;
  width: 100px;
  display: block;
  text-align: center;
  line-height: 23px;
  font-size: 0.9em;
}
@media screen and (max-width: 780px) {
  ul li span.awards {
    display: table;
  }
}

.c-txtsp2 span {
  display: inline-table !important;
}

#bannersection {
  background: #F5F5F5;
  padding: 35px 0 0px;
  margin: 0px 0px;
  text-align: center;
  overflow: hidden;
}
#bannersection ul {
  margin: 0px auto;
  padding: 0px;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #bannersection ul {
    width: auto;
  }
}
#bannersection li {
  list-style: none;
  float: left;
  margin: 10px;
}
@media screen and (max-width: 780px) {
  #bannersection li {
    margin: 5px;
  }
}

#adsection {
  background: #F5F5F5;
  padding: 0px 0 35px;
  margin: 0px 0px;
  text-align: center;
  overflow: hidden;
}
#adsection h1 {
  color: #245286;
  font-size: 90%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#adsection .dfad {
  display: inline-table;
  margin-right: 15px;
}
#adsection .dfad a[target="_blank"]::after {
  display: none;
}
#adsection .comment {
  font-size: 85%;
}

#primary {
  width: 1100px;
  margin: 0 auto 60px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #primary {
    width: 100%;
  }
}

#main {
  width: 77%;
  float: left;
}
@media screen and (max-width: 780px) {
  #main {
    width: 100%;
  }
}

.breadcrumbs {
  border-bottom: solid 3px #245286;
  padding: 5px 10px;
}

.entry {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .entry {
    margin-right: 10px;
  }
}
.entry li {
  margin-bottom: 15px;
}

.wsp-infos-list,
.wsp-pages-list,
.wsp-societys-list,
.wsp-awards-list,
.wsp-conferences-list,
.wsp-publicationss-list,
.wsp-recruitments-list,
.wsp-contacts-list {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  overflow: hidden;
}
.wsp-infos-list li,
.wsp-pages-list li,
.wsp-societys-list li,
.wsp-awards-list li,
.wsp-conferences-list li,
.wsp-publicationss-list li,
.wsp-recruitments-list li,
.wsp-contacts-list li {
  float: left;
  list-style-type: disc;
  margin: 5px 20px;
}

#adminmenu .wp-menu-image img {
  opacity: 0.8 !important;
}

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