@charset "UTF-8"; 

 
/* トップイメージ */ 

#topimage {
	padding: 0 0 30px;
	text-align: center;
}
 
/* コンテンツ */ 

.content {
	padding: 30px 30px 40px;
}
	 
#main { 
	float: left;
	width: 600px;
}
	 
a.LinkBtn { 
	padding: 5px 15px;
	color: #fff;
	font-family: 'IPAexm';
	font-size: 80%;
	font-weight: bold;

	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
/*	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);*/

	background-color: #3386C5;
	background: linear-gradient(top,#3386C5 0%,#0068B6);
	background: -webkit-gradient(linear, left top, left bottom, from(#3386C5), to(#0068B6));

	border-radius: 4px;
	border: 1px solid #FFF;
}

a.LinkBtn:hover {
	background-color: #6abde7;
	background: linear-gradient(top,#6abde7 0%,#237DC0);
	background: -webkit-gradient(linear, left top, left bottom, from(#6abde7), to(#237DC0));
}
 
.serviceInformation { 
}
	
.serviceInformation .copy { 
	padding: 0 10px 30px;
	font-family: 'IPAexm';
	font-size: 130%;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0, 0.1);
}
 
.serviceList { 
	margin: 0 -10px;
	overflow: hidden;
}
	 
.serviceList li { 
	float: left;
	width: 290px;
	margin: 0 10px 20px;
	padding-top: 50px;
	background: no-repeat center;
	background-size: cover;
}

.serviceList li.service1 { background-image: url(./img/service1.jpg); }
.serviceList li.service2 { background-image: url(./img/service2.jpg); }
.serviceList li.service3 { background-image: url(./img/service3.jpg); }
.serviceList li.service4 { background-image: url(./img/service4.jpg); }
	 
.serviceList li p { 
	padding: 5px 10px;
	font-family: 'IPAexm';
	font-weight: bold;
	background-color: rgba(255,255,255, 0.8);
}
   
.serviceLink { 
	padding-bottom: 30px;
	text-align: right;
}
  
.contactInformation { 
	padding: 10px 15px;
	overflow: hidden;
	background-color: #f7f4f0;
	border: 8px solid #e6e6e6;
}
	
.contactInformation .comment { 
	font-family: 'IPAexm';
	font-weight: bold;
}
 
.contactInformation .contactTel { 
	position: relative;
	float: left;
	width: 240px;
	padding-top: 10px;
	padding-left: 30px;

	font-family: 'IPAexm';
	font-weight: bold;
}
	 
.contactInformation .contactTel:before { 
	position: absolute;
	bottom: 5px;
	left: 0;

	font-family: 'icons' !important;
	font-size: 28px;

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
}
 
.contactInformation .contactTel .telNumber { 
	font-size: 180%;
	line-height: 1;
}
 
.contactInformation .contactTel .workTime { 
	font-size: 80%;
}
  
.contactLink { 
	padding-top: 20px;
	text-align: right;
}
	 
.contactLink a.LinkBtn { 
	font-size: 90%;
}


   
.myKomonLink { 
	padding-top: 30px;
}
  
#sub { 
	float: right;
	width: 260px;
}
	 
.officeInformation { 
	padding: 15px;
	background-color: #f7f4f0;
}
	 
.officeInformation .googleMap { 
}
	 
#accessMap { 
	width: 230px;
	height: 200px;
}
  
.officeInformation .googlMapLink { 
	padding: 5px 0 10px;
	font-size: 60%;
	text-align: right;
}
	 
.officeInformation .googlMapLink a { 
	padding: 1px 5px;
	background-color: #e6e6e6;
}
  
.officeInformation .address { 
	font-size: 80%;
}
	 
.officeInformation .siteTitle { 
	font-size: 82%;
	font-weight: bold;
	padding-bottom: 5px;
}
 	
.officeInformation p { 
	font-size: 75%;
	line-height: 1.2;
}
   
.SRPMark { 
	padding-top: 20px;
	text-align: center;
}
   
