
/*---------form全体に関するCSS-----------*/

.img{
	vertical-align:bottom;
}

#contents th{
	padding:4px;
}

#contents td{
	padding:4px 8px;
}

.next_houjin{
	margin:12px 0;
}

.nagare{
	text-align:center;
}
	
.submit{
	text-align:center;
}

.red{
	color:#ff0000;
}


/*-------お問い合わせに関するCSS----------*/

#inquiry table{
	border:1px solid #785d8c;
	width:540px;
	padding:40px;
	margin:24px 2px;
}

#inquiry td,#inquiry th{
	border-bottom:1px solid #475D8C;
	border-right:1px solid #475D8C;
}

#inquiry .text1,#inquiry .text2,#inquiry .text3{
	padding:4px 0;
	border:1px solid #919ad0;
}

/*----郵便番号----*/
#inquiry .text2{
	width:40px;
}

/*----電話番号----*/
#inquiry .text3{
	width:160px;
}

.price{
	color:#ff0000;
}

#inquiry .todokesaki{
	font-size:16px;
	font-weight:bold;
	color:#475d8c;
}
#inquiry img{
	vertical-align:middle;
	margin-right:4px;
}

#inquiry .formtop{
	margin: 12px 24px;
}


/*-------お客様入力情報に関するCSS----------*/

#customer table{
	border:1px solid #785d8c;
	width:540px;
	padding:40px;
	margin:24px 2px;
}

#customer td,#customer th{
	border-bottom:1px solid #475D8C;
	border-right:1px solid #475D8C;
}

#customer .text1,#customer .text2,#customer .text3{
	padding:4px 0;
	border:1px solid #919ad0;
}

/*----郵便番号----*/
#customer .text2{
	width:40px;
}

/*----電話番号----*/
#customer .text3{
	width:160px;
}

.price{
	color:#ff0000;
}

#customer .todokesaki{
	font-size:16px;
	font-weight:bold;
	color:#475d8c;
}
#customer img{
	vertical-align:middle;
	margin-right:4px;
}

/*-------ショッピングカートに関するCSS-------*/



#mitumori{
	width:560px;
	border-top:2px dotted #919ad0;
	padding-top:24px;
	margin-top:24px;
}

#mitumori .hakkou{
	font-size:18px;
	font-weight:bold;
	color:#475d8c;
	text-align:center;
	margin:24px auto;
}

#mitumori form{
	padding:4px 0;
}

#mitumori form .text{
	padding:4px;
	vertical-align:middle;
}

#cart .bottan{
	margin-right:24px;
}

#cart .submit{
	margin-top:24px;
}

