@charset "utf-8";


/* -------------------------------
	その他
------------------------------- */

.contact-box1 {
	background-color: #f6f6f6;
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 75px;
}
.contact-box1 .button1 {
	position: absolute;
	top: 15px;
	left: 20px;
}
.contact-box1 .button2 {
	position: absolute;
	top: 15px;
	right: 20px;
}


