.pc{
	display: block;
}
.sp{
	display: none;
}
li{
	list-style-type: none;
}

h2{
	margin-top: 40px;
	padding-top: 40px;
}
#title2016{
	margin-top: 25px;
	padding-top: 25px;
}
.awardsWrap{
	width: 670px;
	float: right;
}
.kv{
	margin: 0 auto 20px;
}
.yearsBtn{
	padding-left: 0;
	font-size: 0
}

.yearsBtn li{
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #FFCC00;
	font-weight: 600;
	font-size: 12px;
}
.yearsBtn li:last-child{
		margin-right: 0;
}
.yearsBtn li a{
	color: #000;
	text-decoration: none;
	padding: 10px;
	line-height: 2.4;
}
.yearsBtn li a i{
	font-size: 10px;
	font-size: 1.0rem;
	padding-left: 15px;
	transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}
.yearsBtn li a:hover{
	opacity: .5;
	-ms-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.awardsList{
	padding-left: 0;
}
.awardsList li{
	-ms-display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	padding-top: 50px;
}
.awardsList li br{
	display: none;
}

.awardsList li:last-child{
	border-bottom: none;
}
.awardsList li:first-child{
	padding-top: 0;
}
.awardsText{
	padding-left: 20px;
	width: 70%;
}
.awardsText p{
	line-height: 1.6;
}
.listTitle{
	margin: 5px 0;
}
.mod-button{
	text-align: right;
}
.mod-button a{
	border-radius: 0;
}
.newsBtn{
	margin-bottom: 10px;
}
.awardsDetailBtn{
	text-align: right;
	transition-duration: .5s;
	margin-bottom: 10px;
}
.awardsDetailBtn a{
	padding: 4px 10px !important;
	min-width: 180px;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background: #f4f7f8;
	text-decoration: none;
	font-weight: 700;
	color: #2652b2;
	text-align: center;
	transition-duration: .5s
}
.awardsDetailBtn a:before{
	content: '';
	display: inline-block;
	border-left: 7px solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	vertical-align: middle;
	box-sizing: border-box;
	margin-right: 5px;
}
.awardsDetailBtn a:hover{
	background: #ddd;
	opacity: .8;
}
.awardsDetailBtn br{
	display: none;
}
.pb25{
	padding-bottom: 50px;
}

.awardsIcon{
	display: inline-block;
	margin: 0 0 0 10px;
	float: left;
}
.btnGroup{
	float: right;
	margin: 10px auto 0;
}
.lineHeight{
	line-height: 0 !important;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: right;
}
.lout-mainarea .awardsbnr {
	margin-top: 60px;
}
.lout-mainarea .awardsbnr .link {
	display: block;
	transition-duration: .5s;
}
.lout-mainarea .awardsbnr .link:hover {
	opacity: .7;
}
@media screen and (max-width: 736px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
h2{
	margin-top: 10px;
	padding-top: 10px;
}
#title2016{
	margin-top: 10px;
	padding-top: 10px;
}
.kv{
	margin: 0 auto 20px;
}
.awardsWrap{
	width: 100%;
	float: none;
	box-sizing: border-box;
}
.yearsBtn{
	display: inline;
}

.yearsBtn li{
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	width: 47%;
}
.yearsBtn li:nth-child(even){
	margin-right: 0;
}
.yearsBtn li a i{
	padding-left: 0;
	transform: translate(100%,-30%);
	-moz-transform: translate(100%,-30%);
	-webkit-transform: translate(100%,-30%);
	-o-transform: translate(100%,-30%);
	-ms-transform: translate(100%,-30%);
}
.yearsBtn li a{
	line-height: 2;
}
.awardsList li{
	display: inherit;
}

.awardsText{
	padding-left: 0;
	width: 100%;
}
.awardsList li{
	padding-top: 50px;
	padding-bottom: 50px;
}

.awardsIcon{
	width: 37%;
	margin: 0;
}


}
