@charset "utf-8";


h2 {
	background-image:url(../img/common/ttl.png);
}

.headContact {
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border:1px solid #CCC;
	background:-webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#F9F9F9));
	padding:10px;
	margin-bottom:20px;
}

/*　flow　*/

.flowFrame {
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background:
	-webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#F8FEE9));
	letter-spacing:2px;
	padding : 10px;
	border:#cecece 1px solid;
}

.flowArrow {
	background:url(../img/common/arrow3.png);
	width:166px;
	height:34px;
	background-repeat:no-repeat;
	text-indent:-7777px;	
	overflow:hidden;
	margin:10px auto 10px auto;
}