@media screen and (max-width: 560px) {
	.list_page .list_item_title {
		font-size: 14px;
	}
	.detail_page .list_item_title {
    	font-size: 14px;
	}
	.detail_page .list_item_date {
		font-size: 14px;
	}
	.detail_page .list_item_address {
		font-size: 14px;
	}

}

@media screen and (max-width: 430px) {
	.detail_page .detail_body_item .item_image img {
	    /*max-height: 200px;*/
	}
	.list_page .list_item_title {
		font-size: 13px;
	}
	.detail_page .list_item_title {
    	/*font-size: 13px;*/
	}
	.detail_page .list_item_date {
		font-size: 13px;
	}
	.detail_page .list_item_address {
		font-size: 13px;
	}

}


@media screen and (max-width: 360px) {
	.list_page .list_item_title {
		font-size: 12px;
	}
	.detail_page .list_item_title {
    	font-size: 12px;
	}
	.list_page .list_item_status {
		font-size: 12px;
	}
	.list_page .list_item_date {
	    font-size: 12px;
	}
	.list_page .list_item_address {
	    font-size: 12px;
	    right: 15px;
	    bottom: 10px;
	}
}