@charset "UTF-8";

#index section {
  padding: 90px 0;
}
#index #main h2 {
  font-size: 34px;
  text-align: center;
  letter-spacing: .1em;
  background: url(../images/common/lineTitle.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 44px;
}

/* ================================================================
	SLIDE
=================================================================== */
.wrapperSlider {
  height: 550px;
}
.btnScroll {
  display: none;
}
.sp-slide {
  position: relative;
}
.textSlide01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18.5px;
  margin-left: -388px;
}
.textSlide02 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120.5px;
  margin-left: -266.5px;
}
.textSlide03 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120.5px;
  margin-left: -230.5px;
}
.textSlide04 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -121px;
  margin-left: -262px;
}
.textSlide05 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -121px;
  margin-left: -228.5px;
}
.textSlide06 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16.5px;
  margin-left: -334.5px;
}
.btnSlide01 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -66.5px;
}
.btnSlide02 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -55px;
}
.btnSlide03 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -53.5px;
}
.btnSlide04 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -41px;
}
.btnSlide05 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -124px;
}
.btnSlide06 {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -41.5px;
}
.titleSlide06 {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -155.5px;
}

/* ================================================================
	BRANCH
=================================================================== */
.btnBranch {
  width: 856px;
  margin: 0 auto;
}
.btnBranch li {
  width: 414px;
  text-align: center;
  position: relative;
}
.forPublic {
  float: left;
}
.forResearcher {
  float: right;
}
.btnBranch a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  font-size: 17px;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.forPublic a {
  background-color: #F4B300;
}
.forResearcher a {
  background-color: #009FE5;
}
.btnBranch a:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
}
.btnBranch a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* ================================================================
	ABOUT
=================================================================== */
#about .copy {
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: center;
}
#about .text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-top: 30px;
}
#about .text strong {
  font-weight: normal;
  border-bottom: solid 1px #95D100;
  padding-bottom: 4px;
}
#about .movie {
  width: 600px;
  height: 338px;
  margin: 50px auto 60px;
}
.linkText {
  text-align: center;
  margin-top: 30px;
}
.linkText li {
  display: inline-block;
  line-height: 17px;
}
.linkText a {
  text-decoration: none;
  color: #505050;
}
.linkText a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.linkText .iconArrow {
  background: url(../images/common/iconArrow.png) no-repeat left top;
  padding-left: 27px;
}
.linkText .iconLinkGreen {
  background: url(../images/common/iconLinkGreen.png) no-repeat left top;
  padding-left: 14px;
  margin-left: 50px;
}
#about .banner {
  text-align: center;
}
#about .banner li {
  display: inline-block;
}
#about .banner li + li {
  margin-left: 30px;
}
#about .banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* ================================================================
	NEWS
=================================================================== */
#news dl {
  font-size: 16px;
  margin:0 60px;
}
#news dl a {
  text-decoration: none;
  color: #505050;
  display: block;
  position: relative;
  padding-right: 2em;
}
#news dl a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
#news dl a:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #96d100;
}
#news dl dt,
#news dl dd {
  line-height: 1.4;
}
#news dl dt {
  float: left;
  clear: both;
  color: #95D100;
  padding: 12px 0 12px 12px;
}
#news dl dd {
  padding: 12px 12px 12px 208px;
  border-bottom: solid 1px #C7C7C7;
  background-repeat: no-repeat;
  background-position: 115px 12px;
}
.iconNews {
  background-image: url(../images/common/iconNews.png);
}
.iconEvent {
  background-image: url(../images/common/iconEvent.png);
}
#news .linkText {
  margin-top: 40px;
}

/* ================================================================
	MENU
=================================================================== */
.menuInner {
  width: 856px;
  margin: 30px auto 0;
  padding: 40px 40px 50px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#tabResearcherInner {
  display: none;
}
#tabPublicInner div,
#tabResearcherInner div {
  width: 360px;
}
#tabPublicInner > div,
#tabResearcherInner > div {
  float: left;
}
#tabPublicInner > div + div,
#tabResearcherInner > div + div {
  float: right;
}
.menuInner h3 {
  text-align: center;
  margin-bottom: 13px;
}
.menuInner ul + h3 {
  margin-top: 43px;
}
#tabPublicInner h3 {
  color: #F4B300;
}
#tabResearcherInner h3 {
  color: #009FE5;
}
.menuInner li + li {
  margin-top: 10px;
}
.menuInner a {
  position: relative;
  color: #505050;
  text-align: center;
  display: block;
  padding: 18px 0;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#menu .btnBranch .forPublic a,
#menu .btnBranch .forResearcher a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
#menu .btnBranch .forPublic.current a,
#menu .btnBranch .forResearcher.current a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.menuInner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.menuInner a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
}
#tabPublicInner a {
  border: solid 1px #F4B300;
}
#tabPublicInner a:after {
  border-color: transparent transparent transparent #f4b300;
}
#tabResearcherInner a {
  border: solid 1px #009FE5;
}
#tabResearcherInner a:after {
  border-color: transparent transparent transparent #009FE5;
}
.tabOn1{
  display:block !important;
}
.tabOn2{
  display:none !important;
}

/* ================================================================
	LINK
=================================================================== */
#link ul.banner {
  list-style: none;
  text-align: center;
}
#link ul.banner li {
  display: inline-block;
  margin: 0 12px 30px 12px;
}
#link ul.banner a {
  color: #505050;
  display: block;
  text-decoration: none;
  width: 310px;
  height: 70px;
  line-height: 70px;
  position: relative;
  font-size:17px;
}
#link ul.banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
#link .sns{
  width:1000px;
  margin:20px auto 0;
  position:relative;
}
#link .sns ul{
  position:absolute;
  top:50px;
}
#link .sns li{
  float:left;
  display:inline-block;
}
#link .sns li:nth-child(1){
    /*width: 61px;*/
    /*overflow: hidden;*/
  margin-right: 0px;
  padding:0 5px;
}
#link .sns li:nth-child(n+2){
  margin-right:0px;
  padding:0 5px;
}
