@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   service
---------------------------------------------------------------------------------------------------- */
#service	{
	width: 535px;
}

#service dl	{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../common/contents_line001.gif) no-repeat left bottom;
}

#service dl dt	{
	padding-bottom: 10px;
	text-align: center;
}

#service dl dt img	{
	border: 1px solid #cccccc;
}

#service dl dd	{
	padding: 0 25px;
}


/* ----------------------------------------------------------------------------------------------------
   zaimu
---------------------------------------------------------------------------------------------------- */
#zaimu	{
	width: 535px;
	height: 431px;
	padding-top: 15px;
	background: url(../service/zaimu/images/zaimu_bg001.jpg) no-repeat;
	background-position: right;
}

#zaimu p	{
	padding-bottom: 15px;
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
}

#zaimu dl	{
	width: 382px;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #947f65;
	background-color: #efebe6;
}


/* cash
---------------------------------------------------------------------------------------------------- */
#cash dt	{
	padding-bottom: 10px;
}

#cash dt span	{
	font-weight: bold;
}

.cash_no	{
	color: #660000;
	font-size: 1.8em;
}

#cash dd	{
	padding-bottom: 15px;
}


/* rieki
---------------------------------------------------------------------------------------------------- */
#rieki dt	{
	padding-bottom: 10px;
}

#rieki dt span	{
	font-weight: bold;
}

.rieki_no	{
	color: #660000;
	font-size: 1.8em;
}

#rieki dd	{
	padding-bottom: 15px;
}

#rieki dd p	{
	padding-left: 30px;
}


/* ----------------------------------------------------------------------------------------------------
   keiri
---------------------------------------------------------------------------------------------------- */
#keiri	{
	width: 535px;
	height: 410px;
	padding-top: 15px;
	background: url(../service/keiri/images/keiri_bg001.jpg) no-repeat;
	background-position: right;
}

#keiri p	{
	padding-bottom: 15px;
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
}

#keiri ul li	{
	height: 66px;
	padding-bottom: 15px;
}


/* kaikeisoft
---------------------------------------------------------------------------------------------------- */
#kaikeisoft p	{
	padding-bottom: 15px;
}

#kaikeisoft strong	{
	font-size: 1.1em;
	font-weight: bold;
}


/* kaikeisoft
---------------------------------------------------------------------------------------------------- */
#hanbaisoft p	{
	padding-bottom: 15px;
}

#hanbaisoft strong	{
	font-size: 1.1em;
	font-weight: bold;
}


/* tanaoroshi
---------------------------------------------------------------------------------------------------- */
#tanaoroshi p	{
	padding-bottom: 15px;
}

#tanaoroshi strong	{
	font-size: 1.1em;
	font-weight: bold;
}


/* kakekanri
---------------------------------------------------------------------------------------------------- */
#kakekanri p	{
	padding-bottom: 15px;
}

#kakekanri strong	{
	font-size: 1.1em;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------------------------------- */
#service:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

#service	{
	display: block;
	#display: inline-block;
}

