<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
enquete.css
*/

#enquete {
text-align: center;
}
#enquete .waku {
line-height: 0;
font-size: 0;
}
#enquete #boxInner {
background-color: #fde8f1;
padding: 30px 60px;
}
#enquete #boxInner td{
padding: 5px;
}
#enquete #boxInner .lead {
margin: 0 0 25px 0;
}
#enquete #boxInner .title {
margin: 0 0 25px 0;
color:#009933;
font-size: x-large;
}
#enquete #boxInner .point {
font-size: medium;
margin: 0 0 25px 0;
}
#enquete #boxInner .comment {
font-size: small;
margin: 0 0 25px 0;
}
#enquete .thankyou {
font-size: x-large;
text-align: center;
}

/*form form form*/
#enquete form{
width:600px;
margin: 0 auto;
}
#enquete form,
#enquete form p {
text-align: center;
}
#enquete form input[type="text"] {
width: 16em;
}
#enquete form textarea {
height: 10em;
width: 95%;
}
#enquete .btn {
margin: 0 5px 15px 5px;
}

#enquete form table {
background-color: #ffffff;
border-top-color: #b9b9b9;
border-top-style: solid;
border-top-width: 1px;
border-left-color: #b9b9b9;
border-left-style: solid;
border-left-width: 1px;
margin: 0 0 26px 0;
}
#enquete form table th,
#enquete form table td {
border-bottom-color: #b9b9b9;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #b9b9b9;
border-right-style: solid;
border-right-width: 1px;
padding: 7px;
}
#enquete form table th {
background-color: #ffe990;
text-align: center;
width: 30%;
}
#enquete .tableSttl {
background-image:url(/images/register/bg_sttl.gif);
background-position: left top;
background-repeat:no-repeat;
background-size: cover;
color: #ffffff;
font-weight: bold;
height: 25px;
line-height: 25px;
padding: 0 0 0 7px;
}
</pre></body></html>