  @charset "UTF-8";


/* ***
 *	page guide
 *	index
 * ***/


/* ***
 *	page guide
 * ***/
div.serviceList > p.mrb40{
    width: 480px;
	margin-bottom:40px;
    text-align: justify;
    line-height: 1.4em;
}

div.serviceList > dl.evaluation{
    width: 480px;
}

div.serviceList > dl.evaluation dt{
	color:#45942B;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight:bold;
}

div.serviceList > dl.evaluation dd{
	padding:10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
    text-align: justify;
}

div.imagewrap{
	margin-bottom:40px;
	padding:40px 29px;
	background:#fffff0;
	border:1px #909090 solid;
}

div.imagewrap ul{
	display:table;
	width:100%;
}

div.imagewrap ul li{
	display:table-cell;
	vertical-align:bottom;
	padding:0 20px;
}

div.imagewrap ul li:first-child img{
	box-shadow: 4px 4px 3px rgba(0,0,0, 0.3);
}

	* div.imagewrap ul li:first-child img{ /*IE-expression (first-child) */
		box-shadow: 4px 4px 3px rgba(0,0,0, 0.3);
	}

	* div.imagewrap ul li:first-child img{ /* IE-expression (first-child) */
		behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
		);
	}
