@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.imgright
-------------------------------------------------------------------*/
#content .imgright p {
	margin:-4px 0 27px;
}
#content .imgright p.last {
	margin-bottom:0;
}
#content .imgright {
	margin-bottom:30px;
}


/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 30px;
}
#flow .box {
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
}
#flow .box .image {
	float: left;
	background: url(../image/flow_icon.jpg) center bottom no-repeat;
	padding-bottom: 25px;
}
#flow .box dl {
	margin-left: 220px;
}
#flow .box dl dt {
	background:url(../image/c_icon01.jpg) left bottom repeat-x;
	color:#98B4E7;
	font-size:1.15em;
	font-weight: bold;
	margin-bottom:4px;
	padding-bottom: 2px;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	background: none;
	padding-bottom:0;
}


/*-------------------------------------------------------------------
	.ul01
-------------------------------------------------------------------*/
#content .ul01 {
	overflow: hidden;
	/zoom: 1;
}
#content .ul01 li {
	border:1px solid #E5E5E5;
	padding:1px;
}
#content p.btn {
	text-align:right;
	margin:24px 0 34px;
	
}

#content p.btn a {
	font-weight:bold;
}