@charset "utf-8";
/* CSS Document */

span.hissu{
	color: #CC3300;
}

.caution{
	text-align: right;
	margin-right: 20px;
}

#form{
	background: #f6f5fa;
	border: 1px solid #ccc;
	margin: 0 auto;
	width: 575px;
}

#form th,
#form td{
	padding: 5px;
}

#form th{
	background: #97aac8;
	color: #fff;
	font-weight: bold;
	width: 120px;
}

#form td{
	background: #eef;
}

input{
	width: 200px;
}

td.address input{
	width: 140px;
}

td.address select{
	width: 110px;
}

td.address input.address02{
	width: 300px;
}

textarea{
	width: 400px;
	height: 10em;
}

.textarea span{
	display: block;
	text-align: right;
	margin-right: 30px;
}

.submit{
	text-align: center;
}

form.confirm imput,
.submit input{
	width: 100px;
	background: #97aac8;
	color: #fff;
	font-weight: bold;
}

form.confirm{
	float: left;
}

div#conf_inner{
	width: 220px;
	margin: 0 auto;
}

span.phone{
	font-size: 150%;
	font-weight: bold;
	color: #242c58;
}
