  @charset "UTF-8";
/*
* Noto Sans Japanese (japanese) */
/*@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-Thin-subset.woff2) format("woff2"), url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-Thin-subset.woff) format("woff"), url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-Thin-subset.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-DemiLight-subset.woff2) format("woff2"), url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-DemiLight-subset.woff) format("woff"), url(/graduate/scienceandtechnology/english/common/font/NotoSansCJKjp-DemiLight-subset.otf) format("opentype");
}*/

/*-------------全ページ共通----------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, sans-serif;
}

.wrapper {
  max-width: 960px;
  margin: auto;
  position: relative;
}
.wrapper p {
    line-height: 1.8em;
}
.section {
    margin-bottom: 40px;
}
a {
  color: #006C42;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.2s linear;
  -moz-transition: all 0.2s linear;
  color: #333;
}

p {
  font-weight: 300;
}

ol {
  list-style: inside;
  margin: 20px 0px 20px 25px;
  line-height: 1.8em;
}

ol li {
  margin-bottom: 10px;
  list-style: decimal;
}

table {
  width: 100%;
}

th, td {
  border: solid 1px #EEEEEE;
  padding: 12px 10px;
  text-align: left;
  line-height: 1.5em;
}

th {
  background-color: #CCE2D9;
  font-weight: 300;
}

th.th1 {
  background-color: #9BC6B5;
  text-align: center;
}

.th2 {
  background-color: #9BC6B5;
}

.th3 {
  text-align: center;
}

.point {
  border: solid 3px #EEEEEE;
  padding: 20px;
  padding: 18px 20px;
}

a.pdf {
  background-image: url("/graduate/scienceandtechnology/english/common/image/common/icon_pdf.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding: 3px 24px 3px 0px;
}
a.button {
    display: inline-block;
    padding: 10px 50px;
    background: #CCE2D9;
    box-sizing: border-box;
    text-align: center;
}
a.link01 {
position: relative;
padding: 0 0 0 15px;
display: inline-block;
}
a.link01:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #006C42;
    top: 0px;
    left: 0;
    position: absolute;
}

a.blank{
    position: relative;
}
a.blank:after {
    content: "\f08e";
    font-family: FontAwesome;
    color: #006C42;
    right: -15px;
    position: absolute;
    width: 10px;
    height: 10px;
}
a.blank02 span{
    position: relative;
}
a.blank02 span:after {
    content: "\f08e";
    font-family: FontAwesome;
    color: #006C42;
    top: 0px;
    right: -17px;
    position: absolute;
}
.arrow {
    padding-left: 15px;
}
.arrow:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #006C42;

    left: 0;
    position: absolute;
}
img {
  max-width: 100%;
}

.listDot {
  margin: 20px 0px 20px 21px;
  /*margin: 20px 0 20px 10px;*/
}

.listDot li {
  /*list-style: disc inside;*/
  list-style-type: disc;
  line-height: 1.8em;
  /*margin-left: 10px;*/
  margin-bottom: 10px;
}

.supplement {
  /*margin-top: 20px;*/
  margin: 20px 0 0;
  display: block;
}

/*--パンくず--*/
.breadlist {
  background-color: #666666;
  /*padding: 13px 10px;*/
  padding: 8px 10px;
  margin-top: -3px;
}

.breadlist p {
  max-width: 960px;
  margin: auto;
  font-size: 11px;
  color: #fff;
}

.breadlist a {
  color: #fff;
}

.breadlist span {
  padding: 0px 10px;
}

/*--パンくず-end--*/
/*--見出し--*/
.h1 {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: solid 2px #006C42;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Noto Sans Japanese';
}

.h2 {
  background-color: #EEEEEE;
  font-size: 18px;
  padding: 12px 10px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1.5em;
  font-family: 'Noto Sans Japanese';
}

.h2:first-child {
  margin-top: 0px;
}

.h3 {
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  padding: 6px 10px;
  border-left: solid 4px #0F3331;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.pointH3 {
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'Noto Sans Japanese';
}

.h4 {
  color: #8C812D;
  font-size: 16px;
  margin: 30px 0 20px;
  font-weight: normal;
}
.list li {
    line-height: 1.8em;
}
.list02 {
    margin-bottom: 10px;
}
.list02 li {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.8em;
}
/*--見出し-end*/
/*-------------ヘッダー----------------*/
.headerSub {
    padding: 8px 0 8px 0;
    width: 100%;
    border-bottom: solid 1px #E3E3E3;
}
.headerSubMenu {
    float: left;
}
.headerSubMenu li a i {
    color: #006C42;
    margin-right: 5px;
}
.headerSubMenuRight {
    float: right;

}
.languegeBox {
    float: right;
}
.languegeBox li {
    float: left;
    text-align: center;
}
.languegeBox li a {
    font-size: 70%;
    display: block;
    width: 67px;
    height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 0 0;
}
.languegeBox li#ja a {
    background: #CBE2D9;
}
.languegeBox li#ja a:hover {
    background: #C5D6CD;
}
.languegeBox li#en a {
    background: #006C42;
    color: #CBE2D9;
}
.languegeBox li#en a:hover {
    background: #063F27;
}
.headerSubMenu a {
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}

.headerSubMenu a:hover {
  color: #006C42;
  background-position: 2px center;
}

.headerSubMenu li {
    float: left;
    font-size: 90%;
    margin: 8px 20px 0 0;
}
.searchBox {
    float: right;
    margin-right: 15px;
    position: relative;
}

.headerNav01 {
  padding: 8px 0px 15px 0px;
}

.headerNav01 a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.headerNav01 a:hover {
  color: #006C42;
}

.headerNav01 ul {
  float: right;
  margin-top: 13px;
}

.headerNav01 ul li {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #333333;
  margin-left: 20px;
}

.headerNav01 ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.logo {
  float: left;
  width: 354px;
}

.headerNav02 {
  background-color: #111;
  width: 100%;
  display: inline-block;
}

.headerNav02 ul li {
  float: left;
  text-align: center;

}
.headerNav02 ul li:first-child {
    width: 16.66%;
}
.headerNav02 ul li:nth-child(2) {
    width: 16.66%;
}
.headerNav02 ul li:nth-child(3) {
    width: 25%;
}
.headerNav02 ul li:nth-child(4) {
    width: 16.66%;
}
.headerNav02 ul li:nth-child(5) {
    width: 25%;
}
.headerNav02 ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    background: #111111;
    display: block;
    border-left: solid 1px #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.3em;
}

.headerNav02 ul li a:hover {
  background-color: #006C40;
}

.headerNav02 ul li:last-child a {
  border-right: solid 1px #fff;
}

form.search div {
  width: 170px;
  /* ボックスの幅 */
  padding: 0px 0;
  /* ボックスのパディング（上下、左右） */
  background-color: #fff;
  /* ボックスの背景色 */
  position: relative;
  height: 26px;
}
form.search div:after {
    content: "\f002";
    font-family: FontAwesome;
    color: #fff;
    top: 6px;
    right: 6px;
    position: absolute;
}
form.search input.textBox {
  position: absolute;
  right: 0px;
  height: 26px;
  width: 170px;
  /* テキストボックスの幅 */
  margin: 0 4px 0 5px;
  /* テキストボックスのマージン（上右下左） */
  padding: 0px 10px;
  background-color: #D2E6DE;
  /* ボックスの背景色 */
  border: none;
  /* テキストボックスの境界線（なし） */
  color: #000000;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

/* --- ボックス --- */
/* --- テキストボックス --- */
input[type="text"]:focus {
  outline: 0;
}

/* --- ボタン --- */
form.search input.btn {
    float: right;
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    background-color: #006C42;
    border-width: 0;
    border-radius: 26px;
    margin: 0 0 0 -26px;
    cursor: pointer;
    font-family: FontAwesome;
    color: #ffffff;
    text-align: center;
    font-size: 90%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
form.search input.btn:hover {
    background-color: #063F27
}

form.search input.btn:hover {
  cursor: pointer;
}

form.search input.btn:focus {
  outline: 0;
}

#right-menu {
  background-image: url(/graduate/scienceandtechnology/english/common/image/common/spMenu.jpg);
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 25px;
  text-indent: -9999px;
  float: right;
}

div#sidr-right ul li {
  display: block;
  width: 100%;
}

/*-------------ヘッダーend----------------*/
/*-------------フッター-----------------*/
footer {
  margin-top: 60px;
}

.pagetopBtn {
    height: 40px;
    display: block;
    background-size: 30px;
    text-align: center;
    background-color: #666666;
    background-image: url(/graduate/scienceandtechnology/english/common/image/common/pagetop.svg);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
}

.pagetopBtn:hover {
  background-color: #777777;
}

.footerNav {
  background-color: #EEEEEE;
}

.footerNav ul {
  text-align: center;
  max-width: 960px;
  margin: auto;
  padding: 10px 0px;
}

.footerNav ul li {
  float: left;
  box-sizing: border-box;
  border-left: solid 1px #fff;
}
.footerNav ul li:first-child {
    width: 16.66%;
}
.footerNav ul li:nth-child(2) {
    width: 16.66%;
}
.footerNav ul li:nth-child(3) {
    width: 25%;
}
.footerNav ul li:nth-child(4) {
    width: 16.66%;
}
.footerNav ul li:nth-child(5) {
    width: 25%;
}
.footerNav ul li:last-child {
  border-right: solid 1px #fff;
}

.footerNav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0px;
}

.footerSubnav {
  background-color: #DDDDDD;
  padding: 30px 0px 50px;
}

.footerSubnav ul {
  max-width: 960px;
  box-sizing: border-box;
  padding: 0px 10px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}

.footerSubnav ul li {
  display: inline-block;
  border-right: solid 1px #333333;
  margin-bottom: 8px;
}

.footerSubnav ul li:last-child {
  border: none;
}

.footerSubnav ul li a {
  padding: 5px 21px;
  font-size: 11px;
}

p.copyright {
  font-size: 11px;
  color: #888888;
  text-align: center;
}

/*-------------フッター-end---------------*/
/*-------------サイドメニュー--------------*/
.sidemenu ul li {
  background-color: #CCE2D9;
  padding: 10px;
  border-bottom: solid 1px #fff;
  line-height: 1.5em;
}

.sidemenu ul li ul li {
  border: none;
  padding: 10px 0px 0px 13px;
}
.sidemenu ul li a, .sidemenu ul li p {
  position: relative;
  padding-left: 15px;
}
.sidemenu ul li a:before, .sidemenu ul li p:before {
  content: "\f0a9";
  font-family: FontAwesome;
  color: #006C42;
  top: 0px;
  left: 0;
  position: absolute;
}

.sidemenu ul li a {
  overflow: auto;
  display: block;
}

h2.sideH2 {
  background-color: #006C42;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: solid 1px #fff;
  margin-top: 40px;
}

select.sideForm {
  margin: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  color: #000;
  height: 30px;
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  font-size: 100%;
  padding: 3px 0px 3px 10px;
  border: none;
  background: #FFF url(../image/common/arrowDown.jpg) no-repeat right;
  background-size: 30px;
}

/*-------------サイドメニュー-end-------------*/
/*-------------全ページ共通end----------------*/
/*-------------トップページ-------------------*/
.topMain {
  background-image: url("/graduate/scienceandtechnology/english/common/image/top/img_background.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 15px;
  top: -2px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.topMainLogo {
  display: none;
}

.topMainH2 {
  z-index: 10;
}

.topMainH2 img {
  width: 100%;
  display: none;
}

.topH2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: 'Noto Sans Japanese';
}
.flexslider {
    margin-top: -16px;
}

/*--入試情報--*/
.topAdmission {
  box-sizing: border-box;
  width: 100%;
  margin-top: -4%;
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 8;
}

.topAdmission:after {
  content: '';
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background-image: url("/graduate/scienceandtechnology/english/common/image/top/adomissionBg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}

.topAdomissionLink {
  background-color: #BE4136;
  color: #fff;
  display: block;
  width: 200px;
  text-align: center;
  padding: 15px 0px;
  margin: auto;
}

.topAdomissionLink:hover {
  color: #fff;
  background-color: #AA3126;
}

.topAdmission ul {
  width: 600px;
  margin: auto;
}

.topAdmission ul li {
  margin-bottom: 15px;
  line-height: 1.6em;
}

.topAdmission ul li time {
  float: left;
}

.topAdmission ul li a {
  display: block;
  width: 500px;
  float: right;
  line-height: 1.6em;
}

.topNotify {
  box-sizing: border-box;
  width: 100%;
  margin-top: -15%;
  position: relative;
  padding-bottom: 30px;
  background-color: #EEEEEE;
  z-index: 9;
  padding-top: 10%;
}

.topNotify + .topAdmission {
  /*margin-top: 30px;*/
  z-index: 10;
  margin-top: -30px;
  padding-top: 130px;
}

.topNotify + .topAdmission::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background-image: url(/graduate/scienceandtechnology/english/common/image/top/adomissionBg2.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.topNotify:after {
  content: '';
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background-image: url("/graduate/scienceandtechnology/english/common/image/top/notifyBg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}

.topNotify .topH2 {
  line-height: 1.6em;
  font-size: 22px;
  font-family: 'Noto Sans Japanese';
}

.topNotify p {
  max-width: 660px;
  min-width: 660px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
}

/*--入試情報-end--*/
/*--予告--*/
.topNotifyNews {
  padding: 20px;
  border: solid 3px #006C42;
  /*margin-bottom:20px;*/
}

/*--予告-end--*/
/*--目指して--*/
.topAspireContents {
  position: relative;
  background-image: url("/graduate/scienceandtechnology/english/common/image/top/dot.png");
}

#topAspire {
  background: url("/graduate/scienceandtechnology/english/common/image/top/sea.png") 100% 0 fixed;
  /*    background-size: cover;*/
  color: #fff;
  line-height: 2.1em;
}

.topAspireContents p {
  max-width: 980px;
  margin: auto;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

h2.topAspireH2 {
  font-weight: 200;
  margin-bottom: 1%;
  text-align: center;
  font-family: 'Noto Sans Japanese';
}

.topAspireInner a {
  background-color: #fff;
  padding: 6px 14px;
  margin: auto;
  display: block;
  width: 240px;
  text-align: center;
  margin-top: 10px;
}

.topAspireInner a:hover {
  background-color: #D2E6EE;
}

/*--目指して-end--*/
/*--各専攻--*/
.topClass {
  background: url("/graduate/scienceandtechnology/english/common/image/top/imgNotifyBg.png") no-repeat, url("/graduate/scienceandtechnology/english/common/image/top/sea.png") fixed;
  background-position: center top, 100% 0;
  margin-top: -2px;
}

ul.topClassBox {
  max-width: 960px;
  margin: auto;
}

ul.topClassBox a {
  color: #fff;
  line-height: 1.6em;
}

h3.topClassH3 {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.1em;
  font-family: 'Noto Sans Japanese';
}

ul.topClassBox li {
  background-image: url("/graduate/scienceandtechnology/english/common/image/top/redarrow.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-transition: 0.2s linear;
  -moz-transition: all 0.2s linear;
}

li.topClassScience {
  background-color: #1F8FC8;
}

li.topClassScience:hover {
  background-color: #1A79AA;
}

li.topClassEngineering {
  background-color: #6F86D3;
}

li.topClassEngineering:hover {
  background-color: #5E72B2;
}

li.topClassTextiles {
  background-color: #006BBE;
}

li.topClassTextiles:hover {
  background-color: #005AA0;
}

li.topClassAgriculture {
  background-color: #79B91E;
}

li.topClassAgriculture:hover {
  background-color: #5E9117;
}

li.topClassBiological {
  background-color: #00B285;
}

li.topClassBiological:hover {
  background-color: #00916C;
}

span.topClassLinkText {
  border-top: solid 1px;
  display: block;
  padding-top: 10px;
}

/*--各専攻-end--*/
/*--お知らせ--*/
.topNews {
  max-width: 980px;
  box-sizing: border-box;
  margin: auto;
  padding: 0px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

h2.topNewsH2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Sans Japanese';
}

.topNews ul li {
  border-top: solid 1px #EEEEEE;
  padding: 20px;
  line-height: 1.6em;
}

.topNews ul li:last-child {
  border-bottom: solid 1px #EEEEEE;
}

.topNews ul li time {
  float: left;
  width: 100px;
}

.topNews ul li div.dateCatArea {
  float: left;
  width: 200px;
  overflow: auto;
  display: block;
  margin-right: 20px;
}

.topNews ul li a.catLink {
  float: left;
  width: 100px;
  display: block;
  text-align: center;
  background: #CCE2D9;
}

.topNews ul li a.entryLink {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #eee;
  line-height: 1.6em;
  overflow: auto;
  display: block;
}

a.topNewsLink {
  display: block;
  text-align: center;
  margin: auto;
  width: 100px;
  margin-top: 30px;
}

/*--お知らせ-end--*/
.underPage {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 60px;
}

.underPage ul {
  width: 100%;
  margin-bottom: 40px;
}

.underPage li {
    position: relative;
    float: left;
    width: 33%;
    border-radius: 5px;
    margin-right: .5%;
    margin-bottom: 10px;
}

.underPage li:nth-child(3n) {
  margin-right: 0;
}

.underPage li a {
    color: #FFFFFF;
    font-size: 16px;
    background: #0F3331;
    padding: 12px 20px;
    border-radius: 5px;
    display: block;
}

.underPage li a:hover {
  background: #006C40;
}

.underPage li a img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
}

/*--バナー--*/
.topBanner {
  margin: auto;
  max-width: 980px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.topBanner ul {
  margin: auto;
}

.topBanner ul li {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 228px;
}

/*--バナー-end--*/
/*-------------トップページend-------------------*/
/*-------------研究科概要-------------------*/
.research p, ul.researchCharacteristic {
  line-height: 1.8em;
}

.researchCharaImage {
  width: 100%;
  max-width: 700px;
  margin: 20px 0px;
}

ul.researchClass li {
  width: 33.3%;
  float: left;
}

ul.researchClass li a {
  color: #fff;
  font-size: 38px;
  font-family: 'Noto Sans Japanese';
  font-weight: 100;
  height: 120px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.1em;
}

li.researchClassScience a {
  background-color: #1F8FC8;
}

li.researchClassScience a:hover {
  background-color: #1A79AA;
}

li.researchClassEngineer a {
  background-color: #6F86D3;
}

li.researchClassEngineer a:hover {
  background-color: #5E72B2;
}

li.researchClassTextile a {
  background-color: #006BBE;
}

li.researchClassTextile a:hover {
  background-color: #005AA0;
}

li.researchClassAgriculture a {
  background-color: #79B91E;
}

li.researchClassAgriculture a:hover {
  background-color: #5E9117;
}

li.researchClassBiological a {
  background-color: #00B285;
}

li.researchClassBiological a:hover {
  background-color: #00916C;
}
/*-------------20180315 ボックス内の文字サイズ調整のため-------------------*/
ul.researchClassEnglish  li a{
  font-size: 26px;
}

.researchText01 {
  margin-bottom: 20px;
}

/*-------------研究科概要end-------------------*/
/*-------------入試情報-------------------*/
.admission p {
  line-height: 1.8em;
}

.admissionDate td {
  vertical-align: middle;
}

.admission th, .admission td {
  min-width: 20%;
}

.admissionExam th:nth-child(1) {
  width: 25%;
}

.admissionExam th:nth-child(2) {
  width: 50%;
}

.admissionExam th:nth-child(3) {
  width: 25%;
}

.admissionList li {
  border-top: solid 1px #ddd;
  padding: 13px 10px;
  line-height: 1.5em;
}

.admissionList li:last-child {
  border-bottom: solid 1px #ddd;
}

.admissionDocument li p {
  float: left;
  width: 190px;
}

.admissionDocumentList {
  float: left;
  width: 470px;
}

ul.admissionDocument li {
  padding: 13px 10px;
  border-top: solid 1px #ddd;
  line-height: 1.5em;
}

ul.admissionDocument li:last-child {
  border-bottom: solid 1px #ddd;
}

ul.admissionDocumentList li {
  padding: 7px 0px;
  border: none !important;
  list-style: disc inside;
}

.admissionNumber.variable th {
  width: 35%;
}

.admissionDate.variable th {
  width: 35%;
}

.admissionPaper.variable th {
  width: 35%;
}

.admissionResult.variable th {
  width: 35%;
}

.admission ol.katakanaList li {
  list-style-type: katakana;
}

/* 繊維学専攻 */
.admission .textiles p {
  margin-bottom: 20px;
}

.admission .textiles .toEnPage a {
  width: 170px;
  height: 40px;
  line-height: 1.5;
  color: #FFFFFF;
  background: #9BC6B5;
  display: block;
  padding: 10px 20px;
  float: right;
}

.admission .textiles .toEnPage a:hover {
  color: #006C42;
}

.admission .textiles section {
  padding-bottom: 20px;
  border-bottom: 1px solid #006C42;
  margin-bottom: 20px;
}

.admission .textiles .admissionList thead tr:first-child th:nth-child(2),
.admission .textiles .admissionList thead tr:first-child th:nth-child(3) {
  width: 40%;
}

.admission .textiles .admissionList thead tr:nth-child(2) th:nth-child(1) {
  width: 24%;
}

.admission .textiles .admissionList thead tr:nth-child(2) th:nth-child(2),
.admission .textiles .admissionList thead tr:nth-child(2) th:nth-child(3) {
  vertical-align: middle;
}

.admission .textiles .admissionList thead tr:nth-child(3) th:nth-child(1),
.admission .textiles .admissionList thead tr:nth-child(3) th:nth-child(2) {
  width: 12%;
}

.admission .textiles .admissionList thead th {
  background: #9BC6B5;
  text-align: center;
}

.admission .textiles .admissionList tbody th {
  width: 20%;
}

.admission .textiles .admissionPaper thead th {
  background: #9BC6B5;
  text-align: center;
}

.admission .textiles .admissionResult th {
  width: 30%;
}

.admission .textiles .note {
  color: #FF0000;
}

.admission .textiles .textilesUnderpage li {
  float: left;
  width: 35%;
  margin-right: 20px;
}

.admission .textiles .textilesUnderpage li a {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #9BC6B5;
}

.admission .textiles .textilesUnderpage li a:hover {
  color: #006C42;
}

.admission .textiles .admissionType {
  margin: 10px auto;
}

.admission .textiles .admissionType li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.admission .textiles .admissionType li:last-child {
  margin-right: 0;
}

.admission .textiles .admissionType li a {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #9BC6B5 url(../image/common/pagedown.png) 50% 80% no-repeat;
}

.admission .textiles .admissionType li a:hover {
  color: #006C42;
}

.admission .textiles.h29 h5.h5 {
  font-size: 16px;
  margin: 10px auto;
}

/*-------------入試情報end-------------------*/
/*-------------お知らせend-------------------*/
.newsList li {
  border-top: solid 1px #EEEEEE;
  padding: 20px;
  line-height: 1.6em;
}

.newsList li:last-child {
  border-bottom: solid 1px #EEEEEE;
}

.newsList li time {
  float: left;
  width: 100px;
}

.newsList li div.dateCatArea {
  float: left;
  width: 200px;
  overflow: auto;
  display: block;
  margin-right: 20px;
}

.newsList li a.catLink {
  float: left;
  width: 100px;
  display: block;
  text-align: center;
  background: #CCE2D9;
}

.newsList li a.entryLink {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #eee;
  line-height: 1.6em;
  overflow: auto;
  display: block;
}

ul.pageNavi {
  text-align: center;
  margin-top: 40px;
}

ul.pageNavi li {
  display: inline-block;
  margin: 0px 10px;
}

ul.pageNavi li a {
  width: 40px;
  padding: 15px 0px;
  display: block;
  background-color: #CCE2D9;
  text-align: center;
}

ul.pageNavi li a:hover {
  background-color: #AAC2C9;
}

ul.pageNavi li a.link_before, ul.pageNavi li a.link_next {
  background-color: #fff;
}

ul.pageNavi li .current_page {
  width: 40px;
  padding: 15px 0px;
  display: block;
  text-align: center;
}

.newsImage {
  float: right;
  width: 250px;
  margin: 0px 0px 0px 20px;
}

.newsImage img {
  width: 100%;
}

figcaption {
  margin: 8px 0px 20px 0px;
  font-size: 11px;
}

.news .contents p {
  line-height: 1.8em;
}

ul.pagenaviDetail {
  padding: 20px 0px;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  text-align: center;
  margin-top: 40px;
}

ul.pagenaviDetail li {
  display: inline-block;
  margin: 0px 20px;
}

/*-------------お知らせend-------------------*/
/*--専攻--*/
/*--専攻共通--*/
.class a.button {
  display: block;
  width: 226px;
  padding: 10px 20px;
  background: #CCE2D9;
  box-sizing: border-box;
  text-align: center;
}

.class a.button.blank {
  background-image: none;
}

/*--専攻共通end--*/
/*---------------理学専攻-----------------*/
.class p {
  line-height: 1.8em;
}

ul.field {
  margin-top: 20px;
  margin-bottom: -10px;
}

ul.field a {
  padding: 20px;
  color: #fff;
  text-align: center;
  background-image: url("/graduate/scienceandtechnology/english/common/image/common/redarrow.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  box-sizing: border-box;
  /*-------------20180315 ボックスサイズ調整のため-------------------*/
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.field a.scienceField {
  background-color: #1F8FC8;
}

ul.field a.scienceField:hover {
  background-color: #1A79AA;
}

ul.field a.engineerField {
  background-color: #6F86D3;
}

ul.field a.engineerField:hover {
  background-color: #5E72B2;
}

ul.field a.textilesField {
  background-color: #006BBE;
}

ul.field a.textilesField:hover {
  background-color: #005AA0;
}

ul.field a.agricultureField {
  background-color: #79B91E;
}

ul.field a.agricultureField:hover {
  background-color: #5E9117;
}

ul.field a.biologicalField, ul.field a.biomedicalengineeringField {
  background-color: #00B285;
}

ul.field a.biologicalField:hover, ul.field a.biomedicalengineeringField:hover {
  background-color: #00916C;
}

ul.field li {
  float: left;
  width: 226px;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.field li:last-child {
  margin-right: 0px;
}


/*--分野--*/
.class蜜桃TVText {
  /*float: left;*/
  /*width: 61%;*/
}

.classStaff {
  background-color: #F4F4F4;
  margin-bottom: 20px;
}

h3.staffname {
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #F4F4F4;
  padding: 15px;
  font-weight: 300;
}

h3.staffname span {
  font-size: 13px;
  margin-left: 20px;
  border-left: solid 1px #CCCCCC;
  padding-left: 20px;
}

.staffFiled {
  /*padding: 15px;*/
  padding: 15px 20px;
}

h4.staffFiledH4 {
  line-height: 1.8em;
  font-weight: normal;
  width: 20%;
  float: left;
}

.staffFiled p {
  width: 80%;
  display: block;
  float: right;
}

.classStaffLink {
  /*margin: 0px 15px;*/
  margin: 0 0 0 20px;
  /*padding: 15px 0px;*/
}

.classStaffCategory .classStaffLink {
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: solid 2px #fff;
}
.staffList .classStaffLink li {
  float: left;
  margin-right: 20px;
  padding: 8px 0;
}

/*--分野-end--*/
/*-------------理学専攻----end-------------------*/
/*-------------教員一覧-------------------*/
.staffListH2 {
  /*padding: 15px;*/
  padding: 0 10px 10px;
  font-weight: 300;
}

.staffListH2 span {
  font-size: 70%;
  margin-left: 20px;
  border-left: solid 1px #CCCCCC;
  padding-left: 20px;
}

.staffListdiv {
  vertical-align: middle;
}

.staffList li {
  border-top: solid 2px #ddd;
  padding: 10px 0 12px;
  padding: 15px 0;
}

.staffList li:last-child {
  border-bottom: solid 2px #ddd;
}

.classStaffLink li {
  display: inline-block;
  margin-right: 30px;
  border: none;
}

.classStaffLink li:last-child {
  border: none;
}

p.staffListField {
  background-color: #eee;
  padding: 8px 13px;
  display: inline-block;
  /*margin: 0px 15px;*/
  margin: 0 0 0 10px;
  float: left;
}

.staff ul.classStaffLink {
  float: left;
}

/*-------------教員一覧----end-------------------*/
/*-------------お問い合わせ---------------*/
.inquiry p {
  line-height: 1.8em;
}

.inquiry .point {
  margin-bottom: 20px;
}

.inquiry table th {
  width: 35%;
}

/*-------------お問い合わせ-end---------------*/
/* 社会人プログラム */
.societyProgram .contents p {
  line-height: 1.8em;
}

.societyProgram .read {
  margin-bottom: 50px;
}

.societyProgram .read img {
  display: block;
  float: right;
  margin-left: 25px;
}

.societyProgram .programList li {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}

.societyProgram .programList li:last-child {
  border-bottom: 1px solid #EEEEEE;
}

.societyProgram .programList li img {
  display: block;
  float: right;
  margin-left: 30px;
}

.societyProgram .programListH2 {
  padding: 0 10px 10px;
  font-weight: 300;
}

.societyProgram .programListH2 span {
  font-size: 70%;
  margin-left: 20px;
  border-left: solid 1px #CCCCCC;
  padding-left: 20px;
}

.societyProgram .programImage {
  float: right;
  width: 250px;
  margin: 0px 0px 0px 20px;
}

.societyProgram .externalLink:after {
  display: inline-block;
  content: "";
  background: url(/graduate/scienceandtechnology/english/common/image/common/icon_blank.png) right center no-repeat;
  background-size: 14px auto;
  width: 18px;
  min-height: 11px;
}

.societyProgram.page.bp .bpRead .logo {
  float: right;
  margin-left: 10px;
}

.societyProgram.page.bp .featureList {
  padding-left: 15px;
  list-style-type: disc;
  line-height: 1.4;
}

.societyProgram.page.bp .featureList li {
  margin-bottom: 10px;
}

.societyProgram.page.bp .featureList li ol {
  line-height: 1.4;
}

/* 社会人プログラム - end */
/* 共通プログラム */
.commonProgram .contents p {
  line-height: 1.8em;
}

.commonProgram .read {
  margin-bottom: 50px;
}

.commonProgram .read img {
  display: block;
  float: right;
  margin-left: 25px;
}

.commonProgram .programList li {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}

.commonProgram .programList li:last-child {
  border-bottom: 1px solid #EEEEEE;
}

.commonProgram .programList li img {
  display: block;
  float: right;
  margin-left: 30px;
}

.commonProgram .programListH2 {
  padding: 0 10px 10px;
  font-weight: 300;
}

.commonProgram .programListH2 span {
  font-size: 70%;
  margin-left: 20px;
  border-left: solid 1px #CCCCCC;
  padding-left: 20px;
}

.commonProgram .programImage {
  float: right;
  width: 250px;
  margin: 0px 0px 0px 20px;
}

.commonProgram .externalLink:after {
  display: inline-block;
  content: "";
  background: url(/graduate/scienceandtechnology/english/common/image/common/icon_blank.png) right center no-repeat;
  background-size: 14px auto;
  width: 18px;
  min-height: 11px;
}

.commonProgram.page .contents img {
    margin-bottom: 20px;
}

.commonProgram.page section {
    margin-bottom: 20px;
}

.commonProgram.page .subNavi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.commonProgram.page .subNavi ul li {
    overflow: hidden;
    width: 49.7%;
    height: 56px;
    background: #0F3331;
    border-radius: 5px;
    margin-bottom: 10px;
}

.commonProgram.page .subNavi ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 56px;
    padding: 0 20px;
    border-radius: 5px;
}

.commonProgram.page .subNavi ul li a:hover {
    background-color: #006C40;
}

/* 共通プログラム - end */
/* 各専攻 - 分野紹介ページ */
.descriptionImg {
  margin: 20px auto;
}

.descriptionImg .class蜜桃TVImage {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.descriptionImg .class蜜桃TVImage:last-child {
  margin-right: 0;
}

/* 研究概要、テーマ紹介 */
.themeIntro {
  margin: 20px auto;
}

.themeIntro p {
  margin-bottom: 10px;
}

/* 各専攻 - 分野紹介ページ - end */
/* 在学生の方へ */
.forStudents dd {
  background: #CCE2D9;
  border: 1px solid #EEEEEE;
  padding: 12px 10px;
  line-height: 1.5;
}

.forStudents dt {
  padding: 12px 10px;
  border: 1px solid #EEEEEE;
  line-height: 1.5;
  margin-bottom: 20px;
}

.forStudents dt a > img {
  float: right;
  margin-left: 20px;
}


/* 2018 05.10 小島css 追記 */
.logo img {
    width: 100%;
}
.title01 {
    margin-bottom: 15px;
    font-size: 14px;
}
.title01 span {
    display: block;
    margin-top: 5px;
}
.textilesBox {
    margin-bottom: 30px;
}
.textilesBox .inner {
    margin-bottom: 30px;
}


.admission .admissionType {
    margin: 10px auto;
}
.admission .admissionType li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.admission .admissionType li a {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: #9BC6B5 url(../image/common/pagedown.svg) 50% 80% no-repeat;
    background-size: 11%;
}
.admission .admissionType li a:hover {
    color: #006C42;
}

.admission .textilesUnderpage li {
  float: left;
  width: 35%;
  margin-right: 20px;
}

.admission .textilesUnderpage li a {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #9BC6B5;
}

.admission .textilesUnderpage li a:hover {
  color: #006C42;
}
