@charset "utf-8";

.wtn_copyright {
  display:none;
}

dl.info dt {
	margin-top: 8px;
}

dl.info dd.btn_radio {
	margin-top: 10px;
}

input.img_text {
	margin-top: 10px;
	clear: both;
}

p.note {
	clear: both;
	font-size: 14px;
}

input.button {
	clear: both;
	margin-top: 20px;
}


h1 {
	color:#cf1126;
	font-weight:bold;
	font-size: 30px;
	font-family:Verdana, Geneva, sans-serif;
}	

dl.check {
	width:660px;
	margin:40px 0 40px 0;
}

dl.check dt {
	width:120px;
	float:left;
	color:#cf1126;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}

dl.check dd {
	width:460px;
	float:left;
	line-height:30px;
	font-size:14px;
	margin-bottom:30px;
	margin-left:20px;
	font-family:Verdana, Geneva, sans-serif;
}

dl.check dd strong {
	font-family:Verdana, Geneva, sans-serif;
}

div.button {
	margin-left: 140px;
}

button#myreset,button#submit {
	margin-right: 10px;
	padding: 10px 60px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	/*border: #333333;*/
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	/*background: #f2f1ef;*/
}