@charset "utf-8";
/* CSS Document */

/*自由行推薦行程*/
.fit_suggest_all {
	width: 100%;
	height: auto;
	border-style: dashed;
	border-color: #ea5514;
	padding: 20px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	margin-bottom: 20px;
	
}
.fit_suggest_title {
	margin-buttom:20px;
	width:600px;
	margin-left: auto;
	margin-right:auto;
	height: auto;
	
}
.fit_suggest_stitle {
	color:#2ea7e0;
	line-height: 1.5em;
}
.fit_suggest_text {
	line-height: 1.5em;
	
}
.fit_suggest_stitle2 {
	color:#ea5514;
	line-height: 1.5em;
	
}
.fit_suggest_map{
	width:600px;
	height: auto;
}

#fit_suggest_spot_all{
	margin-bottom: 10px;
}
#fit_suggest_spot_text{
	margin-top: 120px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
}
#fit_suggest_spot_text2{
	margin-top: 120px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
	text-align: right;
}


@media screen and (min-width:501px)and (max-width:800px){

.fit_suggest_map{
	width:100%;
	height: auto;
}
.fit_suggest_title {
	
	width:100%;
	height: auto;
	
}
#fit_suggest_spot_text{
	margin-top: 30px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
}
#fit_suggest_spot_text2{
	margin-top: 30px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
	text-align: right;
}
}

@media screen and (max-width:500px){
.fit_suggest_map{
	width:100%;
	height: auto;
}
.fit_suggest_title {
	
	width:100%;
	height: auto;
	
}
#fit_suggest_spot_text{
	margin-top:20px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
}
#fit_suggest_spot_text2{
	margin-top: 0px;
	height:auto;
	color:#171c61;
	line-height: 1.5em;
	text-align: right;
}
}