@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background-image: url(../image/dayservice/visual.jpg);
	background-position: -420px 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------/
	outline
/------------------------------------------------------------------------------------------------------------------------ */

#outline {
	width: 640px;
	margin: 50px auto;
}

#outline .box {
	width: 600px;
	box-sizing: border-box;
	text-align: left;
	margin: 30px auto;
}

#outline .box h3 {
	padding: 0;
	margin: 0 auto 24px;
	text-align: center;
	border: none;
	background-color: transparent;
}

#outline .box .service_img {
	text-align: center;
	z-index: 3;
}

#outline .box .cl {
	text-align: center;
}

#outline .box p {
}

