@charset "UTF-8";
/* CSS Document */

#col_projectslist {
	margin: 0 auto;
	padding: 45px 0;
	width: 92%;
	overflow: auto;
	position: relative;
}
@media screen and (min-width: 801px) and (max-width: 979px) {
	#col_projectslist {
		width: 800px;
	}
}
@media screen and (min-width: 980px) {
	#col_projectslist {
		padding: 100px 0 45px 0;
		margin-top:-100px;
		width: 980px;
	}
}

/* ==|== セレクトボックス ================== */
#col_select {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	overflow: auto;
}
#col_select form, #col_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#col_select select {
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #0090c2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #FFF;
	overflow: hidden;
	font-size: 14px;
	color: #FFF;
	font-family: "M PLUS 1p"; font-weight: 500;
	float: left;
}
.btn_refine {
	display: block;
	margin: 0;
	padding: 4px;
	background: #0090c2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #FFF;
	color: #FFF;
	font-size: 14px;
	font-family: "M PLUS 1p"; font-weight: 500;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.3);
	float: left;
}
.btn_refine:hover, .btn_refine:focus {
	background: #FFF;
	color: #0090c2;
}
.years {
	margin: 0 0 5px 0;
	clear:both;
}
.years li {
	margin: 5px 0;
	padding: 2px 5px 1px 5px;
	border-right: 1px solid #fff;
	float:left;
	color: #FFF;
	line-height: 1 !important;
	cursor: pointer;
}
.years li:active {
    color: #005099;
    background-color: #99dcff;
}
@media screen and (min-width: 801px) {
	#col_select {
		margin-bottom: 20px;
	}
	#col_select select {
		margin: 0 20px 0 0;
		padding: 7px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		font-size: 18px;
	}
	.btn_refine {
		padding: 5px 15px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: solid 3px #FFF;
		font-size: 18px;
	}
}
/* ==|== 受賞者一覧 ================== */
.notelist {
	color:#FFF;
	text-align:right;
	font-size:12px;
	font-family: "M PLUS 1p";
	clear:both;
}
.col_project {
	margin: 15px 0;
	padding: 20px 10px;
	background: #FFF;
}
.year {
	display: block;
	width: 80px;
	padding: 0;
	font-size:28px;
	font-family:'DIN Next W01';
	font-style: normal;
	color: #3895d2;
	line-height: 1 !important;
	float: left;
	clear: both;
}
.year img {
	padding: 5px 0 0 5px;
}
.btn_readstory_s {
	margin: 15px auto 10px auto;
	width:100%;
}
.btn_readstory_s a {
	display:block;
	padding: 2px;
	background: #0090c2;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	font-size: 17px;
	text-align:center;
	color: #FFF;
	font-family: "M PLUS 1p"; font-weight: 500;
}
.btn_readstory_s a:hover, .btn_readstory a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.btn_readstory {
	display: none;
}
.ph {
	display: table-cell;
	padding-right:10px;
	vertical-align: top;
	clear:both;
}
.flag {
	display: table-cell;
	padding-right:10px;
	vertical-align: top;
}
.winner_name {
	display: table-cell;
	font-size: 12px;
	font-family: "M PLUS 1p";
}
.winner_name span {
	font-size: 140%;
	font-weight: 700;
}
.winner_name span ruby {
	font-weight: 600;
}

.winner_reason {
	margin-top:10px;
	font-size: 14px;
	font-family: "M PLUS 1p";
	clear: both;
}
.tit_reason, .tit_reason ruby {
	font-weight:600;
}

@media screen and (min-width: 801px) {
	.notelist {
		font-size:14px;
	}
	.col_project {
		padding: 20px;
	}
	.year {
		width: 100px;
		font-size:34px;
	}
	.year img {
		padding: 5px 0 0 15px;
	}
	.winner_name span {
		font-size: 175%;
	}
	.btn_readstory {
		display: block;
		float:right;
	}
	.btn_readstory a {
		display: block;
		background:url(../icons/btn_listread.png) 0 0 no-repeat;
		width:275px;
		height:90px;
	}
	.btn_readstory span {
		display: none;
	}
	.btn_readstory_s {
		display: none;
	}
}
