/* 推薦 */
.RecommendWrapper {
overflow: hidden;
padding-top:40px;
	padding-bottom: 40px;
clear: both;
border-top: 1px dotted #CCC;
}

.RecommendWrapper:first-child {
border-top: 0;
}

.RecommendPhoto {
width: 35%;
float: left;
}

.RecommendText {
width: 63%;
float: right;
}

.RecommendText img {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.RecommendPhoto {
width: 60%;
float: none;
text-align: center;
margin: auto;
		padding-bottom: 20px;
}

.RecommendText {
width: 100%;
float: none;
}
}

.RecommendText h5 {
font-size: 1.1em;
line-height: 1.5;
}

.RecommendText span {
display: block;
font-size: 0.8em;
font-weight: 400;
}

.RecommendText p {
font-size: 0.9em;
line-height: 1.7;
padding-top: 15px;
}

.RecommendText a {
color: #00A99D;
}