@charset "UTF-8";

/* imgfocus */
.imgfocus {
	margin: 20px auto 0;
	position: relative;
	width: 780px;
	height: 250px;
	/* background:rgba(0,0,0,0.5); */

}

.decotext2 {
	width: 460px;
	height: 370px;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	text-align: left;
	z-index: 20;
}

.decotext2 p {
	margin-top: 40px;
	font-size: 18px;
}

.imgfocus .imgbox {
	width: 570px;
	height: 250px;
	margin-left: 100px;
	position: absolute;
	left: 100px;
	top: 0px;
}

.decoimg_b2 {
	width: 570px;
	height: 250px;
	display: block;
}

.title {
	color: #FFFFFF;
	font-size: 26px;
	margin-top: 200px;
}

.message {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 20px;
}


ul.num_a2 {
	width: 100px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 20px;
	background: url(../img/controbg.png) no-repeat top center;
}

ul.num_a2 li {
	width: 100px;
	height: 40px;
	position: relative;
}

ul.num_a2 .current {
	color: #FFFFFF;
	border-bottom: 2px solid #aa0000;
	font-size: 32px;
	/* -webkit-transform: scale(1);
	transform: scale(1); */
}

ul.num_a2 a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-top: 2px;
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s ease, background-color 0.5s ease;
	transition: transform 0.5s ease, background-color 0.5s ease;
}
