@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{
    position:relative;
	height: 105px; 
	z-index: 100;
    -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;
}
header .boxshadow:before, header .boxshadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -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);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
header .boxshadow:after{
    right:10px;
    left:auto;
    -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{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
	height: 64px;
	width: 434px;	
	}
header .header_box .logo h1:before{
    position: absolute;
    background-image: none ;
    width: 0px;
    height: 0px;
}
header .header_box .logo a{
	display: block;
	height: auto;
}

/****** グローバルナビ ******/
  .top-nav {padding-right: 10px; }
  .top-nav ul { padding: 0px; overflow: hidden;}
  .top-nav ul li { border-left: 1px solid #e6e7e7;} 
  .top-nav ul li:first-child { border-left:none;} 
  .top-nav ul li a {
    height: 46px;
    padding: 0 10px;
    /*text-indent: 100%;*/
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .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{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  }
  
/****** ページタイトル ******/
.pagettl{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.pagettl_box {
	background-color: #f8f8f8;
	height: 140px;
}
.pagettl_box .pagettl_name{
    padding: 40px 10px 35px;
    width: 1140px;
    margin: 0 auto;
}
/****** サブナビ ******/

.pagettl.snav_box{
	width: 1140px;
	margin: -25 auto 10px;
	text-align: center;
}
.aside-nav { margin: -25px auto 50px;  height: 50px; }
.aside-nav ul{
	width: 1140px;
	display: table;
    margin:0 auto;
    text-align: center;  
}
.aside-nav li{
    width: 170px;
    height: 50px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    text-align: center;    
}
.aside-nav li a{
	display: table-cell;
    width: 170px;
    height: 50px;
    vertical-align: middle;
    }
/*
#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{
    position: absolute;
    width: 12px;
    height: 7px;
    content: '';
    top: 20px;
    right: 10px;    
    background-repeat:no-repeat ;
    background-image: url(../imgs/icon_arw02.png) ;
}
  
/* 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{
	width: 85px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
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 {
	margin-top: 20px;
	width: 360px;
	height: 40px;
	text-align: center;
	position: relative;
	display: table;
}
footer a,footer a:hover{ color: #fff !important;    text-decoration: underline;}
footer .footer_btn a{
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px;
	border: 1px solid #fff;
	background-color: #6eb92d;
	color: #fff;
	font-size: 0.75em;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none !important;
	
}
footer .footer_btn a:hover{background-color: #5fa125; color: #fff;}
footer .footer_btn a:after{
    position: absolute;
    width: 7px;
    height: 12px;
    content: '';
    top: 14px;
    right: 10px;    
    background-repeat:no-repeat ;
    background-image: url(../imgs/icon_arw01.png) ;
}

footer .fbox2{
	width: 42%;
	overflow: hidden;
	clear: right;
    float: right;
}
footer .fbox2 ul{
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	border-radius: 6px;
	background-color: #fff;
	padding: 10px;
	display: inline-block;	
}
footer .fbox2 ul li.footer_link{
	display: inline-block;
	text-align: center;
	padding: 10px;
}
footer .fbox2 ul li.footer_link span{
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	padding-top:10px;
}
footer .copylight{
	background-color: #5fa125;
	height: 52px;
	margin-top: 40px;
}
footer .copylight p{
	font-size: 0.6875em;
	padding: 14px 0;
    margin-bottom: 0px !important;		
}
#pagetop {
  position: absolute;
  position: fixed;
  right: 20px;
  bottom: 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; 
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
	display: table;
	height: 190px;	   
}
.home .menubnr div.bnr-s{ width: 265px; float: left;}
.home .menubnr div.bnr-l{ width: 540px; clear: both;}

.home .menubnr div a{
	padding: 6px 6px 6px 20px;
    background-color: #fff;
	display: table-cell;
	vertical-align: middle;	   
}
.home .menubnr div a:hover{ background-color: #f4fdec;}
.home .menubnr div a:after{
    position: absolute;
    width: 25px;
    height: 25px;
    content: '';
    top: 6px;
    right: 6px;    
    background-repeat:no-repeat ;
    background-image: url(../imgs/icon_bnr.png) ;
}
.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 {
	 width: 455px;
	 float: left;
	 margin: 0 20px 0 0 !important;
}    
.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 {
    width: 263px;
    float: left;
    margin: 10px 10px 10px 15px;
	list-style-image: url(../imgs/icon_arw01g.png);
}
.perflist ul li:nth-child(3n+1){
  clear:both;
}
/* アクセス・申請.概要 h2 ul
   ========================================================================== */
#access_and_apply article .acvcnt h2.ttle,
#outline article .acvcnt h2.ttle
{
	padding: 5px 0px 0px 5px !important;
    position: relative;
    height: 47px;
    margin: 0 0 20px 52px !important;
    border-bottom:1px dotted #999 ;
   font-size: 1.5em;
   background-color:transparent;
   -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#access_and_apply article .acvcnt h2.ttle:before,
#outline article .acvcnt h2.ttle:before{
    position: absolute;
    width: 42px;
    height: 42px;
    content: '';
    top: 0;
    left: -52px;
    background-repeat:no-repeat ;
    background-image: url(../imgs/icon_ttls.png) ;
}
#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-right: none  !important;
  border-left: none  !important;
  border-top: 1px solid #ddddde;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  margin: 20px auto 30px;
  color: #333333;
  vertical-align: middle;
}
.seed table.specimen tr td,.seed table.specimen tr th { padding: 10px; font-weight: normal;}
.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{ width: 170px; height: 128px; margin: 0px !important;}
.seed table.specimen td.photo{ text-align: center; width: 192px; }
.seed table.specimen td.photo a{ position: relative; display: block; padding:0 !important; margin-right: 0px;}
.seed table.specimen td.photo a:after{
	position: absolute;
    top: 2px;
    right: 7px;
    z-index: 2;
    content: url('../imgs/icon_lthbox.gif');
 }
.seed table.specimen td.day{ text-align: right; width: 172px; }
.seed table.specimen td.day dl{ text-align: center; margin: 0 !important;}
.seed table.specimen td.day dl dt{
	border-bottom:1px dotted #999;
	text-align: center;
	padding-bottom:10px ;
	padding-left: 17px;
	margin-bottom: 10px;
	background: url(../imgs/icon_date.gif) no-repeat 30% 19% ;
}
#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{
	width: 170px;
	padding: 0 10px 20px 20px;
	float: left;
 }
#outline dl dd{
	padding: 0 10px 20px 190px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
    position: relative;		
 }
#outline dl dd:before{
	position: absolute;
    content: " ";
    border-bottom: 1px solid #6eb92b;
    width: 170px;
    z-index: 2;
    bottom: -1px;
    left: 0;
}
#outline .staff-list{
	height: 60px;
	border-bottom:1px dotted #999;
	padding: 20px 20px 20px 10px;
}
#outline .staff-list p{
	 padding:0 10px ;
	 display: inline-block;
}
#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;
  }
}
