/*
Theme Name: ライフサイエンス支援センター
*/

.cont-department,
.cont-life,
.cont-department .pure-g [class*=pure-u],
.cont-life .pure-g [class*=pure-u] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/* ライフサイエンス支援センター */
.cont-life #cont-side,
.cont-life #wrap {
  background: #0563A4;
}

.cont-life #cont-main {
  border-left: 1px solid #5f9bc4;
}

/* Header */

#life-header {
	background: #fff;
  border-top: 10px solid #0563a4;
  position: relative;
  padding: .7em 1em 1.1em;
}

#life-header-inner {
	max-width: 1450px;
	margin: 0 auto;
	overflow: hidden;
}

#life-title {
	padding: 5px 10px;
	margin: 2.8% 0 0;
}

#life-title img {
	width: 100%;
}

#life-header #footer,
#life-header #life-container {
  background: #fff;
}

#life-header .hd-title {
	float: left;
	max-width: 450px;
	width: 100%;
}

#life-header .hd-title a {
	display: block;
}

#life-header .hd-menu {
	float: right;
	width: 70%;
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
}

#life-header .main-menu {
	text-align: right;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1;
}

.sub-menu {
	text-align: right;
}

.sub-menu ul {
  display: inline;
	margin: 0 1em 0 0;
	font-size: 1.5rem;
	line-height: 1;
}

#life-header .main-menu li,
.sub-menu li {
	display: inline-block;
	font-weight: bold;
	list-style-type: none;
}

#life-header .main-menu li {
	font-size: 1.8rem;
	margin: 1em .8em 0;
}

.sub-menu li {
	font-size: 1.3rem;
	margin: 0 .8em;
}

.sub-menu li img {
	width: 1em;
	margin: 0 .5em 0 0;
}

.cont-life .btn-dept {
  height: 100%;
}

.cont-life .img-dept::after {
	content: '';
	display: block;
  padding-top: 68%;
}

.cont-life .btn-dept-doubutsu .img-dept {
  background: url('/wp/wp-content/themes/life/images/img-lar.jpg') no-repeat center center;
  background-size: cover;
}

.cont-life .btn-dept-crl .img-dept {
  background: url('/wp/wp-content/themes/life/images/img-crl.jpg') no-repeat center center;
  background-size: cover;
}

.cont-life .btn-dept-rilab .img-dept{
  background: url('/wp/wp-content/themes/life/images/img-rilab.jpg') no-repeat center center;
  background-size: cover;
}

.cont-life .en-title {
	font-size: 1.7rem;
  line-height: 1;
  opacity: .7;
}

.cont-life .inner-box {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 20px;
}

.cont-life #tab-box {
	background: #fff;
  clear: both;
  margin: 30px auto 0;
  height: 300px;
  position: relative;
}

.cont-life .tab-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.cont-life .hide-cont {
  z-index: -1;
}

.cont-life .btn-dept a {
	color: #fff;
	display: block;
}

.cont-life .title-dept {
	padding: 20px 30px 13px;
}

.cont-life .btn-dept h3 {
	font-size: 2.6rem;
	font-weight: bold !important;
	line-height: 1.5;
}

.cont-life .btn-dept-doubutsu {
	background: #14812d;
}

.cont-life .btn-dept-crl {
	background: #44309d;
}

.cont-life .btn-dept-rilab {
	background: #eb8600;
}

.cont-life h2 {
	font-size: 3rem;
	font-weight: bold !important;
/* 	text-align: center; */
	margin: 80px 0 0;
}

.cont-life .tab-list {
	margin: 30px 0 0;
}

.cont-life #life-tab-link {
  text-align: center;
}

.cont-life #life-tab-link li {
  border-radius: 2em;
  display: inline-block;
	max-width: 180px;
  width: 25%;
  text-align: center;
	list-style-type: none;
  line-height: 1;
	padding: 1.2rem 2rem 1.1rem;
  margin: .5rem;
}

.cont-life #life-tab-link li:first-child {
  border: 2px solid #0563a4;
  color: #0563a4;
}

.cont-life #life-tab-link li:first-child:hover,
.cont-life #life-tab-link li.select:first-child {
	background: #0563a4;
  color: #fff;
}

.cont-life #life-tab-link li:nth-child(2) {
  border: 2px solid #14812d;
  color: #14812d;
}

.cont-life #life-tab-link li:nth-child(2):hover,
.cont-life #life-tab-link li.select:nth-child(2) {
	background: #14812d;
  color: #fff;
}

.cont-life #life-tab-link li:nth-child(3) {
  border: 2px solid #44309d;
  color: #44309d;
}

.cont-life #life-tab-link li:nth-child(3):hover,
.cont-life #life-tab-link li.select:nth-child(3) {
	background: #44309d;
  color: #fff;
}

.cont-life #life-tab-link li:nth-child(4) {
  border: 2px solid #eb8600;
  color: #eb8600;
}

.cont-life #life-tab-link li:nth-child(4):hover,
.cont-life #life-tab-link li.select:nth-child(4) {
	background: #eb8600;
  color: #fff;
}

.cont-life #life-tab-link li:hover {
	cursor: pointer;
}


/* Footer */

.cont-life #footer {
	padding: 0 0 60px;
}

.cont-life .ft-cont {
  margin: 0 auto;
	overflow: hidden;
  padding: 0 20px;
	width: 450px;
}

.cont-life .ft-logo {
	display: inline-block;
	float: left;
	width: 110px;
}

.cont-life .ft-text {
	display: inline-block;
	float: right;
	margin: 15px 0;
}


/* HOME */

.cont-life .hm-dept {
	max-width: 1450px;
	margin: 0 auto;
}

.cont-life .btn-more i {
	font-size: 1.8rem;
}

.cont-life .btn-more i::before {
	vertical-align: middle;
}

.home-life #wrap {
  background: #fff;
}

.home-life .hm-news h2 {
  text-align: center;
}

/* 共通 */
#wrap {
  background: #0563A4;
}

#cont-main {
  background: #fff;
	width: calc(100% - 230px);
	float: right;
}

#entry-content {
  min-height: 500px;
}

.list-life {
	margin: 0;
}

.list-life li {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0 1.3rem;
  list-style-type: none;
}

.list-life li:first-child {
  border-top: 1px solid #e8e8e8;
}

.list-life li a {
  color: #333 !important;
}

.list-life li a:hover {
  text-decoration: none !important;
}

.list-life li .post-date {
	color: #333;
  margin: 0 1.5rem 0 0;
}

.list-life li .post-cate {
  color: #fff;
  font-size: 1.2rem;
  padding: .2rem .8rem .1rem;
  margin: 0 1.5rem 0 0;
  display: inline-block;
  width: 165px;
  text-align: center;
}

.list-life li.post-cat-lar .post-cate {
	background: #14812d;
}

.list-life li.post-cat-crl .post-cate {
	background: #44309d;
}

.list-life li.post-cat-rilab .post-cate {
	background: #eb8600;
}

.list-life li .fa-file-pdf-o:before {
	padding: 0 5px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

#pagetop {
	width: 70px;
	height: 70px;
}

.komelist {
  margin: 0 0 1.75em;
}

.kome,
.komelist > li {
  list-style-type: none;
  padding: 0 0 0 1.25em;
  position: relative;
}

.kome::before,
.komelist > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0 !important;
}

/*
li.kome {
  text-indent: -1.35em;
}
*/

p.dot {
  position: relative;
  padding-left: 1.25em;
}

p.dot:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 4px;
  background: #1a1a1a;
}

.anchor-box {
  border: 3px solid #ccc;
  margin-left: 0;
  padding: 20px 30px;
}

.anchor-box li {
  display: inline;
}

.anchor-box li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 0 0 5px;
  content: '\f063';
  color: #0563a4;
}

.anchor-box li:nth-child(n + 2) {
  margin-left: 30px;
}

.list2 {
  column-count: 2;
}


/* 部門テンプレート共通 */

/*
.cont-department .hd-menu {
	float: right;
	text-align: right;
}

.cont-department .hd-menu a {
	background: #0563a4;
	color: #fff;
	display: inline-block;
	padding: .5em 2em;
  margin: 2px 0 0;
}

*/
/*

.cont-life.single-cars #entry-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 20px;
}

.cont-life.single-cars #entry-content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}
*/

.cont-life .btn-link,
.cont-department .btn-link {
	background: #0563a4;
	color: #fff;
	display: inline-block;
	padding: .35em 2em;
  margin: 2px 0 0;
}

.cont-life .hd-search,
.cont-department .hd-search {
	display: inline-block;
	position: relative;
	margin: 0 1em 0 0;
}

.cont-life .hd-search input[type="image"],
.cont-department .hd-search input[type="image"] {
	width: 20px;
	height: 20px;
	position: absolute;
	left: .7em;
	top: 50%;
	transform: translateY(-50%);
}

.cont-life .hd-search input[type="text"],
.cont-department .hd-search input[type="text"] {
	border-radius: 0;
	padding: 0.35em 0.4375em 0.35em 2.8em
}

.cont-life #entry-header,
.cont-department #entry-header {
  background: #104a72;
  margin: 0 0 60px;
}

.cont-life #entry-title,
.cont-department #entry-title {
  color: #fff;
  font-size: 2.6rem;
  margin: 25px 0;
  padding: 0 50px;
  line-height: 1.8;
}

.cont-life #entry-title {
  max-width: 1450px;
  margin: 25px auto;
}

.cont-department #entry-content h1 {
  margin: 100px 0 30px;
}

.cont-department #entry-content h1#anch01 {
  margin-top: 80px !important;
}

.cont-department #entry-content h2 {
  color: #003670;
  font-size: 2.4rem;
  margin-left: 30px;
  padding: 8px 0 0;
  position: relative;
  border-top: 1px solid #104a72;
}

.cont-department #entry-content h2::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  border-left: 8px solid #104a72;
  height: 100%;
  height: calc(100% + 1px);
}

.cont-department #entry-content h3 {
  font-size: 2rem;
  border-left: 3px solid #104a72;
  color: #104a72;
}

.cont-department #entry-content h5 {
  color: #104a72;
  margin: 30px 0 15px;
}

.cont-department #entry-content h6 {
  font-size: 1.3rem;
  color: #104a72;
  font-weight: bold;
  display: inline-block;
  padding: 0 3em;
  margin: 0 0 8px;
  border: 1px solid #104a72;
}

.cont-department #entry-content thead th {
  text-align: center;
}

.cont-department #entry-content th {
  font-weight: normal;
  white-space: inherit;
}

.cont-department #entry-content th,
.cont-department #entry-content td {
  padding: .5em 1em;
}

.cont-department #entry-content a {
  color: #0563A4;
}

.td-center td {
  text-align: center;
}

.td-right td {
  text-align: right;
}

span.gakunai {
  background: #1b8ad8;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 6px 4px;
  margin: 0 0 0 10px;
}

.list-life .pagelink:after,
.list-life .sitein:after {
  display: none;
}


/* バイオ実験機器部門 */

.cont-department .hm-image {
	height: 500px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.cont-department .list-life li .post-date {
	color: #0563A4;
	font-weight: bold;
}

.cont-department .hm-news {
	margin: 50px 0 0;
}

.cont-department .hm-news h2 {
	font-size: 3.5rem;
	position: relative;
}

.cont-department .hm-news h2 a {
	position: absolute;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
	font-size: 1.5rem;
	line-height: 30px;
}

.cont-department .hm-links {
	margin: 50px 0 0;
}

.cont-department .hm-links ul {
	margin: 0;
}

.cont-department .hm-links li {
	list-style-type: none;
	width: 50%;
	float: left;
}

.cont-department .hm-links li:nth-child(odd) {
	padding: 0 5px 0 0;
}

.cont-department .hm-links li:nth-child(even) {
	padding: 0 0 0 5px;
}

.cont-department .hm-links li:nth-child(n + 2) {
	padding-bottom: 10px;
}

.cont-department .hm-links a {
	background: #e5f4f8;
	display: block;
	padding: 1em 2em 1em 1em;
	position: relative;
}

.cont-department .hm-links a::after {
	content: '';
	display: block;
	width: 7px;
	height: 14px;
	background: url('/wp/wp-content/themes/life/images/ico-arrow.png') no-repeat;
	background-size: contain;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.cont-department #footer {
	background: #eaeaea;
  overflow: visible;
}

.cont-department .text-s {
	font-size: 1.3rem;
}

.cont-department .inner-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.cont-department tbody th {
  background: #f5f5f5;
}

#cont-side {
	height: 100%;
  background: #0563A4;
  width: 230px;
  float: left;
/*
  padding-bottom: 10000px;
  margin-bottom: -10000px;
*/
}

#main-menu {
	margin: 0;
}

#main-menu li {
	list-style-type: none;
	border-bottom: 1px solid #5e9bc4;
}

#main-menu .main-menu-title,
#main-menu li a {
	color: #fff;
	display: block;
	padding: .8em 1em;
}

#main-menu .main-menu-title {
  font-weight: bold;
	padding: 1.5em 1em;
	background: #104a72;
}

#main-menu li a.current,
#main-menu li a:hover {
	background: #1a8ad8;
	opacity: 1;
}

.under {
  background: linear-gradient(transparent 75%, #ffdc00 75%);
}

span.red {
  color: #c00;
}

span.arrow {
  font-size: 40px;
  padding: 10px;
}

.border {
  border: 1px solid #ccc;
}

.img {
  width: 250px;
  margin: 0 30px 0 0;
  float: left;
}

.img img {
  max-width: 250px;
  width: 100%;
  margin: 0 0 30px;
}

.text {
  width: 75%;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  float: right;
}

.lead {
  font-size: 2rem;
}

.anchor-list {
  border: 3px solid #ccc;
  margin-left: 0;
  padding: 20px 30px 20px 40px
}

.mt0 {
  margin-top: 0 !important;
}

.total th,
.total td {
  background: #e7e7e7 !important;
}

.subtotal th,
.subtotal td {
  background: #f5f5f5 !important;
}


/* バイオ実験機器部門 */
.cont-crl #cont-side,
.cont-crl #wrap {
  background: #44309d;
}

.cont-crl #main-menu li a.current,
.cont-crl #main-menu li a:hover {
  background: #7c66e1;
}

.cont-crl #main-menu li {
  border-bottom: 1px solid #7c66e1;
}

.cont-crl .hm-links a {
  background: #eae7f5;
}

.cont-crl .hm-links a::after {
  background: url('/wp/wp-content/themes/life/images/ico-arrow-crl.png') no-repeat;
  background-size: contain;
}

.cont-crl #main-menu li:first-child {
  border-top: 1px solid #7c66e1;
}
/*

.cont-crl #entry-header {
  background: #312663;
}
*/


/* 依頼サンプル料金 */
.cont-crl .post-18230 thead th {
  width: 40%;
}

.cont-crl .post-18230 thead th:nth-child(2) {
  width: 20%;
}


/* 放射性同位元素実験部門 */
.cont-rilab #cont-side,
.cont-rilab #wrap {
  background: #eb8600;
}

.cont-rilab #main-menu li a.current,
.cont-rilab #main-menu li a:hover {
  background: #f9a435;
}

.cont-rilab #main-menu li {
  border-bottom: 1px solid #f9b255;
}

.cont-rilab .hm-links a {
  background: #fbefdd;
}

.cont-rilab .hm-links a::after {
  background: url('/wp/wp-content/themes/life/images/ico-arrow-rilab.png') no-repeat;
  background-size: contain;
}

.cont-rilab #main-menu li:first-child {
  border-top: 1px solid #f9a435;
}


/* 図書一覧 */
.postid-18950 table tbody td:last-child {
  text-align: center;
}

.postid-18950 table thead th:first-child {
  width: 50%;
}

.postid-18950 table thead th:nth-child(2),
.postid-18950 table thead th:nth-child(3) {
  width: 21%;
}

.postid-18950 table thead th:last-child {
  width: 8%;
}

/* 利用案内 */
.postid-18193 .table-guide tbody th,
.postid-18193 .table-guide tbody td:nth-child(-n + 3) {
  text-align: center;
}

.postid-18193 .table-guide tbody td:nth-child(n + 4) {
  text-align: right;
}

/* ホームページ更新履歴 */
.post-19109 table td:first-child {
  background: #f5f5f5;
  width: 15%;
}



/* 生物資源部門 */
.cont-lar #cont-side,
.cont-lar #wrap {
  background: #14812d;
}

.cont-lar #main-menu li a.current,
.cont-lar #main-menu li a:hover {
  background: #33ab4f;
}

.cont-lar #main-menu li {
  border-bottom: 1px solid #33ab4f;
}

.cont-lar #main-menu li:first-child {
  border-top: 1px solid #33ab4f;
}

.cont-lar .hm-links a {
  background: #deede1;
}

.cont-lar .hm-links a::after {
  background: url('/wp/wp-content/themes/life/images/ico-arrow-lar.png') no-repeat;
  background-size: contain;
}

.postid-17920 #content h3 {
  background: #f5f5f5;
  border-left: 4px solid #0563a4;
  padding: .5em 1em;
  margin: 0 0 1em;
  margin: 50px 0 20px;
}

.postid-17920 #content .list-life {
  margin: 0 0 60px;
}


/* 部門共通 */
#hd-tab-link {
  text-align: center;
  background: #fff;
}

#hd-tab-link a {
  display: block;
  font-weight: bold;
  font-size: 1.95rem;
  padding: 18px 20px;
  height: 100%;
  line-height: 1.1;
}

#hd-tab-link a small {
  font-weight: normal;
  font-size: 1.3rem;
}

.hd-link-lar a {
  background: #d5f2db;
  color: #14812d;
}

.hd-link-lar a.current {
  background: #14812d;
  color: #fff;
}

.hd-link-crl a {
  background: #e0dcf3;
  color: #44309d;
}

.hd-link-crl a.current {
  background: #44309d;
  color: #fff;
}

.hd-link-rilab a {
  background: #fae7d0;
  color: #eb8600;
}

.hd-link-rilab a.current {
  background: #eb8600;
  color: #fff;
}



/* お知らせ */

#entry-content .list-life a[href$=".pdf"]:after {
  display: none;
}

#entry-content .news-list .post-title {
  margin-bottom: 15px;
}

#entry-content .news-list.support-list .post-title {
  margin: 15px 0;
}

#entry-content .news-list li {
  border-bottom: 1px solid #ccc;
}

.cont-shien #entry-title {
	font-size: 24px;
}

.cont-shien #footer {
	background: #404149;
	color: #fff;
}

.cont-shien #footer h3 {
	font-weight: bold !important;
}

.cont-shien #footer .copyright {
	margin-top: 50px;
}

.cont-shien #pagetop {
  position: absolute;
  right: 0;
  top: 0;
}

.cont-shien #box-link {
	background: #404149;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.cont-shien #box-link a {
	color: #fff;
	display: block;
	padding: 10px 30px;
}

.shien-menu {
	margin: 0;
	border-right: solid 1px #f5f5f5;
}

.shien-menu li {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	list-style-type: none;
}

.shien-menu li a {
	display: block;
	padding: 12px 14px;
}

.single-information.cont-shien .btn-shien-news a,
.postid-2322 .btn-shien a,
.shien-menu .current_page_item a {
	position: relative;
	color: #fff;
	background: #4ec8d4;
	opacity: 1;
}

.shien-menu li a:hover {
	position: relative;
	color: #fff;
	background: #4ec8d4;
	opacity: 1;
  transition: .1s;
  -webkit-transition: .1s;
}

.single-information.cont-shien .btn-shien-news a:after,
.postid-2322 .btn-shien a:after,
.shien-menu .current_page_item a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: top;
  content: '\f061';
  position: absolute;
  right: 14px;
}

.shien-menu li a:hover:after {
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: top;
  content: '\f061';
  position: absolute;
  right: 14px;
	color: #fff;
}

.cont-shien #labo-img {
	height: auto;
	margin: 0 0 60px;
	line-height: inherit;
}

.cont-shien #labo-img img {
	width: 100%;
}

.cont-shien #entry-content .bg-point {
	background: #efefef;
	border-radius: 5px;
	padding: 20px 30px 5px;
}

.cont-shien #entry-content .bg-point h3 {
	color: #1d74be;
	font-weight: bold !important;
	margin: 60px 0 10px;
	padding: 0 0 0 30px;
	border-left: none;
	position: relative;
}

.cont-shien #entry-content .bg-point h3:before {
	content: '';
	height: 24px;
	width: 24px;
	background: url('images/shien-point.png') no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
}

.cont-shien #entry-content {
	padding-bottom: 60px;
}

.postid-2322  #entry-content{
	padding-bottom: 0;
}

.cont-shien #entry-content h2 {
	font-weight: bold !important;
	position: relative;
  padding-bottom: 10px;
}

.cont-shien #entry-content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4ec8d4;
  bottom: -3px;
  width: 50px;
}

.cont-shien #entry-content .abroad-h2 {
	padding: 8px 10px 8px 15px;
  border-left: 6px solid #4ec8d4;
  background: #f5f5f5;
}

.cont-shien #entry-content .abroad-h2:after {
	display: none;
}

.cont-shien #entry-content h3 {
	font-weight: bold !important;
  border-left: none;
  padding: 0;
  margin: 60px 0 10px;
}

.cont-shien #entry-content h4 {
	font-weight: bold !important;
}

.cont-shien #entry-content h5 {
	font-weight: bold !important;
	font-size: 18px;
	color: #28a8b4;
}

.cont-shien #entry-content h6 {
	font-weight: bold !important;
	font-size: 13px;
	padding: 1px 20px 0;
	margin-bottom: 10px;
	background: #c8e9ec;
	display: inline-block;
	color: #333;
}

.cont-shien .breadcrumbs {
  padding: 12px 30px;
  background: #d3eff3;
  color: #333;
  margin: 0 0 50px;
}

.cont-shien .breadcrumbs a {
  color: #333 !important;
}

.cont-shien video:hover {
	cursor: pointer;
}

.cont-shien video:focus {
	outline: none;
}

.btn-cess {
	text-align: center;
}

.btn-cess a {
	display: inline-block;
	color: #4ec8d4 !important;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #4ec8d4;
	border-radius: 30px;
	padding: 8px 0;
	position: relative;
	max-width: 360px;
	width: 100%;
}

.btn-cess a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: top;
  content: '\f061';
  position: absolute;
  right: 14px;
}

.btn-cess a:hover {
	background: #4ec8d4;
	color: #fff !important;
	opacity: 1;
	text-decoration: none !important;
}

.cess-table,
.cess-table th,
.cess-table td {
	border: 0;
	padding: 0;
}

.cess-table th {
	background: #4ec8d4;
	color: #fff;
	font-size: 18px;
	width: 20%;
	text-align: center;
}

.cess-table li {
	list-style-type: none;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.cess-table li:last-child {
	margin-bottom: 0;
}

.cess-table li a {
	display: block;
	padding: 10px 10px 10px 36px;
	position: relative;
	color: #1a1a1a !important;
}

.cess-table li a:hover {
	display: block;
}

.cess-table li a:before {
  color: #4dc8d4;
  content: '\f061';
  display: inline-block;
  font-family: FontAwesome;
  left: 14px;
  position: absolute;
  vertical-align: top;
}

#nav-toggle {
	display: none;
}

.for-sp {
	display: none !important;
}


/* 活動紹介、研究・教育業績 */

.cont-left {
	float: left;
	width: 85%;
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
}

.cont-right {
	float: right;
	width: 180px;
}

.cont-right ul {
	list-style-type: none;
	margin-left: 30px;
	padding: 15px 15px 10px 20px;
	background: #f5f5f5;
}

.cont-right a {
  color: #1a1a1a !important;
}

.cont-right li {
	margin-bottom: 5px;
}

.shien-childs li {
	list-style-type: none;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.shien-childs li a {
  color: #1a1a1a !important;
  display: block;
  padding: 10px 10px 10px 36px;
  position: relative;
}

.shien-childs li a:before {
  color: #4dc8d4;
  content: '\f061';
  display: inline-block;
  font-family:'FontAwesome';
  left: 14px;
  position: absolute;
  vertical-align: top;
}

.cont-shien .news-list .date-support {
	background: #d3eff3;
/* 	border: 1px solid #1d73be; */
	color: #333;
	font-weight: bold;
  margin: 0 20px 0 0;
}

.cont-shien .news-list.support-list .date-support {
	width: 88px;
}

.cont-shien .cont-left .cont-inner {
	margin-left: 120px;
}

.cont-shien .cont-left 	.cont-inner p {
	margin-bottom: 15px;
}

#news-cont .news-list a {
	color: #333;
}


/* .cont-shien内のリンクアイコン */

/*
.cont-shien #entry-content .cont-inner a:after {
  font-family: 'FontAwesome';
  display: inline-block !important;
  vertical-align: top;
  padding: 0 5px;
}

.cont-shien #entry-content .cont-inner a[target="_blank"]:after {
  content: '\f24d';
}

.cont-shien #entry-content .cont-inner a[href$=".pdf"]:after {
  content: '\f1c1';
}

.cont-shien #entry-content .cont-innert a[href^="mailto:"]:after {
  content: '\f003';
}
*/


/**
* Media Queries
* ----------------------------------------------------------------------------
*/

@media screen and (max-width: 1200px) {
	.cont-left {
		float: none;
		width: 100%;
	}
	.cont-right {
		float: none;
		width: 100%;
	}
	.post-title {
  	display: block;
		width: 100%;
		margin: 5px 0 0;
	}
/*
	.cont-shien .cont-left .cont-inner {
		margin-left: 0;
	}
*/
	.shien-side {
		margin-left: 0;
	}
/*
	.cont-shien .news-list .date-support {
	  margin: 18px 20px 0 0;
	}
*/
	.cont-right ul {
    margin-left: 0;
    margin-top: 30px;
	}

  .cont-life #tab-box {
    height: 550px;
  }

  #life-header .hd-title {
  	max-width: 350px;
  }

  #life-header .hd-menu {
  	width: -webkit-calc(100% - 350px);
  	width: calc(100% - 350px);
  }

  #life-header .main-menu li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
/*
	.cont-shien #entry-content {
		margin: 0 50px;
	}
*/
  .sub-menu > ul {
    display: block;
    margin: 0 0 .5em;
  }
}

@media only screen and (max-width: 800px) {
	.for-sp {
		display: block !important;
	}
	.for-pc {
		display: none !important;
	}
	body {
  	margin-top: 66.11px;
	}
	#cont-main {
		width: 100%;
	}
	#nav-toggle {
		display: block;
	}
	#cont-side {
    position: fixed;
    width: 100%;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.admin-bar #cont-side {
    top: 112px;
	}
	.open #cont-side {
    transform: translateX(0);
	}
	#nav-toggle {
    position: fixed;
    top: 24px;
    right: 18px;
    height: 32px;
    cursor: pointer;
	}
	#nav-toggle > div {
	  position: relative;
	  width: 36px;
	}
	#nav-toggle span {
	  width: 100%;
	  height: 2px;
	  left: 0;
	  display: block;
	  background: #333;
	  position: absolute;
	  transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
  }
	&:hover span:nth-child(1) {
	  top: 4px;
	}
	&:hover span:nth-child(3) {
	  top: 23px;
	}
  .open #nav-toggle span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }
	/* z-index */
	#nav-toggle {
	  z-index: 1000;
	}

	.cont-department .hm-links li {
  	width: 100%;
	}

	.cont-department .hm-links li:nth-child(even),
	.cont-department .hm-links li:nth-child(odd) {
  	padding: 0 0 5px;
	}

	#life-header {
  	padding: .7em 1em;
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    border-bottom: 1px solid #eee;
	}

	.admin-bar #life-header {
    top: 32px;
	}

	#life-header .hd-menu {
  	width: 100%;
	}

	#life-header .hd-title {
  	max-width: 300px;
	}

	#life-header #life-title {
  	margin: 0;
  	padding: 5px 0;
	}

	#cont-side #hd-tab-link a {
  	font-size: 1.5rem;
  	padding: 18px 15px;
  	height: 100%;
	}

	#life-header + #hd-tab-link a.current {
  	display: block !important;
	}

	.cont-life #life-tab-link li {
  	padding: 1.4rem 1rem 1.3rem;
  	width: 46%;
	}

	.cont-life #life-tab-link {
  	margin-left: 0;
	}

	.hd-menu {
    background: #fff;
  	padding-top: 0;
  	margin-top: 0;
	}

	.cont-life #entry-title,
	.cont-department #entry-title {
  	font-size: 2.2rem;
	}

	#life-header .main-menu {
  	text-align: center;
	}

	#life-header .main-menu li {
  	margin: 1.2em .5em;
	}

  .cont-life h2 {
    font-size: 2.4rem;
  }

  .cont-life .btn-dept-doubutsu .img-dept {
    border: 5px solid #14812d;
    border-bottom: 0;
  }

  .cont-life .btn-dept-crl .img-dept {
    border: 5px solid #44309d;
    border-bottom: 0;
  }

  .cont-life .btn-dept-rilab .img-dept {
    border: 5px solid #eb8601;
    border-bottom: 0;
  }

  .cont-life h2 {
    margin: 40px 0 0;
  }

  .cont-life .tab-list {
    margin: 15px 0 0;
  }

  .cont-life .ft-logo,
  .cont-life .ft-text {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .cont-life .ft-text {
    text-align: center;
    margin: 1em auto 0;
  }

  .cont-department .hm-image {
    height: 400px;
  }

  .main-menu {
    margin: 0;
    text-align: center;
    padding: 0 0 1em;
  }

  .main-menu li {
    display: inline-block;
    font-weight: bold;
    list-style-type: none;
    font-size: 1.4rem;
    margin: 1em .5em 0;
  }

  .sub-menu {
    text-align: center;
    padding-top: 1em;
  }

  .cont-department #entry-content h2 {
    font-size: 1.9rem;
  }

  .cont-department #entry-content h3 {
    font-size: 1.7rem;
    padding: 7px 18px;
  }

  .cont-department #entry-content h4 {
    font-size: 1.6rem;
  }

  .home  {
    margin-top: 0;
  }

  .home  #life-header {
    position: inherit;
  }

  .home #nav-toggle {
    display: none !important;
  }
}

@media screen and (max-width: 782px) {
	.admin-bar #life-header {
    top: 46px;
	}
}

@media screen and (max-width: 767px) {
	#life-header + #hd-tab-link a {
  	display: none;
	}
}

@media screen and (max-width: 600px) {

  .cont-department .hm-image {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
	#entry-content h2,
	#entry-content h5 {
		padding-left: 0;
		padding-right: 0;
	}
	#entry-content h3 {
		padding-right: 0 !important;
	}
}


/* ログイン中 */
@media only screen and (max-width: 800px) {
  .admin-bar #nav-toggle {
    top: 70px;
  }
}