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

input, select, textarea, button {
	padding: 7px 10px;
	width: 100%;
	border: 1px solid #fff;
	outline: none;
	background: none;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 1px #fff;
	color: #fff;
}
input[type=radio], input[type=checkbox] {
	padding: 0;
	width: auto;
	position: relative;
	top: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
textarea {
	min-height: 150px;
	resize: none;
}
button {
	cursor: pointer;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	text-align: center;
	background: none;
}
label {
	display: block;
}
.mb {
	margin-bottom: 35px;
}
#mail .row {
	display: table;
	width: 100%;
}
#mail .row > .col {
	display: table-cell;
	width: 50%;
}
#mail .mark-require {
	color: #FF4141;
	font-size: small;
	line-height: 0;
}
#mail .submit {
	text-align: center;
}
#mail .btn_action{
	padding-top: 14px;
}
/*
 * Custom mailform
 *
 */

#mail [class^=error] {
	left: 0;
	bottom: -25px;
}
#mail .form-value > [class^='error'] {
	bottom: -12px;
}
#mail .input > .form-value, #mail .form-parse-date > .form-value {
	display: inline-block;
}
#mail .fc-confirm .confirm-value {
	/*	padding: 5px;*/
/*	width: 100% !important;*/
	border: none;
	outline: none;
}
.fc-confirm .time .innerL {
	width: auto !important;
}
