@charset "utf-8";
@import url("page.css");
/* CSS Document */

#response {
	line-height: 1.6em;
	text-align: center;
	display: block;
	margin: 20px auto 0;
	width: 94%;
}

#consultation {
	display: block;
	margin: 20px auto 0;
	width: 96%;
}
#consultation img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#btn-fax {
	display: block;
	margin: 40px auto;
	width: 94%;
}
#btn-fax img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.subtit {
	text-align: left;
	display: block;
	margin: 0 auto 30px;
	width: 96%;
}
.subtit img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#contact {
	background-color: rgba(255,191,191,0.15);
	display: block;
	margin: 0 auto;
	padding: 40px 0 0;
	width: 100%;
	box-sizing: border-box;
}

#contact p {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin: 0 auto;
	width: 96%;
}
#contact span {
	color: #C00;
	padding: 0 5px;
}

#contact dl {
	display: block;
	margin: 0 auto;
	width: 90%;
}

#contact dd {
	margin: 0.5em 0 2em;
}

#bn-privacy {
	display: block;
	margin: 40px auto;
	width: 100%;
}
#bn-privacy img {
	height: auto;
	width: auto;
	max-width: 100%;
}

input[type="text"] {
  property: value;
  line-height: 1.8em;
  width: 94%;
  border: solid 1px #AAAAAA;
  border-radius: 4px;
}

textarea {
  property: value;
  width: 100%;
  border: solid 1px #AAAAAA;
  border-radius: 4px;
}

input[type="submit"] {
	font-size: 30px;
	font-weight: 400;
	color: #FFF;
	background-color: #E65D98;
	text-align: center;
	display: block;
	margin: 20px 0;
	padding: 20px 10px;
	width: 100%;
	border-style: none;
	box-sizing: border-box;
}


@media only screen and (min-width: 769px) {

#title h2 {
	background-image: url(../images/contact/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

#response {
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	display: block;
	margin: 80px auto 0;
	width: 800px;
}

#consultation {
	background-image: url(../images/contact/ct.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 50px auto;
	height: 97px;
	width: 605px;
}

#btn-fax a {
	background-image: url(../images/contact/btn_pdf.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 50px;
	width: 750px;
}

#btn-fax a:hover {
	opacity: 0.7;
}

.subtit {
	display: block;
	margin: 80px auto 40px;
	width: 1025px;
}

#contact {
	background-color: rgba(0,0,0,0.05);
	display: block;
	margin: 80px auto;
	padding: 60px 0;
	width: 100%;
	box-sizing: border-box;
}
#contact h1 {
	font-size: 35px;
	font-weight: 900;
	color: #009EB4;
	text-align: left;
	display: block;
	margin: 0 0 40px 145px;
	float: left;
	width: 400px;
}
#contact p {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	float: left;
	width: 200px;
}

#contact dl {
	display: block;
	margin: 50px auto 30px;
	width: 805px;
	clear: both;
}

input[type="text"] {
  property: value;
  line-height: 1.8em;
  width: 380px;
  border: solid 1px #AAAAAA;
  border-radius: 4px;
}

input[type="submit"] {
	font-size: 20px;
	background-color: #E65D98;
	text-align: center;
	display: block;
	margin: 20px auto;
	padding: 8px 10px;
	width: 805px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}

input[type="submit"]:hover {
	opacity: 0.7;
}

#bn-privacy a {
	background-image: url(../images/contact/btn_privacy.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 100px;
	height: 84px;
	width: 796px;
}

#bn-privacy a:hover {
	opacity: 0.7;
}

#bn_outbound-link {
	display: block;
	margin: 50px auto;
	width: 1100px;
}
#bn_outbound-link li {
	display: block;
	margin-right: 25px;
	padding: 0;
	float: left;
	width: auto;
}


}