@charset "utf-8";
.box-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-list-customer {
	float: left;
	height: auto;
	width: 100%;
	font-family: promptregular;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
	background-color: #1E8800;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-year-list-customer {
	float: left;
	height: auto;
	width: 99%;
	margin-bottom: 50px;
	border: 1px solid #CCC;
	padding-bottom: 40px;
}

.year-list-customer {
	font-family: promptregular;
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #CCC;
	padding-top: 5px;
	margin-bottom: 20px;
}
.name-list-customer {
	float: left;
	height: 70px;
	width: 14%;
	font-family: promptregular;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #CCC;
	padding: 1%;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 3%;
}
.post{
	width: 100%;
	height: auto;
	max-height: 1500px;
	position: relative;
	overflow: hidden;
	border: 0px solid rgba(0,0,0,.1);
	font-family: sans-serif;
	transition: all 250ms linear 0ms;
	}
	.container{
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.post div#fade{
		width: 100%;
		height: 150px;
		margin: auto;
		padding: 0px;
		position: absolute;
		bottom: 0px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
		z-index: 1;
		display: none;
	}
	.post a#more{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#less{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#evenmore{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
@media screen and (max-width: 480px) {
	.m{}
	.box-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-list-customer {
	float: left;
	height: auto;
	width: 100%;
	font-family: promptregular;
	font-size: 4vw;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
	background-color: #1E8800;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-year-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.year-list-customer {
	font-family: promptregular;
	float: left;
	height: auto;
	width: 100%;
	font-size: 4vw;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #CCC;
	padding-top: 5px;
	margin-bottom: 20px;
}
.name-list-customer {
	margin: 1%;
	float: left;
	height: 20px;
	width: 45%;
	font-family: promptregular;
	font-size: 2.5vw;
	line-height: 3vw;
	border: 0px solid #CCC;
	padding: 1%;
}
.post{
	width: 100%;
	height: auto;
	max-height: 1500px;
	position: relative;
	overflow: hidden;
	border: 0px solid rgba(0,0,0,.1);
	font-family: sans-serif;
	transition: all 250ms linear 0ms;
	}
	.container{
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.post div#fade{
		width: 100%;
		height: 150px;
		margin: auto;
		padding: 0px;
		position: absolute;
		bottom: 0px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
		z-index: 1;
		display: none;
	}
	.post a#more{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#less{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#evenmore{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
}
@media screen and (min-width: 500px) and (max-width: 1040px){
	.t{}
	.box-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-list-customer {
	float: left;
	height: auto;
	width: 100%;
	font-family: promptregular;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
	background-color: #1E8800;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-year-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
}

.year-list-customer {
	font-family: promptregular;
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #CCC;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.name-list-customer {
	margin: 1%;
	float: left;
	height: 70px;
	width: 15%;
	font-family: promptregular;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #CCC;
	padding: 1%;
}
.post{
	width: 100%;
	height: auto;
	max-height: 1500px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.1);
	font-family: sans-serif;
	transition: all 250ms linear 0ms;
	}
	.container{
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.post div#fade{
		width: 100%;
		height: 150px;
		margin: auto;
		padding: 0px;
		position: absolute;
		bottom: 0px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
		z-index: 1;
		display: none;
	}
	.post a#more{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#less{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#evenmore{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
}
@media screen and (min-width: 1041px) and (max-width: 1500px){
	.d{}
	.box-list-customer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title-list-customer {
	float: left;
	height: auto;
	width: 100%;
	font-family: promptregular;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
	background-color: #1E8800;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-year-list-customer {
	float: left;
	height: auto;
	width: 99%;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

.year-list-customer {
	font-family: promptregular;
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #CCC;
	padding-top: 5px;
	margin-bottom: 20px;
}
.name-list-customer {
	float: left;
	height: 70px;
	width: 15%;
	font-family: promptregular;
	font-size: 1.5vw;
	line-height: 1.8vw;
	border: 1px solid #CCC;
	padding: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 2%;
}
.post{
	width: 100%;
	height: auto;
	max-height: 1500px;
	position: relative;
	overflow: hidden;
	border: 0px solid rgba(0,0,0,.1);
	font-family: sans-serif;
	transition: all 250ms linear 0ms;
	}
	.container{
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.post div#fade{
		width: 100%;
		height: 150px;
		margin: auto;
		padding: 0px;
		position: absolute;
		bottom: 0px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
		z-index: 1;
		display: none;
	}
	.post a#more{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#less{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
	.post a#evenmore{
		position: absolute;
		bottom: 10px;
		right: 20px;
		text-decoration: none;
		color: #4bbfee;
		z-index: 2;
		display: none;
	}
}