@charset "UTF-8";
/* CSS Document */
.name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 7px;
}
.name small {
	font-size: 14px;
	font-weight: normal;
}
.company {
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
.award {
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	border: solid 3px #ddd;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.atitle {
	font-size: 46px;
	font-weight: bold;
}
.aname {
	font-size: 18px;
	margin-bottom: 20px;
}
.ared {
	border: solid 3px #FF787A;
}
.ayellow {
	border: solid 3px #a2880c;
	color: #a2880c;
}
.agray {
	border: solid 3px #b4b5b6;
	color: #b4b5b6;
}
.agreen {
	border: solid 3px #348754;
}
.ablue {
	border: solid 3px #3FA1EA;
}
.agreen2 {
	border: solid 3px #377124;
}
.ared {
	border: solid 3px #FF787A;
}
@media (max-width:767px) {
	.img-s {
		width: 160px;
		height: auto;
	}
}