.reco_item ul {
	list-style-type: none;
}

.reco_item li {
	width: 48%;
	float: left;
	padding: 10px;
	margin: 0 1%;
	border: 1px solid #CCC;
}

.reco_item .img_L {
	width: 35%;
	float: left;
}

.reco_item .img_L img {
	width: 100%;
}

.reco_item .txt {
	width: 60%;
	float: right;
	font-size: 12px;
	line-height: 130%;
}

.reco_item p.txt span,
.reco_item p.txt span a {
	display: block;
}

.reco_item .txt01 {
	color: #0E55BF;
	margin-bottom: 10px;
}

.reco_item .txt02 a {
	color: #11A9BE;
	margin-bottom: 10px;
}



@media screen and (max-width:640px){

.reco_item li {
	width: 96%;
	float: left;
	padding: 10px;
	margin: 0 2% 20px;
	border: 1px solid #CCC;
}

.reco_item .img_L {
	width: 35%;
	float: left;
}

.reco_item .img_L img {
	width: 100%;
}

.reco_item .txt {
	width: 60%;
	float: right;
	font-size: 12px;
	line-height: 130%;
}

.reco_item p.txt span,
.reco_item p.txt span a {
	display: block;
}

.reco_item .txt01 {
	color: #0E55BF;
	margin-bottom: 10px;
}

.reco_item .txt02 a {
	color: #11A9BE;
	margin-bottom: 10px;
}	
	
}