@charset "utf-8";

/*---------------
headerArea footerArea
------------------*/
#footerArea .link-list a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Osaka, sans-serif;
}

/*---------------
Layout
------------------*/
.entry-cancel .yes-no-area {
	display: flex;
	justify-content: space-between;
	width: 210px;
	margin: 30px auto 50px;
}

.mod-btn .btn-back {
	display: inline-block;
	width: 75px;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
	border: 1px solid #7f7f7f;
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgb(0 0 0 / 80%);
}
