/* CSS Document */
body {
	color: #000;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background:#FFF;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

fieldset {
	border:none;
	width:95%;
	margin: 0 auto;
}

.formnote {
	width:95%;
	margin: 10px auto;
	padding: 10px 0;
}

#FormBox {
	border-radius:5px;
	width:900px;
	margin:50px auto 0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f494+0,eddd4b+10,fff7a0+24,ffe97c+41,fffcba+66,fcf485+100 */
	background: #666; /* Old browsers */
	padding:10px;
	box-sizing: border-box;
	text-align: justify;
}

#FormBox div#confirm {
	border-top:none;
}

#FormBox em {
	color:#F00;
}


#FormBox h1 {
	font-size:2rem; 
	width:100%;
	text-align:center;
	color:#FFF;
	padding:10px 0;
}

#FormBox h2,
legend {
	font-size:1.5rem; 
}


#FormBox div#form {
	background:#FFF;
	padding:10px;
	border-radius: 10px;
}

#FormBox h3,
#FormBox dl {
	text-align:justify;
	margin:0 auto;
	background:#FFF;
}

#FormBox h3,
#FormBox dl dt {
	clear:left;
	background:#EEE;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	padding:2px 5px;
	margin-top:2px;
	color: #000;
}

#FormBox dl dd {
	padding:5px;
}

#FormBox dl dt span {
	font-size: 1.4rem;
	color: #666;
}

#FormBox dl dd input[type="text"],
#FormBox dl dd input[type="number"],
#FormBox dl dd input[type="tel"],
#FormBox dl dd input[type="email"],
#FormBox dl dd textarea {
	width:30em;
	padding:3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size:16px;
}

#FormBox dl dd input[type="text"]:focus,
#FormBox dl dd input[type="number"]:focus,
#FormBox dl dd input[type="tel"]:focus,
#FormBox dl dd input[type="email"]:focus,
#FormBox dl dd textarea:focus {
	box-shadow: 0 0 7px #4E98FF;
	border: 1px solid #4E98FF;
}

#FormBox dl dd input#no {
	width:8em;
}

#FormBox dl dd ul#zip li ,
#FormBox dl dd ul#tel li {
	float:left;
	
}

#FormBox dl dd ul#zip li::before ,
#FormBox dl dd ul#tel li::before {
	content:"-";
}
	
#FormBox dl dd ul#zip li.zipadd::before, 
#FormBox dl dd ul#zip li:first-child::before ,
#FormBox dl dd ul#tel li:first-child::before {
	content:"";
}

#FormBox dl dd ul#zip li.zipadd input  {
	font-size:14px;
	width: 6em;
	padding:2px 10px;
	margin-left:1em;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:3px;
	background:#e56c69;
	color:#FFF;
	cursor:pointer;
}

#FormBox dl dd ul#zip li input ,
#FormBox dl dd ul#tel li input {
	width:4em;
}

#FormBox dl dd ul#campaign li ,
#FormBox dl dd ul#present li {
	margin:5px;
}

#FormBox dl dd ul.note li {
	font-size:1.4rem;
	text-indent:-1em;
	margin-left:1em;
}

#FormBox dl dd select {
	font-size:14px;
	width: 30%;
	padding:2px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow.png) no-repeat, -webkit-linear-gradient(top, #fff 0%,#e56c69 100%);
	background: url(../img/arrow.png) no-repeat, linear-gradient(to bottom, #fff 0%,#e56c69 100%);
	background-position:right 5px top 50%;
	background-size: 14px, 100%;
}

select::-ms-expand {
  display: none;
}

#FormBox dl dd ul li em {
	color:#F00;
}
	
#FormBox input[type="submit"] {
	font-size:1.2rem;
	width: 50%;
	padding:2px 10px;
	margin:10px auto;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:3px;
	background:#666;
	color:#FFF;
	cursor:pointer;
}

#FormBox button.submit {
	font-size:1.5rem;
	width: 50%;
	padding:2px 10px;
	margin:10px auto;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:3px;
	background:#e56c69;
	color:#FFF;
	cursor:pointer;
}

#FormBox dl dd textarea {
	width:98%;
	height:10em;
}

.postcard {
	float: right;
}

.attention {
	text-align:justify;
	padding:10px;
	margin:1em 5em;
}

.center ,
.textcenter {
	text-align: center;
}

main p.top a {
	color: #ffffff;
}


@media only screen and (max-width : 959px){
	#FormBox{
		width:99%;
		margin:0 auto;
	}
	
	#FormBox dl dd input[type="text"],
	#FormBox dl dd input[type="number"],
	#FormBox dl dd input[type="tel"],
	#FormBox dl dd input[type="email"],
	#FormBox dl dd textarea {
		width:90%;;
	}
	div.formnote img {
		width:99%;
		height: auto;
	}
	.attention {
		text-align:justify;
		padding:10px;
		margin:1em 1em;
	}

}

