﻿/* Flow Style CSS */
.topbox
{
	width: 100%;
	margin-left: 10px;
	font-family:ＭＳ Ｐゴシック, Osaka, Verdana, Arial, Helvetica;
	font-size:12px;
}

.flow-parentbox
{
	float: left;
	border: solid 1px #999999;
	background-color: #C9D1E4;
	margin-bottom: 10px;
}


.flow-leftbox
{
	width: 200px;
	font-size:12px;
	font-weight: bold;
	float:left;
	line-height: 1.5;
	text-align: center;
}

.flow-rightbox
{
	width:570px;
	background-color: White;
	line-height: 1.5;
	font-size: 12px;
	float: right;
	border-left: solid 1px #999999;
	text-align:left;
	height: 100%;

}


.innerbox5px
{
	margin: 5px;
	width: auto;
	height: 100%;
}

.left-innerbox10px
{
	margin-top: 15px;
	margin-bottom: auto;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
}

.arrowbox
{
	margin-left: 92px;
	margin-bottom: 10px;
	width: 12px;
}

.left-innerbox10px
{
	margin-top: 15px;
	margin-bottom: auto;
	margin-left: 5px;
	margin-right: 5px;
	width: 90%;

}

.innerbox10px
{
	width:90%;
	margin:5px;
}

.flow-parentboxLower
{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
