@charset "UTF-8";

body {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	font-family: "¥Ò¥é¥®¥Î½Ç¥´ Pro W3","¥Ò¥é¥®¥Î½Ç¥´ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic",sans-serif;
}
article, footer, header, nav, section, div {
	overflow: hidden;
}


/*--------------------------------------------------

reset

--------------------------------------------------*/
div {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p,dl,dt,dd {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img,figure {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ul {
	margin-top: 0;
	padding-left: 20px;
}
li {
	padding-bottom: 5px;
}


/*--------------------------------------------------
box
--------------------------------------------------*/
.inner {
	width: 960px;
	margin: 0 auto;
}
.main {
	width: 700px;
	float: left;
	overflow: hidden;
}
.sub {
	width: 220px;
	margin: 0 0 30px;
	float: right;
	overflow: hidden;
}
.box {
	margin: 0 0 40px;
}
.box .boxImg {
	float: right;
	margin: 0 0 20px 20px;
}
.box:after,
.clearfix:after,
.boxImgLeft:after,
.boxImgRight:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}
.boxImgLeft .boxImg {
	float: left;
	width: 260px;
	margin: 0 20px 20px 0;
}
.boxImgLeft .boxText {
	float: right;
	width: 420px;
}

.boxImgCenter {
	text-align: center;
	margin-bottom: 10px;
}

/*--------------------------------------------------

text

--------------------------------------------------*/
a {	color: #182E4C;}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


h1,h2,h3,h4,h5,h6 {	font-weight: normal;}
.title01 {	font-size: 257%;}
.title02 {	font-size: 143%;}
.title03 {	font-size: 114%;}
.title04 {	font-weight: bold;}
.title02 {
	background-color: #DCE4F4;
	margin: 0 0 26px;
	padding: 12px 16px 12px;
}
.title03 {
	height: 33px;
	margin: 0 0 16px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #C4C4C4;
}
.title03:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 33px;
	background-color: #677282;
	margin-right: 10px;
	vertical-align: middle;
}
.title04 {
	margin: 0 0 12px;
}


/*
.titleHome01, .titleHome02, .titleHome03, .titleHome04, .titleHome05 {
	font-weight: bold;
}
.titleHome01, .titleHome02 {
	padding-bottom: 30px;
}
.titleHome03, .titleHome04, .titleHome05 {
	padding-bottom: 20px;
}
.titleHome01 { font-size: 257%; }

.title01, .title02 {
}
*/


p {
	margin-bottom: 10px;
}

/*--------------------------------------------------
link
--------------------------------------------------*/
a {	color: #006F43;}

.link01 li a,
.headMenuHome a,
.headMenuHomeCenter a {
	padding-left: 14px;
	background: url(/institution/kiban/common/img/base/icnArrowG01.svg) 0 4px no-repeat;
	-webkit-background-size: 9px 6px;
	background-size: 9px 6px;
}
.headMenuHome a,
.headMenuHomeCenter a {
	color: #333;
	text-decoration: none;
}
.link01, .link02 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a.blank::after,
a.pdf::after {
	display: inline-block;
	width: 13px;
	height: 11px;
	margin: 0 8px;
	content: '';
	background: #fff url(../img/base/icnBlank.svg) 0 0 no-repeat;
	-webkit-background-size: 13px 11px;
	background-size: 13px 11px;
	vertical-align: middle;
}
.boxSubPage a.blank::after {
	background-color: transparent;
}
.boxSubPage a.pdf::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	background: url(/institution/kiban/common/img/base/icnPdf.svg) 0 0 no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	vertical-align: top;
}
.boxDivisionHomeInfo .link02 li a.pdf::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	background: url(/institution/kiban/common/img/base/icnPdf.svg) 0 0 no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	vertical-align: middle;
}
.link01 li a.pdf::after {
	width: 20px;
	height: 20px;
	margin: 0 4px;
	background: #fff url(/institution/kiban/common/img/base/icnPdf.svg) 0 0 no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	vertical-align: top;
}
.link02 a {
	display: inline-block;
	min-width: 230px;
	/*font-size: 86%;*/
	color: #fff;
	padding: 8px 10px;
	background-color: #006F43;
	text-align: center;
}
.link02 a::before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 6px;
	background: url(/institution/kiban/common/img/base/icnArrowW01.svg) 0 0 no-repeat;
	-webkit-background-size: 9px 6px;
	background-size: 9px 6px;
}



/*--------------------------------------------------
table
--------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}
tr {
	border-bottom: 1px solid #DCDCDC;
}
tr:last-child {
	/*border: none;*/
}
th {
	background-color: #F6F6F6;
	min-width: 125px;
}
th, td {
	padding: 14px 20px 12px;
	vertical-align: top;
}

.bdbox {
	padding: 20px 24px;
	padding: 20px 24px 14px;
	border: 3px solid #DCE4F4;
}
.bdbox .title {
	display: block;
	font-size: 129%;
	margin-bottom: 6px;
}

.table01 td {
	border-left: 1px solid #DCDCDC;
}

.table02 th,
.table02 td {
	border-left: 1px solid #DCDCDC;
}


/*--------------------------------------------------
list
--------------------------------------------------*/
.list01 li {
	list-style-type: none;
	position: relative;
}
.list01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	left: -18px;
	width: 6px;
	height: 6px;
	background-color: #677282;
	border-radius: 100%;
}
ol {
	padding-left: 18px;
}
.main ol {
	padding-left: 36px;
}
.main ol li {
	padding-left: 10px;
}

/*--------------------------------------------------

header

--------------------------------------------------*/
.header {
	padding: 10px 0;
	padding: 10px 0 7px;
}
.headMenu {
	padding: 0 0 10px;
	font-size: 86%;
}
.headMenuHome {
	float: left;
}
.headMenuHomeCenter {
	float: right;
}
/*--------------------------------------------------
header gnav
--------------------------------------------------*/
.gnav {
	padding: 10px 0;
	border-top: 1px solid #666;
}
.gnavLogo {
	float: left;
}
.siteLogo img {
	width: 412px;
	height: 51px;
}
.gnavMenu {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 93%;
	width: 450px;
}
.gnavMenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gnavMenu li a {
	display: block;
	margin: 0;
	padding: 10px 15px 5px;
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.gnavMenu li:nth-child(4) a,
.gnavMenu li:nth-child(5) a {
	padding-bottom: 0;
}
/*--------------------------------------------------
header gnavDept
--------------------------------------------------*/
.boxDeptBd {
	height: 6px;
	background-color: #ADADAD;
}
.boxDeptBd li, .boxDeptBd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.boxDeptBd li {
	height: 6px;
	width: 25%;
	float: left;
}
.boxDeptBd .gnavDeptGene {		background-color: #0099FF;}
.boxDeptBd .gnavDeptAnimal {	background-color: #993399;}
.boxDeptBd .gnavDeptKiki {		background-color: #339900;}
.boxDeptBd .gnavDeptRi {		background-color: #FF6600;}
.boxDeptTitle {
	position: relative;
}
.boxDeptTitleBg {
	height: 284px;
	background: url(/institution/kiban/common/img/home/imgMainFolder.jpg) center 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
}
.boxDeptTitleBg .title01 {
	padding-top: 160px;
	color: #fff;
	line-height: 1.2
}
#center.home .boxDeptTitleBg .title01 {
	height: 404px;
	margin-top: 70px;
	padding: 0;
	background: url(/institution/kiban/common/img/home/txtCopy.png) center center no-repeat;
	-webkit-background-size: 276px auto;
	background-size: 276px auto;
	-webkit-background-size: auto 330px;
	background-size: auto 330px;
	-webkit-background-size: auto 140px;
	background-size: auto 140px;
}
.boxDeptTitleBg p {
	/*margin-top: 6px;*/
	width: 500px;
	color: #fff;
}
.boxDeptTitleBg p .en {
	display: block;
	margin-bottom: 26px;
	font-size: 93%;
}
.gnavDeptBg {
	display: block;
	height: 74px;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	opacity: 0.6;
}
.gnavDeptList {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gnavDeptList li, .gnavDeptList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gnavDeptList li a {
	display: block;
	width: 25%;
	min-height: 34px;
	padding: 23px 0 17px;
	float: left;
	text-align: center;
	font-size: 107%;
	vertical-align: middle;
	text-decoration: none;
}
.gnavDeptList .gnavDeptGene a {		color: #09F;}
.gnavDeptList .gnavDeptAnimal a {	color: #939;}
.gnavDeptList .gnavDeptKiki a {		color: #339900;}
.gnavDeptList .gnavDeptRi a {		color: #F60;}

#kiki .gnavDeptList .gnavDeptKiki a,
#generc .gnavDeptList .gnavDeptGene a,
#i-animal .gnavDeptList .gnavDeptAnimal a,
#i-ri .gnavDeptList .gnavDeptRi a,
.gnavDeptList li a:hover {
	color: #fff;
	opacity: 0.7;
}
#generc .gnavDeptList .gnavDeptGene a,
.gnavDeptList .gnavDeptGene a:hover {	background-color: #09F;}
#i-animal .gnavDeptList .gnavDeptAnimal a,
.gnavDeptList .gnavDeptAnimal a:hover {	background-color: #939;}
#kiki .gnavDeptList .gnavDeptKiki a,
.gnavDeptList .gnavDeptKiki a:hover {	background-color: #339900;}
#i-ri .gnavDeptList .gnavDeptRi a,
.gnavDeptList .gnavDeptRi a:hover {		background-color: #F60;}
.gnavDeptList a span {
	font-size: 80%;
	vertical-align: middle;
}


/*--------------------------------------------------

footer

--------------------------------------------------*/
.pagetop {
	margin: 80px 0 0;
}
.pagetop a {
	display: block;
	padding: 20px 0;
	padding: 24px 0 22px;
	background-color: #DCE4F4;
	/*background: #DCE4F4 url(../img/base/icnArrowG02.svg) 0 0 no-repeat;*/
	/*-webkit-background-size: 6px 9px;*/
	/*background-size: 6px 9px;*/
	text-align: center;
	color: #006F43;
}
.pagetop a img {
	width: 6px;
	height: 9px;
	margin-right: 6px;
}

.footer {
	padding: 30px 0;
	background-color: #677282;
	color: #fff;
}
.footCenter {
	float: left;
	width: 550px;
	width: 400px;
}
/*

.footCenterImg {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}


*/
.footCenterAddress .name {
	font-size: 129%;
	/*padding-bottom: 4px;*/
}
.footCenterAddress .en {
	display: block;
	font-size: 86%;
	padding-bottom: 10px;
}
.footDept {
	width: 270px;
	width: 350px;
	float: right;
	padding: 0 20px;
	padding-left: 40px;
	border-left: 1px solid #fff;
}
.footDept ul {
	list-style-type: none;
}
.footDeptList {
	margin: 0;
	padding: 0;
}
.footDeptList a {
	padding: 0 20px;
	padding: 0 0 0 30px;
	background: url(/institution/kiban/common/img/base/icnArrowW01.svg) 8px 4px no-repeat;
	-webkit-background-size: 9px 6px;
	background-size: 9px 6px;
	color: #fff;
}
.footDeptList ul {
	padding: 0;
}
.footDeptList ul li {
	padding: 0;
	line-height: 1.6;
}
.footDeptList ul a {
	background: none;
	/*padding: 0;*/
}
.footDeptList ul a::before {
	display: inline-block;
	content: '-';
	width: 4px;
	height: 6px;
	margin: 0 14px 0 2px;
}

/*--------------------------------------------------

sub

--------------------------------------------------*/
.boxSubTitle {
	padding: 16px 10px 16px 14px;
	background-color: #969696;
	color: #fff;
	font-size: 114%;
}
.boxSubTitle02 {
	padding: 14px 10px 14px 14px;
	background-color: #9696A4;
	color: #fff;
	font-size: 107%;
}
.boxSubPage {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.boxSubPage li {
	padding-bottom: 1px;
}
.boxSubPage a {
	display: block;
	padding: 13px 20px 12px 36px;
	background-color: #EDEDED;
	background: #EDEDED url(/institution/kiban/common/img/base/icnArrowG01.svg) 16px 21px no-repeat;
	-webkit-background-size: 9px 6px;
	background-size: 9px 6px;
	color: #333;
	text-decoration: none;
}
#generc .boxSubPage a {
	background-image: url(/institution/kiban/common/img/base/icnArrowB01.svg);
}
#i-animal .boxSubPage a {
	background-image: url(/institution/kiban/common/img/base/icnArrowP01.svg);
}
#i-ri .boxSubPage a {
	background-image: url(/institution/kiban/common/img/base/icnArrowO01.svg);
}

.boxSubPage li ul {
	padding: 0;
}
.boxSubPage li li {
	padding: 0;
	list-style-type: none;
}
.boxSubPage li li a {
	padding: 4px 20px 3px 60px;
	background-position: 40px 12px;
}
.boxSubPage .on a,
.boxSubPage a:hover,
body.about .boxSubPage .about a,
body.support .boxSubPage .support a,
body.report .boxSubPage .report a,
body.map .boxSubPage .map a {
	background-color: #DADADA;
	opacity: 1;
}

.boxSubBanner {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.boxSubBanner img {
	max-width: 100%;
}


/*--------------------------------------------------
ÏÂŒÓ¡¡¥Ñ¥ó¤¯¤º
--------------------------------------------------*/
.breadcrumb {
	margin: 14px 0 26px;
	font-size: 79%;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li:after {
	display: inline-block;
	content: '>';
	margin: 0 8px;
}
.breadcrumb li:last-child:after {
	display: inline;
	content: '';
	margin: 0;
}


/*--------------------------------------------------

#kiki

--------------------------------------------------*/
#kiki .link02 a {
	background-color: #69AA3F;
}
#generc .link02 a {
	background-color: #2CAEF1;
}
#i-animal .link02 a {
	background-color: #C163B9;
}
#i-ri .link02 a {
	background-color: #F38726;
}

/*--------------------------------------------------
nav
--------------------------------------------------*/
#kiki .boxDeptTitle {
	border-bottom: 3px solid #339900;
}
#generc .boxDeptTitle {
	border-bottom: 3px solid #0099FF;
}
#i-animal .boxDeptTitle {
	border-bottom: 3px solid #993399;
}
#i-ri .boxDeptTitle {
	border-bottom: 3px solid #FF6600;
}
#support .boxDeptTitle {
	border-bottom: 3px solid #5050A3;
}
#openlab .boxDeptTitle {
	border-bottom: 3px solid #7D71C5;
}
.deptNav {
	/*padding: 22px 0 20px;*/
	border-bottom: 1px solid #D9D9D9;
}
.deptNav ul {
	padding: 0;
}
.deptNav li {
	list-style-type: none;
	float: left;
	width: 24%;
	padding: 10px 0;
}
.deptNav li:nth-child(1) {
	width: 28%;
}
.deptNav li a {
	display: block;
	padding: 23px 0 26px;
	padding: 14px 0 15px;
	text-align: center;
	color: #333;
	text-decoration: none;
}
#kiki.news .deptNav .matsumoto a,
#kiki.secchi .deptNav .matsumoto a,
#kiki.shinsei .deptNav .matsumoto a,
#kiki.yoyaku .deptNav .matsumoto a,
#kiki.shien .deptNav .matsumoto a {
	padding: 0;
}
.deptNav li a div {
	display: block;
	height: 15px;
	padding: 2px 0;
	padding: 2px 10px;
	border-left: 1px solid #CECECE;
	line-height: 1;
}
.deptNav .matsumoto a div {
	border: none;
}
#kiki.news .deptNav .matsumoto a div,
#kiki.secchi .deptNav .matsumoto a div,
#kiki.shinsei .deptNav .matsumoto a div,
#kiki.yoyaku .deptNav .matsumoto a div,
#kiki.shien .deptNav .matsumoto a div {
	height: 45px;
}
.deptNav li:last-child a div {
	border-right: 1px solid #CECECE;
}
.deptNav li a div img {
	margin-left: 8px;
}
#kiki.news .deptNav .matsumoto a span,
#kiki.secchi .deptNav .matsumoto a span,
#kiki.shinsei .deptNav .matsumoto a span,
#kiki.yoyaku .deptNav .matsumoto a span,
#kiki.shien .deptNav .matsumoto a span {
	display: block;
	padding: 15px 0;
	background-color: #d6ebcd;
	/*background: url(/institution/kiban/common/img/kiki/icnArrowG02.svg) center 80% no-repeat;*/
	/*-webkit-background-size: 6px 9px;*/
	/*background-size: 6px 9px;*/
}
.deptNav .matsumoto {
	position: relative;
}
.deptNav .matsumoto::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	display: block;
	width: 1px;
	height: 19px;
	background-color: #CECECE;
	content: '';
}

/*--------------------------------------------------
title
--------------------------------------------------*/
#kiki .title02 {
	background-color: #D6EBCC;
}
#kiki .title03 {
	border-bottom: 1px solid #D4E2CB ;
}
#kiki .title03::before {
	background-color: #339900;
}
#generc .title02 {
	background-color: #9BF4F3;
}
#generc .title03 {
	border-bottom: 1px solid #91E4E2 ;
}
#generc .title03::before {
	background-color: #0099FF;
}
#i-animal .title02 {
	background-color: #CEB3C6;
}
#i-animal .title03 {
	border-bottom: 1px solid #BFA6B7 ;
}
#i-animal .title03::before {
	background-color: #993399;
}
#i-ri .title02 {
	background-color: #F1C177;
}
#i-ri .title03 {
	border-bottom: 1px solid #E4B671 ;
}
#i-ri .title03::before {
	background-color: #FF6600;
}

/*--------------------------------------------------
list
--------------------------------------------------*/
#kiki .list01 li::after {
	background-color: #69AA3F;
}
#generc .list01 li::after {
	background-color: #2CAEF1;
}
#i-animal .list01 li::after {
	background-color: #C163B9;
}
#i-ri .list01 li::after {
	background-color: #F38726;
}

.bdbox {
	border: 3px solid #BACEAE;
}
#generc .bdbox {
	border: 3px solid #96D9DE;
}
#i-animal .bdbox {
	border: 3px solid #C291B3;
}
#i-ri .bdbox {
	border: 3px solid #EEA64F;
}
