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


/*SERVICE TITLE -------------------------------------------------------*/
section.about #title{
	width:870px;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
	}
	section p.info{
	font-family:'Lato', sans-serif;
	font-size:22px;
	letter-spacing:0.1em;
	}
section p.infoSub{
	font-size:11px;
	}
p.infoText{
	width:600px;font-size:15px;
	line-height:1.8em;
	margin-top:-7px;
	letter-spacing:0.05em;
	float:left;
	}
#imgArea{
	width:870px;
	margin:20px auto;
	overflow:hidden;}
#imgArea img{
	width:200px;
	margin-right:40px;
	float:left;}
/*SERVICE BOX -------------------------------------------------------*/
#box{
	width:870px;
	height:750px;
	margin-top:40px;
	margin:0 auto;
	padding-bottom:50px;
	}
#serviceBoxLogo,#serviceBoxSP{
	width:400px;
	height:200px;
	background:url(../shared/img/bg_bluebrey.jpg) repeat;
	float:left;
	margin-top:20px;
	}
#serviceBoxBusinesstool,#serviceBoxOther{
	width:400px;
	height:200px;
	background:url(../shared/img/bg_yellowbrey.jpg) repeat;
	float:left;
	margin-left:20px;
	margin-top:20px;
	}
#serviceBoxPackagedesign{
	width:400px;
	height:200px;
	background:url(../shared/img/bg_yellowbrey.jpg) repeat;
	float:left;
	margin-top:20px;
	}
#serviceBoxAdvertising{
	width:400px;
	height:200px;
	background:url(../shared/img/bg_bluebrey.jpg) repeat;
	float:left;
	margin-left:20px;
	margin-top:20px;
	}
#serviceBoxLogo h3,#serviceBoxBusinesstool h3,
#serviceBoxPackagedesign h3,#serviceBoxAdvertising h3,
#serviceBoxSP h3,#serviceBoxOther h3{
	font-family:'Lato', sans-serif;
	font-size:20px;
	margin-top:20px;
	margin-left:20px;}
#serviceBoxLogo h4,#serviceBoxBusinesstool h4,
#serviceBoxPackagedesign h4,#serviceBoxAdvertising h4,
#serviceBoxSP h4,#serviceBoxOther h4{
	font-size:10px;
	margin-left:20px;}
#serviceBoxLogo p,#serviceBoxBusinesstool p,
#serviceBoxPackagedesign p,#serviceBoxAdvertising p,
#serviceBoxSP p,#serviceBoxOther p{
	font-size:14px;
	margin-left:20px;
	margin-top:10px;
	}
