.contact_mv {
	background: url(../images/contact/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
#contact {
	max-width: 900px;
	width: 85%;
	margin: 0px auto;
}
/* ------------------------------------ */
#contact .box {
	width: 100%;
	display: table;
	border: #ccc 1px solid;
	padding: 20px;
	margin-bottom: 50px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact .box .ttl,
#contact .box p {
	display: table-cell;
	vertical-align: middle;
}
#contact .box .ttl {
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
#contact .box p {
	line-height: 180%;
}
#contact .box p a {
	display: inline-block;
	padding-top: 10px;
	font-size: 180%;
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 300;
}
#contact .box p span {
	display: block;
	font-size: 80%;
}
/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */



@media only screen and ( max-width : 968px ) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 680px ) {
	
	/* ------------------------------------ */
	#contact .box,
	#contact .box .ttl,
	#contact .box p {
		display: block;
		text-align: center;
	}
	#contact .box .ttl {
		margin-bottom: 5px;
	}
	#contact .box p a {
		padding-top: 0px;
		font-size: 180%;
		text-align: center;
	}
	#contact .box p span {
		text-align: center;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 580px ) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}