/*
 * 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 {
border: 1px solid #aaaaaa;
	height: 38px;
	width: 100%;
	padding: 0 5px
}
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 {
	resize: none;
}
button {
	cursor: pointer;
	padding: 0;
	display: inline-block;
	border: none;
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin: 10px auto;
}
button:hover {
	opacity: 0.8;
}
label {
	display: block;
}
#mail .row {
	display: table;
	width: 100%;
}
#mail .row > .col {
	display: table-cell;
	padding-bottom: 30px;
	width: 100%;
}

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

/*
 * Custom mailform
 *
 */

#mail [class^=error] {
	left: 30%;
	font-size: 85%;
	bottom: 35px;
	font-weight: normal;
}
#mail .fuild [class^=error] {
	bottom: 5px;
}
#mail .form-value + .form-value {
	margin-top: 10px;
}
#mail .form-value > [class^='error'] {
	bottom: -12px;
}

#mail textarea{
	height: 69px;
}
#mail .caption {
float: left;
    width: 30%;
    font-weight: bold;
    font-size: 17px;
    line-height: 38px;
}
#mail .mark-require {
	color: #ce141e;
	display: block;
	margin-left: -7px;
}
.caption_red{
	display: block;
	font-size: 12px;
	color: #ce141e;
}
#mail .input{
	float: right;
    width: 70%;
}
#mail{
	width: 94%;
	margin: auto;
	background: url(../img/mail-order/sec2_bg2.jpg) repeat top center;
	margin-top: 10px
}

.fc-form .form-row {
	margin: 0 0 10px;
	width: 100%;
}

.fcv-form dl dt span {
	color: #ce141e;
}
.fcv-form dl dd {
	float: right;
	width: 70%;
}
.fcv-form dl dd input,.fcv-form dl dd select {
	border: 1px solid #aaaaaa;
	height: 38px;
	width: 100%;
	padding: 0 5px
}
.fcv-form dl:nth-child(3) dd input ,.fcv-form dl:nth-child(4) dd input {
	width: 100%;
}
.fcv-form dl dd input[type=radio], .fcv-form dl dd input[type=checkbox] {
	width: auto;
}
.fcv-form dl dd textarea {
	border: 1px solid #aaaaaa;
	height: 70px;
	width: 100%;
	padding: 5px;
	resize: none;
}
.btn button {
	background: none;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px
}
.btn button:hover {
	opacity: 0.7;
}
.fcv-confirm {
	display: none;
	width: 100%;
}
.fcv-confirm:before {
	content: "";
	opacity: 0;
	margin: auto;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 99999;
}
.fcv-confirm:after {
	content: "";
	opacity: 0;
	margin: auto;
	background: url(../img/shared/loading.svg) no-repeat center;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 99999;
	overflow:hidden;
}
.fcv-confirm.sending:before,
.fcv-confirm.sending:after {
	opacity: 1;
	visibility: visible;
}
.fcv-confirm dl {
	width: 100%;
	margin-bottom: 30px;
}
.fcv-confirm dl dt {
	float: left;
	width: 30%;
	font-weight: bold
}
.fcv-confirm dl dd {
	float: left;
	width: 70%;
}
.form-email .error,.form-email .error-and, .form-email .error-captcha, .form-email .error-email {
	color: #f00;
	display: none;
	font-size: 85%;
	line-height: 20px;
}
#thank {
	text-align: center;
	padding: 80px 0 100px;
}
#thank .txt01 {
	font-weight: bold;
	font-size: 20px;
}
#thank p {
	padding-bottom: 30px;
}
