@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 2015.06.16 ver0.0.0.1  @emix
contact.css

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* --------------------------------------------------------------
　お問合せ
--------------------------------------------------------------- */

.contact {
}

.inner{
	background: #fff;
	padding: 4% 0 4%;
	margin:0 auto;
	width:98%;
	}
.non{ display:none;}
dl.mailtoBox {
	width: 90%;
	margin: 0 auto 0px;
	padding: 0;

}
dt, dd {
	float: left;
	padding-bottom: 18px;
	height: 40px;
	line-height: 40px;
}
dt {
	width: 15%;
	text-align: right;
}
dd {
	width: 84%;
}
dt.message {
	height: 330px;
}
dd.message {
	height: 332px;
}
input.style {
	padding: 2% 2%;
	width: 96%;
}
textarea.style {
	padding: 2% 2%;
	width: 96%;
}
input.to {
}
input.cc {
}
input.title {
}
input.contact {
}
/* input button */
p.sendBox {
	text-align: center;
}
button.send {
	text-decoration: none;
	width: 250px;
	padding: 15px 0px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #333;
}
button.send {
	color: #453288 !important;
	background: #BDC1D2;
	border: 1px solid #B9BDD2;
}
button.send:hover, button.send:focus, button.send:active, button.send.active {
	background: #D2D5E1;
}
