@charset "UTF-8";

/* ------------------------------------------------------------------
reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, div, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, kv {
  box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
table {
  border-collapse: collapse;
}
ol, ul{
    list-style: none;
}
caption, th{
    text-align: left;
}
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* style */
html,body {
  color: #333;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family:  "メイリオ", Meiryo, Verdana, Roboto, "ヒラギノ角ゴ ProN W3", "Droid Sans", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
}
#contents {
  padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="text"], textarea, input[type="submit"]{
	-webkit-appearance: none;
}

p {
  margin-bottom: 1em;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
  line-height: 0;
}

a {
  color: #2459b9;
}
a:hover {
  opacity: .7;
  background: #e2e2e2;
}
.img_box {
  margin-bottom: 5%;
  text-align: center;
}
.img_r {
  float: right;
  margin: 0 0 3% 3%;
}
.align_r {
  text-align: right !important;
}


/* ------------------------------------------------------------------
style
-------------------------------------------------------------------*/
/* ----- header ----- */
header {
  border-bottom: solid 3px #f1c400;
}
#header {
  margin: 0 auto;
  width: 960px;
  padding-top: 18px;
  padding-bottom: 10px;
  overflow: hidden;
}
#header a:hover {
  background: none;
}
#logo {
  width: 330px;
  float: left;
}
#logo img {
  width: 100%;
}
.logo_l {
  max-width: 330px;
  float: left;
}
.logo_right {
  float: right;
}
.logo_c {
  max-width: 181px;
  float: left;
  margin-left: 30px;
}
.logo_r {
  max-width: 131px;
  float: left;
  margin-left: 30px;
}

/* ----- contents ----- */
#wrapper {
  margin: 0 auto;
  padding: 3% 0;
  width: 960px;
}
/* ----- main ----- */
main {
  float: right;
  margin-bottom: 8%;
  width: 735px;
}
main h1 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #2459b9;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 3%;
}
main h2 {
  border-bottom: 3px solid #f1c400;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 10px;
}
main h3 {
  border-bottom: 3px double #2459b9;
  font-size: 1.2em;
  margin-bottom: 3%;
}
main p {
  padding: 0;
}

/* ========== top page ========== */
#kv {
  max-width: 735px;
  margin-bottom: 5%;
}
#kv img {
  width: 100%;
}
.news dt {
  color: #737373;
  font-size: .9em;
}
.news dd {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 3%;
  padding-bottom: 3%;
}


/* ========== 研究概要 overview page ========== */
.overview p {
  margin-bottom: 8%;
}
.overview_image {
  max-width: 100%;
  margin-bottom: 10px;
}
.overview_image img {
  width: 100%;
}
.represent {
  overflow: hidden;
}
.represent_l {
  width: 61%;
  float: left;
}
.represent_l p {
  word-wrap: break-word;
}
.represent_r {
  max-width: 36%;
  float: right;
}


/* ========== 研究メンバー member page ========== */
.member h3 {
  font-weight: bold;
}
.member h3 span {
  font-size: .9em;
  font-weight: normal;
  margin-left: 1em;
}
.member p {
  margin-bottom: 8%;
}

/* ========== 研究体制 system page ========== */
.system dl {
  margin-bottom: 5%;
}
.system dt {
  font-weight: bold;
}
.system dd {
  margin-bottom: 2%;
}


/* ========== 研究開発グループの概要と成果 group page ========== */
.group ul {
  margin-bottom: 8%;
}
.group li {
  margin-bottom: 2%;
}
.group li svg {
  color: #f1c400;
}
.group p {
  margin-bottom: 8%;
}


/* ========== 関連リンク link page ========== */
.link dl {
  padding: 0 3%;
}
.link dt svg {
  color: #f1c400;
}
.link dd {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 3%;
  padding: 0 0 3% 15px;
}

/* ----- side ----- */
#side {
  float: left;
  width: 200px;
}
#side li {
  background: #eee linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  border: solid 1px #d2d2d2;
  margin-bottom: 3%;
}
#side li a {
  color: #2459b9;
  display: block;
  font-weight: bold;
  height: 100%;
  padding: 8% 5%;
  text-decoration: none;
  width: 100%;
}
#side li svg {
  font-size: 1.5em;
}
#side .hover {
  opacity: 0.7;
  background: #e2e2e2;
}

/* ----- footer ----- */
footer {
  background: #f7f7f7;
  border-top: solid 3px #f1c400;
  position: relative;
}
.univ .tfost {
  width: 300px;
}
#to_top {
  font-size: 3em;
  line-height: 60px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  text-align: center;
}
#to_top a {
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
}
#to_top a:link {
  background: #2459b9;
}
#to_top a:visited {
  background: #2459b9;
}
#to_top a:hover {
  background: #2459b9;
  opacity: 0.7;
}
#footer {
  margin: 0 auto;
  padding: 2% 0;
  width: 960px;
}
.univ {
  display: table;
  margin-bottom: 2%;
}
.univ li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  width: 160px;
}
.univ .logo_sdm {
  width: 125px;
}
.univ .logo_gakusyuin {
  width: 190px;
}
.univ .logo_kobe {
  width: 185px;
}
small {
  border-top: solid 1px #ccc;
  display: block;
  line-height: 2em;
  text-align: center;
}






