#flow-content {
	float:right;
	width:715px;
}

#flow-content2 {
	width:950px;
}


#flow-content #step_image img{
	float: left;
}

#flow-content .section {
	margin-bottom: 20px;
}

#flow-content .content_box {
	padding: 15px;
	background: #f7ffe2;
	border: 1px solid #2c5739;
}

#flow-content .content_box .img {
	width: 120px;
}
#flow-content .content_box .txt {
	width: 550px;
	font-size: 14px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.6em;
}

#flow-content .arrow {
	margin: 5px 0;
	text-align: center;
}


.l {
	float: left;
}

.r {
	float: right;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.naviation-bar{
	}
.naviation-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.naviation-bar ul li{
	float:left;
	width:25%;
	height:40px;
	position:relative;
	}
.naviation-bar ul li div{
	padding: 10px 0 0 30px;
	}
.flow-area{
	background:#FFF;
	padding:2px;
	color:#398235;
	border-radius:5px;
	}
.flow-area-hover{
	background:#275437;
	padding:2px;
	color:#fff;
	border-radius:5px;
}


.arrow{
	width: 0;
    height: 0;
    border: 20px solid transparent;
	position:absolute;
	right:-30px;
	top:0;
	z-index:2;
	}

/* ナビゲーションの色 */

.cl1{
	background:#C7DC92;
	}
.cl2{
	background:#B0C966;
	}

.cl1 .arrow{
    border-left: 10px solid #C7DC92;
	}
.cl2 .arrow{
    border-left: 10px solid #B0C966;
	}
	
/* アラート */
.error-info{
	font-size:12px;
	color:#C00;
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	}
.console{
	display:block;
	font-size:12px;
	color:#C00;
	}
	
.fontGc12{
	color:#666;
	
	}

