@charset "UTF-8";

/*--------------------------------------------------------------------
flow.html					(業務の流れ)
works.css
--------------------------------------------------------------------*/


/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/works/title.gif); }


/*-----------Flowのスタイル---------------------------------------------------------------*/
div#Flow { margin-top: 0; }
div#Flow h3 { background-image: url(../../img/works/flow/sub_t01.jpg); }
div#Flow h4 {
	margin-bottom: 20px;
	padding: 0 10px 5px;
	letter-spacing: 0;
	background: url(../../img/sub_line.gif) no-repeat left bottom;
	font-size: 180%;
	font-weight: bold;
}
div#Flow h5 {
	margin: 0 0 15px;
	padding: 0 10px 5px;
	letter-spacing: 0;
	border-bottom: 3px solid #335ecc;
	font-size: 140%;
	font-weight: bold;
}
/*-----------FlowListのスタイル----------------------*/
div#Flow div.FlowList {
	width: 420px;
	float: left;
}
div#Flow div.FlowBox {
	width: 100%;
	margin-bottom: 30px;
}
div#Flow div.FlowBox p a {
	text-decoration: underline;
	color: #0036bf;
}
div#Flow div.FlowBox p a:hover { text-decoration: none; }
div#Flow div.FlowBox dl dt {
	margin-top: 1em;
	font-size: 120%;
	font-weight: bold;
}
div#Flow div.FlowBox dl dt:before { content: "■"; }
div#Flow div.FlowBox dl dd { padding-left: 1.2em; }
div#Flow div.FlowBox h6 { margin-top: 1em; }
div#Flow div.FlowBox table {
	width: 100%;
	border-collapse: collapse;
}
div#Flow div.FlowBox table tr th,
div#Flow div.FlowBox table tr td {
	width: auto;
	padding: 0 20px 10px 0;
	text-align: left;
	vertical-align: top;
}
div#Flow div.FlowBox table tr th { white-space: nowrap; }
div#Flow div.Arrow {
	width: 100%;
	background: url(../../img/works/flow/arrow.gif) no-repeat center bottom;
	padding-bottom: 45px;
}
/*
div#Flow div.TelBox {
	width: 410px;
	height: 43px;
	margin: 1em auto 0;
	background: url(../../img/works/flow/telephone.gif) no-repeat center top;
}
div#Flow div.TelBox p,
div#Flow div.TelBox dl dt,
div#Flow div.TelBox .DispNo { display: none; }
div#Flow div.TelBox dl dd span,
div#Flow div.TelBox dl dd a {
	display: block;
	height: 43px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Flow div.InqBtn {
	width: 410px;
	margin: 0.7em auto 0;
}
div#Flow div.InqBtn a {
	display: block;
	height: 45px;
	background: url(../../img/works/flow/inq_btn.jpg) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Flow div.InqBtn a:hover { background-position: left bottom; }*/
div#Flow div#FlowPhoto {
	width: 245px;
	float: right;
}
div#Flow div#FlowPhoto ul {
	list-style: none;
	margin-bottom: -30px;
}
div#Flow div#FlowPhoto ul li {
	margin-bottom: 80px;
	text-align: center;
}
div#Flow div#FlowPhoto ul li.SpCon01 { padding-top: 230px; }
div#Flow div#FlowPhoto ul li.SpCon02 { padding-top: 360px; }
div#Flow div#FlowPhoto ul li.SpCon03 { padding-top: 480px; }
div#Flow div#FlowPhoto ul li.SpCon04 { padding-top: 100px; }
div#Flow div#FlowPhoto ul li img {
	padding: 1px;
	background: #fff;
	border: 1px solid #c0c0c0;
}
div#Flow div#FlowPhoto ul li p {
	margin-top: 0.3em;
	text-align: center;
	font-weight: bold;
}
div#Flow ul.Note {
	width: 100%;
	list-style: none;
	clear: both;
}
div#Flow ul.Note li {
	list-style: none;
	padding-left: 1.06em;
	text-indent: -1.06em;
}
div#Flow div#EndText p {
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	background: #eaeaea;
	border: 1px solid #c0c0c0;
	text-align: center;
	clear: both;
}