@charset "utf-8";

.contact-round-btn a {
	display: block;
	padding: 6px 12px;
	font-size:1.3rem;
	border: 1px solid #999;
	background: #eee;
	border-radius: 3px;
	text-align: center;
	margin: 12px 0 0;
}

@media (max-width:768px) {

/* ------------------------------------------------ contact */

#contact { border:#ccc 1px solid; padding:16px; margin:32px 0 0; }

#contact dl dd input[type="text"],
#contact dl dd input[type="email"],
#contact dl dd textarea {
	border:1px #ccc solid;
	font-size:1.3rem;
	padding:4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact dl dd span.error {
	display: inline-block;
	color:#fff;
	background:#ff647a;
	padding: 4px;
	margin: 6px 0 0;
}
#contact .inner p:not(.submit-container){
	font-size:1.3rem;
	line-height: 2;
	margin: 0 0 32px;
}

#contact dl {
	border-bottom: 1px #ccc dotted;
	padding: 0 0 16px;
	margin:0 0 16px;
	font-size:1.3rem;
}
#contact dl dt{
	margin: 0 0 8px;
}
#contact dl dt span.require{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:10px;
	font-size:1.2rem;
	font-weight:bold;
	padding: 4px 12px;
	margin:0 0 0 4px;
	color:#fff;
	background: #e87700;
	line-height:1;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}

#contact dl:not(.post-num):not(.zip) dd input[type="text"],
#contact dl dd input[type="email"],
#contact dl dd textarea{
	width:100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact dl.post-num dd,
#contact dl.zip dd {
	font-size: 1.6rem;
}
#contact dl.post-num dd input[type="text"],
#contact dl.zip dd input[type="text"] {
	width: 4.5em;
	margin: 0 2px;
}
#contact dl dd input[type="radio"] {
	width:15px;
	height:15px;
	border:1px solid #19283C;
	border-radius:15px;
	background:transparent;
	opacity:0.5;
}
#contact dl dd input[type="radio"]:checked{
	background:#19283C;
	opacity:1;
}
#contact dl dd select {
	padding: 10px 20px;
	font-size:1.4rem;
	border: 1px solid #999;
	background: #eee;
}
#contact .submit-container {
	text-align: center;
	padding: 0 0 16px;
}
#contact .submit-container input[type="submit"] {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding:10px 20px !important;
}

/* Buttons */
#contact input[type="submit"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	text-align:center;
	text-decoration:none;
}
#contact input[type="submit"] {
	cursor: pointer;
}

#contact input[type="submit"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

}
/* end sd */


@media (min-width:769px) {

/* ------------------------------------------------ contact */

#contact {
	width: 100%;
	border:#ccc 1px solid;
	font-size: 1.5rem;
	padding:20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact form {}

#message-container-input { margin: 0 0 20px; }

#contact dl {
	display:table;
	width:100%;
	margin:0 0 12px;
}
#contact dl dt{
	display:table-cell;
	width:25%;
	vertical-align: middle;
	text-align: right;
	padding:0 1em 0 0;
	margin:0;
}
#contact dl dt span.require{
	display:inline-block;
	font-size:10px;
	font-size:1.1rem;
	font-weight:bold;
	padding:4px 8px;
	margin:0 0 0 4px;
	color:#fff;
	background: #e87700;
	line-height:1;
	vertical-align: middle;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}

#contact .error {
	color:#fff;
	background:#ff647a;
	padding: 4px;
	margin: 6px 0 0;
}

#contact dl dd{ vertical-align:middle; }

#contact dl dd input[type="text"],
#contact dl dd input[type="email"],
#contact dl dd textarea {
	border:1px #ccc solid;
	font-size:1.4rem;
	padding:4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact dl dd span.error {
	display: inline-block;
	color:#fff;
	background:#ff647a;
	padding: 4px;
	margin: 6px 0 0;
}
#contact .inner p:not(.submit-container){
	font-size:1.3rem;
	line-height: 2;
	margin: 0 0 32px;
}

#contact dl dd{ vertical-align:middle; }
#contact dl:not(.post-num):not(.zip) dd input[type="text"],
#contact dl.post-num dd input[type="email"],
#contact dl dd textarea{
	width:100%;
	font-size:100%;
}
#contact dl.post-num dd,
#contact dl.zip dd {
	font-size: 1.6rem;
}
#contact dl.post-num dd input[type="text"],
#contact dl.zip dd input[type="text"] {
	width:10%;
	margin: 0 2px;
}
#contact dl dd input[type="radio"] {
	width:15px;
	height:15px;
	border:1px solid #19283C;
	border-radius:15px;
	background:transparent;
	opacity:0.5;
}
#contact dl dd input[type="radio"]:checked{
	background:#19283C;
	opacity:1;
}
#contact dl dd select {
	padding: 6px 12px;
	font-size:1.4rem;
	border: 1px solid #999;
	background: #eee;
}
	
#contact .submit-container { text-align: center; }
#contact .submit-container input[type="submit"] {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	padding:10px 20px !important;
}

/* Buttons */
#contact input[type="submit"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	text-align:center;
	text-decoration:none;
}
#contact input[type="submit"] {
	cursor: pointer;
}

#contact input[type="submit"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

}
/* end pc */