@charset "UTF-8";



/*index用 青い矢印*/
.arrow {
      position: relative;
      display: inline-block;
      padding: 0 0 0 16px;
      color: #000;
      vertical-align: middle;
      font-size: 15px;
}

.arrow::before,
.arrow::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
}

a:hover {
    color: #b0c4de;
  }

.shirushi::before {
      width: 12px;
      height: 2px;
      background: #246A84;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

.shirushi::after {
      left: 1px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #246A84;
      border-bottom: 2px solid #246A84;
  }


/*メイン文章*/
.low300 {
	width: 960px;
  height: auto;
  margin: 0 auto;
}

div#low300_inner {
  width:935px;
  text-align: left;
  padding: 25px;
}

div#low300_inner ul li {
  line-height: 30px;
  margin-left:15px;
}

div#low300_inner p {
  font-size:15px;
  line-height: 20px;
  display: block;
  margin-bottom: 30px;
  text-align: left;
}


/* 小見出し　タイトル */
.s_title {
	font-size: 20px;
  color: #246A84;
}

/* 小見出し　ブルーグレー四角 */
.square {
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #246A84;
  margin: 3px 5px -3px 5px;
}

/* 研究科長挨拶文 */
.aisatsu_text {
font-size: 15px;
margin-top: 15px;
display: block;
line-height: 27px;
}


/* 採用情報　インナー */
  .info_inner {
    width:980px;
    text-align: left;
    padding: 25px;
  }

/* 採用情報　タイトル */
  .k_title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    display: block;
  }

/* 採用情報　内容 */
  div#contents {
    font-size: 15px;
    padding: 15px 0;
    line-height: 25px;
  }

  /* 教授像の画像 */
  div#main_image {
    padding-top: 15px;
  }


/* 求められる教授像　タイトル */
.m_title {
	font-size: 20px;
  margin-right: 85px;
}

/* 求められる教授像　内容文*/
p#kyouju {
  font-size:15px;
  padding-left: 120px;
  padding-top: 10p;
  line-height: 27px;
}


/* 地域マネジメント研究科について　内容文 */
.s_text {
font-size: 15px;
margin-top: 15px;
display: block;
}

/* 地域マネジメント研究科について　グレーの内枠 */
div#inner_gray  {
  width:905px;
  text-align: left;
  margin: 0 auto;
  padding: 15px;
  background-color: #f5f5f5;
}

/* 地域マネジメント研究科について　リスト */
ol {
  padding-left: 30px;
}

ol li {
  padding-top:10px;
  padding-bottom:10px;
}

/* 外部評価　報告書 */
div#g_text {
font-size: 15px;
margin-top: 15px;
display: block;
}

div#g_text ul li {
  padding-top: 15px;
  line-height: 8px;
}

/* フッター */
footer {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 50px;
}

div#footer_inner {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px solid gray;

}
