@charset "UTF-8";

/* ----------------------------------------------------

商品案内

----------------------------------------------------- */

.products-title h2{
	float:left;
	margin:0 10px 20px 0;
}

.products{
	width:254px;
	text-align:center;
	line-height:1;
	float:left;
	margin:0 2px 40px 3px;
	_margin:0 2px 40px 2px; /* for ie6 */
	
	min-height:200px;
	_height:200px;
}

.products strong{
	font-size:107%;
	padding:5px 0 5px 0;
	display:block;
}

.products p{
	margin:0 0 0 0;
}


.other{
	border-top:2px solid #4BB218;
}

.other img{
	margin:0px auto;
}


/* ----------------------------------------------------

サービス案内

----------------------------------------------------- */


/* 冒頭イメージ */
.img{
	float:right;
}

/* サービスの流れ */

.flow{
	background:url(../img/business/service_img_02.gif) no-repeat left bottom;
	height:70px;
	_height:150px;
	margin:0 0 10px 0;
}

.flow h4,
.flow-end h4{
	float:left;
	border:1px solid #CCC;
	width:175px;
	padding:5px 0 5px 5px;
	margin:0 10px 40px 0;
}

.flow h4 span,
.flow-end h4 span{
	background:#559C18;
	padding:0 3px 0 3px;
	margin:0 2px;
	color:#FFF;
	font-weight:bold;
}

.flow p{
	margin:0 0 0 10px;
	height:70px;
	}

