/** form **/
.form-confirm-wrap{
	padding: 0 40px;
}
.form-wrap {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 16px;
}
.form-wrap .f-row {
	position: relative;
	margin: 8px 0 0 0;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.form-wrap .f-row > .f-label {
	width: 300px;
	float: left;
	padding: 10px 16px;
	box-sizing: border-box;
	font-weight: bold;
	color: #575757;
}
.form-wrap .f-row > .f-label.required:after {
	content: "\2731"; /**\9808**/
	position: relative;
	left: 2px;
	top: -2px;
	font-size: 11px;
	color: #333;
	padding: 2px 3px;
	border-radius: 8px;
	font-weight: bold;
}
.form-wrap .f-row > .f-field {
	margin-left: 300px;
	padding: 10px 16px;
	box-sizing: border-box;
	border-left: 2px solid #ddd;
}
  .form-wrap .f-field input:not([type=checkbox]):not([type=radio]):not([type=hidden]) {
	width: 50%;
	padding: 12px 8px;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #999;
	font-size: 16px;
	vertical-align: top;
} .form-wrap .f-field input ~ span {
	display: none;
} .field-validation-error {
	display: block !important;
	padding: 4px 4px 4px 32px;
	font-size: 16px;
	margin: 12px 0 4px 0;
	border-radius: 4px;
	color:#b81a1a;
} .field-validation-error:before {
	font-family: "Material Icons";
	content: "\e000";
	position: absolute;
	font-size: 24px;
	color:#b81a1a;
	margin-left: -30px;
	margin-top: -6px;
} .form-wrap .f-field .input-validation-error {
	border: 1px solid #ff9cc3 !important;
	background: #ffe6f1;
} .f-field .w10, .ui-select .w10, .ui-input .w10 {
	width: 100px !important;
} .f-field .w30, .ui-select .w30, .ui-input .w30 {
	width: 30% !important;
} .f-field .w50, .ui-select .w50, .ui-input .w50 {
	width: 50% !important;
} .f-field .w80, .ui-select .w80, .ui-input .w80 {
	width: 80% !important;
} .f-field .w100, .ui-select .w100, .ui-input .w100 {
	width: 100% !important;
	box-sizing: border-box;
} .f-field .f-next {
	margin: 4px 0;
	padding: 10px;
	background: #eee;
	border-radius: 4px;
} .f-field a {
	text-decoration: underline;
} .f-next a {
	font-weight: bold;
} .form-wrap .b-search {
	margin-left: 4px;
	display: inline-block;
	position: relative;
	color: #fff;
	background: #f97306;
	border-radius: 4px;
	cursor: pointer;
	height: 42px;
	width: 180px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
} .form-wrap .b-postcode-search {
  margin-left: 4px;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #f97306;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  width: 180px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
} .f-field > label {
	position: relative;
	font-size: 13px;
	margin: 0 0 6px 0;
	display: block;
	padding:0 0 0 18px;
} .f-field > label:before {
	content: "※";
	position: absolute;
	margin-left: -16px;
	font-size: 14px;
	color: #b81a1a;
	font-weight: normal;
} .f-field .register-magazine-messsage {
	display: none;
} .form-wrap textarea {
	border: 1px solid #999;
	padding: 10px;
	margin: 0;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}
  /**select input textarea**/
  .small-comment {
    font-size: 13px;
    padding: 4px;
}
  /*#EXP {
    width: 20%;
}
#dc_credit_card_type {
    width: 40%;
}*/
  .ui-select select {
	font-size: 16px;
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 12px 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
} .ui-input input {
	font-size: 16px;
	width: 100%;
	margin: 0;
	padding: 15px 10px;
	border: 1px solid #999;
	border-radius: 4px;
	box-sizing:border-box;
	-webkit-appearance: none;	
	-moz-appearance: none;
	appearance: none;
} textarea.input-text {
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px;
	border: 1px solid #999;
    border-radius: 5px;
	box-sizing: border-box;
}
  /**** common table with left title ****/
  .tbl-basic, .tbl-basic-top, .tbl-form {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	color: #575757;
	border-spacing: 0;
} .tbl-basic {
	/* border-radius: 4px; */
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
} .tbl-basic.type1 {
	border-top: 1px dotted #eee;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	border-bottom: none;
	background: #f7f7f7;
} .tbl-basic th, .tbl-basic td {
	padding: 20px;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
} .tbl-basic tr:last-child th, .tbl-basic tr:last-child td {
	border-bottom: none;
} .tbl-basic th {
	width: 180px;
	font-size: 15px;
	text-align: center;
	border-right: 1px dotted #ddd;
	background: #efefef;
}
  /**** common table with top title ****/
  .tbl-basic-top {
	border: 1px solid #ddd;
} .tbl-basic-top tr:first-child th {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #DCEDC8;
	font-size: 15px;
	vertical-align: middle;
} .tbl-basic-top td, .tbl-basic-top th {
	padding: 20px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	font-size: 15px;
} .tbl-basic-top tr:last-child td {
	border-bottom: none;
} .tbl-basic-top .discount-tit {
    color: #f97306;
  	text-align: left;
	font-weight: bold;
} .tbl-basic-top .delivery-tit {
	color: #f97306;
	text-align: left;
	font-weight: bold;
} .tbl-basic-top .discount {
    color: #f97306;
	font-weight: bold;
} .tbl-basic-top .pro-width{
	width: 65%;
}
  /**** proimg table ****/
  .tbl-basic-top .pro-img {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
} .tbl-basic-top .pro-img img{
	width: 70px;
} .tbl-basic-top .pro-detail {
    display: table-cell;
    padding: 10px;
	text-align: left;
	color: #333;
	font-size: 15px;
	font-weight: bold;
} .tbl-basic-top .price {
	color: #575757;
	font-size: 13px;
	margin: 5px 0;
} .tbl-basic-top .kokunai {
	color: #999;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
} .tbl-basic-top .kokunai span{
	margin: 0 0 0 10px;
} .AlertMedicine {
	color: #b81a1a;
	font-size: 15px;
	font-weight: bold;
}
  /**** form table ****/
  .tbl-form:after {
	position: absolute;
	top: 0;
	right: 0px;
	content: " ";
	white-space: pre;
	width: 20px;
	height: 100%;
	background: #ddd;
	opacity: .5;
} .tbl-form:before {
	position: absolute;
	top: 0;
	left: 0px;
	content: " ";
	white-space: pre;
	width: 20px;
	height: 100%;
	background: #ddd;
	opacity: .5;
} .tbl-form th {
	width: 200px;
	padding-left: 40px !important;
	position: relative;
} .tbl-form th, .tbl-form td {
	border-top: 1px solid #ddd;
	padding: 10px 4px;
} .tbl-form tr:last-child th, .tbl-form tr:last-child td {
	border-bottom: 1px solid #ddd;
} .tbl-form th label {
	font-size: 16px;
	width: 90%;
	height: 40px;
	padding: 6px 8px;
	line-height: 40px;
	display: block;
	position: relative;
	left: -10px;
} .tbl-form th:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 80%;
	background: #ddd;
	right: 20px;
	bottom: 0;
} .tbl-form input, .tbl-form select {
	border-radius: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 50%;
	color: #666;
	font-size: 16px;
	padding: 10px;
} .tbl-form input.w80 {
	width: 80%;
} .input-required label:after {
	float: none !important;
	content: "\2731" !important;
	position: relative;
	left: 6px;
	top: -2px;
	font-size: 11px;
	color: #333;
}
  /****新規会員登録生年月日****/
  .Birthday {
	width: 120px!important;
} .BirthdayText {
	display: inline-block!important;
	margin: 10px 20px 0 4px;
}
  /**新規会員登録パスワード表示**/
  .RegisterFormFieldInput::-ms-reveal {
	display: none;
} .RegisterFormFieldInput{
	width: 30%!important;
	padding: 12px 50px 12px 8px!important;
	position: relative;	
} .RegisterFormFieldCheckbox {
  display: block;
  position: relative;
	width: 30%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 0;
	box-sizing: border-box;
} .RegisterFormFieldCheckbox:before {
  display: none;
} .RegisterFormFieldCheckbox input {
	position: absolute;
	opacity: 0;
} .RegisterFormFieldCheckbox input:checked ~ span {
	background-image:url(/images/user/i-eye.png);
} .RegisterFormFieldCheckbox input:checked ~ span::after {
	display: block;
} .RegisterFormFieldCheckboxMark {
	background-image:url(/images/user/i-eye-off.png);
	width: 48px;
	height: 42px;
  background-repeat: no-repeat;
  background-size: 35px 35px;	
  position: absolute;
  top: -43px;
  right: 0;
	display: block!important;
	background-position: center;
}
  /**パスワード変更パスワード表示**/
  .ChangePasswordFormFieldInput::-ms-reveal {
	display: none;
} .ChangePasswordFormFieldInput{
	padding: 12px 50px 12px 8px!important;
	position: relative;	
} .ChangePasswordFormFieldCheckbox {
  display: block;
  position: relative;
	width: 50%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 0;
	box-sizing: border-box;
} .ChangePasswordFormFieldCheckbox:before {
  display: none;
} .ChangePasswordFormFieldCheckbox input {
	position: absolute;
	opacity: 0;
} .ChangePasswordFormFieldCheckbox input:checked ~ span {
	background-image:url(/images/user/i-eye.png);
} .ChangePasswordFormFieldCheckbox input:checked ~ span::after {
	display: block;
} .ChangePasswordFormFieldCheckboxMark {
	background-image:url(/images/user/i-eye-off.png);
	width: 48px;
	height: 42px;
  background-repeat: no-repeat;
  background-size: 35px 35px;	
  position: absolute;
  top: -43px;
  right: 0;
	display: block!important;
	background-position: center;
}
  /**パスワード再設定パスワード表示**/
  .ResetPasswordFormFieldInput::-ms-reveal {
	display: none;
} .ResetPasswordFormFieldInput{
	padding: 12px 50px 12px 8px!important;
	position: relative;	
} .ResetPasswordFormFieldCheckbox {
  display: block;
  position: relative;
	width: 50%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 0;
	box-sizing: border-box;
} .ResetPasswordFormFieldCheckbox:before {
  display: none;
} .ResetPasswordFormFieldCheckbox input {
	position: absolute;
	opacity: 0;
} .ResetPasswordFormFieldCheckbox input:checked ~ span {
	background-image:url(/images/user/i-eye.png);
} .ResetPasswordFormFieldCheckbox input:checked ~ span::after {
	display: block;
} .ResetPasswordFormFieldCheckboxMark {
	background-image:url(/images/user/i-eye-off.png);
	width: 48px;
	height: 42px;
  background-repeat: no-repeat;
  background-size: 35px 35px;	
  position: absolute;
  top: -43px;
  right: 0;
	display: block!important;
	background-position: center;
}
  /**お問い合わせ**/
  .EnquiryAnswerText{
	color: #b81a1a;
} .EnquiryTypeSelect {
  font-size: 16px;
	width: 50%;
	margin: 0 0 8px 0;
	padding: 12px 8px;
	border: 1px solid #999;
	border-radius: 4px;
	background: transparent;
} .EnquiryConfirmButton {
	display: block;
	background-color: #f93a1a;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	margin: 40px auto;
	width: 320px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	position: relative;
} .EnquiryButton {
  margin: 40px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 380px;
	flex-direction: row-reverse;
} .EnquiryButtonSend {
	display: inline-block;
	background-color: #f93a1a;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	margin: 0;
	width: 240px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	position: relative;
} .EnquiryButtonBack {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #575757;
	padding: 15px 40px;
	line-height: 1;
	margin-right: 16px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none!important;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	position: relative;	
} .EnquiryButtonSend:hover, .EnquiryButtonBack:hover, .EnquiryConfirmButton:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} .EnquiryButtonSend:before, .EnquiryButtonBack:before, .EnquiryConfirmButton:before {
	-webkit-transition:0.5s all ease;
	transition:0.5s all ease;
	position: absolute;
	top:0;
	left:50%;
	right:50%;
	bottom:0;
	opacity:0;
	content:'';
	width: 1px;
	background: #fff;
} .EnquiryButtonSend:hover:before, .EnquiryButtonBack:hover:before, .EnquiryConfirmButton:hover:before {
	-webkit-transition:0.5s all ease;
	transition:0.5s all ease;
	width: 100%;
	left:0;
	right:0;
	opacity: .2;
	z-index: -1;
}
