@charset "UTF-8";
/* CSS Document */
.contact em {
	font-size:11px;
	font-size:1.1rem;	
}

.contact dt {
	margin: 0 0 5px;	
}

.contact dd {
	margin: 0 0 5px;	
}

label {
	font-size: 14px;
	font-size: 1.4rem;
}

.contact p {
	clear:both;
}

.txt {
	width:100%;
	border: 1px #ddd solid;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	/* CSS3 */
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease;
	margin:0 0 15px;
	box-sizing:border-box;
}

.confirm {
	font-size: 14px;
	font-size: 1.4rem;
	display:block;
	padding:10px 0;
	color:#111;
	font-weight:500;	
}

.upload {
	padding: 10px;
	background: #fff;
	cursor:pointer;
}

input:hover,
textarea:hover {
	border: 1px #999 solid;	
}

input.upload:hover {
	border: none;	
}

.radio {
	margin:0 0 0 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

.select-box {
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 2px;
	color: #0C2245;
	font-size: 14px;
	font-size: 1.4rem;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 80px;
}

.select-box2 {
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 2px;
	color: #0C2245;
	font-size: 14px;
	font-size: 1.4rem;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 240px;
}

textarea {
	height: 160px;
}

input.submit {
	width:92%;	
	clear: both;
	border: none;
	margin: 10px 0 0;
	background: royalblue;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF;
	letter-spacing:0.1em;
	/* CSS3 */
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease;
	padding:10px 0;
}

input.submit:hover {
	background: navy;
	cursor: pointer;
}

.back {
	padding:15px 0 0;
}

@media only screen and (min-width: 640px) {
.txt {
	width: 80%;
}

textarea {
	height: 160px;
}

input.submit {
	width: 80%;
}
}


@media only screen and (min-width: 1200px) {
p.submit {
	clear:both;
	padding:0 0 0 0;
}

.contact dt {
	float:left;
	clear:both;
	width:200px;
	margin: 14px 0 20px 0;	
}

.contact dd {
	float:left;
	width:500px;
	margin: 4px 0 20px 0;	
}


.txt {
	width: 100%;
}

input.submit {
	width: 100%;
}

}

/* EOF */