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

/* html
------------------------------------------ */

/* body
------------------------------------------ */
body {
  width: 856px;
  margin: 0 auto;
  background: #e3daeb url(../img/bg.png);
  background-size:50px;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  /*-webkit-text-size-adjust: none;*/
}
a {
  outline: none;
}
a:link, a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}

/* header
------------------------------------------ */
#content {
    margin: 0 auto;
    padding: 0 4px;
    text-align: left;
}

.borderhelp {
    /*border:2px solid #FFFFFF;*/
    margin:20px 40px 0;
}

div#whole {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: center;
/*    background: #E3F7FF;*/
}

/*--フォーム--*/

input,select {
	font-size:100%;
	padding:3px;
	vertical-align:middle;
}

input[type="submit"] {
	font-size:26px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ddd;
	padding:15px 20px;
	margin:0px auto ;
	width:90%;
	text-decoration:none;
	color:#333;
	display:inline-block;
	background: #ffff00;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.3);
}
input[type="submit"]:hover {
	background: rgba(255,255,0,0.6);
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}

#wbox {
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	background-color:#eba419;
	margin:0 -10px;
	padding:25px 30px;
	text-align:left;
	color:#000000;
	overflow: hidden;
}

#wbox span {
	font-weight:bold;
}

.kiyaku {
	background:#fff;
	margin:30px -30px -25px;
	padding:10px 30px 30px;
	color:#666;
	
}

/* footer
------------------------------------------ */
#footer {
	font-size:11px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	color:#666666;
}
</pre></body></html>