@charset "UTF-8";
body main {
	margin-top: 145px;
	margin-bottom: 20px;
}
body main .mytitle {
	width: 100%;
	height: 60px;
	padding-right: 15px;
	border-bottom: 2px solid #E7C134;
	line-height: 60px;
	font-size: xx-large;
}
main .paddingset {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
main .eachalbum {
	border: 2px solid #A2A2A2;
	border-radius: 0px;
	width: 100%;
	height: 304px;
	position: relative;
}
main .eachalbum:hover {
	border: 2px solid hsla(55,100%,45%,1.00);
	transition:all 1s;
}
main .eachalbum:hover h4 {
	color:hsla(55,100%,45%,1.00);
}
main .eachalbum .myimage {
	position: absolute;
	width: 100%;
	height: 300px;
}
main .eachalbum h4 {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	background-color: hsla(0,0%,49%,0.83);
	color: hsla(0,0%,100%,1.00);
	line-height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
