@charset "UTF-8";

/**
 * 
 */
body {
	background:#f2f2f2;
}


/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}

/**
 * .item
*/
.grid {
	position:relative;
}
.grid #select-year {
	position:absolute;
	top:100px;
}
.grid #select-tags {
	position:absolute;
	top:100px;
	left: 120px;
}
.grid .item h3 {
	margin-bottom:8px;
}
.grid .item h3 span {
	font-weight:normal;
	color:#7b9437;
}
@media only screen and (max-width:767px) {
	.grid #select-year {
		position:static;
		margin-bottom:25px;
	}
	.grid #select-tags {
		position:static;
		margin-bottom:25px;
	}
	.grid .item h3 {
		margin-bottom:5px !important;
	}
	.grid .item h3 span {
		display:block;
	}
}