@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'curlz_mtregular';
    src: url('curlzmt-webfont.woff2') format('woff2'),
    url('curlzmt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #FFFFFF;
	background-image: url("images/bg.webp");
	background-repeat: repeat;
}

a:link {color: #D8B1D7; text-decoration: overline;}
a:visited {color: #C0C0C0; text-decoration: line-through;}
a:hover {color: #FDC324; text-decoration: underline;}
a:active {color: #8D3049; text-decoration: none;}

#site {
	margin: auto;
	width: 666px;
}

#ferv {
	margin: auto;
	width: 666px;
	aspect-ratio: 3/2;
	clip-path: ellipse(85% 100% at 50% 100%);
	background: #FFFFFF;
	padding-top: 85px;
	padding-left: 2px;
	color: #8D3049;
	font-family: Garamond, serif;
	font-size: 12pt;
}

h1 {
	color: #8D3049;
	font-family: curlz_mtregular;
	font-size: 25pt;
	width: 90%;
	border-bottom: 2px solid #8D3049;
}

a.button:link, a:visited {
	color: #8D3049;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.button:hover, a:active {
  background-color: #FEB6DC;
  color: #BDE6FA;
}

h4 {
	font-style: normal;
    font-size: 14pt;
    color: #2E23F5;
	margin-bottom: 2px;
	margin-top: 0px;
}

.tg {
	border-collapse: collapse;
	border-spacing:0;
	margin:0px auto;
}

.tg td {
	overflow:hidden;
	padding:3px;
	word-break:normal;
}

.tg
.tg-0pky {
	border-color:inherit;
	text-align:left;
	vertical-align:top
}

label {
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
}

input{
    width: 250px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #8D3049;
    margin-top:3px;
    font-size:0.9em;
    color: #8D3049;
   
}
textarea{
    width:250px;
    height:100px;
    background-color: #FFFFFF;
    border: 1px solid #8D3049;
    margin-top:3px;
    font-size:0.9em;
    color: #8D3049;
}


#submit {
    width:70px;
    height:35px;
    background-color: #FFFFFF;
    color: ##8D3049;
    border: 1px solid #8D3049;
    margin-top:20px;
}