/************************************************************************************
larger than 980
*************************************************************************************/

#contents li {
	float:left;
	width:420px;
	border:2px solid #f1f0ee;
	padding:20px;
	margin-bottom:40px;
}

#contents li:nth-child(odd) {
	margin-right:30px;
}
#contents li:nth-child(even) {
	margin-right:0;
}

#contents li i {
	font-size:10px;
	border-radius:5px;
	padding:2px 5px;
	font-style:normal;
	margin-right:5px;
	color:#fff;
	letter-spacing:0;
	float:left;
}
#contents li i.renew {
	background-color:#efb515;
}
#contents li i.consulting {
	background-color:#09b98e;
}
#contents li i.sp {
	background-color:#2679ce;
}
#contents li img {
	margin:20px 0;
	box-shadow: 1px 1px 5px #efefef;
	-moz-box-shadow: 1px 1px 5px #efefef;
	-webkit-box-shadow: 1px 1px 5px #efefef;
	clear:both;
	text-align:center;
}

#contents li .name {
	font-weight:bold;
}

#contents li .url a {
	font-size:13px;
	margin-bottom:10px;
	font-weight:bold;
	color:#999;
}

#contents li .txt {
	line-height:160%;
	margin-top:10px;
}


/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {

#contents li {
	float:none;
	clear:both;
}

#contents li:nth-child(odd),
#contents li:nth-child(even) {
	margin:0 auto;
	margin-bottom:40px;
}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

#contents li {
	width:80%;
}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	
	
	
	
	
}

