@charset "utf-8";
/* formBox
========================================== */
.formBox .hd{
	margin:10px 0;
}
.formBox .hd h1{
	margin-top:15px;
	font-size:14px !important;
	width:50%;
	margin-left:20px;
}
.formBox .tit {padding: 30px 0 20px;}
.formBox h3 {
	border-left: 4px solid #0c7649;
	padding-left:10px;
	margin-bottom:20px;
}

.formBox .step {
    list-style: none;
    overflow: hidden;
    background: #dadada;
    margin-bottom: 20px;
    padding-left: 0;
}
.formBox .step li {
    float: left;
    width: 33%;
}
.formBox .step li p {
    color: #fff;
    font-weight: bold;
    padding: 7px 0 8px 0;
    background: #dadada;
    position: relative;
    display: block;
    text-align: center;
}

.formBox .step li.on p {
    background: #0c7649;
}
.formBox .step li.on p::after {
    border-left: 20px solid #0c7649;
}
.formBox .step li p::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #f9f9ed;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 1px;
    left: 101%;
    z-index: 1;
}
.formBox .step li p::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #dadada;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}




.formBox table {
	border-collapse:collapse;
	margin: 0 auto;
	width: 100%;
	/* background-color:#ffffff; */
}
.formBox table th,
.formBox table td {
	/* border-right: 1px solid rgba(251, 251, 239, 0); */
	border-bottom: 1px dotted rgb(173, 173, 173);
	border-spacing: 12px 2px;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height:1.8;
}

.formBox table th {
	text-align: left;
	font-weight: normal;
	width: 30%;
	/* background-color: #EDEDED; */
}

.formBox textarea {
	width:90%;
}

.formBox table.check {
	margin-bottom:50px;
}

.formBox input[type=text],input[type=number],input[type=email],input[type=tel] ,select{
	display: inline-block;
	border: 1px solid #B4B4B4;
	box-shadow: inset 0 1px 3px #ddd;
	height: 40px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
}

.formBox input[type=text].c1 {
	width:250px;
}

.formBox .age input[type=text] {
	width: 50px;}

.formBox input.add1 {
	width: 70px;
}

.formBox input.add2 {
	width: 100px;
}

.formBox select{
	height: 40px;
	width: 173px;
}

.formBox input[type=radio],
.formBox input[type=checkbox]{
	width:18px;
	height:18px;
	margin:10px 5px;
	vertical-align:middle;
}

.formBox input[type=submit] {
	width:200px;
	height:50px;
	cursor:pointer;
}

.formBox .must{
	font-weight:normal;
	background: #f63838;
	padding: 2px 5px;
	font-size: 11px;
	color:#FFF;
	margin-right: 5px;
}

.formBox ul li{
	width:20%;
	float:left;
}

.formBox ul.w30 li{
	width:30%;
	float:left;
}



.zipbtn{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #474747;
    /* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5); */
    letter-spacing: 0;
    border: solid 1px #cccccc;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    padding: 8px 21px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #D7D7D7));
    background: -webkit-linear-gradient(#fff, #D7D7D7);
    background: -moz-linear-gradient(#fff, #D7D7D7);
    background: -o-linear-gradient(#fff, #D7D7D7);
    background: -ms-linear-gradient(#fff, #D7D7D7);
    background: linear-gradient(#fff, #D7D7D7);
}



@media screen and (min-width: 768px) and (max-width: 980px) {


 
.formBox .hd{
	margin:10px 0;
}
.formBox .hd h1{
	margin-top:15px;
	font-size:14px !important;
	width:50%;
	margin-left:20px;
}
.formBox h3 {
	border-left: 4px solid #0c7649;
	padding-left:10px;
	margin-bottom:20px;
}

.formBox .step {
    list-style: none;
    overflow: hidden;
    background: #dadada;
    margin-bottom: 20px;
    padding-left: 0;
}
.formBox .step li {
    float: left;
    width: 33%;
}
.formBox .step li p {
    color: #fff;
    font-weight: bold;
    padding: 7px 0 8px 0;
    background: #dadada;
    position: relative;
    display: block;
    text-align: center;
}

.formBox .step li.on p {
    background: #0c7649;
}
.formBox .step li.on p::after {
    border-left: 20px solid #0c7649;
}
.formBox .step li p::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #f9f9ed;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 1px;
    left: 101%;
    z-index: 1;
}
.formBox .step li p::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #dadada;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}




.formBox table {
	border-collapse:collapse;
	margin: 0 auto;
	width: 100%;
	/* background-color:#ffffff; */
}
.formBox table th,
.formBox table td {
	/* border-right: 1px solid rgba(251, 251, 239, 0); */
	border-bottom: 1px dotted rgb(173, 173, 173);
	border-spacing: 12px 2px;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height:1.8;
}

.formBox table th {
	text-align: left;
	font-weight: normal;
	width: 30%;
	/* background-color: #EDEDED; */
}

.formBox textarea {
	width:90%;
}

.formBox input[type=text],input[type=number],input[type=email],input[type=tel] ,select{
	display: inline-block;
	border: 1px solid #B4B4B4;
	box-shadow: inset 0 1px 3px #ddd;
	height: 40px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
}

.formBox input[type=text].c1 {
	width:250px;
}

.formBox .age input[type=text] {
	width: 50px;}

.formBox input.add1 {
	width: 70px;
}

.formBox input.add2 {
	width: 100px;
}

.formBox select{
	height: 40px;
	width: 173px;
}

.formBox input[type=radio],
.formBox input[type=checkbox]{
	width:18px;
	height:18px;
	margin:10px 5px;
	vertical-align:middle;
}

.formBox input[type=submit] {
	width:200px;
	height:50px;
	cursor:pointer;
}

.formBox .must{
	font-weight:normal;
	background: #f63838;
	padding: 2px 5px;
	font-size: 11px;
	color:#FFF;
	margin-right: 5px;
}

.formBox ul li{
	width:20%;
	float:left;
}

.formBox ul.w30 li{
	width:30%;
	float:left;
}



.zipbtn{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #474747;
    /* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5); */
    letter-spacing: 0;
    border: solid 1px #cccccc;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    padding: 8px 21px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #D7D7D7));
    background: -webkit-linear-gradient(#fff, #D7D7D7);
    background: -moz-linear-gradient(#fff, #D7D7D7);
    background: -o-linear-gradient(#fff, #D7D7D7);
    background: -ms-linear-gradient(#fff, #D7D7D7);
    background: linear-gradient(#fff, #D7D7D7);
}












	
}



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

.formBox{
	padding-top: 0;
}
.formBox .hdw{
	display: block;
}
.formBox .hdw .logo {
	float: left;
	width: 40%;
	margin-right: 0px;
	margin-left: 5px;
}


.formBox .hdw .bukkenname{
	width: 58%;
	font-size: 18px;
	margin: 0px 0px 0 0;
}
.formBox .hdw .logo .logo_img {
	float: left;
}
.formBox .hd{
	margin: 10px 0 20px;
}
.formBox .hd h1{
	font-size:14px !important;
	width: 95%;
	margin: 11px auto;
	float: none;
	display: none;
}

.formBox h3 {
	border-left: 4px solid #0c7649;
	padding-left:10px;
	margin-bottom:20px;
}
.formBox .step {
    list-style: none;
    overflow: hidden;
    background: #dadada;
    margin-bottom: 20px;
    padding-left: 0;
}
.formBox .step li {
    float: left;
    width: 33%;
}
.formBox .step li p {
    color: #fff;
    font-weight: bold;
    padding: 7px 0 8px 0;
    background: #dadada;
    position: relative;
    display: block;
    text-align: center;
}

.formBox .step li.on p {
    background: #0c7649;
}
.formBox .step li.on p::after {
    border-left: 20px solid #0c7649;
}
.formBox .step li p::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #f9f9ed;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 1px;
    left: 101%;
    z-index: 1;
}
.formBox .step li p::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #dadada;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}




.formBox table {
	border-collapse:collapse;
	margin: 0 auto;
	width: 100%;
	/* background-color:#ffffff; */
}
.formBox table th,
.formBox table td {
	/* border-right: 1px solid rgba(251, 251, 239, 0); */
	border-bottom: 1px dotted rgb(173, 173, 173);
	border-spacing: 12px 2px;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height:1.8;
	display: inline-block;
}

.formBox table th {
	text-align: left;
	font-weight: normal;
	width: 100%;

}

.formBox table td {
	font-weight: normal;
	width: 100%;

}

.formBox textarea {
	width:90%;
}

.formBox input[type=text],input[type=number],input[type=email],input[type=tel] ,select{
	display: inline-block;
	border: 1px solid #B4B4B4;
	box-shadow: inset 0 1px 3px #ddd;
	height: 40px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
	width: 80%;
	margin-bottom: 5px;
}

.formBox input[type=text].c1 {
	width:250px;
}

.formBox .age input[type=text] {
	width: 50px;}

.formBox input.add1 {
	width: 70px;
}

.formBox input.add2 {
	width: 100px;
}

.formBox select{
	height: 40px;
	width: 190px;
	margin-bottom: 5px;
}

.formBox input[type=radio],
.formBox input[type=checkbox]{
	width:18px;
	height:18px;
	margin:10px 5px;
	vertical-align:middle;
}

.formBox input[type=submit] {
	width:200px;
	height:50px;
	cursor:pointer;
}

.formBox .must{
	font-weight:normal;
	background: #f63838;
	padding: 2px 5px;
	font-size: 11px;
	color:#FFF;
	margin-right: 5px;
}

.formBox ul li{
	width: 50%;
	float:left;
}

.formBox ul.w30 li{
	width: 100%;
	float:left;
}



.zipbtn{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #474747;
    /* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5); */
    letter-spacing: 0;
    border: solid 1px #cccccc;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    padding: 8px 21px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #D7D7D7));
    background: -webkit-linear-gradient(#fff, #D7D7D7);
    background: -moz-linear-gradient(#fff, #D7D7D7);
    background: -o-linear-gradient(#fff, #D7D7D7);
    background: -ms-linear-gradient(#fff, #D7D7D7);
    background: linear-gradient(#fff, #D7D7D7);
}





.copy{margin-bottom:40px;margin-right: 0px;}






}