@charset "utf-8";
/* CSS Document */

@import url("sub.css");

#cat-title{
	background:url("../profile/img/cat_title.jpg") no-repeat top left #FFFFFF;
}

/*会社案内*/
#profile-box .text{
	float:left;
	width:400px;
}

#profile-box #profile-pic{
	width:220px;
	float:right;
}

/*会社概要*/

#company-info dl{
	border-top:dotted 1px #ccc;
	padding:20px 0;
}

#company-info dt{
	font-weight:bold;
	float:left;
	width:140px;
}

#company-info dd{
	margin-left:140px;
}


#office-info p{
	float:left;
	width:270px;
}

#office-info dl{
	float:right;
	width:330px;
	border-top:dotted 1px #ccc;
	padding:15px 0;
}

#office-info dl.last{
	padding-bottom:0;
}

#office-info dt{
	font-weight:bold;
	float:left;
	width:95px;
}

#office-info dd{
	margin-left:95px;
}

#map{
	width:474px;
	margin:0 auto;
	text-align:right;
}

#to-google{
	margin-top:5px;
}
#scrollPhotoIn {
	text-align: center;
	background-color: #000;
	padding:5px 0;
}
#scrollPhotoIn img{
	margin: 5px;
}

