@charset "utf-8";

/* Clearing floats */
.clear:after,
.bioYear:after {
	clear: both;
}

.clear:before,
.clear:after,
.bioYear:before,
.bioYear:after{
	content: "";
	display: table;
}
.box_wrap,
.box_wrap1{
	text-align: left;
	border:1px solid #dcd0c0;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	margin:20px 10px 20px;
	padding:10px;
}
.box_wrap1{
	margin:20px 10px 20px;
	padding:18px 20px 15px;
}
.box_wrap *,
.box_wrap1 *{
	box-sizing: inherit;
}
.topBox{
	padding-top:30px;
}
.box_top1{
	position: absolute;
	top:-20px;
	left:0;
}


.bioYear,
.bioYear li{
	display: block;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.bioYear li{
	float:left;
	width:33.33%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.bioYear li:nth-child(3n){
	border-right-width: 0;
}
.bioYear a{
	display: block;
	text-align: center;
	padding:10px 0 9px;
	font-size: 15px;
	line-height: 1;
	color:#fff;
	font-weight: bold;
	font-family: "Arial Black";
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,097bed+100 */
	background: rgb(122,188,255); /* Old browsers */
	background: -webkit-linear-gradient(bottom left, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(9,123,237,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(9,123,237,1) 100%);
	background: linear-gradient(to top right, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(9,123,237,1) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#097bed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.bioYear a:hover{
	opacity: 0.4;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
	text-decoration: none;
}
#history td.h-day{
	width: 13.5%
}

.bioProfile,
.bioHistory{
	color:#fff;
	font-size: 20px;
	font-weight: 900;
	margin:0 0 1px;
}
.bioProfile{
	margin-bottom: 10px;
}
.bioProfile a{
	background-color: #ff4779;
	color:#fff;
	display: block;
	padding:5px 5px 7px;
	text-decoration: none;
	position: relative;
	transition: all 0.3s;
}
.bioProfile a:hover{
	opacity: 0.7;
}
.bioProfile a:after{
	position: absolute;
	display: inline-block;
	font-size: 9px;
	right:3px;
	content: "▲";
	transform: rotate(90deg);
}
.bioHistory{
	padding:5px 5px 7px;
	background-color: #a3d417;
}
.titBox{
	padding:5px 0 7px;
	color:#32a7cc;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
}
.yokonarabi {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	width:100%;
}
.yokonarabi li{
	box-sizing: border-box;
	flex-basis: calc(100% / 3);
	float: none;
}
.yokonarabi .box_wrap img{
	width:100%;
}
.yokonarabi.bios2021{
	margin-left:0;
}