@charset "utf-8";
/* CSS Document */

/********************************************

				  body部分

********************************************/

body#service-view #content-main {
	width:100%;
}

body#service-view #content-main dl {
	float:left;
	display:block;
	overflow:hidden;
}
body#service-view #content-main dl {
	border:1px dashed #BBBBBB;
	padding:10px 5px;
	font-size:11px;
}
body#service-view #content-main dl dt {
	overflow:hidden;
	line-height:110%;
	padding-bottom:2px;
	font-size:12px;
	display:block;
	height:30px;
	border-bottom:1px dashed #BBBBBB;
	margin-bottom:8px;
}
body#service-view #content-main dl dd {
	display:block;
	height:27px;
}
body#service-view #content-main dl.icon  dd {
padding-left:10px;
}
body#service-view #content-main dl .dobule {
	line-height:100%;
}
body#service-view #content-main dl#name {
	width:169px;
}
body#service-view #content-main dl#p {
	width:31px;
}
body#service-view #content-main dl#m {
	width:33px;
}
body#service-view #content-main dl#s {
	width:31px;
}
body#service-view #content-main dl#formiga {
	width:41px;
}
body#service-view #content-main dl#ad {
	width:44px;
}
body#service-view #content-main dl#tel {
	width:79px;
}
body#service-view #content-main dl#fax {
	width:72px;
}
body#service-view #content-main dl#group {
	width:119px;
}
body#service-view #serviceTable{
	width:100%;
}
body#service-view #serviceTable span.stc{
	text-align:center;
}
body#service-view #serviceTable th,
body#service-view #serviceTable td{
	padding:10px 5px;
	line-height:1.3
}
body#service-view #serviceTable thead th span{
	border-bottom:solid 2px #666666;
	display:block;
	height:30px;
}
body#service-view #serviceTable tbody th span,
body#service-view #serviceTable td span{
	display:block;
	height:40px;
	border-bottom:solid 1px #DDDDDD;
}

