@charset "utf-8";
/* CSS Document */


/****************
/* お問い合わせ
*****************/

table {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
table td {
	padding-top: 5px;
}

.red {
	color: #C00;
	
}
form {
	overflow: auto;
	width: 100%;
	margin: 0px auto 10px;
}
form dl {
	border-top: 1px solid #999999;
	width: 90%;
	margin: 0px auto;
}
form dt {
	float: left;
	width: 180px;
	padding: 10px 0px 10px 15px;
}
form dd {
	padding: 10px 0px 10px 70px;
	border-bottom: 1px solid #999999;
}	
form dt#mail {
	padding-bottom: 30px;
}
#company, #post, #name, #name_kana, #tel, #fax, #email, #confirm_email,#address 
{
	width: 50%;
}

form #zipcode {
	width: 100px;
}
form kiboubi1,#kiboubi2 {
	width: 30%;
	margin-top: 5px;
}
form #number{
	width: 50px;
}
form #comment {
	width: 70%;
	height: 100px;
}
#formend {
	margin-top: 10px;
}
