@charset "UTF-8";
/* 
====================================================================================================
■ form common
---------------------------------------------------------------------------------------------------- */
input[type="text"], input[type="password"], textarea {
  margin: 0;
  padding: 3px;
  border: 1px solid #dbd8d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
}

button::-moz-focus-inner {
  padding: 0;
  border-width: 0;
}

input[type="text"], input[type="password"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #b00b4e;
  -moz-box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
  box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 3px 0 2px;
  vertical-align: middle;
}
input:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

textarea {
  resize: vertical;
  -moz-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  -webkit-transition: height 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: height 0.2s linear 0s;
}

/* select {
  margin: 0;
  padding: 3px;
  border: 1px solid #dbd8d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
}
*/
select:focus {
  border-color: #b00b4e;
  -moz-box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
  box-shadow: 0 0 5px 0 rgba(176, 11, 78, 0.3);
}
form .form_icon {
  margin-right: 8px;
  vertical-align: middle;
}
#contact_form .form_icon {
  margin-right: 8px;
  vertical-align: middle;
}
form .ime_off {
  ime-mode: disabled;
}
form .ime_on {
  ime-mode: active;
}
form .w_full {
  width: 100%;
}
form .w_half {
  width: 50%;
}
form .form_foot {
  margin-top: 32px;
  margin-bottom: 48px;
  text-align: center;
}
form .form_foot:first-child {
  margin-top: 0 !important;
}
form .form_foot:last-child {
  margin-bottom: 0 !important;
}

.form_opt {
  color: #866858;
  font-size: 12px;
  font-size: 85.71429%;
}

.box_demobutton{
	width: 936px;
    height: 120px;
}

.demo_button{
    height: 70px;	
}

#csv_check_all.btn_topwine{
    margin-left:15px;
}

#csv_check_del.btn_topwine1{
	margin-left:10px;
}

.btn_topwine2{
	width:230px;
    background: transparent none repeat scroll 0% 0%;
	border: 1px solid #9F2E5C;
	color: #FCF5ED;
	font-weight: bold;
	padding: 5px 45px;
	font-size: 13px;
	cursor: pointer;
	height:32px;
}

.btn_topwine3{
	width:240px;
    background: transparent none repeat scroll 0% 0%;
	border: 1px solid rgb(159, 46, 92);
	color: rgb(252, 245, 237);
	font-weight: bold;
	padding: 5px 19px;
	font-size: 13px;
	cursor: pointer;
	margin-right: 14px;
	height:32px;
}

.demo_button p{
	font-size:12px;
	margin-top: 20px;
}

select.demo_list{
	margin: 0;
	width:100px;
  border: 1px solid #dbd8d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
  font-size: 12px;
}
.demo_button .form_1{
	float: left;
	width: 300px;
	height:35px;
	background: rgb(100, 7, 45) none repeat scroll 0% 0%;
	padding: 10px;
}
.demo_button .form_2{
	width: 591px;
	height:35px;
	float: left;
	background: #64072D none repeat scroll 0% 0%;
	padding: 10px;
	font-size: 12px;
	margin-left: 5px;
}
.checkbox_all{
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #9F2E5C;
	color: #FCF5ED;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	cursor: pointer;
	width: 135px;
	float:left;
}
.checkbox_close{
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #9F2E5C;
	color: #FCF5ED;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	cursor: pointer;
	width: 135px;
	margin-left:6px;
	float:left;
}

/* Checkbox */

div.checker {
padding: 5px 5px;
font-size: 13px;
cursor: pointer;
background: transparent none repeat scroll 0% 0%;
border: 1px solid #9F2E5C;
color: #FCF5ED;
font-weight: bold;
width: 128px;
}

div.checker input {
  width: 12px;
  height: 12px;
}

div.checker span {
  height: 12px;
  width: 12px;
  background-image: url("../wine/images/icon_check_off.png");
  margin-right: 5px;
  margin-left: 5px;
  margin-top:6px;
}
}

div.checker:active span, 
div.checker.active span {
	background-image: url("../wine/images/icon_check_on.png");
}

div.checker span.checked {
	background-image: url("../wine/images/icon_check_on.png");
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-image: url("../wine/images/icon_check_on.png");
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked{
	background-image: url("../wine/images/icon_check_on.png");
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-image: url("../wine/images/icon_check_on.png");
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-image: url("../wine/images/icon_check_on.png");
}


/* checker */
div.checker {
	margin-left:7px;
	height:20px;
}

/* checker */

div.checker {
	position: relative;
	float: left;
}

 div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
}