@import "common.css";

/* ----- service CSS ----- */
#flow_functions h4 {
	clear				: both;
	height				: 30px;
	margin				: 0 0 15px 0;
	padding				: 5px 0 0 25px;
	background			: url(../images/service/h4_bg.jpg) no-repeat;
	font-size			: 1.1em;
	color				: #fff;
}

h5 {
	margin				: 0 0 10px 0;
	font-size			: 1em;
	color				: #00cccc;
	font-weight			: bolder;
}

#function_block p {
	font-size			: 0.9em;
}

#function_list {
	margin					: 0 0 20px 0;
	padding					: 10px;
	background				: #ff9999;
	border-radius			: 5px;	/* CSS3草案 */
	-webkit-border-radius	: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 5px;	/* Firefox用 */
}
#function_list h5 {
	margin					: 0 0 10px 0;
	padding					: 0 0 5px 0;
	font-size				: 20px;
	font-weight				: bolder;
	color					: #fff;
	border-bottom			: dotted 1px #fff;
}
#function_list p.list_txt {
	margin					: 0 0 10px 0;
	font-size				: 16px;
	line-height				: 1.4;
}
