.base_tabs input[type=radio] {
	display:none;
}

.base_tabs {
    width: 80%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 75px auto;
}

.base_tabs li{
	float: left;
}

.base_tabs label {
	display: block;
    border-radius: 8px 40px 0 0;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	background: #0f21f7;
	cursor: pointer;
	position: relative;
}

.base_tabs label:hover {
	background: #0df45d;
}

.base_tab01-content {
	z-index: 2;
	display: none;
    border-radius: 0 0 10px 10px;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 140%;
	padding: 15px;
	position: absolute;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-top: 10px solid #08C;
	background-color:rgba(46, 66, 177, 0.8);
}

.base_tab02-content {
	z-index: 2;
	display: none;
    border-radius: 0 0 10px 10px;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 140%;
	padding: 15px;
	position: absolute;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-top: 10px solid #08C;
	background-color:rgba(51, 109, 111, 0.8);
}

