@charset "UTF-8";


/* *****************************************************
 *	1.title
 *	2.category list
 *		* block
 *		* droppy
 * *****************************************************/


/* *****************************************************
 *	1.title
 * *****************************************************/
div.lColumn h3{
	margin-bottom:20px;
}

/* *****************************************************
 *	2.category list
 * *****************************************************/
/* block
-------------------------------------------------------*/
p.mainText{
	width:680px;
	margin-bottom:30px;
	font-size: 14x;
	font-size: 1.4rem;
	line-height:1.5;
}

p.mainImage{
	width:680px;
	margin:-20px 0 50px;
}

p.essentialPoint{
	width:680px;
	margin-bottom:5px;
	font-size: 14x;
	font-size: 1.4rem;
	line-height:1.5;
	font-weight:bold;
}

/* service table
-------------------------------------------------------*/
div.lColumn table{
	width: 680px;
	margin-bottom:10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.6;
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
}

	div.lColumn table th{
		padding:8px 0 8px 15px;
		border:1px solid #CCC;
	}

	div.lColumn table td{
		padding:8px 10px;
		border:1px solid #CCC;
	}














