@charset "utf-8";

/* ===================================================================

ロックパートナーズ株式会社

Copyright (C) RockPartners Inc. All Rights Reserved.
--------------------------------------------------------------------

file name  :  service.css
info :  トップページの設定
contents :
	01. レイアウト・共通部分の設定
	02. .serviceCntBoxの設定
	
=================================================================== */

/*--------------------------------------------------------------------
	01. レイアウト・共通部分の設定
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
	02. .serviceCntBoxの設定
--------------------------------------------------------------------*/
.serviceCntBox {
	padding:0 0 40px;
}
.serviceCntBox h3 {
	height:22px;
	margin:0 0 20px;
	background:url(../images/common/bg_ttl.gif) repeat-x 0 100%;
}
.serviceCntBox h3 span {
	display:block;
	height:20px;
	background-image:url(../images/common/ttl.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.serviceCntBox p {
	padding:0 5px;
	font-size:75%;
}


.serviceCntBox#A h3 span {
	width:133px;
	background-position:0 -93px;
}
.serviceCntBox#B h3 span {
	width:113px;
	background-position:0 -113px;
}
.serviceCntBox#C h3 span {
	width:92px;
	background-position:0 -133px;
}
.serviceCntBox#D h3 span {
	width:112px;
	background-position:0 -153px;
}
.serviceCntBox#E h3 span {
	width:134px;
	background-position:0 -173px;
}
.serviceCntBox#F h3 span {
	width:134px;
	background-position:0 -193px;
}
