/* 株式会社明和セールス FORM設定CSS */

/*

	1. 基本設定
	2. 項目設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

select,
textarea,
input[type="text"],
input[type="password"] {
	font-size:12px;
	color:#333333;
	background:url(../images/common/bg_form.gif) repeat-x top;
	border:1px solid #BBBBBB;
	padding:2px;
	color:#333333;
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

option {
	padding:2px 2px 0;
}

/* *************************************************
   2. 項目設定
************************************************* */

.sSearch {
	width:180px;
}

.sType {
	width:200px;
	margin:0 0 6px;
}

.sideCartItem input,
.sCount {
	width:40px;
}
/* 新規登録・会員情報変更 */

.sName {
	width:140px;
	margin:0 0 2px;
}

.sLogin {
	width:250px;
}

.sZip {
	width:80px;
}

.sCity {
	width:80px;
}

.sAdd {
	width:300px;
}

.sAddLong {
	width:380px;
}

.sMail {
	width:300px;
}

.sTel {
	width:200px;
}

.sYear {
	width:65px;
}

.sDay {
	width:50px;
}

.sCard {
	width:150px;
}

.sSubject {
	width:200px;
}

.sComment {
	width:400px;
	height:100px;
}

.sWrapping {
	width:400px;
	height:80px;
}

.sSubject {
	width:250px;
}

.sComment {
	width:400px;
	height:80px;
}
