@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------------------------------------- **
**  BUSINESS
** -------------------------------------------------------------------------- */
#business {}

#business .notice {
	text-align: center;
	font-size: 1.28571428571429em;
	line-height: 1.4em;
	}

#business .staff { margin-left: 1em; }


#business .h2-title { background-position: 0px -150px; }
#business .h3-title span { background-position: 0px -250px; }

#business .subtitle.title1 { background-position: -400px -150px; }
#business .subtitle.title2 { background-position: -400px -200px; }
#business .subtitle.title3 { background-position: -400px -250px; }
#business .subtitle.title4 { background-position: -400px -300px; }
#business .rcolumn p {
	}

#business table .th1 {
	width: 33%;
	}


/* -------------------------------------------------------------------------- **
**  BUSINESS RETINA
** -------------------------------------------------------------------------- */
@media
	only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-device-width:321px),
	only screen and (min--moz-device-pixel-ratio:1.5) and (min-device-width:321px),
	only screen and (-ms-min-device-pixel-ratio:1.5) and (min-device-width:321px),
	only screen and (-o-min-device-pixel-ratio:3/2) and (min-device-width:321px),
	only screen and (min-device-pixel-ratio:1.5) and (min-device-width:321px),
	only screen and (min-resolution: 1.5dppx) and (min-device-width:321px) {
		}
