@charset "UTF-8";
@import url("global.css");

.service{
	margin:10px;
	line-height:1.3;
	color:#ba5800;
	font-weight:bold;
}
.work{
	line-height:1.3;
}
.work li{
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	color:#2f6009;
}
.work li p{
	padding:0 10px;
}
.work li span{
	color:#ff5192;
	font-weight:bold;
}
.work li img.icon{
	float:left;
	margin:0 5px 5px 0;
}
h3{
	color:#fff;
	text-shadow: #0e5587 0 -1px 0;
	font-size:18px;
	line-height:1.3;
	padding:10px;
	margin-bottom:8px;
	border-bottom:3px solid #076cb2;
	background-image: -moz-linear-gradient(top, #89c3eb 0%, #2d92d8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89c3eb), color-stop(1, #2d92d8));
	background-image: -webkit-linear-gradient(top, #89c3eb 0%, #2d92d8 100%);
}
