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

input, select, textarea, button {
	padding: 0 0 0 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;
	vertical-align: top;
	height: 31px;
    line-height: 31px;
}

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 .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;
    position: relative;
}

#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;
}

#access #mail {
	margin: 0 5%;
	padding: 10% 3%;
}

#access .row-2 .row {
	width: 50%;
	display: inline-block;
}

#access .row-2 .row:last-child .caption {
	/* padding-left: 5%; */
	box-sizing: border-box;
}

#access .row-2 .caption {
	display: inline-block;
	width: 25%;
}

#access .row .caption:first-of-type {
    margin-bottom: 10px;
}

#access .row-2 .input {
	display: inline-block;
	width: 68%;
}

#access .row2 .caption{
	/* padding-left: 3%; */
}

#access .row.form-row{
	margin-bottom: 30px;
}

#access .row.pad-03{
	box-sizing: border-box;
}

#access .innerL,#access .innerR{
	display: inline-block;
	width: 44%;
}

#access .people input{
	width: 47%;
}

#access button{
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 2px;
}

#access .confirm-main .row-2 .caption{
	width: auto;
	margin: 0;
}