@charset "utf-8";
/* CSS Document */

.columnContent img{ max-width:100%;}

#columnContent9 p{
	line-height: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-indent: 2em;
}
#columnContent10 p{
	line-height: 2em;
	padding-top: 0.5em;
	padding-bottom: 2em;
	text-indent: 2em;
}
#columnContent10 strong{
	color: #349fcd;
}

#columnContent10 .articleList .preview{
	background-size: contain;
}



.common_articleProduct .detail .productDetail h5{
	color: #117dc5;
}
.common_articleProduct .detail .productDetail h5 small{
	color: #999;
}



#columnContent27 p{
	line-height: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}



#columnContent27 .map{
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
#columnContent27 .map iframe{
	width: 100%;
	height: 100%;
}





@media only screen and (max-width:480px) {
	.common_pageControl span.tips{
		display: none;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.common_pageControl span.tips{
		display: none;
	}
}
@media only screen and (min-width:1025px) {
}












@media only screen and (max-width:480px) {
	.articleList.attachStyle4 li{
			width: 50%;
	}
	.common_message2 .form li label{
		width:20%;
	}
	.articleList.attachStyle4 .preview{
		width: 150px;
		height: 110px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.articleList.attachStyle4 li{
		width: 25%;
	}
	.articleList.attachStyle4 .preview{
		width: 110px;
		height: 110px;
	}
}
@media only screen and (min-width:1025px) {
	.articleList.attachStyle4 li{
		width: 25%;
	}
	/*.articleList.attachStyle4 .preview{
		height: 180px;
	}*/
	.articleList.attachStyle4 .preview{
		height: 180px;
		width:180px;
	}
}