@charset "utf-8";
/* CSS Document */


.open_flow ol{
	margin: 0;
	padding: 0;
}

.open_flow li{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.open_flow li:first-child{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.open_flow li:first-child:after{
	position: absolute;
	left: 45%;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #d7d7d7 transparent transparent transparent;
	content: "";
}

.open_cut_form {
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background-color: #f7f7e7;
	background-image: url(../../open/images/open_cut_form_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}