@charset "UTF-8"; 
 
/* トップイメージ */ 

#pageTitle {
	background-image: url(images/header_image.jpg);
	background-position: center -250px;
}
 
/* マスコット */ 

.content {
	position: relative;
}

#mascotte {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 320px;
	height: 300px;
	background-image: url(images/mascotte.png);
}

#mascotte .companyComment img {
	padding-top: 22px;
	padding-left: 10px;
}
 
/* 会社概要 */ 

.companyProfile {
	width: 600px;
}

.companyProfile dt,
.companyProfile dd {
}

.companyProfile dt {
	clear: left;
	float: left;
	width: 80px;
	padding: 10px 10px;
	padding-left: 0;
	font-size: 110%;
}

.companyProfile dd {
	margin-left: 90px;
	padding: 10px 0;
	font-size: 110%;
	font-weight: normal;
}
 	
@media screen and (max-width: 360px) { 
	 
} 
  
