@charset "UTF-8";

/* form
======================================*/
form {
	position: relative;
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
legend {
	display: none;
}
input,
select {
	font-size: 100%;
}
input.text,
input.password {
	display: block;
	width: 40%;
	padding: 3px 5px 2px;
	*padding: 4px 5px 0;
	background-color: #fafafa;
	border: 1px solid #e2dbbf;
}
input.prompt {
	background-color: #fafafa;
	border: 1px solid #e2dbbf;
}
input.text.bajl-input-prompt {
	padding: 3px 5px 2px;
	*padding: 4px 5px 0;
	background-color: #fafafa;
	border: 1px solid #e2dbbf;
}
input.text.bajl-input-prompt-focus,
input.text.bajl-input-prompt-changed {
	background-color: #ffffff;
	color: #000000;
}
label.prompt-label {
	margin: 1px 2px;
	position: absolute;
	color: #cccccc;
	cursor: text;
}
input.radio {
	margin: 0 0.25em 0 0;
	*margin-right: 0;
	padding: 0;
	vertical-align: -0.167em;
	_vertical-align: 0;
}
input.checkbox {
	margin: 0 6px 0 0;
	*margin-right: 3px;
	padding: 0;
	vertical-align: -0.167em;
	_vertical-align: 0;
}

/* data-tableA (border)
======================================*/
form table td.note * {
	display: inline;
	margin: 0;
	padding: 0;
}
form table td.note ul {
	list-style-type: none;
	margin-left: 9px;
}
form table td label.condition01 {
	padding-left: 16px;
	*padding-left: 12px;
	*position: relative;
	_position: static;
	*top: -0.2em;
}

/* Page: /product/wine/search/*.html
======================================*/

body.wine form div.data-tableA01 #taste-red,
body.wine form div.data-tableA01 #taste-other {
	display: none;
}

/* option-listA01
======================================*/
div.option-listA01 {
	margin: 0;
	padding: 0;
}
div.option-listA01 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.option-listA01 ul li {
	float: left;
	*margin-left: -4px;
	_margin-left: -2px;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
div.option-listA01 ul li.pseudo-disabled {
	color: #cccccc;
}

/* button-listA01, button-listB01
======================================*/
div.button-listA01,
div.button-listB01 {
	margin: 0;
	padding: 0.8em 0 0;
}
div.button-listA01 ul,
div.button-listB01 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.button-listA01 ul li,
div.button-listB01 ul li {
	height: 25px !important;
	margin: 0;
	padding: 0;
}

/* button-listB01 */
div.button-listB01 {
	text-align: center;
}

/* form-blockA01
======================================*/
div.form-blockA01 {
	zoom: 1;
}
div.form-blockA01:before,
div.form-blockA01:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.form-blockA01 form div.data-tableB01 {
	padding-top: 0;
}
div.form-blockA01 form ul.unordered-listA01 {
	float: left;
	padding-top: 0;
	list-style-type: none;
}
div.form-blockA01 form ul.unordered-listA01 li {
	float: left;
	padding-top: 0;
	padding-right: 20px;
}
div.form-blockA01 form ul.unordered-listA01 label {
	font-weight: bold;
	*position: relative;
	*top: -2px;
}
div.form-blockA01 form ul.unordered-listA01 select {
	width: 141px;
}
div.form-blockA01 form div.button-listA01 {
	float: left;
	padding-top: 0;
	padding-left: 0;
	position: relative;
	top: -0.28em;
	*top: -0.15em;
}
div.form-blockA01 form ul.link-listA01 {
	float: left;
	padding-top: 0.05em;
	*padding-top: 0.1em;
}
div.form-blockA01 form ul.link-listA01 li {
	padding-top: 0;
}

/* form-blockA02
======================================*/
div.form-blockA02 {
	margin: 0;
	padding: 0.8em 0 0.3em;
	zoom: 1;
}
div.form-blockA02:before,
div.form-blockA02:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.form-blockA02 input.text {
	float: left;
	margin: 0 6px 0 0;
	_margin-right: 3px;
}
div.form-blockA02 input.buttonA01 {
	margin-top: -2px;
	/* float: left; */
	/* position: relative; */
	/* top: -1px; */
	/* right: -10px; */
}

/* validation
======================================*/
#structure form.validation input.bajl-input-prompt {
	color: #ccc;
}
#structure form.validation input.bajl-input-prompt-focus,
#structure form.validation input.bajl-input-prompt-changed {
	color: black;
}
body #structure form.validation input.pseudo-error,
body #structure form.validation textarea.pseudo-error {
	background-color: #fff2f2;
	outline: 1px dotted #cc3300;
}
#structure form.validation ins.validation-field {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	text-decoration: none;
	zoom: 1;
}
#structure form.validation ins.error-message {
	position: absolute;
	left: 65%;
	bottom: 100%;
	background: url(../../img/shared/bg/bg_error_01.png) 0 0 no-repeat;
	_background-image: url(../../img/shared/bg/bg_error_01.gif);
	text-decoration: none;
	white-space: nowrap;
	font-size: 10px;
	cursor: default;
}
#structure .panel-asideA01 form.validation ins.error-message {
	left: 0%;
}

#structure form.validation td.textarea ins.validation-field,
#structure form.validation td.textarea textarea {
	display: inline-block;
}
#structure form.validation td.textarea ins.error-message {
	top: -31px;
	*top: -37px;
}
#structure form.validation ins.error-message span {
	display: block;
	zoom: 1;
	background: url(../../img/shared/bg/bg_error_02.png) 100% 0 no-repeat;
	_background-image: url(../../img/shared/bg/bg_error_02.gif);
}
#structure form.validation ins.error-message span span {
	background: url(../../img/shared/bg/bg_error_03.png) 0 100% no-repeat;
	_background-image: url(../../img/shared/bg/bg_error_03.gif);
}
#structure form.validation ins.error-message span span span {
	padding: 0 4px 10px;
	background: url(../../img/shared/bg/bg_error_04.png) 100% 100% no-repeat;
	_background-image: url(../../img/shared/bg/bg_error_04.gif);
}
#structure form.validation ins.error-message span span span span {
	padding: 4px 0;
	background: #c00;
}
#structure form.validation ins.error-message span span span span span {
	margin: 0 -4px;
	padding: 2px 10px 2px 6px;
	*padding-top: 1px;
	*padding-bottom: 3px;
	background: #c00;
	color: #fff;
	position: relative;
}
#structure form.validation dl.form-tableA01 ins.error-message {
	left: 0;
}


/* validation for smartphone
======================================*/

.sp-all form.validation ins.validation-field {
	margin: 0;
	padding: 0;
	display: block;
	position: static;
	text-decoration: none;
	zoom: 1;
	opacity: 1 !important;
}
.sp-all form.validation ins.error-message {
	opacity: 1 !important;
	display: block;
	text-decoration: none;
	color: #CC3300;
	font-size: 10px;
}
.sp-all form.validation td.textarea ins.validation-field,
#structure form.validation td.textarea textarea {
	display: inline-block;
}
.sp-all form.validation ins.error-message span {
	display: block;
	zoom: 1;
}
.sp-all form.validation ins.error-message span span span {
	padding: 0;
}
.sp-all form.validation ins.error-message span span span span span {
	position: static;
}
