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

/*

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

*/

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

select,
textarea,
input[type="text"] {
	font-size:12px;
	color:#666666;
}

#oneColumnArea div.regiBox input[type="text"] {
	margin:0 10px 0 0;
}

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

#sSearch {
	font-size:14px;
	color:#BBBBBB;
	line-height:14px;
	border:none;
	margin:13px;
	border:0;
	width:180px;
}

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

.sCount {
	width:27px;
	background:url(../../images/ec/form/bg_form_item_count.gif) no-repeat;
	font-size:12px;
	color:#666666;
	padding:6px;
	line-height:12px;
	border:none;
	margin:0 5px;
	text-align:right;
}

.sSort {
	width:164px;
}

/* ログイン */

.sLoginId {
	width:230px;
}

.sPass {
	width:160px;
}


/* 新規登録・会員情報変更 */

.sName {
	width:150px;
}

.sZip {
	width:80px;
}

.sAdd {
	width:240px;
}

.sAddLong {
	width:380px;
}

.sMail {
	width:230px;
}

.sTel {
	width:200px;
}

.sYear {
	width:65px;
}

.sDay {
	width:50px;
}

.sCard {
	width:150px;
}

.sStore {
	width:200px;
}

.sSubject {
	width:200px;
}

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

.sCommentArea {
	width:300px;
	height:200px;
	padding:5px;
	background:url(../../images/ec/form/textarea.gif) no-repeat;
}

.sCommentCart {
	width:290px;
	height:190px;
	border:none;
}

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

/* お問い合わせ */

.sCompName {
	width:300px;
}

.sCommentLong {
	width:500px;
}

.sCommentMid {
	width:300px;
}

.sCommentArea {
	width:400px;
	100px;
}

.sSelectType {
	width:250px;
}



/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(/jquery/jnice/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(/jquery/jnice/elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../../images/ec/form/input.gif) no-repeat left top;
	float:left;
	height:25px;
}

.jNiceInputInner {
	background: transparent url(../../images/ec/form/input.gif) no-repeat right top;
	padding: 4px 4px 4px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../../images/ec/form/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../../images/ec/form/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 23px;
	line-height: 15px;
	padding: 0px 3px;
	border-right: none;
	background: url(../../images/ec/form/bg_select.gif) no-repeat left top #FFFFFF;
	padding: 4px;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 25px;
	height: 25px;
	background: url(../../images/ec/form/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper ul {
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#808080;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
	height:10px;
	padding:2px;
}

.jNiceSelectWrapper ul a:hover { color:#4c4c4c; }
.jNiceSelectWrapper ul a.selected {color:#4c4c4c;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}