@charset "utf-8";

/***********************************************************************
 * テキスト枠
 ***********************************************************************/
#flow{
	padding-bottom:20px;
}  
.dashedLineBox{
	width:538px;
	padding:10px;
	margin:0px 20px 5px 20px;
	border:#A9A19B 1px dashed;
	background-color:#F3EFEB;
}
.dashedLineBox ul{
	list-style-type:circle;
	margin-bottom:5px;
}
.dashedLineBox li{
	margin-left:10px;
}
	
/***********************************************************************
 * 下向き矢印
 ***********************************************************************/
.downArrow{
	width:580px;
	height:13px;
	margin:0px 10px 10px 10px;
	z-index: 9999;
}
.downArrow span{
  display:block;
  width:580px;	
	height:0;
	padding-top:13px;
	overflow: hidden;
  background:url(../../images/down_arrow.jpg) left top no-repeat;
}
	
/***********************************************************************
 * 申請書テーブル
 ***********************************************************************/
table{
	width:570px;
	margin:0px 15px 20px 15px;
}
table,th,td{
	border:#A9A19B 1px solid;
	border-collapse:collapse;
}
th{
	background-color:#E9E8E4;
	text-align:center;
	padding:5px;
}
td{
	padding:5px;
}
td ul{
	list-style-type:none;
}
td li{
	background:url(../../images/list_icon1.jpg) left top no-repeat;
	padding-left:10px;
	margin-bottom:2px;
}
td.dlIcon{
	vertical-align:middle;
	text-align:center;
}