@charset "utf-8";
/* CSS Document */

/* フォーム */
#form {
	font-size: 12px;
	width: 735px;
}

.form_title {
	margin: 30px 25px 0 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #202020;
}

.form_category {
	width: 655px;
	padding: 25px;
}

.form_category li.list {
	width: 120px;
	float: left;
}

.form_category li.list span.asterisk {
         color: #EE0000;
}

.form_category li.input {
	width: 475px;
	float: right;
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
}

.form_attention {
	font-size: 10px;
	color: #EE0000;
}

.form_category_btn {
	padding-top: 30px;
	clear: both;
}

.form_category_finish {
	width: 655px;
	margin-top: 120px;
	text-align: center;
}

.form_error {
	color: #FF0000;
}

/* btn */
.button_conf {
	display: block;
	width: 200px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: url(../img/button_conf.gif);
	border: none;
}

.button_send {
	display: block;
	width: 100px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: url(../img/button_send.gif);
	border: none;
}

.button_back {
	display: block;
	width: 100px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: url(../img/button_back.gif);
	border: none;
}

input:hover.button_conf,
input:hover.button_send,
input:hover.button_back {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.btn_tbl {
	width: 240px;
}

.btn_tbl td {
	padding: 0 10px;
}
