@charset "UTF-8";
/*==============================================
biography
==============================================*/
#bio h2 {
	text-align: center;
	margin-bottom: 20px;
}

#bio h2 img {
	width:30%;
	height: auto;
	}

#bioIdxInner {
	background: #002f34;
	color:#fff;
}

.bioIdxBox h3 a {
	font-size: 16px;
	color:#fff;
	padding: 3px 0;
	display: block;
	text-align: center;
	background: #ff64a7;
}

.bioIdxBox h3 a i {
	font-size: 20px!important;
}

.bioIdxBox h3 a:hover {
	opacity: 0.7;
}

#bioIdxBox2025 h3 a,
#bioIdxBox2023 h3 a,
#bioIdxBox2021 h3 a,
#bioIdxBox2019 h3 a,
#bioIdxBox2017 h3 a,
#bioIdxBox2015 h3 a,
#bioIdxBox2013 h3 a,
#bioIdxBox2011 h3 a
 {
	background: #bd3f75!important;
}

/*table*/
.bioIdxBoxTable {
	margin-bottom: 30px;
}

.bioIdxBox table {
	border-spacing: 0;
	width:100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.bioIdxBox table th {
	border-bottom:1px solid #fff;
	text-align:left;
	padding:12px 15px;
	vertical-align:top;
	white-space:nowrap;
	width:100px;
	line-height: 1.4;
}

.bioIdxBox table td {
	padding:12px 15px 5px;
	vertical-align:top;
	border-bottom:1px solid #fff;
	text-align:left;
}

.bioIdxBox table td p {
	line-height: 1.4;
	margin-bottom: 10px;
}





