@media screen and (max-width: 500px) {
	.product_list li {
		width: 100%;
		margin: 5% 0;
	}

	#home .h2_title {
		font-size: 18px;
	}


	/*topic*/


.topic_box li .topic_img {
    width: 100%;
    float: none;
    margin: 0 0 3% 0;
}

.topic_box li .topic_img img {
    width: 100%;
}

.topic_box li .topic_content {
    float: none;
    width: 100%;
}

.topic_box li .topic_date {
    padding: 3% 0;
}

.topic_box li .topic_view {
    text-align: center;
}

.list_product li {
	width: 94%;
	border-bottom: 1px solid #eaeaea;
	margin-bottom:0;
}

.list_product li:nth-child(3n) {
	border-bottom: 1px solid #eaeaea;
}

#tbl_contact .detail .btn_contact01 {
	width: 100%;
}

#contact .box_form .btn_contact02 {
	width: 100%;
}

}