@charset "UTF-8";

#Img img{
	background-image: url(../present_db/img/present_20240522.jpg);
	background-repeat: no-repeat;
	border:1px solid #f2aa3a;
	box-sizing: border-box;
}
h3 span{
	display: inline;
	background-color: #f9cc5c;
	color: #000;
	padding: 2px 4px;
}
.end{
	color: #f7368d !important;
	padding:5px 0 20px;
	text-align: center;
	margin-top: 10px;
}

@media all and (min-width: 768px) {
	#Img{
	  width: 560px;
		margin:0 auto 20px;
		}
	#Img img{
		width: 560px;
		height: 315px;
	}
	h3{
		font-size: 100%;
		line-height: 1.6;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 767px) {
	#Img{
	  width: 100%;
		margin-bottom:8px;
		}
	#Img img{
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		background-size: cover;
	}
	h3{
		font-size:90%;
		line-height: 1.6;
		margin-bottom:5px;
	}
}
