@charset "utf-8";
/* ===================================================================

 file name  :results.css
 style info :分譲実績

=================================================================== */

/* =============================

	overwrite

=============================== */
#main{
	position:relative;
}
#main .pager.upper{
	top:5px;
}

/* ============================== */

#main div.result-list{
	overflow:hidden;
	margin-bottom:20px;
}
#main div.result-list ul{
	border-top:1px solid #e0dfdf;
}
#main div.result-list ul li{
	background:url(../images/common/ico.png) no-repeat 11px -366px;
	font-size:109%;
	padding:15px 11px 15px 36px;
	border-bottom:1px solid #e0dfdf;
	border-right:1px solid #e0dfdf;
	width:203px;
	float:left;
	margin-right:-1px;
}



/* ==========================================================================
   smartPhone
   ========================================================================== */
@media screen and (max-width: 640px){

	/* =============================
	
		overwrite
	
	=============================== */
	
	#main .pager.upper{
		margin-bottom:20px;
	}
	
	
	/* ============================== */

	#main div.result-list ul li{
		background:none;
		font-size:10px;
		padding:11px 5px 11px 28px;
		width:50%;
		margin-right:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		position:relative;
	}
	#main div.result-list ul li:after{
		background:url(../images/common/ico.png) no-repeat -484px -243px;
		background-size:500px 500px;
		content:'';
		display:block;
		position:absolute;
		top:11px;
		left:6px;
		width:16px;
		height:14px;
	}
	#main div.result-list ul li:nth-child(even){
		border-right:none;
	}


}
