@charset "utf-8";
.item {
	border: solid 1px #cccccc;
}
.item a {
	width: 100%;
	text-decoration: none !important;
}
.item span {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #cccccc;
	background-color: #edeff2;
	font-weight: bold;
	text-align: center;
}
 @media print, screen and (min-width: 761px) {
.item span {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
 @media only screen and (max-width: 760px) {
.item span {
	padding-top: 2.66vw;
	padding-bottom: 2.66vw;
}
}
