@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
/* header
   ========================================================================== */
header {
	background-color: #fff;
	border-top: 5px solid #6fb92b;
}
header .line {
	padding: 0 !important;
}
header .boxshadow {
	-webkit-box-shadow:
		0 0px 0px rgba(0, 0, 0, 0.3),
		0 0 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:
		0 0px 0px rgba(0, 0, 0, 0.3),
		0 0 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow:
		0 0px 0px rgba(0, 0, 0, 0.3),
		0 0 0px rgba(0, 0, 0, 0.1) inset;
	height: 105px;
	position: relative;
	z-index: 100;
}
header .boxshadow:before,
header .boxshadow:after {
	/* -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
    bottom:0;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
    box-shadow:0 0 8px rgba(0,0,0,0.2);
    content:"";
    left:10px;
    position:absolute;
    right:10px;
    top:50%;
    z-index:-1; */
}
header .boxshadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
header .header_box {
	/* height: 105px; */
	/* padding:15px 0 25px !important; */
	background-color: #fff;
}
header .header_box .logo {
	padding-left: 10px;
}
header .header_box .logo h1 {
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	/* height: 64px; */
	/* width: 434px; */
}
header .header_box .logo h1:before {
	background-image: none;
	height: 0px;
	position: absolute;
	width: 0px;
}
header .header_box .logo a {
	display: block;
	height: auto;
}

/****** グローバルナビ ******/
.top-nav {
	padding-right: 10px;
}
.top-nav ul {
	overflow: hidden;
	padding: 0px;
}
.top-nav ul li {
	border-left: 1px solid #e6e7e7;
}
.top-nav ul li:first-child {
	border-left: none;
}
.top-nav ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	overflow: hidden;
	padding: 0 10px;
	/*text-indent: 100%;*/
	white-space: nowrap;
}
.excursions_and_event .top-nav ul li a#gnav01,
.education_and_research .top-nav ul li a#gnav02,
.access_and_apply .top-nav ul li a#gnav03,
.database .top-nav ul li a#gnav04,
.outline .top-nav ul li a#gnav05 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/****** ページタイトル ******/
.pagettl {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.pagettl_box {
	background-color: #f8f8f8;
	height: 140px;
}
.pagettl_box .pagettl_name {
	margin: 0 auto;
	padding: 40px 10px 35px;
	/* width: 1140px; */
}
/****** サブナビ ******/

.pagettl.snav_box {
	margin: -25 auto 10px;
	text-align: center;
	width: 1140px;
}
.aside-nav {
	/* height: 50px; */
	margin: -25px auto 50px;
}
.aside-nav ul {
	display: table;
	margin: 0 auto;
	text-align: center;
	/* width: 1140px; */
}
.aside-nav li {
	display: inline-block;
	font-size: 1.5em;
	height: 50px;
	margin: 0 1px;
	position: relative;
	text-align: center;
	width: 170px;
}
.aside-nav li a {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 170px;
}
/*
#excursions .aside-nav li,
#event .aside-nav li,
#education_and_research .aside-nav li,
#performance .aside-nav li{
	background-color: #50871f !important;
}*/
.aside-nav li:after {
	background-image: url(../imgs/icon_arw02.png);
	background-repeat: no-repeat;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 12px;
}

/* footer
   ========================================================================== */
footer {
	background-color: #6eb92d;
	color: #fff;
	margin-top: 36px;
}
footer a:hover {
	text-decoration: none;
}
footer .footer {
	/* height: 240px; */
	padding: 40px 0;
}
footer .footer_logo {
	margin-right: 20px;
	/* float: left; */
	overflow: hidden;
	width: 85px;
}
footer .fbox1 {
	/* width: 45%;
	float: left;
	overflow: hidden; */
}
footer .fbox1 ul li {
	font-size: 0.75em;
	margin-bottom: 3px;
}
footer .fbox1 ul li.ttle {
	font-weight: bold;
	margin-bottom: 20px;
}
footer .fbox1 ul li.ttle span {
	font-size: 0.875em;
}
footer .footer_btn {
	display: table;
	/* width: 360px; */
	height: 40px;
	margin-top: 20px;
	position: relative;
	text-align: center;
}
footer a,
footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}
footer .footer_btn a {
	background-color: #6eb92d;
	border: 1px solid #fff;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px;
	color: #fff;
	display: table-cell;
	font-size: 0.75em;
	text-decoration: none !important;
	vertical-align: middle;
}
footer .footer_btn a:hover {
	background-color: #5fa125;
	color: #fff;
}
footer .footer_btn a:after {
	background-image: url(../imgs/icon_arw01.png);
	background-repeat: no-repeat;
	content: "";
	height: 12px;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 7px;
}

footer .fbox2 {
	/* width: 42%;
	overflow: hidden;
	clear: right;
    float: right; */
}
footer .fbox2 ul {
	background-color: #fff;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	border-radius: 6px;
	display: inline-block;
	padding: 10px;
}
footer .fbox2 ul li.footer_link {
	display: inline-block;
	padding: 10px;
	text-align: center;
}
footer .fbox2 ul li.footer_link span {
	color: #000;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 10px;
}
footer .copylight {
	background-color: #5fa125;
	height: 52px;
	margin-top: 40px;
}
footer .copylight p {
	font-size: 0.6875em;
	margin-bottom: 0px !important;
	padding: 14px 0;
}
#pagetop {
	bottom: 20px;
	position: absolute;
	position: fixed;
	right: 20px;
}

/* home
   ========================================================================== */
.home .newslist section {
	/* width: 550px; */
}
.home .home .newslist .content {
	height: 155px;
}

.home .newslist .thumb {
	/* width: 205px; */
	height: 154px;
}
.home .menubnr {
	padding-left: 10px;
}
.home .menubnr div {
	border: 1px solid #e6e7e7;
	display: table;
	height: 190px;
	/* margin-left: 10px; */
	/* margin-bottom: 10px; */
	position: relative;
}
.home .menubnr div.bnr-s {
	/* width: 265px; */
	/* float: left; */
}
.home .menubnr div.bnr-l {
	/* width: 540px; */
	/* clear: both; */
}

.home .menubnr div a {
	background-color: #fff;
	display: table-cell;
	padding: 6px 6px 6px 20px;
	vertical-align: middle;
}
.home .menubnr div a:hover {
	background-color: #f4fdec;
}
.home .menubnr div a:after {
	background-image: url(../imgs/icon_bnr.png);
	background-repeat: no-repeat;
	content: "";
	height: 25px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 25px;
}
.home .menubnr a.bnricon-1:after {
	background-position: 0px 0px;
}
.home .menubnr a.bnricon-2:after {
	background-position: 0px -25px;
}
.home .menubnr a.bnricon-3:after {
	background-position: 0px -50px;
}

/* 教育・イベント,研究
   ========================================================================== */
.pagecat section {
	/* float: left; */
	/* margin: 0 20px 0 0 !important; */
	/* width: 455px; */
}
.pagecat section:nth-child(even) {
	margin: 0 !important;
}
.pagecat section:nth-child(2) {
	border-top: 1px solid #e6e7e7;
}
.pagecat section {
	height: 186px;
}
.pagecat .thumb {
	width: 170px;
}
.perflist {
	margin-left: 95px;
	width: 865px;
}
.perflist ul {
	display: block;
	overflow: hidden;
}
.perflist ul li {
	float: left;
	list-style-image: url(../imgs/icon_arw01g.png);
	margin: 10px 10px 10px 15px;
	width: 263px;
}
.perflist ul li:nth-child(3n + 1) {
	clear: both;
}
/* アクセス・申請.概要 h2 ul
   ========================================================================== */
#access_and_apply article .acvcnt h2.ttle,
#outline article .acvcnt h2.ttle {
	background-color: transparent;
	border-bottom: 1px dotted #999;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.5em;
	height: 47px;
	margin: 0 0 20px 52px !important;
	padding: 5px 0px 0px 5px !important;
	position: relative;
}
#access_and_apply article .acvcnt h2.ttle:before,
#outline article .acvcnt h2.ttle:before {
	background-image: url(../imgs/icon_ttls.png);
	background-repeat: no-repeat;
	content: "";
	height: 42px;
	left: -52px;
	position: absolute;
	top: 0;
	width: 42px;
}
#access_and_apply article .acvcnt h2.car:before {
	background-position: 0px 0px;
}
#access_and_apply article .acvcnt h2.air:before {
	background-position: 0px -42px;
}
#access_and_apply article .acvcnt h2.jr:before {
	background-position: 0px -84px;
}
#access_and_apply article .acvcnt h2.bus:before {
	background-position: 0px -126px;
}
#access_and_apply article .acvcnt h2.apply:before {
	background-position: 0px -168px;
}
#outline article .acvcnt h2.acces:before {
	background-position: 0px -210px;
}
#access_and_apply article .acvcnt h2.ttle span {
	font-size: 1.15rem;
	padding-left: 10px;
}
#access_and_apply article .acvcnt h2.ttle + ul,
#outline article .acvcnt h2.ttle + p {
	margin-left: 62px !important;
}

/*article .acvcnt span.Rlit01,article .acvcnt span.Rlit02,article .acvcnt span.Rlit03{ display:inline-block ;}
article .acvcnt span.Rlit01{ width: 275px;}
article .acvcnt span.Rlit02{ width: 75px; margin: 0 10px;}*/

.map {
	border: 5px solid #e6e7e7;
}
/* データベース
   ========================================================================== */
/*#tracheophyte table > th.album{ background: url(../imgs/icon_mail.gif) no-repeat 0% 50% ; }*/

.seed table.specimen {
	background: none repeat scroll 0 0 #f8f8f8;
	border-bottom: none !important;
	border-collapse: collapse;
	border-left: none !important;
	border-right: none !important;
	border-spacing: 0;
	border-top: 1px solid #ddddde;
	color: #333333;
	margin: 20px auto 30px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
.seed table.specimen tr td,
.seed table.specimen tr th {
	font-weight: normal;
	padding: 10px;
}
.seed table.specimen th {
	background: #eff6fa;
	text-align: center;
	width: 75px;
}
.seed table.specimen tr {
	border-bottom: 1px solid #ddddde;
}
.seed table.specimen tr:nth-of-type(2n) {
	background: none repeat scroll 0 0 #f3f3f3;
}
.seed table.specimen tr:nth-of-type(2n) th {
	background: none repeat scroll 0 0 #e4edf1;
}
.seed table.specimen th {
	border: none !important;
}
.seed table.specimen td {
	border: none !important;
}
.seed table.specimen td ul {
	margin: 0 !important ;
}
.seed table.specimen td p {
	margin: 0 !important ;
	padding: 0 !important ;
}
.seed table.specimen td.photo img {
	height: 128px;
	margin: 0px !important;
	width: 170px;
}
.seed table.specimen td.photo {
	text-align: center;
	width: 192px;
}
.seed table.specimen td.photo a {
	display: block;
	margin-right: 0px;
	padding: 0 !important;
	position: relative;
}
.seed table.specimen td.photo a:after {
	content: url("../imgs/icon_lthbox.gif");
	position: absolute;
	right: 7px;
	top: 2px;
	z-index: 2;
}
.seed table.specimen td.day {
	text-align: right;
	width: 172px;
}
.seed table.specimen td.day dl {
	margin: 0 !important;
	text-align: center;
}
.seed table.specimen td.day dl dt {
	background: url(../imgs/icon_date.gif) no-repeat 30% 19%;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	text-align: center;
}
#tracheophyte ol li span {
	vertical-align: top;
}
/*.fnt-green{ color: #6eb92b; font-size: 1.3em;}*/
#tracheophyte tr th:nth-child(1) {
	width: 135px;
}
#tracheophyte tr th:nth-child(2) {
	width: 200px;
}
/* 概要
   ========================================================================== */
#outline dl {
	/* display: table; */
	/* width: 930px; */
}
#outline dl dt {
	float: left;
	padding: 0 10px 20px 20px;
	width: 170px;
}
#outline dl dd {
	border-bottom: 1px dotted #999;
	/* margin-bottom: 20px; */
	padding: 0 10px 20px 190px;
	position: relative;
}
#outline dl dd:before {
	border-bottom: 1px solid #6eb92b;
	bottom: -1px;
	content: " ";
	left: 0;
	position: absolute;
	width: 170px;
	z-index: 2;
}
#outline .staff-list {
	border-bottom: 1px dotted #999;
	height: 60px;
	padding: 20px 20px 20px 10px;
}
#outline .staff-list p {
	display: inline-block;
	padding: 0 10px;
}
#outline .staff-list p span {
	font-size: 0.75em;
}
#outline .staff-list p:first-of-type,
#outline .staff-list p:nth-of-type(2n) {
	width: 265px;
}
#outline .staff-list p a {
	padding: 4px 0px 4px 20px !important;
}
#outline .staff-list p.mal a {
	background: url(../imgs/icon_mail.gif) no-repeat 0% 50% !important;
}
/* --▼800 -------------------- */
@media only screen and (max-width: 768px) {
	.sp_on {
		display: block;
	}

	.sp_off {
		display: none;
	}
}
