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


/* パーツ */

.flow
{
	width:700px;
	padding:0px 20px 0px 50px;
	margin:0px auto;
	background:url(../images/content/background/flower.jpg)
	left
	top
	no-repeat;
}

.box
{
	margin-left:-30px;
	padding-bottom:70px;
}

.flow th
{
	width:120px;
	text-align:left;
	background:#897143;
	padding-top:10px;
	padding-left:5px;
	color:white;
	border:1px solid silver;
}

.flow_detail td
{
	background:
		url(../images/common/parts/dot_line.gif)
		bottom
		left
		repeat-x;
	padding-top:10px;
	line-height:1.5em;
}

.flow_detail th
{
	width:23px;
	background:
		url(../images/common/parts/dot_line.gif)
		bottom
		left
		repeat-x;
	padding-top:10px;
	font-weight:normal;
	text-align:left;
	color:black;
	border:none;
}

.between
{
	padding:5px 0px;
	background:whitesmoke;
	color:hotpink;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

h3
{
	color:#452727;
	border-bottom:1px solid #452727;
	background:
		url(../images/content/background/title.gif)
		right
		bottom
		no-repeat
		whitesmoke;
}
