@charset "UTF-8";

/*=======================================
			top CSS Allstart
=======================================*/

.list-wrap{
margin:10px 0 40px;;

}

.list-head{
	background-image:url(/top/img/bg-head_bar.png);
	background-repeat:repeat-x;
	height:34px;
	padding-left:20px;
	line-height:34px;
	font-size:24px;
	font-weight:bold;
}
.list-head h1{
	line-height:34px;
	font-size:24px;
	font-weight:bold;
}

#ImageBtnSend {
width: 230px;
height: 50px;
background: url(/top/img/send.gif) left top no-repeat;
border: 0px;
cursor:pointer;
}

.contact-box{
	border:solid 1px #ccc;
	background-color:#fff;
	padding:19px;

}
	.contact{
border:solid 1px #ccc;
margin-bottom:40px;

}
.contact td{
	border:solid 1px #ccc;
}
.cell01{
	white-space:nowrap;
	background-color:#fffafa;
	text-align:right;
	padding: 5px 10px;
}

.cell01 .f-red{
	font-size:12px;
}
.cell02{
padding: 10px;
}


.text-input{
width:80%;
color:#333;
}
textarea.text-input{
width:100%;
height:8em;
resize:none;
}
.text-input:focus{
	border:solid 1px #f93;
	background-color:#fffaea;
}


.text-block{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}


.address-input{
	margin-bottom:10px;
}
.postnum{
float:left;
width:300px;
}
.postnum .text-input{
width:7em;
}

.tdfk{
float:left;
width:225px;
}
.tdfk select{
	padding:5px;
	border-radius:5px;
	border:solid 1px #ccc;
}


#content .submiter{
width:480px;
margin:20px auto;
}
.submiter .btn_delete{
	float:left;
	height:40px;
	width:190px;
	padding:5px 0;
}
.submiter .btn_delete input{
}
.submiter .btn_inquiry{
	width:230px;
	float:right;
	height:50px;
}

