@charset "utf-8";
/*神経科学トピックス*/
.btn-social-flat_1 { 
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  background: #C75943;
  text-decoration: none;
	border: 1px solid #984231;
	margin: 9px 12px 0 6px;
}

.btn-social-flat-icon_1 {
  display: inline-block;
  width: 40px;
  height: 28px;
  text-align: center;
  color: white;
}
.btn-social-flat-icon_1 i {
  font-size: 14px;
  line-height: 28px;
  transition: .3s;
}
.btn-social-flat-text_1 {
  display: inline-block;
  width: 160px;
  line-height: 28px;
  height: 28px;
  text-align: center;
}

.btn-social-flat-icon--newspaper_1 {
  background:#984231;
}
.btn-social-flat_1:hover .btn-social-flat-icon_1 i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/*神経科学ニュース*/
.btn-social-flat { 
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  background: #5CAADE;
  text-decoration: none;
	border: 1px solid #508791;
	margin: 9px 12px 0 6px;
}

.btn-social-flat-icon {
  display: inline-block;
  width: 40px;
  height: 28px;
  text-align: center;
  color: white;
}
.btn-social-flat-icon i {
  font-size: 14px;
  line-height: 28px;
  transition: .3s;
}
.btn-social-flat-text {
  display: inline-block;
  width: 160px;
  line-height: 28px;
  height: 28px;
  text-align: center;
}

.btn-social-flat-icon--newspaper {
  background:#508791;
}
.btn-social-flat:hover .btn-social-flat-icon i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.btn-social-flat_2 { 
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  background: #508791;
  text-decoration: none;
  border: 1px solid #508791;
  margin: 9px 12px 0 6px;
}

.btn-social-flat_2:hover .btn-social-flat-icon i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.btn-social-flat-text_2 {
  display: inline-block;
  width: 140px;
  line-height: 29px;
  height: 29px;
  text-align: center;
}

.btn-social-flat-icon--newspaper_2 {
  background:#31585F;
}

.btn-social-flat_3 { 
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  background: #5CAADE;
  text-decoration: none;
	border: 1px solid #508791;
}
.btn-social-flat-text_3 {
  display: inline-block;
  width: 140px;
  line-height: 29px;
  height: 29px;
  text-align: center;
}
.btn-social-flat_3:hover .btn-social-flat-icon i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.btn-social-flat-icon--laboratory_list_map {
  background:#066AAC;
}