@charset "utf-8";

/*-------------------------hisorty----------------*/
.hisPageBorder{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:6%;
	font-size:0.8em;
	font-weight:500;
	float:left;
}
span.hisDate{
	width:25%;
	height:35px;
	float:left;
	background:url(../img/hisLine.jpg) no-repeat left center;
	background-size:auto 35px;
	text-align:left;
	padding-left:40px;
}
span.hisItems{
	width:70%;
	padding-top:12px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:40px;
}
.bottombg{
	background:url(../img/bottombg.jpg) no-repeat center center;
	min-height:300px;
	width:100%;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	
	
}

@media  (max-width: 480px) {
	.hisPageBorder{
		width:96%;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:9%;
		float:left;
		font-size:1.1em;
		font-weight:500;
	}
	span.hisDate{
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	span.hisItems{
		width:100%;
		padding-left:0px;
	}
	.bottombg{
		min-height:200px;
	}
}