@charset "UTF-8";

@import "sub.css";

/*** 事業概要 ***/

section#Left h1.title{
	margin-bottom:24px;
}

section#Left h2.bold{
	font-size:117%;
	font-weight:bold;
	margin-bottom:18px;
}

section#Left div.service-box{
	zoom:1;
}
section#Left div.service-box:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

section#Left div.service-box div.box{
	float:left;
	width:190px;
	border-right:#CCC dotted 1px;
	padding-right:12px;
	margin-right:12px;
}
section#Left div.service-box div.box:last-child{
	border-right:none;
	padding-right:0;
	margin-right:0;
}

section#Left div.service-box div.box h3{
	margin-bottom:18px;
}



/* WEB戦略 */
section#Left table.web-box{
}
section#Left table.web-box td{
	padding:12px;
	vertical-align:top;
}

section#Left table.web-box td.br{
	border-right:#CCC dotted 1px;
}
section#Left table.web-box td.bb{
	border-bottom:#CCC dotted 1px;
}

section#Left table.web-box h3{
	margin-bottom:18px;
}


/* コール受付業務 */
section#Left table.call{
	border-collapse:collapse;
}
section#Left table.call th,
section#Left table.call td{
	border-collapse:collapse;
	border:#CCC solid 2px;
	padding:12px;
}
section#Left table.call th{
	background-color:#F3F3F3;
	font-weight:normal;
	width:120px;
	text-align:left;
}



