@charset "utf-8";
/* CSS Document */

#sonc img {
	width: 40%;
	border: 7px ridge #3165F1;
	border-top: ridge 7px #3165F1;
	border-left: ridge 7px #3165F1;
	border-right: groove 7px #3165F1;
	border-bottom: groove 7px #3165F1;
}

#sonc img {
	transition: width 0.5s ease;
}

#sonc img:hover {
	width: 50%;
}

#otherart img {
	width: 40%;
	border-top: ridge 10px #FFC3E6;
	border-left: ridge 10px #FFC3E6;
	border-right: groove 10px #FFC3E6;
	border-bottom: groove 10px #FFC3E6;
}

#otherart img {
	transition: width 0.5s ease;
}

#otherart img:hover {
	width: 50%;
}

button {
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 100%;
	background-color: #FFFAAC;
	border: solid 3px #C3B04E;
}

button {
	transition: font-size 0.25s ease;
}

button:hover {
	font-size: 125%;
}
