@charset "UTF-8";





/** div#rs_voice */
/**************************************/
div#rs_voice {
	margin:          0 0 30px 0;
}

div#rs_voice h2 {
	margin:          0 0 15px 0;
}

div#rs_voice ul {

}

div#rs_voice ul li {
	margin:          0 0 15px 0;
}

div#rs_voice ul li img.img {
	float:           right;
}

div#rs_voice ul li h3 {
	margin:          0 0 15px 0;
}

div#rs_voice ul li p {
	line-height:     1.6;
	font-size:       16px;
}


/** div#rs_flow */
/**************************************/
div#rs_flow {
	position:        relative;
	top:             0px;
	left:            0px;
	height:          300px;
	margin:          0 0 40px 0;
}

div#rs_flow img.flow {
	position:        absolute;
	left:            0px;
	bottom:          0px;
}


/** div#rs_enter */
/**************************************/
div#rs_enter {
	background:      url("/service/rental_space/img/index_enter.gif") left top no-repeat;
	width:           720px;
	height:          82px;
	margin:          0 0 40px 0;
}

div#rs_enter a {
	position:        relative;
	top:             10px;
	left:            0px;
	background:      url("/service/rental_space/img/index_enter_btn.gif") left top no-repeat;
	display:         block;
	text-indent:     -9999px;
	width:           382px;
	height:          62px;
	margin:          0 auto;
}


/** clearfix */
/**************************************/
div#rs_voice ul li:after
{
	content:         ".";
	height:          0;
	clear:           both;
	visibility:      hidden;
	display:         block;
}

div#rs_voice ul li
{
	display:         inline-block;
}

/*\*/
* html div#rs_voice ul li
{
	height:          1%;
}

div#rs_voice ul li
{
	display:         block;
}