@charset "utf-8";html, body, div, header, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;}
html{margin:0px;}
body{margin:0px;padding:0px;width:100%;background-color:#fff;font-size:1em;width:100vw;text-align:center;padding:0px;}

.hedder{width:100%;padding:5px 0px;margin-top:0px;margin-bottom:10px;text-align:center;font-weight:bold;background-color:#ffdda9;}
.hedderWk{margin:auto;width:100%;max-width:550px;font-size:1.2em;text-align:center;}

.body{margin:auto;width:calc(100% - 10px);max-width:550px;padding:5px 0px;text-align:left;}
.title{width:100%;font-weight:bold;font-size:1.1em;padding:5px 0px;}
.contens{width:100%;padding-bottom:10px;text-align:center;border-bottom: dotted 1px #eee;}
.contensB{width:calc(100% - 10px);padding:5px;text-align:center;background-color:#f1f1f1;}
.contensC{width:calc(100% - 10px);padding:5px;text-align:left;font-size:0.8em;}



.Title{margin:auto;padding-top:10px;padding-bottom:5px;width:100%;max-width:500px;text-align:left;font-size:1.1em;font-weight:bold;}
.Content{margin:auto;width:100%;max-width:500px;padding:0 5px;text-align:left;}

input[type='submit']{margin-top:10px;margin-bottom:10px;width:auto;height:26px;padding: 0.05em 0.5em;color:#000;background:#eee;border-radius: 4px;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);border:solid 2px #002f7b;cursor:pointer;}
input[type='submit']:hover{margin-top:10px;margin-bottom:10px;width:auto;height:26px;padding: 0.05em 0.5em;color:#000;background:#eee;border-radius: 4px;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);border:solid 2px #d27d00;text-align:center;cursor:pointer;}
input[type='button']{margin-top:10px;margin-bottom:10px;width:auto;height:26px;padding: 0.05em 0.5em;color:#000;background:#eee;border-radius: 4px;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);border:solid 2px #002f7b;cursor:pointer;}
input[type='button']:hover{margin-top:10px;margin-bottom:10px;width:auto;height:26px;padding: 0.05em 0.5em;color:#000;background:#eee;border-radius: 4px;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);border:solid 2px #d27d00;text-align:center;cursor:pointer;}
label{cursor:pointer;}


button{cursor:pointer;}
button a:link{cursor:pointer;}
button a:visited{cursor:pointer;}
button a:active{cursor:pointer;}
button a:hover{cursor:pointer;}

@media only screen and (max-height:300px){
	footer{display:none;}
}