@charset "utf-8";

.BZ-marginTS{
	margin-top:10px !important;
	}

.BZ-marginTM{
	margin-top:20px !important;
	}

.BZ-marginTL{
	margin-top:40px !important;
	}

.alertTxt,
.alertEmail,
.confirmArea,
.resultArea{
	display:none;
	}

#formBox a.BZ-linkBtn.BZ-gray{
	background-color:#666666;
	}

#formBox a.BZ-linkBtn:before{
	display:none;
	}

#BZ-mailform input,
#BZ-mailform textarea{
	width:95%;
	margin:2px;
	padding:6px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:100%;
	}

#BZ-mailform textarea{
	height:16em;
	width:95%;
	max-width:95%;
	}

#formBox input:hover,
#formBox input:focus,
#formBox textarea:hover,
#formBox textarea:focus{
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	}

#formBox input.short{
	max-width:120px;
	}

#formBox table{
	font-size:90%;
	}

#formBox table th,
#formBox table td{
	padding:10px;
	}

#formBox table th{
	width:25%;
	}

#formBox table table{
	margin:0;
	font-size:100%;
	}

#formBox table table th,
#formBox table table td{
	border:none;
	padding:0 5px 0 0;
	}

#formBox table th span{
	display:block;
	color:#DF6672;
	font-size:86%;
	}

#formBox .alert{
	background-color:#F3CDCE;
	}

#formBox .alertTxt,
#formBox .alertEmail{
	color:#DF6672;
	font-weight:bold;
	}

#formBox .confirmArea{
	padding:0 20px;
	}

#formBox .confirmArea h4{
	padding:0;
	font-size:100%;
	border-bottom:1px dotted #cccccc;
	}

#formBox .confirmArea p{
	}

#formBox .resultArea{
	min-height:60%;
	}

@media screen and (max-width:910px){
}

@media screen and (max-width:660px){

#formBox .sp-block{
	border-bottom:1px solid #cccccc;
	}

#formBox .sp-block > tbody > tr > th{
	display:block;
	width:auto;
	}

#formBox .sp-block > tbody > tr > td{
	display:block;
	width:auto;
	border-top:none;
	border-bottom:none;
	}

#formBox .sp-block table{
	font-size:90%;
	}

#formBox table th span{
	display:inline;
	}

#formBox .BZ-column .BZ-col.BZ-right{
	text-align:center;
	}

#formBox .confirmArea{
	padding:0;
	}

}

@media screen and (max-width:480px){

#BZ-mailform input,
#formBox input.short,
#BZ-mailform textarea{
	width:90%;
	max-width:none;
	}

#formBox table th{
	display:block;
	width:auto;
	}

#formBox table td{
	display:block;
	width:auto;
	border-top:none;
	border-bottom:none;
	}

#formBox table table td input{
	margin-bottom:10px;
	}

}