@charset "utf-8";

/*
	Flow
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/flow/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
}

#firstBlock dl {
	position: relative;
	overflow: hidden;
	background-image: url(/img/flow/bg_01.png);
	background-position: left bottom;
	border: 1px solid #EEE;
	margin-bottom: 20px;
}

#firstBlock dl.last {
	margin-bottom: 0;
}

#firstBlock dl dt.title {
	position: absolute;
	top: 16px;
	left: 0;
	text-align: center;
	color: white;
	width: 240px;
	font-size: 18px;
	font-weight: bold;
}

#firstBlock dl dt.arrow {
	position: absolute;
	bottom: 15px;
	left: 99px;
}

#firstBlock dl dd {
	padding: 15px 20px 5px;
	margin-left: 240px;
	background-color: #FFF;
}

#firstBlock p {
	margin-bottom: 10px;
}

#firstBlock .link {
	margin-bottom: 5px;
}

#firstBlock .name {
	font-weight: bold;
	margin-left: 15px;
}

#firstBlock .freecall {
	margin-bottom: 15px;
}

#firstBlock .tel {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 10px 0 3px;
}

#firstBlock .notice {
	font-size: 0.9em;
}

#firstBlock ul {
	margin-bottom: 10px;
}

#firstBlock ul li {
	list-style: disc;
	margin-left: 30px;
}

#firstBlock ul li.title {
	font-weight: bold;
	list-style: none;
	margin-left: 0;
}
/*---firstBlock*/
