@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* last updated 2014-10-28 */
/* for flow.php */

/* サブページメインコピー
------------------------------------------------------- */
div#subMain {
	width: 100%;
}

div#subMain h1, div#subMain p {
	display: none;
}

div#subMain img {
	border-bottom: 2px solid #9dcb71;
}

div#flowTelephone {
	margin: 0 5px;
}
	/* ウイルへ電話 */
div#flowTelephone li.flowStep {
	border: 5px solid #7a5648;
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	color: #8a7474;
	font-weight: bold;
}

div#flowTelephone li.flowArrow {
	margin: 0 auto;
	display: block;
	width: 33px;
	height: 38px;
	background-image: url(../image/flow_telephone_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
		/* テキスト隠し */
	font-size: 0pt;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden ;

}

div.linkFree {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #c0985a;
		/* border */
	border: 1px solid #9c7230;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
}


	/* サービス開始 */
div#flowServiceStart {
	margin: 0 5px;
	margin-top: 15px;
	background-color: #ffffff;
		/* border */
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#flowServiceStart h2 {
	margin: 10px 5px;
	margin-top: 15px;
	border-bottom: 1px dotted #9dcb71;
	color: #9dcb71;
	padding-bottom: 3px;
}

div#flowServiceStart div.totalTime {
	color: #9dcb71;
	margin: 0 5px;
	margin-bottom: 7px;
	font-weight: bold;

}

div#flowServiceStart div.serviceDetail {
	margin: 0 5px;
}

div.serviceDetail img.numberImg {
	float: left;
}
div.serviceDetail div.stepTitle {
	background-color: #9dcb71;
	color: #ffffff;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.serviceDetail dl {
	margin-top: 0px;
}

div.serviceDetail dt {
}

div.serviceDetail dd {
	clear: both;
	margin-left: 50px;
	margin-bottom: 5px;
}
