/*
 * FCMailer - 2017
 *
 * StyleName: shared.css
 * Version: 3.5
 *
 * FoodConnection
 * http://foodconnection.jp/
 * http://foodconnection.vn/
 *
 */

* {
	font-size: 12px;
	font-family: arial, tahoma, verdana, sans-serif, serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	background: #101010;
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background: #303030;
}

::-webkit-scrollbar-track {
	background: #151515;
}

:-ms-input-placeholder {
	color: #252525;
}

:-moz-placeholder {
	color: #252525;
}

::-moz-placeholder {
	color: #252525;
}

::-webkit-input-placeholder {
	color: #252525;
} */

input, select, textarea, button {
	background: #fff;
	color: #000000;
	border: 1px solid #cbcbcb;
	outline: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	margin-top: -2px;
	width: 478px;
	border: 1px solid #b8b8b8;
}

input[type=radio], input[type=checkbox] {
	padding: 0;
	width: auto;
	position: relative;
	top: -3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

textarea {
	min-height: 90px;
	resize: none;
}

button {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	display: inline-block;
	text-align: center;
	/* -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #fff; */
}

#mail .row.fuild button {
	left: -59px;
	position: relative;
	padding-top: 40px;
	width: auto;
	height: auto;
}

.fc-form .form-submit {
	left: -73px;
	position: relative;
}

.fc-form .form-back {
	position: relative;
	left: -20px;
}

button+button {
	/* margin-left: 20px; */
}

button:hover {
	/* background: #694A3E; */
}

label {
	display: inline-block;
	margin-right: 10px;
}

#mail {
	margin-left: 108px;
	letter-spacing: 0;
}

#mail h2 {
	margin: 10px;
	padding: 0;
	color: #CFCFCF;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

#mail h3 {
	margin: 10px;
	padding: 0;
	color: #909090;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
}

#mail h4 {
	margin: 10px;
	padding: 0;
	color: #606060;
	font-size: 110%;
	font-weight: 300;
	font-style: italic;
}

#mail hr {
	margin: auto;
	background: #363636;
	height: 1px;
	border: none;
}

#mail .row {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#mail .row>.col {
	display: table-cell;
	width: 50%;
}

#mail .mark-require {
	font-size: small;
	line-height: 0;
	margin-right: 5px;
	width: 47px;
	display: inline-block;
	vertical-align: top;
}

#mail .caption {
	display: inline-block;
	width: 273px;
	position: relative;
}

#mail .input {
	display: inline-block;
	vertical-align: top;
}

#mail .submit {
	text-align: center;
}

/*
 * Custom mailform
 *
 */

#mail [class^=error] {
	bottom: -9px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    left: 70px;
    margin-left: 210px;
}

#mail .form-value+.form-value {
	margin-top: 10px;
}

#mail .form-value>[class^='error'] {
	bottom: -12px;
}

#mail .yubin-bango {}

#mail .yubin-postal-code {}

#mail .yubin-postal-mark {
	padding: 5px;
	line-height: 1;
}

#mail .yubin-postal-input {
	padding: 5px;
}

#mail .yubin-locate {
	padding: 5px;
}

#mail .input>.form-value, #mail .form-parse-date>.form-value {
	display: inline-block;
}

#mail .form-attachment .attachment-preview {
	background: #252525;
	border: 1px dashed #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}

#mail .form-attachment .attachment-browse {
	color: #FEFEFE;
	background: #606060;
	max-width: 120px;
	box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	-moz-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	-webkit-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#mail .form-attachment .attachment-browse:hover {
	background: #404040;
}

#mail .form-attachment .attachment-caption input {
	margin: 5px 0;
	padding: 5px 10px;
	background: #404040;
	color: #909090;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
	-moz-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
	-webkit-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
}

#mail .form-attachment .attachment-list {
	background: #252525;
	min-height: 75px;
	border: 1px dashed #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}

#mail .form-attachment .attachment-item {
	background: #252525;
	border: 1px dotted #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}

#mail .form-attachment .attachment-item:nth-of-type(even) {
	background: #212121;
}

#mail .form-attachment .attachment-remove {
	background: #303030;
	border: 1px solid #363636;
	box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
	-webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}

#mail .form-attachment.multiple .attachment-remove {}

#mail .form-attachment .attachment-remove:before {
	color: #909090;
}

#mail .form-attachment .attachment-remove:hover {
	background: #282828;
}

#mail .fc-confirm .confirm-value {
	border: none;
	outline: none;
	width: 454px;
	top: -2px;
	font-size: 14px;
	/* color: #a28989; */
}

#mail .fc-confirm button {}

#mail .fc-confirm button:hover {}

#mail .fc-confirm button[type=submit] {

}

#mail .fc-confirm button[type=submit]:hover {}

#mail .w200 input {
	width: 200px;
}

#mail .w160 input {
	width: 160px;
}

#mail .caption span {
	position: relative;
	top: 2px;
	display: block;
}

#mail .input .sttl {
	width: 57px;
	display: inline-block;
}

#mail .input .sttl:last-of-type {
	width: 73px;
	text-align: center;
}

#mail .inh {
	top: -6px;
	display: inherit;
}

#mail .row1 {
	margin-top: -20px;
	margin-bottom: 0;
}

#mail .w133 {
	width: 133px;
}

#mail .row2 {
	margin-top: 8px;
	margin-bottom: -17px;
}

#mail .choice-date {
	width: 195px;
	display: inline-block;
}

#mail .choice-date select {
	width: 195px;
}

#mail .w400 {
	width: 400px;
}

#mail .caption strong {
	color: #ffffff;
	width: 45px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #7a0000;
	position: absolute;
	right: 37px;
	top: 0;
}

#mail .w50 {
	width: 50px;
	margin-right: 5px;
}

#mail .op0 {
	opacity: 0;
}

select:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.fc-confirm .dup {
	display: none !important;
}

.form-row .row {
	width: 490px !important;
	margin-left: 202px;
}

.form-row:first-of-type .row {
	margin-top: -55px;
}

#mail .row_1 {
	margin-left: 39px;
}

#mail .row_1 .error {
	margin-left: -35px;
	padding-top: 5px;
}

#thanks .thanks_txt {
	padding: 100px 0;
	text-align: center;
	font-size: 16px;
}

.fc-confirm .form-row:first-of-type .row {
	margin-top: -36px;
}

#mail .inl-blk {
	display: inline-block;
}

#mail .form-parse-date {
	position: relative;
}
#mail .form-parse-date input:hover,
#mail .form-parse-time input:hover {
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_timepicker{
}

#mail .form-parse-date:before,
#mail .form-parse-time:before {
	position: absolute;
	content: "";
	background: url(../img/access/select_opt.png) no-repeat;
	width: 8px;
	height: 12px;
	right: 8px;
	top: 9px;
}

#mail .confirm-main .row.fuild button:nth-child(1){
    left: -68px;
}
#mail .confirm-main .row.fuild button:nth-child(2){
    left: -40px;
}

#mail .confirm-main .caption strong{
	display: none;
}