@charset "UTF-8";

* {
	box-sizing: border-box;
}

body {
	font-family: "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
/*	font-family: 'メイリオ' , Meiryo , "ＭＳ Ｐゴシック", "MS PGothic","游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",Osaka,  sans-serif;*/

	font-weight:500
	font-size: 15px;
	line-height: 1.5;
	color: #000000; 
/*	color: #434343; */

}
@media print {
   body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #000000; 
   }
}


img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a,
a:focus {
/*	color: #717171; */
	color: #000000; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	margin: 0;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
  clear: both;
}

.header,
.footer,
.hero,
.jumbotron > .inner,
.headline > .inner,
.project,
.contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

.header .logo {
  display: block;
	float: left;
	height: 40;
	margin-right: 10px;
	padding: 10px 0;
}

.header .site-title {
	float: left;
}

.header .site-title .ja {
	font-size: 29px;
/*  color: #445980; */
  color: #0000cc;
  font-weight: bold;
}

.header .site-title .ja2 {
	font-size: 25px;
  font-weight: bold;
}

.header .site-title .en {
	font-size: 12px;
}

.header .global {
	float: right;
	list-style: none;
	padding: 15px 0;
}

.header .global li {
	display: inline-block;
	margin-left: 20px;
}

.header .global li a {
	display: inline-block;
	padding: 3px 10px;
}

.header .global li a.contact {
	background: #717171;
	color: #fff;
}

.header .global li a.sitemap:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #717171;
	vertical-align: top;
	margin-top: 4px;
}

.header .nav {
	list-style: none;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #717171;
}

.header .nav > li {
	float: left;
	display: block;
	width: 25%;
  padding: 0 5px;
	border-right: 1px solid #717171;
}

.header .nav > li:first-child {
	border-left: 1px solid #717171;
}

.header .nav > li > a {
	display: block;
	padding: 15px 0;
	background: #fff;
  text-align: center;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.header .nav > li > a:hover,
.header .nav > li > a.active {
	background: #f2f2f2;
}

.jumbotron {
	background: #f2f2f2;
	padding: 20px 0;
}

.jumbotron .title {
	font-size: 26px;
	text-align: center;
}

.jumbotron .thumbnail {
	float: left;
	width: 260px;
	text-align: right;
}

.jumbotron .data {
	float: right;
	width: 680px;
}

.jumbotron .data dt,
.jumbotron .data dd {
	padding: 3px 0;
}

.jumbotron .data dd {
	padding-left: 50px;
	margin-top: -27px;
}

.jumbotron .more {
	display: block;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #717171;
  background: #fff;
}

.headline {
	background: #fff;
	padding: 20px 0
}

.headline .title {
	font-size: 26px;
	text-align: center;
}

.headline .more {
	display: block;
	width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
	text-align: center;
	border: 1px solid #717171;
	background: #fff;
}

.headline .data {
	border-top: 1px solid #717171;
}

.headline .data dt,
.headline .data dd {
	padding: 20px 0;
}

.headline .data dt {
	width: 200px;
	text-align: center;
}

.headline .data dd {
  margin-top: -61px;
	padding-left: 200px;
	border-bottom: 1px solid #717171;
}

.project {
	font-size: 20px;
	color: #222;
}

.project .title {
	margin-bottom: 10px;
}

.project .data dt,
.project .data dd {
	padding: 5px 0;
}

.project .data dd {
  margin-top: -40px;
	padding-left: 100px;
}

.contents p {
	margin-top: 1em;
}

.contents h1 {
  margin-top: 1em;
	font-size: 26px;
	font-weight: bold;
}

.contents h2 {
  margin-top: 1em;
	font-size: 20px;
	font-weight: bold;
	clear: both;
}

.contents h3 {
  margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

.contents ul,
.contents ol {
  margin-top: 1em;
	padding-left: 2em;
}

.contents .summary {
  margin-top: 20px;
  padding: 20px;
	background: #f2f2f2;
	border-radius: 10px;
}

.contents .summary > *:first-child {
	margin-top: 0;
}

.contents > *:first-child {
	margin-top: 0;
}

.footer {
  margin-top: 60px;
	border-top: 1px solid #717171;
	font-size: 12px;
}

.footer .nav {
	padding: 0 200px 0 250px;
/*	background: url(../images/logo.png) no-repeat left center;*/
}


.footer .nav > li {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0;
}

.footer .nav > li:before {
	content: ">";
	margin-right: 5px;
}


.footer .copyright {
  margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #717171;
	text-align: center;
}


.footer .nav2 {
	padding: 0 0 0 40px;
/*	background: url(../images/logo.png) no-repeat left center;*/
}


.footer .nav2 > li {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0;
}

.footer .nav2 > li:before {
	content: ">";
	margin-right: 5px;
}


.footer .copyright2 {
  margin-top: 20px;
/*	padding-top: 20px; */
/*	border-top: 1px solid #717171; */
	text-align: center;
}





.contents #relationship {
  width: 1240px;
	position: relative;
}

.clickablemap {
	width: 960px;
	height: 772px;
	margin: 0 auto;
	position: relative;	
}

.clickablemap2 {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	position: relative;	
}


.map-allicance span {
	display: block;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.1;
}

span.labo-title {
/*  color: #486798; */
  color: #0000cc;
  font-weight: bold;
  font-size: 16px;
}

span.labo-content,
span.labo-content-e {
  color: #444;
  font-weight: bold;
}

span.labo-place {
  color: #444;
	font-weight: normal;
	font-size: 13px;
}

span.text-title {
/*  color: #486798; */
  color: #0000cc;
/*	font-size: 30px;*/
  font-size: 28px;
  font-weight: bold;
}

span.text-title-e {
  padding: 10px 0;
/*  font-size: 13px;*/
/*  font-size: 14px; */
  font-weight: bold;
}

span.title-content {
/* 	line-height: 2.0;*/
/*  line-height: 1.8;*/
  line-height: 1.5;
  letter-spacing: -1px;
/*  font-size: 14px;*/

}

span.text-right {
	text-align: right;
}

.map-01 {
	position: absolute;
  top: 5px;
  right: 345px;
}
.map-02 {
	position: absolute;
  top: 40px;
  right: 130px;
}

.map-03 {
	position: absolute;
  top: 155px;
  right: 8px;
}

.map-04 {
	position: absolute;
  top: 280px;
  right: 25px;
}

.map-05 {
	position: absolute;
  top: 400px;
  right: -68px;
}

.map-06 {
	position: absolute;
  top: 520px;
  right: 60px;
}
.map-07 {
	position: absolute;
  top: 640px;
  right: 160px;
}

.map-08 {
	position: absolute;
  top: 640px;
  right: 475px;
}

.map-09 {
	position: absolute;
  top: 540px;
  left: 115px;
}

.map-10 {
	position: absolute;
  top: 420px;
  left:32px;
}

.text-allicance {
	position: absolute;
  top: 10px;
/*  left:15px;*/
  left:18px;
	line-height: 1.5;
}

.text-allicance2 {
	position: absolute;
  top: 10px;
/*  left:15px;*/
  left:0px;
	line-height: 1.5;
}

p.map-allicance a.labo-link {
	display: block;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.6);
  box-shadow: 4px 5px 1px -2px rgba(102,102,102,0.2);
}

p.map-allicance a.labo-link:hover {
	text-decoration: none;
  background-color: rgba(72,103,152,0.6);
}


ul.liliststyletypedisk{
/* display: list-item;*/
 list-style-type:disc;
 }


div.scroll {
  width: 960px;
  height: 400px;
  overflow: auto;
}








.wp-block-table table {
	border: 1px solid #000;
}

.wp-block-table table th,
.wp-block-table table td {
	border: 1px solid #000;
	padding: 8px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.table_link {
color: blue;
text-decoration:underline;
}


